CSS inline layout
The CSS 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.
Reference
Properties
The specification also defines the alignment-baseline
, baseline-shift
, baseline-source
, initial-letter-align
, initial-letter-wrap
, inline-sizing
, line-fit-edge
, text-box
, text-box-edge
, and text-box-trim
properties, which are not yet supported by any browser.
Glossary terms
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