Skip to content

Commit ed0eb85

Browse files
Add PDF Accessibility API Mappings 1.0 (#2218)
Close #1556, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://w3c.github.io/pdf-aam/", "seriesComposition": "full", "shortname": "pdf-aam", "series": { "shortname": "pdf-aam", "currentSpecification": "pdf-aam", "title": "PDF Accessibility API Mappings", "shortTitle": "PDF Accessibility API Mappings", "nightlyUrl": "https://w3c.github.io/pdf-aam/" }, "categories": [], "organization": "W3C", "groups": [ { "name": "Accessible Rich Internet Applications Working Group", "url": "https://www.w3.org/WAI/about/groups/ariawg/" }, { "name": "SVG Accessibility Task Force", "url": "https://www.w3.org/WAI/PF/svg-a11y-tf/" } ], "nightly": { "url": "https://w3c.github.io/pdf-aam/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/w3c/aria", "sourcePath": "pdf-aam/index.html", "filename": "index.html" }, "title": "PDF Accessibility API Mappings 1.0", "source": "spec", "shortTitle": "PDF Accessibility API Mappings 1.0", "standing": "good" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
1 parent 81b2ba1 commit ed0eb85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,12 @@
616616
}
617617
},
618618
"https://w3c.github.io/mediacapture-surface-control/",
619+
{
620+
"categories": [
621+
"-browser"
622+
],
623+
"url": "https://w3c.github.io/pdf-aam/"
624+
},
619625
"https://w3c.github.io/permissions-registry/",
620626
{
621627
"url": "https://w3c.github.io/reporting/network-reporting.html",

0 commit comments

Comments
 (0)