csswg/css3-text Overview.html,1.106,1.107 Overview.src.html,1.204,1.205

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv27401

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Define that hyphenation and emergency wrapping are not used for determining min-content sizes.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.html	16 Apr 2011 07:51:50 -0000	1.106
+++ Overview.html	16 Apr 2011 08:02:53 -0000	1.107
@@ -89,7 +89,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/04/16 07:11:35 $ (CVS $Revision$)</a> <!--
+     2011/04/16 07:51:51 $ (CVS $Revision$)</a> <!--
       <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110416/">http://www.w3.org/TR/2011/WD-css3-text-20110416/</a></dd>
     -->
      
@@ -1531,6 +1531,9 @@
    style="font-variant: small-caps">e</span>&chi;) they are not considered
    especially useful.
 
+  <p>Hyphenation opportunities are not considered when calculating
+   &lsquo;<code class=css>min-content</code>&rsquo; intrinsic sizes.
+
   <h3 id=hyphens><span class=secno>6.1. </span>Hyphenation Control: the
    &lsquo;<a href="#hyphens0"><code class=property>hyphens</code></a>&rsquo;
    property</h3>
@@ -2418,6 +2421,10 @@
     over &lsquo;<code class=css>break-word</code>&rsquo; breaking.
   </dl>
 
+  <p>Break opportunities not part of &lsquo;<code class=css>word-wrap:
+   normal</code>&rsquo; line breaking are not considered when calculating
+   &lsquo;<code class=css>min-content</code>&rsquo; intrinsic sizes.
+
   <p class=note>This property should have been called &lsquo;<code
    class=property>emergency-wrap</code>&rsquo;, however due to historical
    reasons it could not be given a less confusing name.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- Overview.src.html	16 Apr 2011 07:51:51 -0000	1.204
+++ Overview.src.html	16 Apr 2011 08:02:53 -0000	1.205
@@ -1039,6 +1039,9 @@
       T<span style="font-variant: small-caps">e</span>&chi;) they are not
       considered especially useful.</p>
 
+    <p>Hyphenation opportunities are not considered when calculating
+      ''min-content'' intrinsic sizes.
+
   <h3 id="hyphens">Hyphenation Control: the 'hyphens' property</h3>
 
     <table class=propdef>
@@ -1693,6 +1696,10 @@
       takes precedence over ''break-word'' breaking.</dd>
     </dl>
 
+    <p>Break opportunities not part of ''word-wrap: normal'' line breaking
+       are not considered when calculating ''min-content'' intrinsic
+       sizes.
+
     <p class="note">This property should have been called 'emergency-wrap',
       however due to historical reasons it could not be given a less
       confusing name.</p>

Received on Saturday, 16 April 2011 08:02:57 UTC