| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <meta charset="utf-8"> |
| 2 <title>CSS Test: vertical-rl upright orientation Table Column/Colgroup Ordering<
/title> | 3 <title>CSS Test: vertical-rl upright orientation Table Column/Colgroup Ordering<
/title> |
| 3 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/
contact"> | 4 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/
contact"> |
| 4 <link rel="match" href="table-progression-002-ref.html"> | 5 <link rel="match" href="table-progression-002-ref.html"> |
| 5 <meta name="assert" content="This test checks that vertical-rl tables, whether L
TR or RTL, order columns top-to-bottom when text-orientation is upright."> | 6 <meta name="assert" content="This test checks that vertical-rl tables, whether L
TR or RTL, order columns top-to-bottom when text-orientation is upright."> |
| 6 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#block-flow" tit
le="3.1 Block Flow Direction: the 'writing-mode' property"> | 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#block-flow" tit
le="3.1 Block Flow Direction: the 'writing-mode' property"> |
| 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" titl
e="2.1 Specifying Directionality: the 'direction' property"> | 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" titl
e="2.1 Specifying Directionality: the 'direction' property"> |
| 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio
n" title="5.1 Orienting Text: the 'text-orientation' property"> | 9 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio
n" title="5.1 Orienting Text: the 'text-orientation' property"> |
| 9 | 10 |
| 10 <style> | 11 <style> |
| 11 .test { | 12 .test { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 <tr><td><td><td><td><td> | 66 <tr><td><td><td><td><td> |
| 66 </table> | 67 </table> |
| 67 | 68 |
| 68 <table class="reference"> | 69 <table class="reference"> |
| 69 <tr><td class="navy"> | 70 <tr><td class="navy"> |
| 70 <tr><td class="navy"> | 71 <tr><td class="navy"> |
| 71 <tr><td class="blue"> | 72 <tr><td class="blue"> |
| 72 <tr><td class="aqua"> | 73 <tr><td class="aqua"> |
| 73 <tr><td class="aqua"> | 74 <tr><td class="aqua"> |
| 74 </table> | 75 </table> |
| OLD | NEW |