CSS initial-letter-align Property Reference

The CSS initial-letter-align property is a experimental property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

CSS initial-letter-align Property Reference

The CSS initial-letter-align property is a experimental property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

initial-letter-align overview

The CSS initial-letter-align property is a experimental property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

initial-letter-align formal syntax
FieldValue
Formal syntax[ auto | alphabetic | hanging | ideographic ]
Initial valueauto
Applies tofirstLetterPseudoElementsAndInlineLevelFirstChildren
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Inline
StatusExperimental

Practical examples

These declarations demonstrate valid ways to set initial-letter-align. The initial and inherit global keywords remain available even when a property-specific value is preferable.

initial-letter-align live example
CSS .reset-example { initial-letter-align: initial; } .inherit-example { initial-letter-align: inherit; } @supports (initial-letter-align: initial) { .supported { initial-letter-align: initial; } }

Description

The CSS initial-letter-align property is a experimental property in CSS Inline. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: initial-letter-align
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies