A rare fundamental change to browser default stylesheets: <h1> elements used to get smaller the more <section>s they were nested within, but no more. I would guess because the HTML Outlining Algorithm never really materialized.
Featured
Toggle `position: sticky` to `position: fixed` on Scroll
Fixed and sticky positioning behave very differently, but we can switch between the two at exact points for some unusual looking effects.