Skip to content

Commit

Permalink
Simplify double negative
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed May 11, 2021
1 parent 0c2977c commit f66b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alfa-rules/src/sia-r87/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default Rule.Atomic.of<Page, Document, Question>({
() => Outcomes.FirstTabbableIsNotLink,
() =>
expectation(
element.none(not(isIgnored(device))),
element.some(isIgnored(device)),
() => Outcomes.FirstTabbableIsIgnored,
() =>
expectation(
Expand Down

0 comments on commit f66b35e

Please sign in to comment.