mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Stop stripping whitespace for outline properties
This commit is contained in:
Notes:
github-actions[bot]
2025-11-03 11:27:48 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/c4b76d7a493 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6646 Reviewed-by: https://github.com/tcl3
@@ -3037,7 +3037,6 @@
|
||||
"__comment": "FIXME: We don't implement this property any further than compute time"
|
||||
},
|
||||
"outline": {
|
||||
"strip-whitespace": true,
|
||||
"affects-layout": false,
|
||||
"inherited": false,
|
||||
"initial": "medium currentColor none",
|
||||
@@ -3058,7 +3057,6 @@
|
||||
]
|
||||
},
|
||||
"outline-offset": {
|
||||
"strip-whitespace": true,
|
||||
"affects-layout": false,
|
||||
"animation-type": "by-computed-value",
|
||||
"inherited": false,
|
||||
@@ -3077,7 +3075,6 @@
|
||||
]
|
||||
},
|
||||
"outline-width": {
|
||||
"strip-whitespace": true,
|
||||
"affects-layout": false,
|
||||
"animation-type": "by-computed-value",
|
||||
"inherited": false,
|
||||
|
||||
Reference in New Issue
Block a user