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

Ensures ARIA attributes are allowed for an element's role` error on DatePicker field is false positive #2940

Closed
rosibaj opened this issue May 17, 2021 · 3 comments
Labels
fix Bug fixes rules Issue or false result from an axe-core rule

Comments

@rosibaj
Copy link

rosibaj commented May 17, 2021

Product: Axe DevTools - axe-core 4.2.0; Chrome extension

Expectation: A false positive has been identified on a date-picker field.
'
Actual: Critical error Ensures ARIA attributes are allowed for an element's role is presented, but this is wrong. It is allowed for a date picker to have aria elements. I have found logs of similar bugs:

image

Motivation: This is a false positive; there is no indication that a date-picker should not have an aria label. in contrast, WAVE does not report this error.


axe-core version:  4.2.0;
axe-webdriver, extension or other integration version: 

axe DevTools - Web Accessibility Testing
4.9.3
Accessibility Checker for Developers in Chrome
ID: lhdoppojpmngadmnindnejefpokejbdd

Browser and Assistive Technology versions 
Chrome Version 90.0.4430.85 (Official Build) (64-bit)


For Tooling issues:
- Platform:  Windows 
@straker
Copy link
Contributor

straker commented May 17, 2021

Thanks for the issue. I believe this is related to #2933 and #2926 and should be fixed by #2929 and #2935

@straker straker added fix Bug fixes rules Issue or false result from an axe-core rule labels May 18, 2021
@padmavemulapati
Copy link

Verified as part of #2933

@straker
Copy link
Contributor

straker commented Jun 2, 2021

Thanks @padmavemulapati. Closing this ticket as it's a duplicate and we have a fix merged.

@straker straker closed this as completed Jun 2, 2021
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
Projects
None yet
Development

No branches or pull requests

3 participants