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

false positive: input type="button" with @title only #747

Closed
jasonkiss opened this issue Feb 28, 2018 · 1 comment
Closed

false positive: input type="button" with @title only #747

jasonkiss opened this issue Feb 28, 2018 · 1 comment

Comments

@jasonkiss
Copy link

<input type="button" title="Search"> currently fails the "Buttons must have discernible text" test, but the title attribute is a permitted source for programmatically calculating the element's accessible name, as per the HTML-AAM.

@marcysutton
Copy link
Contributor

I wonder if it was written that way for historical reasons, since title wasn't always exposed. In any case, we have a similar issue open for messaging (#765) and will look into a fix.

marcysutton pushed a commit that referenced this issue Mar 20, 2018
WilcoFiers pushed a commit that referenced this issue Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants