| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <title>CSS Test: vertical-rl upright orientation Table Row/Rowgroup/Cell Orderin
g</title> | 2 <title>CSS Test: vertical-rl upright orientation Table Row/Rowgroup/Cell Orderin
g</title> |
| 3 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/
contact"> | 3 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/
contact"> |
| 4 <link rel="match" href="table-progression-001-ref.html"> | 4 <link rel="match" href="table-progression-001-ref.html"> |
| 5 <meta name="assert" content="This test checks that vertical-rl tables, whether L
TR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-
orientation is upright."> | 5 <meta name="assert" content="This test checks that vertical-rl tables, whether L
TR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-
orientation is upright."> |
| 6 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> | 6 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode"> |
| 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> | 7 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction"> |
| 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio
n"> | 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#text-orientatio
n"> |
| 9 | 9 |
| 10 <style> | 10 <style> |
| 11 .test { | 11 .test { |
| 12 -webkit-writing-mode: vertical-rl; | 12 -webkit-writing-mode: vertical-rl; |
| 13 -webkit-text-orientation: upright; | 13 text-orientation: upright; |
| 14 } | 14 } |
| 15 [dir=rtl] { | 15 [dir=rtl] { |
| 16 direction: rtl; | 16 direction: rtl; |
| 17 } | 17 } |
| 18 | 18 |
| 19 table { | 19 table { |
| 20 border-spacing: 0; | 20 border-spacing: 0; |
| 21 margin: 1em; | 21 margin: 1em; |
| 22 } | 22 } |
| 23 td { | 23 td { |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 <td rowspan=2"> | 105 <td rowspan=2"> |
| 106 <td class="blue"> | 106 <td class="blue"> |
| 107 <tr> | 107 <tr> |
| 108 <td class="aqua"> | 108 <td class="aqua"> |
| 109 <td rowspan=2 colspan=2> | 109 <td rowspan=2 colspan=2> |
| 110 <td rowspan=2> | 110 <td rowspan=2> |
| 111 <tr> | 111 <tr> |
| 112 <td class="teal"> | 112 <td class="teal"> |
| 113 <td class="purp"> | 113 <td class="purp"> |
| 114 </table> | 114 </table> |
| OLD | NEW |