LibWeb: Support nested shorthands when serializing CSS declaration

This commit is contained in:
Callum Law 2025-06-03 20:11:45 +12:00 committed by Sam Atkins
commit 048a0c9106
Notes: github-actions[bot] 2025-06-09 09:45:04 +00:00
5 changed files with 141 additions and 44 deletions

View file

@ -1,4 +1,4 @@
style.cssText = background-color: yellow; background-image: none; background-position: 0% 0%; background-size: auto auto; background-repeat: repeat; background-attachment: scroll; background-origin: padding-box; background-clip: border-box;
style.cssText = background: yellow;
style.length = 9
style[] =
1. background-color