CSS inline layout
TheCSS inline layout module defines the block-axis alignment and sizing of inline-level content and adds a special layout mode for drop-caps. It describes the CSS formatting model for a flow of elements and text inside a container to be wrapped across multiple lines.
In this article
Reference
>Properties
alignment-baseline
dominant-baseline
initial-letter
line-height
text-box-edge
text-box-trim
text-box
shorthandvertical-align
The specification also defines thebaseline-shift
,baseline-source
,initial-letter-align
,initial-letter-wrap
,inline-sizing
, andline-fit-edge
properties, which are not yet supported by any browser.
Data types
Glossary terms
Guides
- Inline formatting context
Explains the inline formatting context.
Related concepts
font-size
propertyfont-feature-settings
propertyletter-spacing
propertytext-anchor
property::first-letter
pseudo-element:first-child
pseudo-class
Specifications
Specification |
---|
Unknown specification> |
See also
- CSS text module
- CSS fonts module
- CSS writing modes module