Skip to content

Commit 2d04e29

Browse files
committed
Add test case to elementRoleMap-test for td element
1 parent f7f6120 commit 2d04e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: __tests__/src/elementRoleMap-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const entriesList = [
9494
[{"attributes": [{"name": "aria-labelledby"}], "name": "section"}, ["region"]],
9595
[{"name": "tr"}, ["row"]],
9696
[{"name": "tbody"}, ["rowgroup"]],
97+
[{"constraints": ["ancestor table element has table role"], "name": "td"}, ["cell"]],
9798
[{"name": "tfoot"}, ["rowgroup"]],
9899
[{"name": "thead"}, ["rowgroup"]],
99100
[{"attributes": [{"name": "scope", "value": "row"}], "name": "th"}, ["rowheader"]],

0 commit comments

Comments
 (0)