| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title> | 2 <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"> | 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 order rows
/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) pe
r 'direction'."> | 5 <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'."> |
| 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 | 7 |
| 8 <style> | 8 <style> |
| 9 .test { | 9 .test { |
| 10 -webkit-writing-mode: vertical-rl; | 10 -webkit-writing-mode: vertical-rl; |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 <p>Test passes if the following three tables look identical. | 33 <p>Test passes if the following three tables look identical. |
| 34 | 34 |
| 35 <table class="test"> | 35 <table class="test"> |
| 36 <thead> | 36 <thead> |
| 37 <tr> | 37 <tr> |
| 38 <td class="a"> | 38 <td class="a"> |
| 39 <td class="b"> | 39 <td class="b"> |
| 40 <td colspan=2> | 40 <td colspan=2> |
| 41 <tfoot> | 41 <tfoot> |
| 42 <tr> | 42 <tr> |
| 43 <td colspan=2> | 43 <td colspan=2> |
| 44 <td class="c"> | 44 <td class="c"> |
| 45 <td class="d"> | 45 <td class="d"> |
| 46 <tbody> | 46 <tbody> |
| 47 <tr> | 47 <tr> |
| 48 <td rowspan=3> | 48 <td rowspan=3> |
| 49 <td colspan=2> | 49 <td colspan=2> |
| 50 <td class="e"> | 50 <td class="e"> |
| 51 <tr> | 51 <tr> |
| 52 <td class="f"> | 52 <td class="f"> |
| 53 <td rowspan=2 colspan=2> | 53 <td rowspan=2 colspan=2> |
| 54 <tr> | 54 <tr> |
| 55 <td class="g"> | 55 <td class="g"> |
| 56 <tbody> | 56 <tbody> |
| 57 <tr> | 57 <tr> |
| 58 <td class="h"> | 58 <td class="h"> |
| 59 <td colspan=3> | 59 <td colspan=3> |
| 60 </table> | 60 </table> |
| 61 | 61 |
| 62 <table dir=rtl class="test"> | 62 <table dir=rtl class="test"> |
| 63 <thead> | 63 <thead> |
| 64 <tr> | 64 <tr> |
| 65 <td colspan=2> | 65 <td colspan=2> |
| 66 <td class="b"> | 66 <td class="b"> |
| 67 <td class="a"> | 67 <td class="a"> |
| 68 <tfoot> | 68 <tfoot> |
| 69 <tr> | 69 <tr> |
| 70 <td class="d"> | 70 <td class="d"> |
| 71 <td class="c"> | 71 <td class="c"> |
| 72 <td colspan=2> | 72 <td colspan=2> |
| 73 <tbody> | 73 <tbody> |
| 74 <tr> | 74 <tr> |
| 75 <td class="e"> | 75 <td class="e"> |
| 76 <td colspan=2> | 76 <td colspan=2> |
| 77 <td rowspan=3> | 77 <td rowspan=3> |
| 78 <tr> | 78 <tr> |
| 79 <td rowspan=2 colspan=2> | 79 <td rowspan=2 colspan=2> |
| 80 <td class="f"> | 80 <td class="f"> |
| 81 <tr> | 81 <tr> |
| 82 <td class="g"> | 82 <td class="g"> |
| 83 <tbody> | 83 <tbody> |
| 84 <tr> | 84 <tr> |
| 85 <td colspan=3> | 85 <td colspan=3> |
| 86 <td class="h"> | 86 <td class="h"> |
| 87 </table> | 87 </table> |
| 88 | 88 |
| 89 <table class="reference"> | 89 <table class="reference"> |
| 90 <tr> | 90 <tr> |
| 91 <td rowspan=2> | 91 <td rowspan=2> |
| 92 <td class="h"> | 92 <td class="h"> |
| 93 <td colspan=3"> | 93 <td colspan="3"> |
| 94 <td class="a"> | 94 <td class="a"> |
| 95 <tr> | 95 <tr> |
| 96 <td rowspan=3"> | 96 <td rowspan="3"> |
| 97 <td class="g"> | 97 <td class="g"> |
| 98 <td class="f"> | 98 <td class="f"> |
| 99 <td rowspan=2"> | 99 <td rowspan="2"> |
| 100 <td class="b"> | 100 <td class="b"> |
| 101 <tr> | 101 <tr> |
| 102 <td class="c"> | 102 <td class="c"> |
| 103 <td rowspan=2 colspan=2> | 103 <td rowspan=2 colspan=2> |
| 104 <td rowspan=2> | 104 <td rowspan=2> |
| 105 <tr> | 105 <tr> |
| 106 <td class="d"> | 106 <td class="d"> |
| 107 <td class="e"> | 107 <td class="e"> |
| 108 </table> | 108 </table> |
| 109 | 109 |
| OLD | NEW |