1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

LibWeb: Add support for table caption

Adds layout support and the CSS caption-side property.
This commit is contained in:
Andi Gallo 2023-06-07 02:10:55 +00:00 committed by Andreas Kling
parent 656f72adc0
commit 940d9b98ae
15 changed files with 353 additions and 21 deletions

View file

@ -628,9 +628,8 @@
"caption-side": {
"inherited": true,
"initial": "top",
"valid-identifiers": [
"bottom",
"top"
"valid-types": [
"caption-side"
]
},
"clear": {