- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 22:57:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv18374
Modified Files:
Overview.html Overview.src.html
Log Message:
Wording tweak for word-break: hyphenate per f2f
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.html 29 Jun 2011 05:41:07 -0000 1.150
+++ Overview.html 14 Jul 2011 22:57:51 -0000 1.151
@@ -84,14 +84,14 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 July 2011</h2>
<dl>
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/06/29 00:25:08 $ (CVS $Revision$)</a> <!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110629/">http://www.w3.org/TR/2011/WD-css3-text-20110629/</a></dd>
+ 2011/06/29 05:41:07 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110714/">http://www.w3.org/TR/2011/WD-css3-text-20110714/</a></dd>
-->
@@ -2442,8 +2442,9 @@
<dd>An unbreakable "word" may be hyphenated if there are no
otherwise-acceptable break points in the line even if hyphenation is
- turned off. Hyphenation controls may influence where the word breaks, but
- cannot forbid the word from hyphenating to prevent overflow.
+ turned off or otherwise restricted. Hyphenation controls may influence
+ where the word breaks, but cannot forbid the word from hyphenating to
+ prevent overflow.
<dt><dfn id=break-word
title="word-wrap:break-word"><code>break-word</code></dfn>
@@ -2461,7 +2462,7 @@
‘<code class=css>min-content</code>’ intrinsic sizes.
<p class=note>This property should have been called ‘<code
- class=property>emergency-wrap</code>’, however due to historical
+ class=property>overflow-wrap</code>’, however due to historical
reasons it could not be given a less confusing name.
<h2 id=justification><span class=secno>8. </span> Alignment and
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- Overview.src.html 29 Jun 2011 05:41:07 -0000 1.248
+++ Overview.src.html 14 Jul 2011 22:57:51 -0000 1.249
@@ -1702,7 +1702,8 @@
<dt><dfn title="word-wrap:hyphenate"><code>hyphenate</code></dfn></dt>
<dd>An unbreakable "word" may be hyphenated if there are no
otherwise-acceptable break points in the line even if hyphenation is
- turned off. Hyphenation controls may influence where the word breaks,
+ turned off or otherwise restricted.
+ Hyphenation controls may influence where the word breaks,
but cannot forbid the word from hyphenating to prevent overflow.
<dt><dfn title="word-wrap:break-word"><code>break-word</code></dfn></dt>
<dd>An unbreakable "word" may be broken at an arbitrary point if
@@ -1717,7 +1718,7 @@
are not considered when calculating ''min-content'' intrinsic
sizes.
- <p class="note">This property should have been called 'emergency-wrap',
+ <p class="note">This property should have been called 'overflow-wrap',
however due to historical reasons it could not be given a less
confusing name.</p>
Received on Thursday, 14 July 2011 22:57:54 UTC