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 1) #1148

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

Rule: label changes (part 1) #1148

jeeyyy opened this issue Sep 18, 2018 · 1 comment
Assignees

Comments

@jeeyyy
Copy link
Contributor

jeeyyy commented Sep 18, 2018

The following test cases should yield desired result

  1. Fail: aria-label with empty text string
<div aria-label=" " role="combobox">England</div>
  1. Fail: Label does not exist.
<div aria-labelledby="non-existing" role="combobox">England</div>
  1. Fail: Implicit label not supported on div elements.
<label>
  first name
  <div role="textbox" data-rule-target></div>
</label>
  1. Fail: Explicit label not supported on div elements.
<label for="lastname">first name</label>
<div role="textbox" id="lastname" data-rule-target></div>
@jeeyyy jeeyyy self-assigned this Sep 18, 2018
@WilcoFiers WilcoFiers assigned WilcoFiers and unassigned jeeyyy Sep 18, 2018
@jeeyyy jeeyyy changed the title Rule: label changes Rule: label changes (part 1) Sep 25, 2018
@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

2 participants