diff options
Diffstat (limited to 'tests/tables.html')
-rw-r--r-- | tests/tables.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/tables.html b/tests/tables.html index 7ae87b024..7626b326d 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -3,7 +3,7 @@ ><table ><caption >Demonstration of simple table syntax.</caption - ><tr + ><tr class="header" ><th align="right" style="width: 15%;" >Right</th ><th align="left" style="width: 8%;" @@ -13,7 +13,7 @@ ><th align="left" style="width: 12%;" >Default</th ></tr - ><tr + ><tr class="odd" ><td align="right" >12</td ><td align="left" @@ -23,7 +23,7 @@ ><td align="left" >12</td ></tr - ><tr + ><tr class="even" ><td align="right" >123</td ><td align="left" @@ -33,7 +33,7 @@ ><td align="left" >123</td ></tr - ><tr + ><tr class="odd" ><td align="right" >1</td ><td align="left" @@ -47,7 +47,7 @@ ><p >Simple table without caption:</p ><table -><tr +><tr class="header" ><th align="right" style="width: 15%;" >Right</th ><th align="left" style="width: 8%;" @@ -57,7 +57,7 @@ ><th align="left" style="width: 12%;" >Default</th ></tr - ><tr + ><tr class="odd" ><td align="right" >12</td ><td align="left" @@ -67,7 +67,7 @@ ><td align="left" >12</td ></tr - ><tr + ><tr class="even" ><td align="right" >123</td ><td align="left" @@ -77,7 +77,7 @@ ><td align="left" >123</td ></tr - ><tr + ><tr class="odd" ><td align="right" >1</td ><td align="left" @@ -93,7 +93,7 @@ ><table ><caption >Demonstration of simple table syntax.</caption - ><tr + ><tr class="header" ><th align="right" style="width: 15%;" >Right</th ><th align="left" style="width: 8%;" @@ -103,7 +103,7 @@ ><th align="left" style="width: 12%;" >Default</th ></tr - ><tr + ><tr class="odd" ><td align="right" >12</td ><td align="left" @@ -113,7 +113,7 @@ ><td align="left" >12</td ></tr - ><tr + ><tr class="even" ><td align="right" >123</td ><td align="left" @@ -123,7 +123,7 @@ ><td align="left" >123</td ></tr - ><tr + ><tr class="odd" ><td align="right" >1</td ><td align="left" @@ -139,7 +139,7 @@ ><table ><caption >Here's the caption. It may span multiple lines.</caption - ><tr + ><tr class="header" ><th align="center" style="width: 15%;" >Centered Header</th ><th align="left" style="width: 13%;" @@ -149,7 +149,7 @@ ><th align="left" style="width: 33%;" >Default aligned</th ></tr - ><tr + ><tr class="odd" ><td align="center" >First</td ><td align="left" @@ -159,7 +159,7 @@ ><td align="left" >Example of a row that spans multiple lines.</td ></tr - ><tr + ><tr class="even" ><td align="center" >Second</td ><td align="left" @@ -173,7 +173,7 @@ ><p >Multiline table without caption:</p ><table -><tr +><tr class="header" ><th align="center" style="width: 15%;" >Centered Header</th ><th align="left" style="width: 13%;" @@ -183,7 +183,7 @@ ><th align="left" style="width: 33%;" >Default aligned</th ></tr - ><tr + ><tr class="odd" ><td align="center" >First</td ><td align="left" @@ -193,7 +193,7 @@ ><td align="left" >Example of a row that spans multiple lines.</td ></tr - ><tr + ><tr class="even" ><td align="center" >Second</td ><td align="left" |