Closed
Bug 2001836
Opened 1 month ago
Closed 1 month ago
[css-view-transitions-2] Expose `activeViewTransition`
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
147 Branch
People
(Reporter: mozilla-apprentice, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
A resolution was made for csswg-drafts/#12407.
[css-view-transitions-2] Expose `activeViewTransition`
- RESOLVED: Add activeViewTransition to Document and Element
| Assignee | ||
Comment 1•1 month ago
|
||
This implements a minor addition to the document interface as discussed
in https://github.com/w3c/csswg-drafts/issues/12407.
Updated•1 month ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → emilio
| Assignee | ||
Updated•1 month ago
|
Blocks: css-view-transitions-1
Updated•1 month ago
|
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8b358559a079
https://hg.mozilla.org/integration/autoland/rev/9a3055ec64ef
Implement Document.activeViewTransition. r=webidl,smaug
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/56205 for changes under testing/web-platform/tests
Comment 4•1 month ago
|
||
[Why is this notable]: New DOM API
[Affects Firefox for Android]: yes
[Suggested wording]: Firefox now exposes the view transition currently active on the document via the Document.activeViewTransition property.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/Document/activeViewTransition
relnote-firefox:
--- → ?
Keywords: dev-doc-needed
Comment 5•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Upstream PR merged by moz-wptsync-bot
Comment 8•1 month ago
|
||
This property is already documented on MDN. I've added a Fx147 rel note to cover the Fx support addition in https://github.com/mdn/content/pull/42285.
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•