You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: __tests__/src/elementRoleMap-test.js
+4-2
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,13 @@ const entriesList = [
52
52
[{"name": "div"},["generic"]],
53
53
[{"constraints": ["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "footer"},["generic"]],
54
54
[{"constraints": ["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "header"},["generic"]],
Copy file name to clipboardexpand all lines: __tests__/src/roleElementMap-test.js
+5-4
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@ const entriesList = [
22
22
["complementary",[{"constraints": ["scoped to the body element","scoped to the main element"],"name": "aside"},{"attributes": [{"constraints": ["set"],"name": "aria-label"}],"constraints": ["scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "aside"},{"attributes": [{"constraints": ["set"],"name": "aria-labelledby"}],"constraints": ["scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "aside"}]],
23
23
["contentinfo",[{"constraints": ["scoped to the body element"],"name": "footer"}]],
["generic",[{"name": "a"},{"name": "area"},{"name": "aside"},{"name": "b"},{"name": "bdo"},{"name": "body"},{"name": "data"},{"name": "div"},{"constraints": ["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "footer"},{"constraints": ["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "header"},{"name": "hgroup"},{"name": "i"},{"name": "pre"},{"name": "q"},{"name": "samp"},{"name": "section"},{"name": "small"},{"name": "span"},{"name": "u"}]],
31
+
["generic",[{"name": "a"},{"name": "area"},{"name": "aside"},{"name": "b"},{"name": "bdo"},{"name": "body"},{"name": "data"},{"name": "div"},{"constraints": ["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "footer"},{"constraints": ["scoped to the main element","scoped to a sectioning content element","scoped to a sectioning root element other than body"],"name": "header"},{"name": "i"},{"name": "pre"},{"name": "q"},{"name": "samp"},{"name": "section"},{"name": "small"},{"name": "span"},{"name": "u"}]],
["searchbox",[{"attributes": [{"constraints": ["undefined"],"name": "list"},{"name": "type","value": "search"}],"constraints": ["the list attribute is not set"],"name": "input"}]],
0 commit comments