[css-anchor-positioning-1] [scroll-animations-1] [css-view-transitions-1] Scoping names on elements based on tree scope · Issue #10304 · w3c/csswg-drafts · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both #10145 and #10303 are tackling how view-transition-name applies across tree scopes. But the conceptual problem seems common across other features like anchor positioning or scroll driven animations which have a similar pattern of assigning names to elements which are later used for animations/layout tied to a tree scope. Please add if I missed a feature!
Filing this issue to decide whether each feature needs to define their own behaviour when dealing with shadow DOM or do the choices we make on the VT issues make sense across all such naming properties in CSS.