You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-text-3/Overview.bs
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2012,9 +2012,9 @@ Order of Operations</h4>
2012
2012
are treated as having an <a>East Asian Width property</a> of
2013
2013
<code>Ambiguous</code>.
2014
2014
-->
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.
2018
2018
2019
2019
<div class="example">
2020
2020
The purpose of the segment break transformation rules
@@ -2065,6 +2065,10 @@ Order of Operations</h4>
2065
2065
(although IE does in some cases transform the break,
2066
2066
and Firefox follows the first two bullet points).</p>
2067
2067
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.)
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
-
5491
5496
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
5493
5499
Han, Hiragana, Katakana, or Yi script
5494
5500
shall also be considered part of the [=space-discarding character set=].
0 commit comments