Closed
Bug 1899318
Opened 9 months ago
Closed 9 months ago
Fix at-property-animation to account for spec ambiguity.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 months ago
|
||
This fixes the color subtests of at-property-animation.html.
Whether a resolved color-mix(in srgb, currentColor, ...) should actually
return a modern or legacy color isn't super-clear, so allow both.
Updated•9 months ago
|
Attachment #9404345 -
Attachment description: Bug 1899318 - Use resolved values for resolved colors in getComputedStyle. r=#style → Bug 1899318 - Fix at-property-animation to account for spec ambiguity. r=#style
Assignee | ||
Updated•9 months ago
|
Summary: Use resolved colors for registered custom properties in getComputedStyle → Fix at-property-animation to account for spec ambiguity.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a869d0eda92c
Fix at-property-animation to account for spec ambiguity. r=firefox-style-system-reviewers,zrhoffman
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46532 for changes under testing/web-platform/tests
Comment 4•9 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•