summaryrefslogtreecommitdiff
path: root/test/tables/planets.html4
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-01-28 18:05:49 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2022-01-28 18:20:14 +0100
commita6fa3df1146f7aee4e3bfa4cf506ab44e38ecb35 (patch)
tree5da7601e160156f0bb4424ed4f60f53d6668181d /test/tables/planets.html4
parentd36a16a4df5ed54b80dfc1579c339bad24ba6b0c (diff)
HTML writer: avoid duplicate "style" attributes on table cells
Fixes: #7871
Diffstat (limited to 'test/tables/planets.html4')
-rw-r--r--test/tables/planets.html412
1 files changed, 6 insertions, 6 deletions
diff --git a/test/tables/planets.html4 b/test/tables/planets.html4
index 4435571b4..e0cd646d8 100644
--- a/test/tables/planets.html4
+++ b/test/tables/planets.html4
@@ -2,7 +2,7 @@
<caption><p>Data about the planets of our solar system.</p></caption>
<thead>
<tr class="header">
-<th align="center" colspan="2"></th>
+<th colspan="2" align="center"></th>
<th>Name</th>
<th align="right">Mass (10^24kg)</th>
<th align="right">Diameter (km)</th>
@@ -17,7 +17,7 @@
</thead>
<tbody>
<tr class="odd">
-<th align="center" colspan="2" rowspan="4">Terrestrial planets</th>
+<th colspan="2" rowspan="4" align="center">Terrestrial planets</th>
<th>Mercury</th>
<td align="right">0.330</td>
<td align="right">4,879</td>
@@ -66,8 +66,8 @@
<td>The red planet</td>
</tr>
<tr class="odd">
-<th align="center" rowspan="4">Jovian planets</th>
-<th align="center" rowspan="2">Gas giants</th>
+<th rowspan="4" align="center">Jovian planets</th>
+<th rowspan="2" align="center">Gas giants</th>
<th>Jupiter</th>
<td align="right">1898</td>
<td align="right">142,984</td>
@@ -92,7 +92,7 @@
<td></td>
</tr>
<tr class="odd">
-<th align="center" rowspan="2">Ice giants</th>
+<th rowspan="2" align="center">Ice giants</th>
<th>Uranus</th>
<td align="right">86.8</td>
<td align="right">51,118</td>
@@ -117,7 +117,7 @@
<td></td>
</tr>
<tr class="odd">
-<th align="center" colspan="2">Dwarf planets</th>
+<th colspan="2" align="center">Dwarf planets</th>
<th>Pluto</th>
<td align="right">0.0146</td>
<td align="right">2,370</td>