Skip to content

Commit cdc3353

Browse files
committed
[css-text-decor-4] Fix punctuation to avoid ambiguities
1 parent 053a5f5 commit cdc3353

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

css-text-decor-4/Overview.bs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,16 @@ by adding the ''trailing-spaces'' value.
6363

6464
Issue: Add final level 3 content
6565
<dt><dfn>leading-spaces</dfn></dt>
66-
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]]
67-
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
68-
plus any adjacent 'letter-spacing' or 'word-spacing'
66+
<dd>Skip all spacing,
67+
i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]]
68+
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>
69+
plus any adjacent 'letter-spacing' or 'word-spacing',
6970
when located at the start of the line.
7071
<dt><dfn>trailing-spaces</dfn></dt>
71-
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]]
72-
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
73-
plus any adjacent 'letter-spacing' or 'word-spacing'
72+
<dd>Skip all spacing,
73+
i.e. all <i>characters</i> with the Unicode White_Space property [[UAX44]]
74+
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>
75+
plus any adjacent 'letter-spacing' or 'word-spacing',
7476
when located at the end of the line.
7577
</dl>
7678

css-text-decor-4/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,19 @@ <h3 class="heading settled" data-level="2.1" id="text-decoration-skip-property">
252252
<dt><dfn class="css" data-dfn-for="text-decoration-skip" data-dfn-type="value" data-export="" id="valdef-text-decoration-skip-leading-spaces">leading-spaces<a class="self-link" href="#valdef-text-decoration-skip-leading-spaces"></a></dfn>
253253

254254

255-
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property <a data-link-type="biblio" href="#biblio-uax44">[UAX44]</a>
256-
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
257-
plus any adjacent <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a> or <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>
255+
<dd>Skip all spacing,
256+
i.e. all <i>characters</i> with the Unicode White_Space property <a data-link-type="biblio" href="#biblio-uax44">[UAX44]</a>
257+
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>
258+
plus any adjacent <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a> or <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>,
258259
when located at the start of the line.
259260

260261
<dt><dfn class="css" data-dfn-for="text-decoration-skip" data-dfn-type="value" data-export="" id="valdef-text-decoration-skip-trailing-spaces">trailing-spaces<a class="self-link" href="#valdef-text-decoration-skip-trailing-spaces"></a></dfn>
261262

262263

263-
<dd>Skip all spacing, i.e. all <i>characters</i> with the Unicode White_Space property <a data-link-type="biblio" href="#biblio-uax44">[UAX44]</a>
264-
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>,
265-
plus any adjacent <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a> or <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>
264+
<dd>Skip all spacing,
265+
i.e. all <i>characters</i> with the Unicode White_Space property <a data-link-type="biblio" href="#biblio-uax44">[UAX44]</a>
266+
and all <a href="http://www.w3.org/TR/css3-text/#word-separator">word separators</a>
267+
plus any adjacent <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-letter-spacing">letter-spacing</a> or <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-text-3/#propdef-word-spacing">word-spacing</a>,
266268
when located at the end of the line.
267269

268270
</dl>

0 commit comments

Comments
 (0)