- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Nov 2011 10:55:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv7761
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix copy-paste error found by Murakami-san
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Overview.html 18 Nov 2011 10:42:52 -0000 1.192
+++ Overview.html 23 Nov 2011 10:55:51 -0000 1.193
@@ -29,15 +29,15 @@
<h1>CSS Text Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 November
2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/17
- 00:29:46 $ (CVS $Revision$)</a> <!--
- <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>
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/11/18
+ 10:42:53 $ (CVS $Revision$)</a> <!--
+ <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>
-->
@@ -3990,7 +3990,7 @@
<dt><dfn id=last title="hanging-punctuation:last">‘<code
class=css>last</code>’</dfn>
- <dd>A closing bracket or quote at the start of the <i>last formatted
+ <dd>A closing bracket or quote at the end of the <i>last formatted
line</i> of an element hangs. This applies to all characters in the
Unicode categories Pe, Pf, Pi.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- Overview.src.html 18 Nov 2011 10:42:53 -0000 1.290
+++ Overview.src.html 23 Nov 2011 10:55:51 -0000 1.291
@@ -2884,7 +2884,7 @@
formatted line</a> of an element hangs.
This applies to all characters in the Unicode categories Ps, Pf, Pi.</dd>
<dt><dfn title="hanging-punctuation:last">''last''</dfn></dt>
- <dd>A closing bracket or quote at the start of the
+ <dd>A closing bracket or quote at the end of the
<i>last formatted line</i> of an element hangs.
This applies to all characters in the Unicode categories Pe, Pf, Pi.</dd>
<dt><dfn title="hanging-punctuation:force-end">''force-end''</dfn></dt>
Received on Wednesday, 23 November 2011 10:55:56 UTC