Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility assessment of content page #2332

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions templates/content-page/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"language": "fr",
"path": "content-fr.html"
},

{
"title": "Fluid content page",
"language": "en",
Expand All @@ -41,7 +40,6 @@
"language": "fr",
"path": "content-fluid-fr.html"
},

{
"title": "Content page - Limited width content",
"language": "en",
Expand All @@ -52,7 +50,6 @@
"language": "fr",
"path": "content-limit-fr.html"
},

{
"title": "Content page - GCWeb 4.0.29 font stylee",
"language": "en",
Expand All @@ -63,6 +60,18 @@
"language": "fr",
"path": "content-gcweb-4-0-29-font-style-fr.html"
}
],
"reports": [
{
"title": "Accessibility assessment #1 - Content page",
"language": "en",
"path": "reports/a11y-1-en.html"
},
{
"title": "Évaluation de l'accessibilité #1 - page de contenu",
"language": "fr",
"path": "reports/a11y-1-fr.html"
}
]
}
}
}
}
11 changes: 11 additions & 0 deletions templates/content-page/reports/a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Accessibility assessment #1 - Content page",
"language": "en",
"description": "Partial. Evaluation of new Success Criteria at Level A and Level AA of WCAG 2.1",
"altLangPage": "a11y-1-fr.html",
"dateModified": "2023-11-17",
"layout": "assessment_wrote_en-en",
"reportURL": "a11y-1.json"
}
---
11 changes: 11 additions & 0 deletions templates/content-page/reports/a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{
"title": "Accessibility assessment #1 - Page de contenu ",
"language": "fr",
"description": "Partielle. Évaluation des nouveaux critères de succès aux niveaux A et AA de WCAG 2.1",
"altLangPage": "a11y-1-en.html",
"dateModified": "2023-11-17",
"layout": "assessment_wrote_en-fr",
"reportURL": "a11y-1.json"
}
---
635 changes: 635 additions & 0 deletions templates/content-page/reports/a11y-1.json

Large diffs are not rendered by default.

Loading