-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Externally TrackedTracked by Google or other partiesTracked by Google or other partiesP2: SoonType: Feature RequestWG: runtime
Milestone
Description
Problem: Fixed elements that are initially hidden may have incorrect DOM ordering WRT fixed elements that are not initially hidden.
Proposed solution: Use MutationObserver to listen for tracked, fixed elements that are un-hidden dynamically by removing hidden attribute (e.g. via amp-bind or toggle/show actions). Transfer those elements to the fixed layer when they're un-hidden.
Context: b/111906735
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Externally TrackedTracked by Google or other partiesTracked by Google or other partiesP2: SoonType: Feature RequestWG: runtime