Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jul 13, 2023
1 parent 27f6062 commit 4705e2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/integration/rules/aria-allowed-attr/passes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2153,3 +2153,8 @@

<input type="checkbox" aria-checked="false" id="pass92" />
<input type="checkbox" aria-checked="true" checked id="pass93" />

<div role="caption" aria-label="value" id="pass94"></div>
<div role="caption" aria-labelledby="value" id="pass95"></div>
<div role="paragraph" aria-labelledby="value" id="pass96"></div>
<div role="strong" aria-label="value" id="pass97"></div>
6 changes: 5 additions & 1 deletion test/integration/rules/aria-allowed-attr/passes.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
["#treegrid"],
["#pass91"],
["#pass92"],
["#pass93"]
["#pass93"],
["#pass94"],
["#pass95"],
["#pass96"],
["#pass97"]
]
}

0 comments on commit 4705e2a

Please sign in to comment.