Post #2653080
2026-04-17 20:06 UTC
Learned about this today from an MDN search: the #html inert attribute.
"A Boolean attribute indicating that the element and all of its flat tree descendants become inert."
...
"When an element is inert, it along with all of the element's descendants, including normally interactive elements such as links, buttons, and form controls are disabled because they cannot receive focus or be clicked."
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/inert
Replies (0)
No replies.