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.
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.
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`)
css property: text-decoration-line: line-through
css property: text-decoration: line-through
5 results found.