LibWeb/CSS: Stop stripping whitespace for outline properties

This commit is contained in:
Sam Atkins
2025-10-30 12:10:13 +00:00
parent 85b87378bd
commit c4b76d7a49
Notes: github-actions[bot] 2025-11-03 11:27:48 +00:00

View File

@@ -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,