- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Feb 2011 06:03:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv16216
Modified Files:
Overview.html Overview.src.html
Log Message:
Mark word-break: keep-words as likely to be dropped.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Overview.html 23 Feb 2011 05:53:46 -0000 1.65
+++ Overview.html 23 Feb 2011 06:03:47 -0000 1.66
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/02/23 05:51:55 $ (CVS $Revision$)</a> <!--
+ 2011/02/23 05:53:46 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110223/">http://www.w3.org/TR/2011/WD-css3-text-20110223/</a></dd>
-->
@@ -1489,6 +1489,8 @@
href="#block-scripts">block scripts</a> (which would require the use of a
dictionary in languages such as Chinese and Japanese). This option is
sometimes used in combination with start-aligned (unjustified) text.
+ <span class=issue>This value is likely to be dropped before CR unless
+ there is interest from implementers.</span>
</dl>
<p>When shaping scripts such as Arabic are allowed to break within words
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- Overview.src.html 23 Feb 2011 05:53:46 -0000 1.160
+++ Overview.src.html 23 Feb 2011 06:03:47 -0000 1.161
@@ -1000,7 +1000,10 @@
<dd>Lines may not break within words, even in
<a href="#block-scripts">block scripts</a> (which would require the use
of a dictionary in languages such as Chinese and Japanese). This option
- is sometimes used in combination with start-aligned (unjustified) text.</dd>
+ is sometimes used in combination with start-aligned (unjustified) text.
+ <span class="issue">This value is likely to be dropped before CR unless
+ there is interest from implementers.</span>
+ </dd>
</dl>
<p>When shaping scripts such as Arabic are allowed to break within words
Received on Wednesday, 23 February 2011 06:03:50 UTC