Open
Description
As a follow-up to some of the changes in #2012…
In ARIA 1.2, combobox
requires aria-controls
, this has been removed in ARIA 1.3 and the authoring practice say it's only needed when the combobox is expanded (more details:#2012 (comment))
Therefore, Element with role attribute has required states and properties should also have an exception for "missing" aria-controls
on combobox
with aria-expanded="false"
.