Closed
Bug 1789776
Opened 3 years ago
Closed 3 years ago
Add indexed getter to CSSKeyframesRule
Categories
(Core :: DOM: CSS Object Model, enhancement)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
109 Branch
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
References
()
Details
(Keywords: parity-chrome, parity-safari)
Attachments
(1 file)
In https://github.com/w3c/csswg-drafts/issues/7684, Webkit point out that both Webkit and Chrome add a non-standard indexed getter on CSSKeyframesRule.
Assuming this gets added to the spec, we should support it in Firefox.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
| Assignee | ||
Comment 2•3 years ago
|
||
Implements spec change https://github.com/w3c/csswg-drafts/commit/354c40d9889621f0e4a99ed63285e93fd43144af
Pushed by bbirtles.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dc87d30b82c7
Add indexed getter and length property to CSSKeyframesRule; r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/37046 for changes under testing/web-platform/tests
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 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
•