inert: Disable an Entire Section of the Page in One Attribute
While a modal is open, the page behind it should not be clickable, tabbable or readable by screen readers. inert does all three - focus traps become one line.
Step-by-step programming tutorials on PHP, JavaScript, Laravel, WordPress and more.
While a modal is open, the page behind it should not be clickable, tabbable or readable by screen readers. inert does all three - focus traps become one line.
Vestibular disorders make parallax and zoom animations physically unpleasant for a lot of people. Respecting the reduced-motion setting takes ten lines and is table stakes for professional work.
Designers hate focus rings on click, keyboard users need them to navigate at all. :focus-visible gives each group what they want - and browsers already use it by default.
Focus trapping, Escape to close, a backdrop, top-layer stacking above every z-index - the native dialog element does all of it with zero JavaScript dependencies.