Skip to content

Commit 8c99368

Browse files
committed
Fix error found by Murakami-san
1 parent 95d6ffe commit 8c99368

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 June 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 June 2011</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<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>
43+
<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>
4444
-->
4545

4646

@@ -2270,8 +2270,8 @@ <h3 id=vertical-layout><span class=secno>7.1. </span> Principles of Layout
22702270
&lsquo;<a href="#rtl"><code class=css>rtl</code></a>&rsquo; table, the
22712271
first column would be on the bottom (the start side), and the first row
22722272
on the right (the before side). The table's &lsquo;<code
2273-
class=property>margin-left</code>&rsquo; and &lsquo;<code
2274-
class=property>margin-right</code>&rsquo; would collapse with margins
2273+
class=property>margin-right</code>&rsquo; and &lsquo;<code
2274+
class=property>margin-left</code>&rsquo; would collapse with margins
22752275
before (on the right) and after (on the left) the table, respectively,
22762276
and if the table had &lsquo;<code class=css>auto</code>&rsquo; values for
22772277
&lsquo;<code class=property>margin-top</code>&rsquo; and &lsquo;<code

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,8 +1638,8 @@ <h3 id="vertical-layout">
16381638
<p>For example, in vertical writing modes, table rows are vertical and
16391639
table columns are horizontal. In a ''vertical-rl'' ''vertical-right''
16401640
''rtl'' table, the first column would be on the bottom (the start side),
1641-
and the first row on the right (the before side). The table's 'margin-left'
1642-
and 'margin-right' would collapse with margins before (on the right) and
1641+
and the first row on the right (the before side). The table's 'margin-right'
1642+
and 'margin-left' would collapse with margins before (on the right) and
16431643
after (on the left) the table, respectively, and if the table had ''auto''
16441644
values for 'margin-top' and 'margin-bottom' it would be centered
16451645
vertically within its block flow.

0 commit comments

Comments
 (0)