GoogleChrome / accessibility-developer-tools

This is a library of accessibility-related testing and utility code.
Apache License 2.0
2.27k stars 359 forks source link

aria-haspopup does not include all possible values #397

Open andrewseguin opened 2 years ago

andrewseguin commented 2 years ago

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 commented 2 years ago

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