Skip to content

Commit 9326e57

Browse files
committed
[css-text] Reorder values in text-spacing-trim
Put the most basic value first, for ease of understanding. Part of w3c#9511
1 parent dbd8778 commit 9326e57

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

css-text-4/Overview.bs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10457,10 +10457,18 @@ CJK Punctuation Spacing: the 'text-spacing-trim' property</h3>
1045710457
Values are defined as follows:
1045810458
1045910459
<pre class=prod>
10460-
<dfn><<spacing-trim>></dfn> = normal | space-all | trim-auto | trim-start | space-first | trim-all
10460+
<dfn><<spacing-trim>></dfn> = space-all | normal | trim-auto | trim-start | space-first | trim-all
1046110461
</pre>
1046210462
1046310463
<dl dfn-for=text-spacing-trim dfn-type=value>
10464+
<dt><dfn>space-all</dfn>
10465+
<dd>
10466+
All fullwidth punctuation characters are set with full-width glyphs (spaced).
10467+
10468+
<wpt>
10469+
text-spacing-trim/text-spacing-trim-space-all-001.html
10470+
text-spacing-trim/text-spacing-trim-dynamic-001.html
10471+
</wpt>
1046410472
1046510473
<dt><dfn>normal</dfn>
1046610474
<dd>
@@ -10473,15 +10481,6 @@ CJK Punctuation Spacing: the 'text-spacing-trim' property</h3>
1047310481
and collapse spacing between punctuation glyphs
1047410482
<a href="#fullwidth-collapsing">as described below</a>.
1047510483
10476-
<dt><dfn>space-all</dfn>
10477-
<dd>
10478-
All fullwidth punctuation characters are set with full-width glyphs (spaced).
10479-
10480-
<wpt>
10481-
text-spacing-trim/text-spacing-trim-space-all-001.html
10482-
text-spacing-trim/text-spacing-trim-dynamic-001.html
10483-
</wpt>
10484-
1048510484
<dt><dfn>trim-auto</dfn>
1048610485
<dd>
1048710486
Set <a>fullwidth opening punctuation</a> with half-width glyphs (flush)

0 commit comments

Comments
 (0)