mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Parse and propagate white-space-collapse CSS property
This commit is contained in:
committed by
Jelle Raaijmakers
parent
3989059227
commit
ea30356fba
Notes:
github-actions[bot]
2025-05-29 10:06:12 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ea30356fbab Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4832 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/gmta ✅
@@ -3126,6 +3126,14 @@
|
||||
"white-space"
|
||||
]
|
||||
},
|
||||
"white-space-collapse": {
|
||||
"animation-type": "discrete",
|
||||
"inherited": true,
|
||||
"initial": "collapse",
|
||||
"valid-types": [
|
||||
"white-space-collapse"
|
||||
]
|
||||
},
|
||||
"width": {
|
||||
"animation-type": "by-computed-value",
|
||||
"inherited": false,
|
||||
|
||||
Reference in New Issue
Block a user