Skip to content

[css-scroll-anchoring-1] Anchor selection should use the flattened element tree #3480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
eqrion opened this issue Jan 3, 2019 · 1 comment

Comments

@eqrion
Copy link

eqrion commented Jan 3, 2019

Anchor selection works using a DOM tree traversal. This won't work with Shadow DOM as shadow trees are unreachable using the standard parent/child relationships.

I believe we should update the language to use the flattened element tree concept.

@eqrion
Copy link
Author

eqrion commented Jan 7, 2019

cc @dbaron @theres-waldo @skobes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants