Open
Bug 1926021
Opened 26 days ago
Updated 23 days ago
Make sure we iterate in paint order in order to capture view transition state.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
(Whiteboard: [viewtransitions:m1])
In order to properly implement the ordering of view transitions pseudo-elements, we need to iterate all frames in the document by z-index and such things.
I think that code currently lives in the display list, so we need to figure out a way of doing that.
Updated•23 days ago
|
Whiteboard: [viewtransitions:triage] → [viewtransitions:m1]
You need to log in
before you can comment on or make changes to this bug.
Description
•