mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Everywhere we use this expects us to parse the whole value, either because we are parsing the value of a declaration (in which case there will be no semicolons), or because it is called from a JS setter which takes whole values and semicolons make the value invalid. Previously we would just ignore everything after a semicolon. This also allows us to avoid creating a new `Vector` and copying all the component values
2 lines
5 B
Plaintext
2 lines
5 B
Plaintext
PASS
|