Skip to content

Commit 0417d29

Browse files
committed
[css-text-decor-4] Don't skip NNBSP. w3c#3393
1 parent e27851e commit 0417d29

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

css-text-decor-4/Overview.bs

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -997,35 +997,32 @@ Skipping Spaces: the 'text-decoration-skip-spaces' property</h4>
997997
<dl dfn-type=value dfn-for=text-decoration-skip-spaces>
998998
<dt><dfn>none</dfn></dt>
999999
<dd>
1000-
Spaces are not skipped.
1000+
[=Spacers=] are not skipped.
10011001
They are decorated just like any other character.
10021002

10031003
<dt><dfn>all</dfn></dt>
10041004
<dd>
1005-
Skip all spaces,
1006-
i.e. all <a>typographic character units</a>
1007-
with the Unicode White_Space property [[UAX44]],
1005+
Skip all [=spacers=],
10081006
plus any adjacent 'letter-spacing' or 'word-spacing'.
10091007

10101008
<dt><dfn>start</dfn></dt>
10111009
<dd>
1012-
Skip all spaces,
1013-
i.e. all <a>typographic character units</a> with the Unicode White_Space property [[UAX44]]
1014-
and all <a href="https://www.w3.org/TR/css3-text/#word-separator">word separators</a>
1010+
Skip all [=spacers=],
10151011
plus any adjacent 'letter-spacing' or 'word-spacing',
10161012
when located at the start of the line.
10171013

10181014
<dt><dfn>end</dfn></dt>
10191015
<dd>
1020-
Skip all spacing,
1021-
i.e. all <a>typographic character units</a> with the Unicode White_Space property [[UAX44]]
1022-
and all <a href="https://www.w3.org/TR/css3-text/#word-separator">word separators</a>
1016+
Skip all [=spacers=],
10231017
plus any adjacent 'letter-spacing' or 'word-spacing',
10241018
when located at the end of the line.
10251019
</dl>
10261020

1027-
ISSUE: Should ''text-decoration-skip-spaces'' really skip all spaces?
1028-
Or should it only skip word-separators that are also spaces?
1021+
For the purpose of this property,
1022+
a <dfn>spacer</dfn> is
1023+
any <a>typographic character unit</a> with the Unicode White_Space property [[UAX44]]
1024+
except U+202F NARROW NO-BREAK SPACE,
1025+
or any <a href="https://www.w3.org/TR/css-text-3/#word-separator">word separator</a>.
10291026

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

0 commit comments

Comments
 (0)