OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <meta charset="utf-8"> |
2 <title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title> | 3 <title>CSS Test: vertical-rl Table Row/Rowgroup/Cell 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="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/"> <!-- 2016-01-15 --> | 5 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/"> <!-- 2016-01-15 --> |
5 <link rel="match" href="table-progression-001-ref.html"> | 6 <link rel="match" href="table-progression-001-ref.html"> |
6 <meta name="assert" content="This test checks that vertical-rl tables order rows
/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) pe
r 'direction'. This test also checks that 'writing-mode' and 'direction' do not
apply to table rows and row groups."> | 7 <meta name="assert" content="This test checks that vertical-rl tables order rows
/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) pe
r 'direction'. This test also checks that 'writing-mode' and 'direction' do not
apply to table rows and row groups."> |
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"> | 8 <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"> |
8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" titl
e="2.1 Specifying Directionality: the 'direction' property"> | 9 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction" titl
e="2.1 Specifying Directionality: the 'direction' property"> |
9 | 10 |
10 <style> | 11 <style> |
11 .test { | 12 .test { |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 <td rowspan="2"> | 123 <td rowspan="2"> |
123 <td class="blue"> | 124 <td class="blue"> |
124 <tr> | 125 <tr> |
125 <td class="aqua"> | 126 <td class="aqua"> |
126 <td rowspan=2 colspan=2> | 127 <td rowspan=2 colspan=2> |
127 <td rowspan=2> | 128 <td rowspan=2> |
128 <tr> | 129 <tr> |
129 <td class="teal"> | 130 <td class="teal"> |
130 <td class="purp"> | 131 <td class="purp"> |
131 </table> | 132 </table> |
OLD | NEW |