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
Expectation: No aria-valid-attr-value failure when the child element referenced to aria-owns on a collapsed combobox(i.e with aria-expanded="false") is not present in the DOM
Actual: 'aria-valid-attr-value' fails aria-owns on a collapsed combobox when it is referenced to a child element not in the DOM
Motivation: This should be allowed as there would be no impact to the behavior of the combobox from AT point of view
Related to #1463
Expectation: No
aria-valid-attr-value
failure when the child element referenced toaria-owns
on a collapsedcombobox
(i.e with aria-expanded="false") is not present in the DOMActual:
'aria-valid-attr-value'
failsaria-owns
on a collapsed combobox when it is referenced to a child element not in the DOMMotivation: This should be allowed as there would be no impact to the behavior of the combobox from AT point of view
The text was updated successfully, but these errors were encountered: