Web Development

HTML Web Components Proposal From 1998

Web components, as imagined in 1998 from a never-adopted specification: Componentization is a powerful paradigm that allows component users to build applications using ‘building blocks’ of functionality without having to implement those building blocks themselves, or necessarily understand how the building works in fine detail. This method makes building complex applications easier by breaking them down […]

HTML Web Components Proposal From 1998 Read More »

Prevent a page from scrolling while a dialog is open

Bramus: Chrome 144 features a small change to overscroll-behavior: it now also works on non-scrollable scroll containers. While this change might seem trivial, it fixes an issue developers have been dealing with for ages: prevent a page from scrolling while a (modal) <dialog> is open. YES! Way back in 2019, I worked on “Prevent Page Scrolling When a Modal

Prevent a page from scrolling while a dialog is open Read More »