1. CSS3 text-align-last

    CSS property to describe how the last line of a block or a line right before a forced line break when `text-align` is `justify`.

  2. CSS text-box-trim & text-box-edge

    Provides the ability to remove the vertical space appearing above and below text glyphs, allowing more precise positioning and alignment. Previously specified as the `leading-trim` & `text-edge` properties.

  3. CSS text-indent

    The `text-indent` property applies indentation to lines of inline content in a block.

  4. CSS text-justify

    CSS property to define how text should be justified when `text-align: justify` is set.

  5. CSS text-orientation

    The CSS `text-orientation` property specifies the orientation of text within a line. Current values only have an effect in vertical typographic modes (defined with the `writing-mode` property)

  6. CSS text-wrap: balance

    Allows multiple lines of text to have their lines broken in such a way that each line is roughly the same width, often used to make headlines more readable and visually appealing.

  7. CSS3 Text-shadow

    Method of applying one or more shadow or blur effects to text

  8. CSS3 Text-overflow

    Append ellipsis when text overflows its containing element

  9. CSS text-size-adjust

    On mobile devices, the text-size-adjust CSS property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to.

  10. CSS text-stroke and text-fill

    Method of declaring the outline (stroke) width and color for text.

  11. css property: appearance: textarea

  12. css property: appearance: textfield

  13. css property: cursor: text

  14. css property: text-align

  15. css property: text-align-last

  16. css property: text-align-last: auto

  17. css property: text-align: center

  18. css property: text-align: end

  19. css property: text-align: justify

  20. css property: text-align: left

  21. css property: text-align: right

  22. css property: text-align: start

  23. css property: text-anchor

  24. css property: text-combine-upright

  25. css property: text-decoration

  26. css property: text-decoration-color

  27. css property: text-decoration-line

  28. css property: text-decoration-skip

  29. css property: text-emphasis-color

  30. css property: text-emphasis-position

  31. css property: text-emphasis-style

  32. css property: text-justify: auto

  33. css property: text-justify: none

  34. css property: text-overflow: clip

  35. css property: text-rendering

  36. css property: text-spacing-trim

  37. css property: text-transform

  38. css property: text-transform: none

  39. css property: text-underline-offset

  40. css property: text-wrap

  41. css property: text-wrap-mode

  42. css property: text-wrap-mode: wrap

  43. css property: text-wrap-style

  44. css property: text-wrap-style: auto

  45. css property: text-wrap: `balance`

  46. css property: text-wrap: `nowrap`

  47. css property: text-wrap: `pretty`

  48. css property: text-wrap: `stable`

  49. css property: text-wrap: `wrap`

  50. css property: user-select: text