Skip to content

Commit bd19642

Browse files
committed
[css-text-decor-4] Corrections to characters skipped by text-decoration-skip-spaces. #5249
1 parent 0b03b01 commit bd19642

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-text-decor-4/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,8 @@ Skipping Spaces: the 'text-decoration-skip-spaces' property</h4>
10701070

10711071
<dt><dfn>all</dfn></dt>
10721072
<dd>
1073-
Skip all [=spacers=],
1073+
Skip all [=spacers=]
1074+
and all [=word separators=]
10741075
plus any adjacent 'letter-spacing' or 'word-spacing'.
10751076

10761077
<dt><dfn>start</dfn></dt>
@@ -1088,9 +1089,8 @@ Skipping Spaces: the 'text-decoration-skip-spaces' property</h4>
10881089

10891090
For the purpose of this property,
10901091
a <dfn>spacer</dfn> is
1091-
any <a>typographic character unit</a> with the Unicode White_Space property [[UAX44]]
1092-
except U+202F NARROW NO-BREAK SPACE,
1093-
or any <a href="https://www.w3.org/TR/css-text-3/#word-separator">word separator</a>.
1092+
any <a>typographic character unit</a> from [=Unicode General Category=] <code>Zs</code>
1093+
except U+202F NARROW NO-BREAK SPACE.
10941094

10951095
<h4 id="text-decoration-skip-ink-property">
10961096
Skipping Glyphs: the 'text-decoration-skip-ink' property</h4>

0 commit comments

Comments
 (0)