Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:kingsdigitallab/corpus-building …
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
jmiguelv committed Jul 18, 2024
2 parents cff2a47 + 05fc52d commit ce4ac29
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions frontend/test-results/home.axe.json
Original file line number Diff line number Diff line change
@@ -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": "<div class=\"marker maplibregl-marker maplibregl-marker-anchor-center\" tabindex=\"0\" aria-label=\"Map marker\" style=\"width: 8px; height: 8px; line-height: 8px; transform: translate(-50%, -50%) translate(272px, 563px) rotateX(0deg) rotateZ(0deg); opacity: 1;\"></div>",
"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": "<div class=\"marker maplibregl-marker maplibregl-marker-anchor-center\" tabindex=\"0\" aria-label=\"Map marker\" style=\"width: 8px; height: 8px; line-height: 8px; transform: translate(-50%, -50%) translate(272px, 336px) rotateX(0deg) rotateZ(0deg); opacity: 1;\"></div>",
"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": "<div class=\"marker maplibregl-marker maplibregl-marker-anchor-center\" tabindex=\"0\" aria-label=\"Map marker\" style=\"width: 8px; height: 8px; line-height: 8px; transform: translate(-50%, -50%) translate(636px, 107px) rotateX(0deg) rotateZ(0deg); opacity: 1;\"></div>",
"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",
Expand Down

0 comments on commit ce4ac29

Please sign in to comment.