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
[css-scroll-anchoring-1] Add more details to anchor node selection (#3476)
* [css-scroll-anchoring-1] Fix link-defaults for content-area and css2 properties
* [css-scroll-anchoring-1] Make `position: sticky` an excluded subtree
`position: sticky` nodes aren't suitable anchor candidates as they may
become stuck in the future, which causes them to behave similarly to
`position: fixed`.
* [css-scroll-anchoring-1] Add condition to not select scroll anchor when not scrolled from origin
* [css-scroll-anchoring-1] Move and expand section on anchor node invalidation
This commit moves the existing paragraph about anchor node invalidation into
a subsection, and adds precise conditions upon when an anchor node is considered
invalidated.
* Apply suggestion from @tabatkins
---------
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
0 commit comments