You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Dropdown): make ariaHaspopupValue opt-in, no aria-haspopup by default
Dropdown stamped aria-haspopup="true" on every trigger, advertising
menu semantics on disclosure-style popups. Allyant (HUB 366, WCAG
4.1.2) flagged this sitewide; QA rejected keeping the attribute with
value "menu" and only accepts removal. Consumers that implement a
complete ARIA popup pattern can still opt in by passing a value.
0 commit comments