Skip to content

Commit

Permalink
cleanup element_tabbable_unobscured.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Brunet <[email protected]>
  • Loading branch information
shunguoy and tombrunet authored Nov 6, 2023
1 parent dcc773b commit af64477
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export let element_tabbable_unobscured: Rule = {
const ruleContext = context["dom"].node as HTMLElement;

if (!VisUtil.isNodeVisible(ruleContext) || !RPTUtil.isTabbable(ruleContext))

return null;

const nodeName = ruleContext.nodeName.toLocaleLowerCase();
Expand Down

0 comments on commit af64477

Please sign in to comment.