csswg/css3-text Overview.html,1.158,1.159 Overview.src.html,1.256,1.257

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Rename word-wrap to overflow-wrap per WG resolution

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Overview.html	24 Jul 2011 23:27:22 -0000	1.158
+++ Overview.html	25 Jul 2011 01:19:21 -0000	1.159
@@ -84,14 +84,14 @@
 
    <h1>CSS Text Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 July 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/07/24 23:11:53 $ (CVS $Revision$)</a> <!--
-      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110724/">http://www.w3.org/TR/2011/WD-css3-text-20110724/</a></dd>
+     2011/07/24 23:27:22 $ (CVS $Revision$)</a> <!--
+      <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110725/">http://www.w3.org/TR/2011/WD-css3-text-20110725/</a></dd>
     -->
      
 
@@ -336,8 +336,8 @@
         presenting a footer</a>
       </ul>
 
-     <li><a href="#word-wrap"><span class=secno>6.2. </span> Emergency
-      Wrapping: the &lsquo;<code class=property>word-wrap</code>&rsquo;
+     <li><a href="#overflow-wrap"><span class=secno>6.2. </span> Emergency
+      Wrapping: the &lsquo;<code class=property>overflow-wrap</code>&rsquo;
       property</a>
     </ul>
 
@@ -1872,8 +1872,8 @@
    value means that there is no limit.
 
   <p>In some cases, user agents may not be able to honor the specified value.
-   (See &lsquo;<a href="#word-wrap0"><code
-   class=property>word-wrap</code></a>&rsquo;.) It is not defined whether
+   (See &lsquo;<a href="#overflow-wrap0"><code
+   class=property>overflow-wrap</code></a>&rsquo;.) It is not defined whether
    hyphenation introduced by such emergency breaking influences nearby
    hyphenation points.
 
@@ -2177,8 +2177,8 @@
 
   <p>Text wrapping is controlled by the &lsquo;<a href="#text-wrap0"><code
    class=property>text-wrap</code></a>&rsquo; and &lsquo;<a
-   href="#word-wrap0"><code class=property>word-wrap</code></a>&rsquo;
-   properties:
+   href="#overflow-wrap0"><code
+   class=property>overflow-wrap</code></a>&rsquo; properties:
 
   <h3 id=text-wrap><span class=secno>6.1. </span> Text Wrap Settings: the
    &lsquo;<a href="#text-wrap0"><code
@@ -2318,16 +2318,16 @@
       </pre>
   </div>
 
-  <h3 id=word-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
-   &lsquo;<a href="#word-wrap0"><code
-   class=property>word-wrap</code></a>&rsquo; property</h3>
+  <h3 id=overflow-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
+   &lsquo;<a href="#overflow-wrap0"><code
+   class=property>overflow-wrap</code></a>&rsquo; property</h3>
 
   <table class=propdef>
    <tbody>
     <tr>
      <th>Name:
 
-     <td><dfn id=word-wrap0>word-wrap</dfn>
+     <td><dfn id=overflow-wrap0>overflow-wrap</dfn>
 
     <tr>
      <th>Value:
@@ -2373,7 +2373,7 @@
    class=property>avoid</code>&rsquo;. Possible values:
 
   <dl>
-   <dt><dfn id=normal3 title="word-wrap:normal"><code>normal</code></dfn>
+   <dt><dfn id=normal3 title="overflow-wrap:normal"><code>normal</code></dfn>
 
    <dd>Lines may break only at allowed break points. However, the
     restrictions introduced by &lsquo;<code class=css>word-break:
@@ -2383,7 +2383,7 @@
     break points in the line.
 
    <dt><dfn id=hyphenate
-    title="word-wrap:hyphenate"><code>hyphenate</code></dfn>
+    title="overflow-wrap:hyphenate"><code>hyphenate</code></dfn>
 
    <dd>An unbreakable "word" may be hyphenated if there are no
     otherwise-acceptable break points in the line even if hyphenation is
@@ -2392,7 +2392,7 @@
     prevent overflow.
 
    <dt><dfn id=break-word
-    title="word-wrap:break-word"><code>break-word</code></dfn>
+    title="overflow-wrap:break-word"><code>break-word</code></dfn>
 
    <dd>An unbreakable "word" may be broken at an arbitrary point if there are
     no otherwise-acceptable break points in the line. Shaping characters are
@@ -2402,13 +2402,15 @@
     over &lsquo;<code class=css>break-word</code>&rsquo; breaking.
   </dl>
 
-  <p>Break opportunities not part of &lsquo;<code class=css>word-wrap:
+  <p>Break opportunities not part of &lsquo;<code class=css>overflow-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>overflow-wrap</code>&rsquo;, however due to historical
-   reasons it could not be given a less confusing name.
+  <p>For legacy reasons, UAs may also accept &lsquo;<code
+   class=property>word-wrap</code>&rsquo; as an alternate name for the
+   &lsquo;<a href="#overflow-wrap0"><code
+   class=property>overflow-wrap</code></a>&rsquo; property. However this
+   syntax not valid.
 
   <h2 id=justification><span class=secno>7. </span> Alignment and
    Justification</h2>
@@ -6324,6 +6326,21 @@
      <td>visual
 
     <tr>
+     <td><a class=property href="#overflow-wrap0">overflow-wrap</a>
+
+     <td>normal | [ break-word || hyphenate ]
+
+     <td>normal
+
+     <td>all elements
+
+     <td>yes
+
+     <td>N/A
+
+     <td>visual
+
+    <tr>
      <td><a class=property href="#tab-size0">tab-size</a>
 
      <td>&lt;integer&gt; | &lt;length&gt;
