mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Check column or row size attributes for constrainedness
Better aligns our implementation with the specification, which requires that columns and groups of columns are checked too.
This commit is contained in:
parent
19a26533a9
commit
28509e3edd
Notes:
sideshowbarker
2024-07-17 01:12:07 +09:00
Author: https://github.com/axgallo
Commit: 28509e3edd
Pull-request: https://github.com/SerenityOS/serenity/pull/20009
4 changed files with 87 additions and 6 deletions
|
@ -0,0 +1,10 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue