Expand description
Specified types for text properties.
Structs§
- Letter
Spacing - A specified value for the
letter-spacing
property. - 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-spacing
property.
Enums§
- Hyphenate
Character - A value for the
hyphenate-character
property. - Line
Break - Values for the
line-break
property. - MozControl
Character Visibility - Values for the
-moz-control-character-visibility
CSS property. - Overflow
Wrap - Values for the
overflow-wrap
property. - Ruby
Position - Values for
ruby-position
property - Spacing
- A spacing value used by either the
letter-spacing
orword-spacing
properties. - 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-justify
CSS property. - Text
Overflow Side - A generic value for the
text-overflow
property. - Text
Transform Case - Specified keyword values for case transforms in the text-transform property. (These are exclusive.)
- Word
Break - Values for the
word-break
property.
Functions§
Type Aliases§
- Hyphenate
Limit Chars - A value for the
hyphenate-limit-chars
property. - Initial
Letter - A specified type for the
initial-letter
property. - Text
Decoration Length - Implements type for
text-decoration-thickness
property - Text
Decoration Trim - Implements type for
text-decoration-trim
property - Text
Indent - A specified value for the
text-indent
property which takes the grammar of [] && hanging? && each-line?