Should there be better accessibility support for popup menus? This article will cover 3 common pop-up windows:
window.open New browser window
Created window
Page DOM Pseudo pop-up window created: Such as pop-up tips, etc.
1. When the page does not have JS
Generally speaking, if there is no JS, then do things according to the behavior of HTML. Make the link linkable and it's solved. It's relatively simple. We've briefly covered it:
1. window.open the new browser window: try to bind the JS trigger to and link a to a new page , that’s it.