aria-api

access ARIA information from JavaScript
git clone https://git.ce9e.org/aria-api.git

commit
a8b6fe250fd93bef4726849999ac6bbaccf52c05
parent
93ad11dbcad85a30f7c6eec93db08e33d6060397
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-22 21:15
README: update implemented standards

Diffstat

M README.md 6 +++---

1 files changed, 3 insertions, 3 deletions


diff --git a/README.md b/README.md

@@ -106,12 +106,12 @@ That said, this is what I think it could also be used for:
  106   106 
  107   107 # Implemented standards
  108   108 
  109    -1 -   [Accessible Rich Internet Applications 1.2](https://www.w3.org/TR/wai-aria-1.2/)
   -1   109 -   [Accessible Rich Internet Applications 1.3](https://www.w3.org/TR/wai-aria-1.3/)
  110   110 -   [HTML Accessibility API Mappings 1.0](https://www.w3.org/TR/html-aam-1.0/)
  111    -1 -   [SVG Accessibility API Mappings](https://www.w3.org/TR/svg-aam-1.0/) (very incomplete)
   -1   111 -   [SVG Accessibility API Mappings](https://www.w3.org/TR/svg-aam-1.0/)
  112   112 -   [WAI-ARIA Graphics Module 1.0](https://www.w3.org/TR/graphics-aria-1.0/)
  113   113 -   [Digital Publishing WAI-ARIA Module 1.1](https://www.w3.org/TR/dpub-aria-1.1/)
  114    -1 -   [Accessible Name and Description Computation 1.1](https://www.w3.org/TR/accname-1.1/)
   -1   114 -   [Accessible Name and Description Computation 1.2](https://www.w3.org/TR/accname-1.2/)
  115   115 
  116   116 I try to update the code whenever a new version of these specs becomes a
  117   117 recommendation.