Add [intert]
attr to #root
when in modal
#2618
Labels
1 - Request
A request made by a member of the community
[intert]
attr to #root
when in modal
#2618
New HTML attribute has been added for modal dialogs:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
It should be added to the
#root
element when in modal dialog.Besides the improvements for screen readers, it would also reduce the need for focus management and (in some browsers), make
Cmd+F
ignore the content behind the dialogThe text was updated successfully, but these errors were encountered: