mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Parse orphans CSS property
This commit is contained in:
parent
937f598de5
commit
3d85532752
Notes:
github-actions[bot]
2025-09-26 15:36:12 +00:00
Author: https://github.com/Calme1709
Commit: 3d85532752
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6313
Reviewed-by: https://github.com/AtkinsSJ ✅
14 changed files with 320 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue