diff --git a/frontend/test-results/home.axe.json b/frontend/test-results/home.axe.json index 8cfd0527a25..51052eff2b3 100644 --- a/frontend/test-results/home.axe.json +++ b/frontend/test-results/home.axe.json @@ -1,5 +1,99 @@ { "/": [ + { + "id": "aria-prohibited-attr", + "impact": "serious", + "tags": [ + "cat.aria", + "wcag2a", + "wcag412", + "EN-301-549", + "EN-9.4.1.2" + ], + "description": "Ensures ARIA attributes are not prohibited for an element's role", + "help": "Elements must only use permitted ARIA attributes", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.9/aria-prohibited-attr?application=playwright", + "nodes": [ + { + "any": [], + "all": [], + "none": [ + { + "id": "aria-prohibited-attr", + "data": { + "role": null, + "nodeName": "div", + "messageKey": "noRoleSingular", + "prohibited": [ + "aria-label" + ] + }, + "relatedNodes": [], + "impact": "serious", + "message": "aria-label attribute cannot be used on a div with no valid role attribute." + } + ], + "impact": "serious", + "html": "
", + "target": [ + ".marker.maplibregl-marker.maplibregl-marker-anchor-center:nth-child(4)" + ], + "failureSummary": "Fix all of the following:\n aria-label attribute cannot be used on a div with no valid role attribute." + }, + { + "any": [], + "all": [], + "none": [ + { + "id": "aria-prohibited-attr", + "data": { + "role": null, + "nodeName": "div", + "messageKey": "noRoleSingular", + "prohibited": [ + "aria-label" + ] + }, + "relatedNodes": [], + "impact": "serious", + "message": "aria-label attribute cannot be used on a div with no valid role attribute." + } + ], + "impact": "serious", + "html": "", + "target": [ + ".marker.maplibregl-marker.maplibregl-marker-anchor-center:nth-child(5)" + ], + "failureSummary": "Fix all of the following:\n aria-label attribute cannot be used on a div with no valid role attribute." + }, + { + "any": [], + "all": [], + "none": [ + { + "id": "aria-prohibited-attr", + "data": { + "role": null, + "nodeName": "div", + "messageKey": "noRoleSingular", + "prohibited": [ + "aria-label" + ] + }, + "relatedNodes": [], + "impact": "serious", + "message": "aria-label attribute cannot be used on a div with no valid role attribute." + } + ], + "impact": "serious", + "html": "", + "target": [ + ".marker.maplibregl-marker.maplibregl-marker-anchor-center:nth-child(6)" + ], + "failureSummary": "Fix all of the following:\n aria-label attribute cannot be used on a div with no valid role attribute." + } + ] + }, { "id": "link-in-text-block", "impact": "serious",