RESOLVED FIXED 261158
Only use CSSVariableReferenceValues for storing values that actually contain variable references
https://bugs.webkit.org/show_bug.cgi?id=261158
Summary Only use CSSVariableReferenceValues for storing values that actually contain ...
Antti Koivisto
Reported 2023-09-05 08:01:00 PDT
Currently all regular custom properties gets stored as CSSVariableReferenceValues even when they don't contains any references. They should use the plain CSSVariableData instead.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-05 08:01:14 PDT
Antti Koivisto
Comment 2 2023-09-05 08:13:08 PDT
EWS
Comment 3 2023-09-05 12:33:30 PDT
Committed 267643@main (7baf601ffa8b): <https://commits.webkit.org/267643@main> Reviewed commits have been landed. Closing PR #17440 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.