mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Map dimension attributes for table elements
This commit is contained in:
parent
728236f4d2
commit
140dc95e67
Notes:
github-actions[bot]
2024-10-02 09:28:16 +00:00
Author: https://github.com/tcl3
Commit: 140dc95e67
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1591
9 changed files with 61 additions and 8 deletions
|
@ -22,6 +22,8 @@
|
|||
{ elementName: "embed", attribute: "vspace", mappedProperty: "marginBottom" },
|
||||
{ elementName: "embed", attribute: "width", mappedProperty: "width" },
|
||||
{ elementName: "embed", attribute: "height", mappedProperty: "height" },
|
||||
{ elementName: "tr", attribute: "height", mappedProperty: "height" },
|
||||
{ elementName: "col", attribute: "width", mappedProperty: "width" },
|
||||
];
|
||||
const values = ["100", " 00110 ", "120."];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue