mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Calculated weight values are resolved and verified to be in strictly decreasing order (as with non-calculated values) at parse time.
4 lines
186 B
Plaintext
4 lines
186 B
Plaintext
@counter-style valid { additive-symbols: calc(1 + sign(1em - 1px)) "A", sign(1em - 1px) "B"; }
|
|
@counter-style invalid { }
|
|
@counter-style valid { additive-symbols: 1 "E", calc(-1) "F"; }
|