mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
`@function` descriptors are the only ones that support ASFs, while most descriptors enforce this through their syntaxes implicitly disallowing ASFs, this wasn't the case for `@property/initial-value`. We now explictly disallow ASFs unless they are marked as allowed within `Descriptors.json`.
2 lines
66 B
Plaintext
2 lines
66 B
Plaintext
@function --foo(--bar) { --baz: var(--bar); result: var(--baz); }
|