diff --git a/accessibility-checker-engine/test/v2/checker/accessibility/rules/element_tabbable_unobscured_ruleunit/unobscured.html b/accessibility-checker-engine/test/v2/checker/accessibility/rules/element_tabbable_unobscured_ruleunit/unobscured.html index fbb07a162..28f772917 100755 --- a/accessibility-checker-engine/test/v2/checker/accessibility/rules/element_tabbable_unobscured_ruleunit/unobscured.html +++ b/accessibility-checker-engine/test/v2/checker/accessibility/rules/element_tabbable_unobscured_ruleunit/unobscured.html @@ -136,33 +136,97 @@

Footer Content

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"