Introduction


For more than a decade, building modals on the web meant re-implementing infrastructure:


focus traps
scroll locking
ARIA wiring
z-index battles
accessibility edge cases


Frameworks solved it with layers of abstraction, but the browser had no native solution.

That changed.

The <dialog> element is no longer an experimental...