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

Rule: label changes (part 2) #1157

Closed
jeeyyy opened this issue Sep 25, 2018 · 1 comment
Closed

Rule: label changes (part 2) #1157

jeeyyy opened this issue Sep 25, 2018 · 1 comment

Comments

@jeeyyy
Copy link
Contributor

jeeyyy commented Sep 25, 2018

The following test cases should yield desired result:

  1. Inapplicable: Explicitly set the role to something that isn't a form field.
<input role="presentation" />
  1. Inapplicable: Option inherits from input, but has a required context role of listbox which inherits from select. We should therefore not consider option as applicable.
<select role="none">
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="opel">Opel</option>
</select>
@jeeyyy
Copy link
Contributor Author

jeeyyy commented Jun 17, 2019

@jeeyyy jeeyyy closed this as completed Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant