I have it on good authority that aria-haspopup
is appropriate for sub-menus (such as a popup context menu or sub-level menu). It's used on jQuery UI Selectmenu and also used in this great example.
What I've not been able to find out is whether aria-haspopup
is applicable in the following 2 examples:
- Informational popovers such as Bootstrap's - used for contextual information, but not containing any links
- Pop-up browser windows - e.g. links with
target="_blank"
Is aria-haspopup
appropriate in those situations? If not, are there ARIA attributes that should be used instead?