Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport scrolling to a fragment identifier #9474
Closed
Labels
Comments
|
Is this dependent on #1716? |
|
@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. |
|
Wasn't this implemented? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.