Expand description
Specified types for text properties.
Structs§
- A specified value for the
letter-spacing
property. - Specified keyword values for the text-decoration-line property.
- Values for text-emphasis-position: https://drafts.csswg.org/css-text-decor/#text-emphasis-position-property
- text-overflow. When the specified value only has one side, that’s the “second” side, and the sides are logical, so “second” means “end”. The start side is Clip in that case.
- Specified value for the text-transform property. (The spec grammar gives
none | math-auto | [capitalize | uppercase | lowercase] || full-width || full-size-kana
.) https://drafts.csswg.org/css-text-4/#text-transform-property - Specified keyword values for the text-underline-position property. (Non-exclusive, but not all combinations are allowed: the spec grammar gives
auto | [ from-font | under ] || [ left | right ]
.) https://drafts.csswg.org/css-text-decor-4/#text-underline-position-property - A specified value for the
word-spacing
property.
Enums§
- A value for the
hyphenate-character
property. - Values for the
line-break
property. - Values for the
-moz-control-character-visibility
CSS property. - Values for the
overflow-wrap
property. - Values for
ruby-position
property - A spacing value used by either the
letter-spacing
orword-spacing
properties. - Specified value of text-align property.
- Specified value of text-align keyword value.
- Specified and computed value of text-align-last.
- Implements text-decoration-skip-ink which takes the keywords auto | none | all
- Fill mode for the text-emphasis-style property
- Shape keyword for the text-emphasis-style property
- Specified value of text-emphasis-style property.
- Values for the
text-justify
CSS property. - A generic value for the
text-overflow
property. - Specified keyword values for case transforms in the text-transform property. (These are exclusive.)
- Values for the
word-break
property.
Functions§
Type Aliases§
- A specified type for the
initial-letter
property. - Implements type for
text-decoration-thickness
property - A specified value for the
text-indent
property which takes the grammar of [] && hanging? && each-line?