Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
[css-writing-modes-3] Fix table-progression-* file name conventions a…
Browse files Browse the repository at this point in the history
…nd match href
  • Loading branch information
kojiishi committed Sep 28, 2015
1 parent 15ce03d commit ded0e0c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 24 deletions.
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-lr Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.orngtml">
<link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables order rows/rowgroups left to right and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
Expand Down Expand Up @@ -59,7 +59,7 @@
<table class="test">
<thead>
<tr>
<td colspan=2>
<td colspan=2>
<td class="aqua">
<td class="teal">
<tfoot>
Expand Down Expand Up @@ -88,7 +88,7 @@
<tr>
<td class="teal">
<td class="aqua">
<td colspan=2>
<td colspan=2>
<tfoot>
<tr>
<td colspan=2>
Expand Down Expand Up @@ -132,4 +132,3 @@
<td class="teal">
<td class="purp">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-lr Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.orngtml">
<link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
Expand Down Expand Up @@ -84,4 +84,3 @@
<tr><td class="aqua">
<tr><td class="aqua">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-lr upright orientation Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.orngtml">
<link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables, whether LTR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-orientation is upright.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
Expand Down Expand Up @@ -41,7 +41,7 @@
<table class="test">
<thead>
<tr>
<td colspan=2>
<td colspan=2>
<td class="aqua">
<td class="teal">
<tfoot>
Expand All @@ -68,7 +68,7 @@
<table class="test">
<thead>
<tr>
<td colspan=2>
<td colspan=2>
<td class="aqua">
<td class="teal">
<tfoot>
Expand Down Expand Up @@ -112,4 +112,3 @@
<td class="teal">
<td class="purp">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-lr upright orientation Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.orngtml">
<link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-lr tables, whether LTR or RTL, order columns top-to-bottom when text-orientation is upright.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
Expand Down Expand Up @@ -73,4 +73,3 @@
<tr><td class="aqua">
<tr><td class="aqua">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-rl Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.orngtml">
<link rel="match" href="table-progression-001-ref.html">
<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) per 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
Expand Down Expand Up @@ -63,7 +63,7 @@
<td colspan=2>
<tfoot>
<tr>
<td colspan=2>
<td colspan=2>
<td class="aqua">
<td class="teal">
<tbody>
Expand Down Expand Up @@ -92,7 +92,7 @@
<tr>
<td class="teal">
<td class="aqua">
<td colspan=2>
<td colspan=2>
<tbody>
<tr>
<td class="purp">
Expand Down Expand Up @@ -129,4 +129,3 @@
<td class="teal">
<td class="purp">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-rl Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.orngtml">
<link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'.">
<meta name="assert" content="This test checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
Expand Down Expand Up @@ -83,4 +83,3 @@
<tr><td class="aqua">
<tr><td class="aqua">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-rl upright orientation Table Row/Rowgroup/Cell Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-001-ref.orngtml">
<link rel="match" href="table-progression-001-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables, whether LTR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-orientation is upright.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
Expand Down Expand Up @@ -46,7 +46,7 @@
<td colspan=2>
<tfoot>
<tr>
<td colspan=2>
<td colspan=2>
<td class="aqua">
<td class="teal">
<tbody>
Expand All @@ -73,7 +73,7 @@
<td colspan=2>
<tfoot>
<tr>
<td colspan=2>
<td colspan=2>
<td class="aqua">
<td class="teal">
<tbody>
Expand Down Expand Up @@ -112,4 +112,3 @@
<td class="teal">
<td class="purp">
</table>

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>CSS Test: vertical-rl upright orientation Table Column/Colgroup Ordering</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<link rel="match" href="table-progression-002-ref.orngtml">
<link rel="match" href="table-progression-002-ref.html">
<meta name="assert" content="This test checks that vertical-rl tables, whether LTR or RTL, order columns top-to-bottom when text-orientation is upright.">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mode">
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#direction">
Expand Down Expand Up @@ -72,4 +72,3 @@
<tr><td class="aqua">
<tr><td class="aqua">
</table>

0 comments on commit ded0e0c

Please sign in to comment.