Skip to content

Commit

Permalink
Content - Merge pull request #2112 from shiva-sc/table
Browse files Browse the repository at this point in the history
WCAG upgrade - add an example for test file to wet table

Content change - Common component - Add tables working example
  • Loading branch information
duboisp authored Apr 20, 2023
2 parents f2d7f35 + 85750ec commit 610eb4b
Show file tree
Hide file tree
Showing 3 changed files with 1,220 additions and 0 deletions.
35 changes: 35 additions & 0 deletions common/tables/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Tables",
"fr": "Les Tables"
},
"description": {
"en": "Tables with custom styles",
"fr": "Tableaux avec des styles personalisés."
},
"modified": "2023-02-28",
"componentName": "tables",
"processing": "baseline",
"status": "stable",
"pages": {
"examples": [
{
"title": "Tables",
"language": "en",
"path": "table-en.html"
},
{
"title": "Tables",
"language": "fr",
"path": "table-fr.html"
}
]
}
}
Loading

0 comments on commit 610eb4b

Please sign in to comment.