Open
Bug 1968754
Opened 1 year ago
Updated 11 months ago
[css-view-transitions] Deal with clearing abspos clips that cross the view transition boundary correctly
Categories
(Core :: Web Painting, task)
Core
Web Painting
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
(Blocks 1 open bug)
Details
The dependent bug gets the captured / not captured boundary correctly, but I'm pretty sure it doesn't deal with clearing the clip properly for something like:
<div class=captured><div style="position: relative; width: 0; height: 0; overflow: clip"><div class=captured><div style="position: absolute"></div></div></div></div>
Where the abspos shouldn't be clipped by the relpos.
Updated•1 year ago
|
Whiteboard: [viewtransitions:m2] → [viewtransitions:triage]
Updated•1 year ago
|
Points: --- → 2
Whiteboard: [viewtransitions:triage] → [viewtransitions:m2]
Updated•11 months ago
|
Points: 2 → ---
Whiteboard: [viewtransitions:m2]
You need to log in
before you can comment on or make changes to this bug.
Description
•