Skip to content

Commit

Permalink
Merge branch 'page-details' of https://github.com/shiva-sc/GCWeb into…
Browse files Browse the repository at this point in the history
… page-details
  • Loading branch information
AtlakM committed Mar 14, 2024
2 parents 8f8a118 + 6fbf34e commit 507e3a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
6 changes: 3 additions & 3 deletions sites/page-details/reports/pre-a11y-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"earl:subject": {
"@id": "_:subject",
"dct:references": "https://example.com/web/page/url.html",
"dct:references": "https://wet-boew.github.io/GCWeb/sites/page-details/page-details-pft-en.html",
"@type": [
"earl:TestSubject",
"schema:WebPage"
Expand All @@ -33,7 +33,7 @@
]
}
},
"dct:date": null,
"dct:date": "2023-07-25",
"dct:description": "Analyzing and exploring the subject and produce a pre-evaluation of all WCAG 2.1 SC at level AA.",
"dct:source": "act:rulesets/wcag2x/wcag21_all_levelAA.json",
"acr:standard": "https://www.w3.org/TR/WCAG21",
Expand Down Expand Up @@ -460,7 +460,7 @@
{
"earl:test": "WCAG21:language-of-parts",
"earl:subject": "_:subject",
"earl:outcome": "earl:inapplicable",
"earl:outcome": "earl:untested",
"dct:description": "",
"earl:mode": "earl:unknownMode",
"@type": [
Expand Down
38 changes: 5 additions & 33 deletions sites/page-details/reports/pre-a11y-basic-html-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,15 @@
],
"earl:subject": {
"@id": "_:subject",
"dct:references": "https://example.com/web/page/url.html",
"dct:hasPart": [
{
"@id": "_:non-text-content_itm1",
"dct:isPartOf": "_:subject",
"@type": [
"earl:TestSubject",
"schema:WebPageElement"
],
"dct:description": "Textual identification of the web page element that is being evaluated, like: 'Figure 2, a bar chart'. Provide a pointer when applicable (earl:pointer)",
"earl:pointer": {
"@type": "oa:CssSelector",
"@value": "img"
}
},
{
"@id": "_:video_abc",
"dct:isPartOf": "_:subject",
"@type": [
"earl:TestSubject",
"schema:WebPageElement"
],
"dct:description": "Textual identification of the web page element that is being evaluated, like: 'Video ABC (earl:pointer)"
}
],
"dct:references": "https://wet-boew.github.io/GCWeb/sites/page-details/page-details-pft-en.html?wbdisable=true",
"@type": [
"earl:TestSubject",
"schema:WebPage"
],
"dct:description": "Describe what is being assessed, like the full page or a component inside that page. Provide a pointer when applicable (earl:pointer)",
"earl:pointer": {
"@type": "oa:CssSelector",
"@value": "title, meta, #wb-bc, main"
"@value": ".pagedetails"
}
},
"earl:assertedBy": {
Expand All @@ -57,12 +33,8 @@
]
}
},
"dct:date": null,
"dct:date": "2023-07-25",
"dct:description": "Analyzing and exploring the subject and produce a pre-evaluation of all WCAG 2.1 SC at level AA.",
"acr:involvesExpertise": [
"wbv:acr/topics#aria",
"Javascript"
],
"dct:source": "act:rulesets/wcag2x/wcag21_all_levelAA.json",
"acr:standard": "https://www.w3.org/TR/WCAG21",
"acr:conformanceOption": "act:standard/profiles/wcag#levelAA",
Expand Down Expand Up @@ -477,7 +449,7 @@
{
"earl:test": "WCAG21:language-of-page",
"earl:subject": "_:subject",
"earl:outcome": "earl:inapplicable",
"earl:outcome": "earl:untested",
"dct:description": "",
"earl:mode": "earl:unknownMode",
"@type": [
Expand All @@ -488,7 +460,7 @@
{
"earl:test": "WCAG21:language-of-parts",
"earl:subject": "_:subject",
"earl:outcome": "earl:inapplicable",
"earl:outcome": "earl:untested",
"dct:description": "",
"earl:mode": "earl:unknownMode",
"@type": [
Expand Down

0 comments on commit 507e3a0

Please sign in to comment.