LibWeb: Parse orphans CSS property

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

View file

@ -2724,6 +2724,15 @@
"integer [-∞,∞]"
]
},
"orphans": {
"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"
},
"outline": {
"affects-layout": false,
"inherited": false,