ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

HasDropDown: add flag for popup type #497

Closed wkeese closed 6 years ago

wkeese commented 6 years ago

Add dropDownType flag to control what aria-haspopup (https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup) is set to:

The old code was setting aria-haspopup to the deprecated true value.