- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2011 02:06:54 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv16945
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix errors found by Murakami-san
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.html 31 May 2011 06:14:21 -0000 1.148
+++ Overview.html 2 Jun 2011 02:06:52 -0000 1.149
@@ -29,7 +29,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 May 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 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-20110531">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110531/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110602">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110602/</a>
-->
@@ -482,7 +482,7 @@
id=bidirectionality0>bidirectionality</dfn></span>, or "bidi" for short.
<div class=figure>
- <pre><span dir=rtl>با Unicode بنویس.</span>
+ <pre><span dir=rtl>با Unicode بنویس.</span> <!-- -->
<!-- --><----- ------> <-
<!-- --><================</pre>
@@ -2201,7 +2201,7 @@
on the right (the before side). The table's ‘<code
class=property>margin-left</code>’ and ‘<code
class=property>margin-right</code>’ would collapse with margins
- before (on the left) and after (on the right) the table, respectively,
+ before (on the right) and after (on the left) the table, respectively,
and if the table had ‘<a href="#auto"><code
class=css>auto</code></a>’ values for ‘<code
class=property>margin-top</code>’ and ‘<code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Overview.src.html 31 May 2011 06:14:21 -0000 1.155
+++ Overview.src.html 2 Jun 2011 02:06:52 -0000 1.156
@@ -223,7 +223,7 @@
"bidi" for short.</p>
<div class="figure">
- <pre><span dir="rtl">با Unicode بنویس.</span>
+ <pre><span dir="rtl">با Unicode بنویس.</span> <!-- -->
<!-- --><----- ------> <-
<!-- --><================</pre>
<p class="caption">Bidirectionality</p>
@@ -1582,8 +1582,8 @@
table columns are horizontal. In a ''vertical-rl'' ''vertical-right''
''rtl'' table, the first column would be on the bottom (the start side),
and the first row on the right (the before side). The table's 'margin-left'
- and 'margin-right' would collapse with margins before (on the left) and
- after (on the right) the table, respectively, and if the table had ''auto''
+ and 'margin-right' would collapse with margins before (on the right) and
+ after (on the left) the table, respectively, and if the table had ''auto''
values for 'margin-top' and 'margin-bottom' it would be centered
vertically within its block flow.
<div class="figure">
Received on Thursday, 2 June 2011 02:06:55 UTC