mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 09:37:45 +00:00
LibWeb: Parse border-collapse
property for HTML table
This commit is contained in:
parent
25f612f32b
commit
64c353f11c
7 changed files with 22 additions and 3 deletions
|
@ -60,6 +60,10 @@
|
|||
"content-box",
|
||||
"padding-box"
|
||||
],
|
||||
"border-collapse": [
|
||||
"separate",
|
||||
"collapse"
|
||||
],
|
||||
"box-sizing": [
|
||||
"border-box",
|
||||
"content-box"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue