Skip to content

Commit fb010ae

Browse files
committed
Fix overflow-wrap section title to match new better terminology.
1 parent 4222bdc commit fb010ae

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 4 deletions
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 11 April 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 April 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-20120411/">http://www.w3.org/TR/2012/WD-css3-text-20120411/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120419/">http://www.w3.org/TR/2012/WD-css3-text-20120419/</a></dd>
4343
-->
4444

4545

@@ -250,7 +250,7 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
250250
Phrase-controlled Breaking</a>
251251
</ul>
252252

253-
<li><a href="#overflow-wrap"><span class=secno>6.2. </span> Emergency
253+
<li><a href="#overflow-wrap"><span class=secno>6.2. </span> Overflow
254254
Wrapping: the &lsquo;<code class=property>overflow-wrap</code>&rsquo;
255255
property</a>
256256
</ul>
@@ -1738,7 +1738,7 @@ <h4 id=example-avoid><span class=secno>6.1.1. </span> Phrase-controlled
17381738
</pre>
17391739
</div>
17401740

1741-
<h3 id=overflow-wrap><span class=secno>6.2. </span> Emergency Wrapping: the
1741+
<h3 id=overflow-wrap><span class=secno>6.2. </span> Overflow Wrapping: the
17421742
&lsquo;<a href="#overflow-wrap0"><code
17431743
class=property>overflow-wrap</code></a>&rsquo; property</h3>
17441744

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ <h4 id="example-avoid">
12071207
</div>
12081208

12091209
<h3 id="overflow-wrap">
1210-
Emergency Wrapping: the 'overflow-wrap' property</h3>
1210+
Overflow Wrapping: the 'overflow-wrap' property</h3>
12111211

12121212
<table class="propdef">
12131213
<tbody>

0 commit comments

Comments
 (0)