- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Feb 2012 11:50:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv19768
Modified Files:
Overview.html Overview.src.html
Log Message:
line-break prohibit rules should win over the word-break:break-all <http://lists.w3.org/Archives/Public/www-style/2012Feb/0920.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- Overview.html 19 Feb 2012 11:42:12 -0000 1.228
+++ Overview.html 19 Feb 2012 11:50:56 -0000 1.229
@@ -38,8 +38,8 @@
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/02/17
- 17:39:23 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/02/19
+ 11:42:12 $ (CVS $Revision$)</a> <!--
<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>
-->
@@ -1413,10 +1413,12 @@
class=css>break-all</code>’</dfn>
<dd>In addition to normal opportunities, lines may break between any two
- letters within words. Hyphenation is not applied. This option is used
- mostly in a context where the text is predominantly using CJK characters
- with few non-CJK excerpts and it is desired that the text be better
- distributed on each line.
+ letters within words except where forbidden by the ‘<a
+ href="#line-break0"><code class=property>line-break</code></a>’
+ property. Hyphenation is not applied. This option is used mostly in a
+ context where the text is predominantly using CJK characters with few
+ non-CJK excerpts and it is desired that the text be better distributed on
+ each line.
<dt><dfn id=keep-all title="word-break:keep-all">‘<code
class=css>keep-all</code>’</dfn>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- Overview.src.html 19 Feb 2012 11:42:12 -0000 1.328
+++ Overview.src.html 19 Feb 2012 11:50:56 -0000 1.329
@@ -952,7 +952,7 @@
<dd>Break lines according to their usual rules.</dd>
<dt><dfn title="word-break:break-all">''break-all''</dfn></dt>
<dd>In addition to normal opportunities, lines may break between any two
- letters within words.
+ letters within words except where forbidden by the 'line-break' property.
Hyphenation is not applied. This option is used mostly in a context where
the text is predominantly using CJK characters with few non-CJK excerpts
and it is desired that the text be better distributed on each line.</dd>
Received on Sunday, 19 February 2012 11:51:00 UTC