Expand description
Specified types for text properties.
Structs§
- Letter
Spacing - A specified value for the
letter-spacingproperty. - Text
Autospace - Specified value for the text-autospace property
which takes the grammar:
normal |
| auto where: = no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ] - Text
Decoration Line - Specified keyword values for the text-decoration-line property.
- Text
Emphasis Position - Values for text-emphasis-position: https://drafts.csswg.org/css-text-decor/#text-emphasis-position-property
- Text
Overflow - 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.
- Text
Transform - 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 - Text
Underline Position - 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 - Word
Spacing - A specified value for the
word-spacingproperty.
Enums§
- Hyphenate
Character - A value for the
hyphenate-characterproperty. - Line
Break - Values for the
line-breakproperty. - MozControl
Character Visibility - Values for the
-moz-control-character-visibilityCSS property. - Overflow
Wrap - Values for the
overflow-wrapproperty. - Ruby
Position - Values for
ruby-positionproperty - Spacing
- A spacing value used by either the
letter-spacingorword-spacingproperties. - Text
Align - Specified value of text-align property.
- Text
Align Keyword - Specified value of text-align keyword value.
- Text
Align Last - Specified and computed value of text-align-last.
- Text
Decoration Skip Ink - Implements text-decoration-skip-ink which takes the keywords auto | none | all
- Text
Emphasis Fill Mode - Fill mode for the text-emphasis-style property
- Text
Emphasis Shape Keyword - Shape keyword for the text-emphasis-style property
- Text
Emphasis Style - Specified value of text-emphasis-style property.
- Text
Justify - Values for the
text-justifyCSS property. - Text
Overflow Side - A generic value for the
text-overflowproperty. - Text
Transform Case - Specified keyword values for case transforms in the text-transform property. (These are exclusive.)
- Word
Break - Values for the
word-breakproperty.
Functions§
Type Aliases§
- Hyphenate
Limit Chars - A value for the
hyphenate-limit-charsproperty. - Initial
Letter - A specified type for the
initial-letterproperty. - Text
Decoration Length - Implements type for
text-decoration-thicknessproperty - Text
Decoration Trim - Implements type for
text-decoration-trimproperty - Text
Indent - A specified value for the
text-indentproperty which takes the grammar of [] && hanging? && each-line?