Module style::values::specified::text

source ·
Expand description

Specified types for text properties.

Structs§

  • Specified keyword values for the text-decoration-line 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

Enums§

Functions§

Type Aliases§

  • A specified type for the initial-letter property.
  • A specified value for the letter-spacing property.
  • Implements type for text-decoration-thickness property
  • A specified value for the text-indent property which takes the grammar of [] && hanging? && each-line?
  • A specified value for the word-spacing property.