TIL about the ‚inert’ HTML attribute which prevents user input on elements. This can be used to implement focus traps with less JavaScript for example!
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
#html #attribute #inert #web #development #technology #standard