Skip to content

Commit 19b14ac

Browse files
committed
Remove word-break:keep-all from the default UA stylesheet <http://lists.w3.org/Archives/Public/www-style/2012May/0132.html>
1 parent fad0060 commit 19b14ac

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 May 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120505/">http://www.w3.org/TR/2012/WD-css3-text-20120505/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120506/">http://www.w3.org/TR/2012/WD-css3-text-20120506/</a></dd>
4343
-->
4444

4545

@@ -1437,7 +1437,9 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14371437
and other explicit break opportunities. Otherwise this option is
14381438
equivalent to &lsquo;<code class=css>normal</code>&rsquo;. This option is
14391439
mostly used where word separator characters are present to create
1440-
line-breaking opportunities, as in Korean.
1440+
line-breaking opportunities. Such sytle is sometimes seen in Korean
1441+
magazines, and is also useful for mixed-script text where CJK snippets
1442+
are mixed into another language that uses spaces for seapration.
14411443
</dl>
14421444

14431445
<div class=example>
@@ -4992,10 +4994,7 @@ <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2>
49924994
<pre><code class=css>
49934995
<!-- -->/* make list items align together */
49944996
<!-- -->li { text-align: match-parent; }
4995-
<!-- -->/* Korean prefers to break only at spaces */
4996-
<!-- -->:root:lang(ko) {
4997-
<!-- --> word-break: keep-all;
4998-
<!-- -->}
4997+
<!-- -->
49994998
<!-- -->/* disable inheritance of text-emphasis marks to ruby text:
50004999
<!-- --> emphasis marks should only apply to base text */
50015000
<!-- -->rt { text-emphasis: none; }

css3-text/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,10 @@ <h3 id="word-break">
973973
and other explicit break opportunities. Otherwise this option is
974974
equivalent to ''normal''.
975975
This option is mostly used where word separator characters are present
976-
to create line-breaking opportunities, as in Korean.</dd>
976+
to create line-breaking opportunities.
977+
Such sytle is sometimes seen in Korean magazines, and is also useful for
978+
mixed-script text where CJK snippets are mixed into another language that
979+
uses spaces for seapration.</dd>
977980
</dl>
978981

979982
<div class="example">
@@ -3672,10 +3675,7 @@ <h2 class="no-num" id="default-stylesheet">Appendix D: Default UA Stylesheet</h2
36723675
<pre><code class="css">
36733676
<!-- -->/* make list items align together */
36743677
<!-- -->li { text-align: match-parent; }
3675-
<!-- -->/* Korean prefers to break only at spaces */
3676-
<!-- -->:root:lang(ko) {
3677-
<!-- --> word-break: keep-all;
3678-
<!-- -->}
3678+
<!-- -->
36793679
<!-- -->/* disable inheritance of text-emphasis marks to ruby text:
36803680
<!-- --> emphasis marks should only apply to base text */
36813681
<!-- -->rt { text-emphasis: none; }

0 commit comments

Comments
 (0)