- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2011 03:51:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv6206
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Overview.html 12 Jun 2011 09:45:34 -0000 1.170
+++ Overview.html 16 Jun 2011 03:51:30 -0000 1.171
@@ -29,7 +29,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 June 2011</h2>
<dl>
<dt>This version:
@@ -37,7 +37,7 @@
<dd><a
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
<!--
- <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110612">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110612/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110616">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110616/</a>
-->
@@ -3006,7 +3006,7 @@
document, rather than to a segment with a known type of numeric content,
can have unintended consequences:
- <pre><p>あれは10,000円ですよ!>/p></pre>
+ <pre><p>あれは10,000円ですよ!</p></pre>
<div class=figure>
<p><img alt="Rendering of the above markup with 'text-combine-horizontal:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- Overview.src.html 12 Jun 2011 09:45:27 -0000 1.180
+++ Overview.src.html 16 Jun 2011 03:51:30 -0000 1.181
@@ -2246,7 +2246,7 @@
<p>The following example shows that applying ''text-combine-horizontal: digits''
to an entire document, rather than to a segment with a known type of
numeric content, can have unintended consequences:
- <pre><p>あれは10,000円ですよ!>/p></pre>
+ <pre><p>あれは10,000円ですよ!</p></pre>
<div class="figure">
<p><img alt="Rendering of the above markup with 'text-combine-horizontal: digits':
the first two digits of the number are rendered as tate-chu-yoko
Received on Thursday, 16 June 2011 03:51:35 UTC