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

Remove the remaining any checks from a result #446

Closed
WilcoFiers opened this issue Jul 17, 2017 · 0 comments · Fixed by #466
Closed

Remove the remaining any checks from a result #446

WilcoFiers opened this issue Jul 17, 2017 · 0 comments · Fixed by #466
Assignees

Comments

@WilcoFiers
Copy link
Contributor

When a rule such as labels has both any and none checks, if the any has a pass, but the rule fails because of the none, all check results from any must be removed, not just the one check that passed. We saw this problem in the following code:

<input type="text" id="fff">
<label for="fff">a</label>
<label for="fff">b</label>
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

Successfully merging a pull request may close this issue.

1 participant