inert html attribute: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert That's what I would look for if I could, but the dialog documentation (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) says, "When using <dialog> along with the HTMLDialogElement.showModal() method, this behavior is provided by the browser." Based on my tests (FF only), that means inert attributes are not set on the other elements.

