Skip to content

Commit

Permalink
Content - Ajax Fetch - WCAG Pre-assessment (#2246)
Browse files Browse the repository at this point in the history
* WET-413 Ajax Fetch WCAG Pre-assessment

* Update index.json-ld update index

---------

Co-authored-by: AtlakM <[email protected]>
  • Loading branch information
jonasg-gc and AtlakM authored Mar 6, 2024
1 parent 0d5150b commit 5c8ae3e
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 0 deletions.
12 changes: 12 additions & 0 deletions common/ajax-fetch/index.json-ld
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"language": "fr",
"path": "ajax-fetch-fr.html"
}
],
"reports": [
{
"title": "Pre Accessibility assessment #1 - AJAX Fetch",
"language": "en",
"path": "reports/pre-a11y-1-en.html"
},
{
"title": "Assessment d'accessibilité préliminaire #1 - Récupération de ressource via Ajax",
"language": "fr",
"path": "reports/pre-a11y-1-fr.html"
}
]
}
}
15 changes: 15 additions & 0 deletions common/ajax-fetch/reports/pre-a11y-1-en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Pre Accessibility assessment #1 - AJAX Fetch",
"language": "en",
"description": "Assessing the AJAX Fetch Functionality",
"tag": "ajax-fetch",
"parentdir": "ajax-fetch",
"parentPage": "Ajax Fetch",
"parentPageURL": "ajax-fetch-en",
"altLangPage": "pre-a11y-1-fr.html",
"dateModified": "2023-09-09",
"layout": "assessment_wrote_en-en",
"reportURL": "pre-a11y-1.json"
}
---
15 changes: 15 additions & 0 deletions common/ajax-fetch/reports/pre-a11y-1-fr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
{
"title": "Assessment d'accessibilité préliminaire #1 - Récupération de ressource via Ajax",
"language": "fr",
"description": "Évaluation de la fonctionalité de Récupération de ressource via Ajax",
"tag": "ajax-fetch",
"parentdir": "ajax-fetch",
"parentPage": "Récupération de ressource via Ajax",
"parentPageURL": "ajax-fetch",
"altLangPage": "pre-a11y-1-en.html",
"dateModified": "2023-09-09",
"layout": "assessment_wrote_en-fr",
"reportURL": "pre-a11y-1.json"
}
---
Loading

0 comments on commit 5c8ae3e

Please sign in to comment.