mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibWeb/CSS: Insert whitespace between tokens in serialized UnresolvedSV
Otherwise, `margin: var(--foo) var(--bar)` would be wrongly serialized as `margin: var(--foo)var(--bar)`
This commit is contained in:
parent
bf3e6daedb
commit
6e68e8f3c9
Notes:
github-actions[bot]
2024-10-16 12:23:31 +00:00
Author: https://github.com/AtkinsSJ
Commit: 6e68e8f3c9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1795
3 changed files with 3 additions and 4 deletions
|
@ -18,5 +18,6 @@
|
|||
serialize('attr(foo string, "fallback")');
|
||||
// FIXME: This should produce `attr(foo string, "fallback")` but doesn't yet.
|
||||
serialize('attr( foo string , "fallback" )');
|
||||
serialize(' attr(foo) attr(bar) attr(baz) ');
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue