WICG / scroll-to-text-fragment

Proposal to allow specifying a text snippet in a URL fragment
Other
589 stars 42 forks source link

force-load-at-top as written will unintentionally block same-document navigations #186

Closed bokand closed 10 months ago

bokand commented 2 years ago

The force-load-at-top document policy is intended to block scrolling during document load but shouldn't then prevent navigating within the document.

https://wicg.github.io/scroll-to-text-fragment/#navigating-to-text-fragment should be updated to prevent this effect on same document navigations.