css.properties

text-decoration-skip-spaces

The text-decoration-skip-spaces property specifies whether text decorations skip spaces.

Draft โ€” This property is defined in a W3C Draft and may be subject to change

Formal Syntax

text-decoration-skip-spaces = none | all | [ start || end ]

See specification

JavaScript Access

// Access via element.style element.style.textDecorationSkipSpaces = "start end";

Browser Support

This property is defined in a W3C Draft and may be subject to change. Browser support data is not yet available.

Related Properties