Closed
Bug 1956140
Opened 8 months ago
Closed 5 months ago
Implement active-view-transition pseudo class
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: boris, Assigned: sukil)
References
(Blocks 3 open bugs, )
Details
(Keywords: dev-doc-complete, Whiteboard: [viewtransitions:m2])
Attachments
(1 file)
The :active-view-transition pseudo-class applies to the root element of the document, if it has an active view transition.
This looks like a simple bug I think because it just needs to check if the root element has the active view transition, and then apply the rules.
Tests:
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/css/css-view-transitions/active-view-transition-on-non-root.html
https://searchfox.org/mozilla-central/source/testing/web-platform/tests/css/css-view-transitions/active-view-transition-pseudo-class-match.html
| Reporter | ||
Updated•8 months ago
|
Blocks: interop-2025-view-transitions
Updated•8 months ago
|
Whiteboard: [viewtransitions:triage]
Comment 1•7 months ago
|
||
(Blocking v-t-1 for triage, this does block interop)
Blocks: css-view-transitions-1
Whiteboard: [viewtransitions:triage]
| Reporter | ||
Updated•7 months ago
|
Whiteboard: [viewtransitions:triage] → [viewtransitions:m2]
Updated•6 months ago
|
Points: --- → 2
| Assignee | ||
Updated•6 months ago
|
Assignee: nobody → sukil
Updated•6 months ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 months ago
|
||
Updated•5 months ago
|
Attachment #9493647 -
Attachment description: Bug 1956140 - Implement active-view-transition pseudo class → Bug 1956140 - Implement active-view-transition pseudo class. r=emilio
Pushed by sukil@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2d996f3070b4
https://hg.mozilla.org/integration/autoland/rev/0c40886b7d32
Implement active-view-transition pseudo class. r=view-transitions-reviewers,emilio
Pushed by pstanciu@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a2a376c3a8ec
https://hg.mozilla.org/integration/autoland/rev/b90d55c95164
Revert "Bug 1956140 - Implement active-view-transition pseudo class. r=view-transitions-reviewers,emilio" for causing WPT failures @pseudo-classes-after-part.html
Backed out for causing WPT failures @pseudo-classes-after-part.html
Flags: needinfo?(sukil)
| Assignee | ||
Updated•5 months ago
|
Flags: needinfo?(sukil)
Pushed by sukil@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8884dd6cc829
https://hg.mozilla.org/integration/autoland/rev/3db89ab3eb25
Implement active-view-transition pseudo class. r=view-transitions-reviewers,emilio
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
Updated•4 months ago
|
User Story: (updated)
Updated•2 months ago
|
Updated•2 months ago
|
User Story: (updated)
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•