summaryrefslogtreecommitdiff
path: root/test/tables/planets.html5
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.html5
parentd36a16a4df5ed54b80dfc1579c339bad24ba6b0c (diff)
HTML writer: avoid duplicate "style" attributes on table cells
Fixes: #7871
Diffstat (limited to 'test/tables/planets.html5')
-rw-r--r--test/tables/planets.html512
1 files changed, 6 insertions, 6 deletions
diff --git a/test/tables/planets.html5 b/test/tables/planets.html5
index 1fee985b9..99aa0b04c 100644
--- a/test/tables/planets.html5
+++ b/test/tables/planets.html5
@@ -2,7 +2,7 @@
<caption><p>Data about the planets of our solar system.</p></caption>
<thead>
<tr class="header">
-<th style="text-align: center;" colspan="2"></th>
+<th colspan="2" style="text-align: center;"></th>
<th>Name</th>
<th style="text-align: right;">Mass (10^24kg)</th>
<th style="text-align: right;">Diameter (km)</th>
@@ -17,7 +17,7 @@
</thead>
<tbody>
<tr class="odd">
-<th style="text-align: center;" colspan="2" rowspan="4">Terrestrial planets</th>
+<th colspan="2" rowspan="4" style="text-align: center;">Terrestrial planets</th>
<th>Mercury</th>
<td style="text-align: right;">0.330</td>
<td style="text-align: right;">4,879</td>
@@ -66,8 +66,8 @@
<td>The red planet</td>
</tr>
<tr class="odd">
-<th style="text-align: center;" rowspan="4">Jovian planets</th>
-<th style="text-align: center;" rowspan="2">Gas giants</th>
+<th rowspan="4" style="text-align: center;">Jovian planets</th>
+<th rowspan="2" style="text-align: center;">Gas giants</th>
<th>Jupiter</th>
<td style="text-align: right;">1898</td>
<td style="text-align: right;">142,984</td>
@@ -92,7 +92,7 @@
<td></td>
</tr>
<tr class="odd">
-<th style="text-align: center;" rowspan="2">Ice giants</th>
+<th rowspan="2" style="text-align: center;">Ice giants</th>
<th>Uranus</th>
<td style="text-align: right;">86.8</td>
<td style="text-align: right;">51,118</td>
@@ -117,7 +117,7 @@
<td></td>
</tr>
<tr class="odd">
-<th style="text-align: center;" colspan="2">Dwarf planets</th>
+<th colspan="2" style="text-align: center;">Dwarf planets</th>
<th>Pluto</th>
<td style="text-align: right;">0.0146</td>
<td style="text-align: right;">2,370</td>