dialog-polyfill
dialog-polyfill copied to clipboard
Add existing focusable elements to correctly manage tab key navigation
More elements are needed to correctly manage tab key navigation. This PR adds elements that may receive focus when tabbing.
Especially the <a> element seems important to include here. But the others may receive focus as well.
@googlebot I fixed it