Opening Idea
Documentation pages often need a table of contents that follows the reader's current position.
Observer API
IntersectionObserver reports when watched elements intersect with a root viewport or scroll container.
Scroll Use Cases
Lazy loading, infinite lists, and navigation highlighting are natural fits for intersection changes.
Notes
This first version is intentionally small: if a heading is sufficiently visible, its link becomes active.