1
Fork 0
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:
martinfalisse 2023-01-02 23:01:29 +01:00 committed by Andreas Kling
parent 25f612f32b
commit 64c353f11c
7 changed files with 22 additions and 3 deletions

View file

@ -60,6 +60,10 @@
"content-box",
"padding-box"
],
"border-collapse": [
"separate",
"collapse"
],
"box-sizing": [
"border-box",
"content-box"