Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

aria-haspopup does not include all possible values #397

Open
andrewseguin opened this issue Feb 23, 2022 · 1 comment
Open

aria-haspopup does not include all possible values #397

andrewseguin opened this issue Feb 23, 2022 · 1 comment

Comments

@andrewseguin
Copy link

https://github.com/GoogleChrome/accessibility-developer-tools/blob/master/src/js/Constants.js#L635

Valid values is defined as boolean but actual supported values are "false", "true", "menu", "listbox", "tree", "grid", "dialog".

https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaHasPopup

@crisbeto
Copy link

Relevant docs from the W3C https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants