- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Jun 2011 20:13:08 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv15301
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix error found by Murakami-san
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- Overview.html 23 Jun 2011 05:59:59 -0000 1.175
+++ Overview.html 24 Jun 2011 20:13:06 -0000 1.176
@@ -32,7 +32,7 @@
<h1>CSS Writing Modes Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 June 2011</h2>
<dl>
<dt>This version:
@@ -40,7 +40,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-20110623">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110623/</a>
+ <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110624">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110624/</a>
-->
@@ -2270,8 +2270,8 @@
‘<a href="#rtl"><code class=css>rtl</code></a>’ 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 ‘<code
- class=property>margin-left</code>’ and ‘<code
- class=property>margin-right</code>’ would collapse with margins
+ class=property>margin-right</code>’ and ‘<code
+ class=property>margin-left</code>’ would collapse with margins
before (on the right) and after (on the left) the table, respectively,
and if the table had ‘<code class=css>auto</code>’ 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.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.src.html 23 Jun 2011 05:59:59 -0000 1.185
+++ Overview.src.html 24 Jun 2011 20:13:06 -0000 1.186
@@ -1638,8 +1638,8 @@
<p>For example, in vertical writing modes, table rows are vertical and
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 right) and
+ and the first row on the right (the before side). The table's 'margin-right'
+ and 'margin-left' 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.
Received on Friday, 24 June 2011 20:13:14 UTC