Bug 261158
Summary: | Only use CSSVariableReferenceValues for storing values that actually contain variable references | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | CSS | Assignee: | Antti Koivisto <koivisto> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=263895 |
Antti Koivisto
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/114983076>
Antti Koivisto
Pull request: https://github.com/WebKit/WebKit/pull/17440
EWS
Committed 267643@main (7baf601ffa8b): <https://commits.webkit.org/267643@main>
Reviewed commits have been landed. Closing PR #17440 and removing active labels.