Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 'aria-owns' to pass when used on collapsed combobox (i.e aria-expanded="false") #1524

Closed
iamrafan opened this issue Apr 29, 2019 · 2 comments
Assignees
Labels
fix Bug fixes rules Issue or false result from an axe-core rule support

Comments

@iamrafan
Copy link
Contributor

Related to #1463

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


axe-core version: 3.2.2
axe-Coconut version: 3.8.0
@WilcoFiers WilcoFiers added support fix Bug fixes rules Issue or false result from an axe-core rule labels Apr 30, 2019
@WilcoFiers
Copy link
Contributor

Good point. Pretty similar to a thing we fixed recently.

@WilcoFiers WilcoFiers added this to the Axe-core 3.3 milestone May 1, 2019
@straker straker self-assigned this May 1, 2019
@aellsey aellsey modified the milestones: Axe-core 3.3, HTMLTools Sprint 3 May 6, 2019
@WilcoFiers WilcoFiers modified the milestones: HTMLTools Sprint 3, Axe-core 3.3 May 8, 2019
@chandana7393
Copy link

Verifed behaving as expected.
image
Tested Environment:
Axe-coconut - 3.8.0.14704v
Chrome - 74v
OS - Windows 10 64 bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fixes rules Issue or false result from an axe-core rule support
Projects
None yet
Development

No branches or pull requests

6 participants