summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-06-25 05:25:21 +0300
committerDerick Montague <derick.montague@ibm.com>2020-06-28 18:26:20 +0300
commit6e4773afdde192257a85f2317b7fb23db80568c3 (patch)
tree8d90c464769c1c965f189ab0c0b6d754da73466f /docs
parent130b1b6795e576b0533cf4691319afbcc7727297 (diff)
downloadwebui-vue-6e4773afdde192257a85f2317b7fb23db80568c3.tar.xz
Update accessibility documentation
- Update IBM Accessibility resources link text - Add IBM Accessibility tools link to tools section Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I602a0f44464ccb373069d37b0313a89ad6311149
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/coding-standards/accessibility.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/guide/coding-standards/accessibility.md b/docs/guide/coding-standards/accessibility.md
index e9216b31..90057a33 100644
--- a/docs/guide/coding-standards/accessibility.md
+++ b/docs/guide/coding-standards/accessibility.md
@@ -24,6 +24,7 @@ The OpenBMC Web UI developers should test their development pages using one of t
## Tools
- [Deque Axe](https://www.deque.com/axe/)
- [Firefox Accessibility Inspector](https://developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector)
+- [IBM Accessibility Tools](https://www.ibm.com/able/toolkit/tools)
- [Lighthouse](https://developers.google.com/web/tools/lighthouse)
## Screen Readers
@@ -38,6 +39,6 @@ The OpenBMC Web UI developers should test their development pages using one of t
- [WAI-ARIA Basics](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics)
- [WebAIM Articles](https://webaim.org/articles/)
- [A11Y Project](https://a11yproject.com/)
-- [IBM Accessibility Research](https://www.ibm.com/able/)
+- [IBM Accessibility](https://www.ibm.com/able/)
- [Inclusive Components](https://inclusive-components.design/)