Skip to content

Commit

Permalink
update test result #1676
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Oct 6, 2023
1 parent 4767cca commit 6b202a6
Showing 1 changed file with 71 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,33 +136,97 @@ <h2>Footer Content</h2>
ruleIds: ["element_tabbable_unobscured"],
results: [
{
"ruleId": "element_tabbable_visible",
"ruleId": "element_tabbable_unobscured",
"value": [
"INFORMATION",
"PASS"
],
"path": {
"dom": "/html[1]/body[1]/button[1]",
"dom": "/html[1]/body[1]/div[1]/button[1]",
"aria": "/document[1]/button[1]"
},
"reasonId": "pass",
"message": "The tabbable element is visible on the screen",
"message": "The element is not entirely covered by other content",
"messageArgs": [],
"apiArgs": [],
"category": "Accessibility"
},
{
"ruleId": "element_tabbable_visible",
"ruleId": "element_tabbable_unobscured",
"value": [
"INFORMATION",
"PASS"
],
"path": {
"dom": "/html[1]/body[1]/a[1]",
"aria": "/document[1]/link[1]"
"dom": "/html[1]/body[1]/div[2]/main[1]/h2[1]/a[1]",
"aria": "/document[1]/main[1]/heading[2]/link[1]"
},
"reasonId": "pass",
"message": "The tabbable element is visible on the screen",
"message": "The element is not entirely covered by other content",
"messageArgs": [],
"apiArgs": [],
"category": "Accessibility"
},
{
"ruleId": "element_tabbable_unobscured",
"value": [
"INFORMATION",
"PASS"
],
"path": {
"dom": "/html[1]/body[1]/div[2]/main[1]/h2[2]/a[1]",
"aria": "/document[1]/main[1]/heading[3]/link[1]"
},
"reasonId": "pass",
"message": "The element is not entirely covered by other content",
"messageArgs": [],
"apiArgs": [],
"category": "Accessibility"
},
{
"ruleId": "element_tabbable_unobscured",
"value": [
"INFORMATION",
"PASS"
],
"path": {
"dom": "/html[1]/body[1]/div[2]/main[1]/h2[3]/a[1]",
"aria": "/document[1]/main[1]/heading[4]/link[1]"
},
"reasonId": "pass",
"message": "The element is not entirely covered by other content",
"messageArgs": [],
"apiArgs": [],
"category": "Accessibility"
},
{
"ruleId": "element_tabbable_unobscured",
"value": [
"INFORMATION",
"PASS"
],
"path": {
"dom": "/html[1]/body[1]/div[2]/main[1]/h2[4]/a[1]",
"aria": "/document[1]/main[1]/heading[5]/link[1]"
},
"reasonId": "pass",
"message": "The element is not entirely covered by other content",
"messageArgs": [],
"apiArgs": [],
"category": "Accessibility"
},
{
"ruleId": "element_tabbable_unobscured",
"value": [
"INFORMATION",
"PASS"
],
"path": {
"dom": "/html[1]/body[1]/div[2]/footer[1]/p[1]/a[1]",
"aria": "/document[1]/contentinfo[1]/paragraph[1]/link[1]"
},
"reasonId": "pass",
"message": "The element is not entirely covered by other content",
"messageArgs": [],
"apiArgs": [],
"category": "Accessibility"
Expand Down

0 comments on commit 6b202a6

Please sign in to comment.