Skip to content

Commit 439c456

Browse files
committed
Fix line-break character list for ''normal'' and ''strict'', and a couple of typo <http://lists.w3.org/Archives/Public/www-style/2011Apr/0102.html>
1 parent 899b185 commit 439c456

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

css3-text/Overview.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 April 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/02 17:58:40 $ (CVS $Revision$)</a> <!--
93-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110403/">http://www.w3.org/TR/2011/WD-css3-text-20110403/</a></dd>
92+
2011/04/03 09:05:18 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110404/">http://www.w3.org/TR/2011/WD-css3-text-20110404/</a></dd>
9494
-->
9595

9696

@@ -1444,8 +1444,7 @@ <h3 id=line-break><span class=secno>5.1. </span> Line Breaking Strictness:
14441444
<li>breaks before iteration marks (U+3005, U+303B, U+309D, U+309E,
14451445
U+30FD, U+30FE)
14461446

1447-
<li>breaks between inseparatable characters (U+2014, U+2025, U+2026,
1448-
U+3033, U+3034, U+3035)
1447+
<li>breaks between some inseparable characters (U+2025, U+2026)
14491448
</ul>
14501449
If the language is known to be Chinese or Japanese, then additionally the
14511450
following breaks may be allowed in &lsquo;<code
@@ -2999,7 +2998,7 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
29992998
below; however there may be additional rules controlling their
30002999
justification behavior due to typographic tradition. For example, there
30013000
are traditionally no expansion opportunities between consecutive EM DASH
3002-
U+2014, HORIZONTAL BA U+2015, HORIZONTAL ELLIPSIS U+2026, or TWO DOT
3001+
U+2014, HORIZONTAL BAR U+2015, HORIZONTAL ELLIPSIS U+2026, or TWO DOT
30033002
LEADER U+2025 characters <a href="#JLREQ"
30043003
rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a>. The UA may introduce
30053004
additional levels of priority to handle expansion opportunities involving

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ <h3 id="line-break">
964964
breaking and allowed in ''loose'':
965965
<ul>
966966
<li>breaks before iteration marks (U+3005, U+303B, U+309D, U+309E, U+30FD, U+30FE)</li>
967-
<li>breaks between inseparatable characters (U+2014, U+2025, U+2026, U+3033, U+3034, U+3035)</li>
967+
<li>breaks between some inseparable characters (U+2025, U+2026)</li>
968968
</ul>
969969
If the language is known to be Chinese or Japanese, then additionally
970970
the following breaks may be allowed in ''loose'':
@@ -2148,7 +2148,7 @@ <h3 id="text-justify">
21482148
additional rules controlling their justification behavior due to
21492149
typographic tradition.
21502150
For example, there are traditionally no expansion opportunities
2151-
between consecutive EM DASH U+2014, HORIZONTAL BA U+2015, HORIZONTAL
2151+
between consecutive EM DASH U+2014, HORIZONTAL BAR U+2015, HORIZONTAL
21522152
ELLIPSIS U+2026, or TWO DOT LEADER U+2025 characters [[JLREQ]].
21532153
The UA may introduce additional levels of priority to handle expansion
21542154
opportunities involving punctuation.</dd>

0 commit comments

Comments
 (0)