Open
Bug 1951538
Opened 15 days ago
Updated 12 days ago
Implement rendering suppression for view transitions
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [viewtransitions:m1])
This flag has the impact on the painting and hit test.
rendering suppression for view transitions
a boolean. Initially false.
While a Document’s rendering suppression for view transitions is true, all pointer hit testing must target its document element, ignoring all other elements.
We set this flag to false when activating the view transition and true when setting up the view transitions.
The related test case is no-painting-while-render-blocked.html and input-targets-root-while-render-blocked.html (and others if any).
We may work on this once we finish the painting stuff.
Updated•12 days ago
|
Whiteboard: [viewtransitions:triage] → [viewtransitions:m1]
You need to log in
before you can comment on or make changes to this bug.
Description
•