The inert attribute makes the specified element and its contents uninteractive for the user.
inert
inert 属性は、その要素と中にあるすべての要素を「操作不能」にするスイッチです。
付けた部分はクリックやキーボード操作(Tabフォーカスなど)が効かなくなり、スクリーンリーダーにも無視されるので、たとえばモーダルダイアログを開いたときに背景を触れなくしたい場合などに使います。