@@ -6701,21 +6718,6 @@
      <td>refers to width of space (U+0020) glyph
 
      <td>visual
-
-    <tr>
-     <td><a class=property href="#word-wrap0">word-wrap</a>
-
-     <td>normal | [ break-word || hyphenate ]
-
-     <td>normal
-
-     <td>all elements
-
-     <td>yes
-
-     <td>N/A
-
-     <td>visual
   </table>
   <!--end-properties-->
 
@@ -6877,6 +6879,18 @@
    <li>Non-ideographic numerals, <a href="#non-ideographic-numerals"
     title="Non-ideographic numerals"><strong>8.3.2.</strong></a>
 
+   <li>overflow-wrap, <a href="#overflow-wrap0"
+    title=overflow-wrap><strong>6.2.</strong></a>
+
+   <li>overflow-wrap:break-word, <a href="#break-word"
+    title="overflow-wrap:break-word"><strong>6.2.</strong></a>
+
+   <li>overflow-wrap:hyphenate, <a href="#hyphenate"
+    title="overflow-wrap:hyphenate"><strong>6.2.</strong></a>
+
+   <li>overflow-wrap:normal, <a href="#normal3"
+    title="overflow-wrap:normal"><strong>6.2.</strong></a>
+
    <li>overline, <a href="#overline"
     title=overline><strong>10.1.1.</strong></a>
 
@@ -7208,18 +7222,6 @@
 
    <li>word-spacing, <a href="#word-spacing0"
     title=word-spacing><strong>8.1.</strong></a>
-
-   <li>word-wrap, <a href="#word-wrap0"
-    title=word-wrap><strong>6.2.</strong></a>
-
-   <li>word-wrap:break-word, <a href="#break-word"
-    title="word-wrap:break-word"><strong>6.2.</strong></a>
-
-   <li>word-wrap:hyphenate, <a href="#hyphenate"
-    title="word-wrap:hyphenate"><strong>6.2.</strong></a>
-
-   <li>word-wrap:normal, <a href="#normal3"
-    title="word-wrap:normal"><strong>6.2.</strong></a>
   </ul>
   <!--end-index-->
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- Overview.src.html	24 Jul 2011 23:27:22 -0000	1.256
+++ Overview.src.html	25 Jul 2011 01:19:21 -0000	1.257
@@ -1263,7 +1263,7 @@
       lines in an element. The ''no-limit'' value means that there is no limit.
 
     <p>In some cases, user agents may not be able to  honor the specified value.
-      (See 'word-wrap'.) It is not defined whether hyphenation introduced by
+      (See 'overflow-wrap'.) It is not defined whether hyphenation introduced by
       such emergency breaking influences nearby hyphenation points.
 
     <table class=propdef>
@@ -1485,7 +1485,7 @@
 <h2 id="wrapping">
   Text Wrapping</h2>
 
-  <p>Text wrapping is controlled by the 'text-wrap' and 'word-wrap' properties:</p>
+  <p>Text wrapping is controlled by the 'text-wrap' and 'overflow-wrap' properties:</p>
 
   <h3 id="text-wrap">
     Text Wrap Settings: the 'text-wrap' property</h3>
@@ -1599,14 +1599,14 @@
       </pre>
     </div>
 
-  <h3 id="word-wrap">
-    Emergency Wrapping: the 'word-wrap' property</h3>
+  <h3 id="overflow-wrap">
+    Emergency Wrapping: the 'overflow-wrap' property</h3>
 
     <table class="propdef">
       <tbody>
         <tr>
           <th>Name:</th>
-          <td><dfn>word-wrap</dfn></td>
+          <td><dfn>overflow-wrap</dfn></td>
         </tr>
         <tr>
           <th>Value:</th>
@@ -1645,19 +1645,19 @@
       'text-wrap' is either 'normal' or 'avoid'. Possible values:</p>
 
     <dl>
-    <dt><dfn title="word-wrap:normal"><code>normal</code></dfn></dt>
+    <dt><dfn title="overflow-wrap:normal"><code>normal</code></dfn></dt>
     <dd>Lines may break only at allowed break points. However, the restrictions
       introduced by ''word-break: keep-all'' may be relaxed to match
       ''word-break: normal'' and the various hyphenation limit properties
       may be ignored if there are no otherwise-acceptable break points in
       the line.</dd>
-    <dt><dfn title="word-wrap:hyphenate"><code>hyphenate</code></dfn></dt>
+    <dt><dfn title="overflow-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 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>
+    <dt><dfn title="overflow-wrap:break-word"><code>break-word</code></dfn></dt>
     <dd>An unbreakable "word" may be broken at an arbitrary point if
       there are no otherwise-acceptable break points in the line.
       Shaping characters are still shaped as if the word were not
@@ -1666,13 +1666,12 @@
       takes precedence over ''break-word'' breaking.</dd>
     </dl>
 
-    <p>Break opportunities not part of ''word-wrap: normal'' line breaking
+    <p>Break opportunities not part of ''overflow-wrap: normal'' line breaking
        are not considered when calculating ''min-content'' intrinsic
        sizes.
 
-    <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>
+    <p>For legacy reasons, UAs may also accept 'word-wrap' as an alternate name
+      for the 'overflow-wrap' property. However this syntax not valid.
 
 <h2 id="justification">
   Alignment and Justification</h2>

Received on Monday, 25 July 2011 01:19:28 UTC