LibWeb: Parse widows CSS property

This commit is contained in:
Callum Law 2025-09-27 02:44:54 +12:00 committed by Sam Atkins
parent 3d85532752
commit c4d6deb5c7
Notes: github-actions[bot] 2025-09-26 15:36:06 +00:00
14 changed files with 416 additions and 8 deletions

View file

@ -3660,6 +3660,15 @@
"discard-inner"
]
},
"widows": {
"animation-type": "by-computed-value",
"inherited": true,
"initial": "2",
"valid-types": [
"integer [1,∞]"
],
"__comment": "FIXME: We don't implement this property any further than compute time"
},
"width": {
"animation-type": "by-computed-value",
"inherited": false,