Skip to content

Commit

Permalink
Add test case to elementRoleMap-test for td element
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Dec 5, 2022
1 parent f7f6120 commit 2d04e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/src/elementRoleMap-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const entriesList = [
[{"attributes": [{"name": "aria-labelledby"}], "name": "section"}, ["region"]],
[{"name": "tr"}, ["row"]],
[{"name": "tbody"}, ["rowgroup"]],
[{"constraints": ["ancestor table element has table role"], "name": "td"}, ["cell"]],
[{"name": "tfoot"}, ["rowgroup"]],
[{"name": "thead"}, ["rowgroup"]],
[{"attributes": [{"name": "scope", "value": "row"}], "name": "th"}, ["rowheader"]],
Expand Down

0 comments on commit 2d04e29

Please sign in to comment.