mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 10:45:08 +00:00

Better aligns our implementation with the specification, which requires that columns and groups of columns are checked too.
10 lines
No EOL
237 B
HTML
10 lines
No EOL
237 B
HTML
<table style="width:420px;border:1px solid">
|
|
<colgroup>
|
|
<col style="width:1px">
|
|
<col>
|
|
</colgroup>
|
|
<tr>
|
|
<td style="border:1px solid">A</td>
|
|
<td style="border:1px solid">B</td>
|
|
</tr>
|
|
</table> |