Skip to content

Commit 6d3a1a3

Browse files
committed
Fix errors found by Murakami-san
1 parent 5a571a4 commit 6d3a1a3

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929

3030
<h1>CSS Writing Modes Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 May 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a
3838
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
3939
<!--
40-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110521">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110521/</a>
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110523">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110523/</a>
4141
-->
4242

4343

@@ -2348,9 +2348,9 @@ <h3 id=orthogonal-flows><span class=secno>7.3. </span> Orthogonal Flows</h3>
23482348
the measure of the child's containing block, even though the physical
23492349
height is the extent, not the measure, of the parent block.
23502350

2351-
<p>Since auto auto margins are resolved consistent with the containing
2352-
block's writing mode, a box establishing an orthogonal flow, can, once
2353-
sized, be aligned or centered within its containing block just like other
2351+
<p>Since auto margins are resolved consistent with the containing block's
2352+
writing mode, a box establishing an orthogonal flow, can, once sized, be
2353+
aligned or centered within its containing block just like other
23542354
block-level elements by using auto margins.
23552355

23562356
<p>It is common in CSS for a containing block to have a defined measure,
@@ -2595,7 +2595,7 @@ <h3 id=caption-side><span class=secno>7.7. </span> Table Caption Mappings:
25952595
<tr>
25962596
<th>Initial:
25972597

2598-
<td>same as CSS2.1
2598+
<td>before
25992599

26002600
<tr>
26012601
<th>Applies to:
@@ -3501,7 +3501,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
35013501
<th>Media
35023502

35033503
<tbody>
3504-
<tr valign=baseline>
3504+
<tr>
35053505
<td><a class=property href="#direction0">direction</a>
35063506

35073507
<td>ltr | rtl
@@ -3516,12 +3516,12 @@ <h2 class=no-num id=property-index> Property Index</h2>
35163516

35173517
<td>visual
35183518

3519-
<tr valign=baseline>
3519+
<tr>
35203520
<td><span class=property>&lsquo;caption-side&rsquo;</span>
35213521

35223522
<td>&lsquo;before&rsquo; | &lsquo;after&rsquo;
35233523

3524-
<td>same as CSS2.1
3524+
<td>before
35253525

35263526
<td>same as CSS2.1
35273527

@@ -3531,7 +3531,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
35313531

35323532
<td>same as CSS2.1
35333533

3534-
<tr valign=baseline>
3534+
<tr>
35353535
<td><span class=property>&lsquo;column-width&rsquo;</span>
35363536

35373537
<td>&lsquo;min-content&rsquo; | &lsquo;max-content&rsquo; |
@@ -3547,7 +3547,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
35473547

35483548
<td>as defined in [CSS3COL]
35493549

3550-
<tr valign=baseline>
3550+
<tr>
35513551
<td><span class=property>&lsquo;width&rsquo;</span>, <span
35523552
class=property>&lsquo;min-width&rsquo;</span>, <span
35533553
class=property>&lsquo;max-width&rsquo;</span>, <span
@@ -3568,7 +3568,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
35683568

35693569
<td>as defined in [CSS21]
35703570

3571-
<tr valign=baseline>
3571+
<tr>
35723572
<td><a class=property href="#text-combine0">text-combine</a>
35733573

35743574
<td>none | [ horizontal &lt;number&gt;? ]
@@ -3583,7 +3583,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
35833583

35843584
<td>visual
35853585

3586-
<tr valign=baseline>
3586+
<tr>
35873587
<td><a class=property href="#text-orientation0">text-orientation</a>
35883588

35893589
<td>vertical-right | upright | rotate-right | rotate-left |
@@ -3600,7 +3600,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
36003600

36013601
<td>visual
36023602

3603-
<tr valign=baseline>
3603+
<tr>
36043604
<td><a class=property href="#unicode-bidi0">unicode-bidi</a>
36053605

36063606
<td>normal | [ [ embed | isolate ] || [ plaintext | bidi-override ] ]
@@ -3615,7 +3615,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
36153615

36163616
<td>visual
36173617

3618-
<tr valign=baseline>
3618+
<tr>
36193619
<td><a class=property href="#writing-mode1">writing-mode</a>
36203620

36213621
<td>horizontal-tb | vertical-rl | vertical-lr

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ <h3 id="orthogonal-flows">
17111711
block, even though the physical height is the extent, not the
17121712
measure, of the parent block.</p>
17131713

1714-
<p>Since auto auto margins are resolved consistent with the containing
1714+
<p>Since auto margins are resolved consistent with the containing
17151715
block's writing mode, a box establishing an orthogonal flow, can,
17161716
once sized, be aligned or centered within its containing block just
17171717
like other block-level elements by using auto margins.
@@ -1921,7 +1921,7 @@ <h3 id="caption-side">
19211921
</tr>
19221922
<tr>
19231923
<th>Initial:</th>
1924-
<td>same as CSS2.1</td>
1924+
<td>before</td>
19251925
</tr>
19261926
<tr>
19271927
<th>Applies to:</th>

0 commit comments

Comments
 (0)