CSS text-decoration-skip-ink Property Reference

The CSS text-decoration-skip-ink property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

CSS text-decoration-skip-ink Property Reference

The CSS text-decoration-skip-ink property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

text-decoration-skip-ink overview

The CSS text-decoration-skip-ink property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

text-decoration-skip-ink formal syntax
FieldValue
Formal syntaxauto | all | none
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Text Decoration
StatusStandard

Practical examples

These declarations demonstrate valid ways to set text-decoration-skip-ink. The initial and inherit global keywords remain available even when a property-specific value is preferable.

text-decoration-skip-ink live example
CSS .reset-example { text-decoration-skip-ink: initial; } .inherit-example { text-decoration-skip-ink: inherit; } @supports (text-decoration-skip-ink: initial) { .supported { text-decoration-skip-ink: initial; } }

Description

The CSS text-decoration-skip-ink property is a standard property in CSS Text Decoration. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: text-decoration-skip-ink
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies