1. CSS Exclusions Level 1

    Exclusions defines how inline content flows around elements. It extends the content wrapping ability of floats to any block-level element.

  2. CSS Logical Properties

    Logical properties and values provide control of layout through logical, rather than physical, direction and dimension mappings. These properties are `writing-mode` relative equivalents of their corresponding physical properties.

  3. text-decoration styling

    Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. `text-decoration: line-through dashed blue`) or as single properties (e.g. `text-decoration-color: blue`)

  4. css property: text-decoration-line: line-through

  5. css property: text-decoration: line-through