← Chrome 148 reference

v148 · css · covered on mdn

text-decoration-skip-ink: all

A new value for text-decoration-skip-ink that unconditionally skips ink for every glyph — including CJK characters which the default auto value deliberately excludes. Useful when consistent ink-skipping behaviour is preferred across all scripts.

this feature is documented on MDN

MDN: text-decoration-skip-ink

MDN documents all values of text-decoration-skip-ink including all, with examples showing the difference between auto and all for CJK text, browser compatibility, and the CSS Text Decoration spec reference. gendn doesn't duplicate that here.

quick reference

Propertytext-decoration-skip-ink
New valueall
EffectUnconditionally skips ink around every glyph's ascenders and descenders, regardless of script. Equivalent to auto but also applies to CJK characters.
vs. autoauto skips ink for Latin/Greek/Cyrillic but not CJK. all removes that exception.
vs. nonenone disables ink skipping entirely; all maximises it.
Exampletext-decoration: underline; text-decoration-skip-ink: all;
Shipped inChrome 148 (desktop + Android)
ChromeStatus5077600085082112 — text-decoration-skip-ink: all
SpecCSS Text Decoration Level 4 — text-decoration-skip-ink
Source: MDN, chromestatus, and CSS Text Decoration Level 4, May 2026.