Skip to content

Commit a8602e5

Browse files
committed
Fix typo
1 parent 86a38a1 commit a8602e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-text/Overview.html

Lines changed: 3 additions & 3 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 24 May 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 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-20120524/">http://www.w3.org/TR/2012/WD-css3-text-20120524/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120612/">http://www.w3.org/TR/2012/WD-css3-text-20120612/</a></dd>
4343
-->
4444

4545

@@ -1293,7 +1293,7 @@ <h3 id=line-break><span class=secno>4.1. </span> Line Breaking Strictness:
12931293
</ul>
12941294
If the language is known to be Chinese or Japanese, then additionally:
12951295
<ul>
1296-
<li>breaks before before hyphens:<br>
1296+
<li>breaks before hyphens:<br>
12971297
‐ U+2010, – U+2013, 〜 U+301C, ゠ U+30A0
12981298
</ul>
12991299

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
22
'http://www.w3.org/TR/html4/strict.dtd'>
33
<html lang="en">
44
<head>
@@ -869,7 +869,7 @@ <h3 id="line-break">
869869
</ul>
870870
If the language is known to be Chinese or Japanese, then additionally:
871871
<ul>
872-
<li>breaks before before hyphens:<br>
872+
<li>breaks before hyphens:<br>
873873
&#x2010;&nbsp;U+2010, &#x2013;&nbsp;U+2013, &#x301C;&nbsp;U+301C,
874874
&#x30A0;&nbsp;U+30A0
875875
</ul>

0 commit comments

Comments
 (0)