w3c / csswg-drafts

CSS Working Group Editor Drafts
https://drafts.csswg.org/
Other
4.51k stars 669 forks source link

[css-scroll-anchoring-1] Anchor selection can pick node inside of descendant scrolling element #3477

Open eqrion opened 5 years ago

eqrion commented 5 years ago

The anchor selection algorithm for a scrolling element can select a node that's inside of a descendant scrolling element.

Is there a special case this is needed for?

It seems like the anchor node moving would cause duplicate scroll adjustments to the scrolling element and descendant scrolling element.

eqrion commented 5 years ago

cc @dbaron @theres-waldo @skobes