There is No Need to Trap Focus on a Dialog Element
I was building a Modal component that uses the element’s showModal method. While testing the component, I discovered I could tab out of the (in modal mode) and onto the address bar. And I was surprised — accessibility advice around modals have commonly taught us to trap focus within the modal. So this seems wrong…









