Skip to content

Commit 2f7dad8

Browse files
committed
line-break prohibit rules should win over the word-break:break-all <http://lists.w3.org/Archives/Public/www-style/2012Feb/0920.html>
1 parent 1e6f032 commit 2f7dad8

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February
3838
<dl>
3939
<dt>This version:
4040

41-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/02/17
42-
17:39:23 $ (CVS $Revision$)</a> <!--
41+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/02/19
42+
11:42:12 $ (CVS $Revision$)</a> <!--
4343
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120219/">http://www.w3.org/TR/2012/WD-css3-text-20120219/</a></dd>
4444
-->
4545

@@ -1413,10 +1413,12 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14131413
class=css>break-all</code>&rsquo;</dfn>
14141414

14151415
<dd>In addition to normal opportunities, lines may break between any two
1416-
letters within words. Hyphenation is not applied. This option is used
1417-
mostly in a context where the text is predominantly using CJK characters
1418-
with few non-CJK excerpts and it is desired that the text be better
1419-
distributed on each line.
1416+
letters within words except where forbidden by the &lsquo;<a
1417+
href="#line-break0"><code class=property>line-break</code></a>&rsquo;
1418+
property. Hyphenation is not applied. This option is used mostly in a
1419+
context where the text is predominantly using CJK characters with few
1420+
non-CJK excerpts and it is desired that the text be better distributed on
1421+
each line.
14201422

14211423
<dt><dfn id=keep-all title="word-break:keep-all">&lsquo;<code
14221424
class=css>keep-all</code>&rsquo;</dfn>

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ <h3 id="word-break">
952952
<dd>Break lines according to their usual rules.</dd>
953953
<dt><dfn title="word-break:break-all">''break-all''</dfn></dt>
954954
<dd>In addition to normal opportunities, lines may break between any two
955-
letters within words.
955+
letters within words except where forbidden by the 'line-break' property.
956956
Hyphenation is not applied. This option is used mostly in a context where
957957
the text is predominantly using CJK characters with few non-CJK excerpts
958958
and it is desired that the text be better distributed on each line.</dd>

0 commit comments

Comments
 (0)