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