Skip to content

Commit 0532714

Browse files
committed
Add back word-wrap per WG resolution in Hamburg
1 parent 36fa01c commit 0532714

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

css3-text/Overview.html

+14-11
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

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>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$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>
4343
-->
4444

4545

@@ -237,8 +237,8 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
237237
Control: the ‘<code class=property>hyphens</code>’ property</a>
238238

239239
<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>
242242
</ul>
243243

244244
<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
16051605
<!-- add a sample prioritization algorithm -->
16061606

16071607
<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>
16101611

16111612
<table class=propdef>
16121613
<tbody>
16131614
<tr>
16141615
<th>Name:
16151616

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>
16171619

16181620
<tr>
16191621
<th><a href="#values">Value</a>:
@@ -1683,10 +1685,11 @@ <h3 id=overflow-wrap><span class=secno>6.2. </span> Overflow Wrapping: the
16831685
are not considered when calculating ‘<code
16841686
class=css>min-content</code>’ intrinsic sizes.
16851687

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
16881690
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>’.
16901693

16911694
<h2 id=justification><span class=secno>7. </span> Alignment and
16921695
Justification</h2>
@@ -5255,7 +5258,7 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
52555258
<td>visual
52565259

52575260
<tr>
5258-
<th><a class=property href="#overflow-wrap0">overflow-wrap</a>
5261+
<th><span class=property>overflow-wrap/word-wrap</span>
52595262

52605263
<td>normal | break-word
52615264

css3-text/Overview.src.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -1120,13 +1120,13 @@ <h3 id="hyphens">Hyphenation Control: the 'hyphens' property</h3>
11201120
<!-- add a sample prioritization algorithm -->
11211121

11221122
<h3 id="overflow-wrap">
1123-
Overflow Wrapping: the 'overflow-wrap' property</h3>
1123+
Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property</h3>
11241124

11251125
<table class="propdef">
11261126
<tbody>
11271127
<tr>
11281128
<th>Name:</th>
1129-
<td><dfn>overflow-wrap</dfn></td>
1129+
<td><dfn>overflow-wrap</dfn>/<dfn>word-wrap</dfn></td>
11301130
</tr>
11311131
<tr>
11321132
<th><a href="#values">Value</a>:
@@ -1182,9 +1182,8 @@ <h3 id="overflow-wrap">
11821182
<p><i>Soft wrap opportunities</i> not part of ''overflow-wrap: normal'' line breaking
11831183
are not considered when calculating ''min-content'' intrinsic sizes.
11841184

1185-
<p>For legacy reasons, UAs may also accept 'word-wrap' as an alternate name
1186-
for the 'overflow-wrap' property. However this syntax is non-conforming in
1187-
author style sheets.
1185+
<p>For legacy reasons, UAs must treat 'word-wrap' as an alternate name
1186+
for the 'overflow-wrap' property, as if it were a shorthand of 'overflow-wrap'.
11881187

11891188
<h2 id="justification">
11901189
Alignment and Justification</h2>

0 commit comments

Comments
 (0)