Skip to content

Commit 6eda67a

Browse files
committed
[css-text-3] Clean up notes/cross-references.
1 parent 4aa1419 commit 6eda67a

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

css-text-3/Overview.bs

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,9 +2012,9 @@ Order of Operations</h4>
20122012
are treated as having an <a>East Asian Width property</a> of
20132013
<code>Ambiguous</code>.
20142014
-->
2015-
<p class="note">Note: The white space processing rules have already
2016-
removed any [=tabs=] and [=spaces=] after the [=segment break=] before these checks
2017-
take place.</p>
2015+
Note: The white space processing rules have already
2016+
removed any [=tabs=] and [=spaces=] around the [=segment break=]
2017+
before these checks take place.
20182018

20192019
<div class="example">
20202020
The purpose of the segment break transformation rules
@@ -2065,6 +2065,10 @@ Order of Operations</h4>
20652065
(although IE does in some cases transform the break,
20662066
and Firefox follows the first two bullet points).</p>
20672067

2068+
ISSUE(5086): Should space-discarding punctuation have a stronger influence over mismatched before/after contexts?
2069+
2070+
ISSUE(5017): Should we classify punctuation and/or symbols as a category of space-ambiguous characters? (Currently spaces are discarded only if both sides are space-discarding; ambiguous characters would defer to the other side.)
2071+
20682072
<h3 id="tab-size-property" caniuse="css3-tabsize" oldids="tab-size">
20692073
Tab Character Size: the 'tab-size' property</h3>
20702074

@@ -5383,9 +5387,12 @@ Space-Discarding Unicode Characters</h2>
53835387

53845388
<p><em>This appendix is normative.</em></p>
53855389

5390+
Characters belonging to the <dfn>space-discarding character set</dfn>
5391+
bias adjacent [=segment breaks=] towards
5392+
being discarded rather than being transformed into U+0020 SPACE
5393+
when collapsing white space, see [[#line-break-transform]].
53865394
Characters from the following blocks in Unicode 13.0 [[UNICODE]]
5387-
are considered part of the <dfn>space-discarding character set</dfn>
5388-
for the purpose of [[#line-break-transform]]:
5395+
are considered part of the [=space-discarding character set=]:
53895396

53905397
<table class=data>
53915398
<caption>Space-discarding Unicode Bocks</caption>
@@ -5486,10 +5493,9 @@ Space-Discarding Unicode Characters</h2>
54865493
<td>CJK Unified Ideographs Extension G
54875494
</table>
54885495

5489-
ISSUE(5017): Should we classify punctuation / symbols as a category of space-ambiguous characters? (Currently spaces are discarded only if both sides are space-discarding; ambiguous characters would discard if the other side is space-discarding.)
5490-
54915496
For future revisions of [[UNICODE]],
5492-
any new block whose allocated contents comprise at least 50% codepoints belonging to the
5497+
any new block whose initially-allocated contents comprise
5498+
at least 50% codepoints belonging to the
54935499
Han, Hiragana, Katakana, or Yi script
54945500
shall also be considered part of the [=space-discarding character set=].
54955501

0 commit comments

Comments
 (0)