accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

aria-haspopup does not include all possible values

Open andrewseguin opened this issue 3 years ago • 1 comments

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

andrewseguin avatar Feb 23 '22 11:02 andrewseguin

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

crisbeto avatar Feb 26 '22 10:02 crisbeto