Skip to content

Commit

Permalink
Addressed additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrahimMahadi committed Nov 14, 2024
1 parent 398e341 commit 9116c00
Showing 1 changed file with 38 additions and 5 deletions.
43 changes: 38 additions & 5 deletions templates/topic/reports/a11y-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,26 @@
"earl:result": [
{
"earl:test": "WCAG21:non-text-content",
"earl:subject": "_:subject",
"earl:result": [],
"earl:subject": {
"@id": "_non-text-content_itm1",
"dct:isPartOf": "_:subject",
"@type": ["earl:TestSubject", "schema:WebPageElement"],
"dct:description": "Non-text content includes text alternative that serves the equivalent purpose."
},
"earl:result": [
{
"earl:test": "act:rules/wcag2x/sc/1_1_1_situation_a",
"earl:outcome": "earl:passed",
"earl:mode": "earl:manual",
"earl:subject": "_non-text-content_itm1",
"dct:description": "Image includes an alt tag to describe the image content."
}
],
"acr:asset": [],
"earl:mode": "earl:manual",
"acr:severity": "acr:forEvaluation",
"acr:relevancy": "acr:forEvaluation",
"dct:description": "Image",
"dct:description": "",
"earl:outcome": "earl:passed",
"selected": "act:rulesets/wcag2x/sc/non-text-content#situations"
},
Expand Down Expand Up @@ -104,8 +117,28 @@
},
{
"earl:test": "WCAG21:info-and-relationships",
"earl:subject": "_:subject",
"earl:result": [],
"earl:subject": {
"@id": "_info-and-relationships_itm1",
"dct:isPartOf": "_:subject",
"@type": ["earl:TestSubject", "schema:WebPageElement"],
"dct:description": "The page provides semantic structure, including headings and lists, to make information and relationships clear and accessible."
},
"earl:result": [
{
"earl:test": "act:rules/wcag2x/sc/1_3_1_situation_a",
"earl:outcome": "earl:passed",
"earl:mode": "earl:manual",
"earl:subject": "_info-and-relationships_itm1",
"dct:description": "h1,h2, and h3 tags are used to identify headings and subheadings, respectively."
},
{
"earl:test": "act:rules/wcag2x/sc/1_3_1_situation_a",
"earl:outcome": "earl:passed",
"earl:mode": "earl:manual",
"earl:subject": "_info-and-relationships_itm1",
"dct:description": "ul tags are used for groups of links."
}
],
"acr:asset": [],
"earl:mode": "earl:manual",
"acr:severity": "acr:forEvaluation",
Expand Down

0 comments on commit 9116c00

Please sign in to comment.