doc: improve fragment (`:target`) anchors behavior on HTML version · nodejs/node@d77c59d · GitHub
Skip to content

Commit d77c59d

Browse files
aduh95targos
authored andcommitted
doc: improve fragment (:target) anchors behavior on HTML version
This commit aims to improve the UX when navigating the docs using links to subsections. Previously the browser would scroll down to the section body, skipping the section heading. Using `scroll-margin-top` CSS property, we can fix this behavior (at least on some browsers). Links to other versions are now updated with the current targeted hash to improve the UX when navigating from docs of one release line to another. I've also removed syntax not parsable by older browsers (arrow functions and array destructuring) since the diff is pretty small and should improve UX on those browsers. PR-URL: #42739 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 459546b commit d77c59d

2 files changed

Lines changed: 43 additions & 12 deletions

File tree

doc/api_assets/api.js

Lines changed: 32 additions & 12 deletions

doc/api_assets/style.css

Lines changed: 11 additions & 0 deletions

0 commit comments

Comments
 (0)