Skip to content

Commit 407547f

Browse files
committed
Fix copy-paste error found by Murakami-san
1 parent 08d65e3 commit 407547f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
<h1>CSS Text Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 November
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 November
3333
2011</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

38-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/17
39-
00:29:46 $ (CVS $Revision$)</a> <!--
40-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111118/">http://www.w3.org/TR/2011/WD-css3-text-20111118/</a></dd>
38+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/18
39+
10:42:53 $ (CVS $Revision$)</a> <!--
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20111123/">http://www.w3.org/TR/2011/WD-css3-text-20111123/</a></dd>
4141
-->
4242

4343

@@ -3990,7 +3990,7 @@ <h3 id=hanging-punctuation><span class=secno>9.2. </span> Hanging
39903990
<dt><dfn id=last title="hanging-punctuation:last">&lsquo;<code
39913991
class=css>last</code>&rsquo;</dfn>
39923992

3993-
<dd>A closing bracket or quote at the start of the <i>last formatted
3993+
<dd>A closing bracket or quote at the end of the <i>last formatted
39943994
line</i> of an element hangs. This applies to all characters in the
39953995
Unicode categories Pe, Pf, Pi.
39963996

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@ <h3 id="hanging-punctuation">
28842884
formatted line</a> of an element hangs.
28852885
This applies to all characters in the Unicode categories Ps, Pf, Pi.</dd>
28862886
<dt><dfn title="hanging-punctuation:last">''last''</dfn></dt>
2887-
<dd>A closing bracket or quote at the start of the
2887+
<dd>A closing bracket or quote at the end of the
28882888
<i>last formatted line</i> of an element hangs.
28892889
This applies to all characters in the Unicode categories Pe, Pf, Pi.</dd>
28902890
<dt><dfn title="hanging-punctuation:force-end">''force-end''</dfn></dt>

0 commit comments

Comments
 (0)