Skip to content

Commit

Permalink
Content - Page details - pre accessibility assessment (#2215)
Browse files Browse the repository at this point in the history
* WCAG upgrade -- added Page Details pre accessibility assessment

---------

Co-authored-by: AtlakM <[email protected]>
Co-authored-by: AtlakM <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2024
1 parent 5dbcfab commit 320ac3d
Show file tree
Hide file tree
Showing 7 changed files with 1,268 additions and 0 deletions.
22 changes: 22 additions & 0 deletions sites/page-details/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,28 @@
"language": "fr",
"path": "page-details-pft-share-fr.html"
}
],
"reports": [
{
"title": "Accessibility (Only new SC WCAG 2.1/2.2 Level AA)- Page Details - English report",
"language": "en",
"path": "reports/pre-a11y-1-en.html"
},
{
"title": "Accessibility (Only new SC WCAG 2.1/2.2 Level AA)- Page Details - French report",
"language": "fr",
"path": "reports/pre-a11y-1-fr.html"
},
{
"title": "Accessibility (Only new SC WCAG 2.1/2.2 Level AA)- Page Details (Basic Html version)- English report",
"language": "en",
"path": "reports/pre-a11y-basic-html-1-en.html"
},
{
"title": "Accessibility (Only new SC WCAG 2.1/2.2 Level AA)- Page Details (Basic Html version)- French report",
"language": "fr",
"path": "reports/pre-a11y-basic-html-1-fr.html"
}
]
},
"dependencies": [
Expand Down
15 changes: 15 additions & 0 deletions sites/page-details/reports/pre-a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Accessibility assessment #1 - Page Details",
"language": "en",
"description": "Partial. Evaluation of new Success Criteria at Level A and Level AA of WCAG 2.1 and WCAG 2.2",
"tag": "page-details",
"parentdir": "page-details",
"parentPage": "Page Details",
"parentPageURL": "page-details",
"altLangPage": "pre-a11y-1-fr.html",
"dateModified": "2022-07-19",
"layout": "assessment_wrote_en-en",
"reportURL": "pre-a11y-1.json"
}
---
15 changes: 15 additions & 0 deletions sites/page-details/reports/pre-a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité #1 - Page Details",
"language": "fr",
"description": "Partielle. Évaluation des nouveaux critères de succès aux niveaux A et AA de WCAG 2.1 et WCAG 2.2",
"tag": "page-details",
"parentdir": "page-details",
"parentPage": "Page Details",
"parentPageURL": "page-details",
"altLangPage": "pre-a11y-1-en.html",
"dateModified": "2022-07-19",
"layout": "assessment_wrote_en-fr",
"reportURL": "pre-a11y-1.json"
}
---
Loading

0 comments on commit 320ac3d

Please sign in to comment.