|
32 | 32 |
|
33 | 33 | <h1>CSS Text Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 July 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 August 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS |
41 | 41 | $Revision$)</a> <!-- |
42 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120731/">http://www.w3.org/TR/2012/WD-css3-text-20120731/</a></dd> |
| 42 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120801/">http://www.w3.org/TR/2012/WD-css3-text-20120801/</a></dd> |
43 | 43 | --> |
44 | 44 |
|
45 | 45 |
|
@@ -237,8 +237,8 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2> |
237 | 237 | Control: the ‘<code class=property>hyphens</code>’ property</a> |
238 | 238 |
|
239 | 239 | <li><a href="#overflow-wrap"><span class=secno>6.2. </span> Overflow |
240 | | - Wrapping: the ‘<code class=property>overflow-wrap</code>’ |
241 | | - property</a> |
| 240 | + Wrapping: the ‘<code class=property>word-wrap</code>’/‘<code |
| 241 | + class=property>overflow-wrap</code>’ property</a> |
242 | 242 | </ul> |
243 | 243 |
|
244 | 244 | <li><a href="#justification"><span class=secno>7. </span> Alignment and |
@@ -1605,15 +1605,17 @@ <h3 id=hyphens><span class=secno>6.1. </span>Hyphenation Control: the ‘<a |
1605 | 1605 | <!-- add a sample prioritization algorithm --> |
1606 | 1606 |
|
1607 | 1607 | <h3 id=overflow-wrap><span class=secno>6.2. </span> Overflow Wrapping: the |
1608 | | - ‘<a href="#overflow-wrap0"><code |
1609 | | - class=property>overflow-wrap</code></a>’ property</h3> |
| 1608 | + ‘<a href="#word-wrap"><code class=property>word-wrap</code></a>’/‘<a |
| 1609 | + href="#overflow-wrap0"><code class=property>overflow-wrap</code></a>’ |
| 1610 | + property</h3> |
1610 | 1611 |
|
1611 | 1612 | <table class=propdef> |
1612 | 1613 | <tbody> |
1613 | 1614 | <tr> |
1614 | 1615 | <th>Name: |
1615 | 1616 |
|
1616 | | - <td><dfn id=overflow-wrap0>overflow-wrap</dfn> |
| 1617 | + <td><dfn id=overflow-wrap0>overflow-wrap</dfn>/<dfn |
| 1618 | + id=word-wrap>word-wrap</dfn> |
1617 | 1619 |
|
1618 | 1620 | <tr> |
1619 | 1621 | <th><a href="#values">Value</a>: |
@@ -1683,10 +1685,11 @@ <h3 id=overflow-wrap><span class=secno>6.2. </span> Overflow Wrapping: the |
1683 | 1685 | are not considered when calculating ‘<code |
1684 | 1686 | class=css>min-content</code>’ intrinsic sizes. |
1685 | 1687 |
|
1686 | | - <p>For legacy reasons, UAs may also accept ‘<code |
1687 | | - class=property>word-wrap</code>’ as an alternate name for the ‘<a |
| 1688 | + <p>For legacy reasons, UAs must treat ‘<a href="#word-wrap"><code |
| 1689 | + class=property>word-wrap</code></a>’ as an alternate name for the ‘<a |
1688 | 1690 | href="#overflow-wrap0"><code class=property>overflow-wrap</code></a>’ |
1689 | | - property. However this syntax is non-conforming in author style sheets. |
| 1691 | + property, as if it were a shorthand of ‘<a href="#overflow-wrap0"><code |
| 1692 | + class=property>overflow-wrap</code></a>’. |
1690 | 1693 |
|
1691 | 1694 | <h2 id=justification><span class=secno>7. </span> Alignment and |
1692 | 1695 | Justification</h2> |
@@ -5255,7 +5258,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full |
5255 | 5258 | <td>visual |
5256 | 5259 |
|
5257 | 5260 | <tr> |
5258 | | - <th><a class=property href="#overflow-wrap0">overflow-wrap</a> |
| 5261 | + <th><span class=property>overflow-wrap/word-wrap</span> |
5259 | 5262 |
|
5260 | 5263 | <td>normal | break-word |
5261 | 5264 |
|
|
0 commit comments