Skip to content
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

Support scrolling to a fragment identifier #9474

Closed
peterjoel opened this issue Jan 31, 2016 · 4 comments
Closed

Support scrolling to a fragment identifier #9474

peterjoel opened this issue Jan 31, 2016 · 4 comments

Comments

@peterjoel
Copy link
Contributor

@peterjoel peterjoel commented Jan 31, 2016

This is not (yet) specified by WHATWG, but it will be here:
https://html.spec.whatwg.org/multipage/browsers.html#scroll-to-the-fragment-identifier
when this issue is resolved:
whatwg/html#94

Issue split from existing issue #1716.

This issue is concerned with scrolling to the correct location, given the correct fragment has been identified, while #1716 is concerned with identifying the fragment.

@KiChjang
Copy link
Member

@KiChjang KiChjang commented Jan 31, 2016

Is this dependent on #1716?

@peterjoel
Copy link
Contributor Author

@peterjoel peterjoel commented Jan 31, 2016

@KiChjang They can be implemented independently.

The complication will be that this issue will be easier to test (once the specification is complete). #1716 will be tricky to test properly on its own, as it will involve checking that an element is scrolled into view, without having a proper definition of what that means.

@nox
Copy link
Member

@nox nox commented Sep 30, 2017

Wasn't this implemented?

@jdm jdm closed this Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.