From f1786f0ddff4a6caa2c874c3d7648f731fbb5ccb Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Wed, 4 Aug 2021 14:24:38 +0800 Subject: [PATCH] update(web-a11y): a11y devtools issue #105 --- notes/web/frameworks/libraryBasicNotes.md | 9 ++++++--- notes/web/html/htmlBasicNotes.md | 7 +++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/notes/web/frameworks/libraryBasicNotes.md b/notes/web/frameworks/libraryBasicNotes.md index 8fc11d71db..0010b246b3 100644 --- a/notes/web/frameworks/libraryBasicNotes.md +++ b/notes/web/frameworks/libraryBasicNotes.md @@ -453,6 +453,12 @@ - [Dinero: Create, calculate, and format money in TypeScript](https://github.com/dinerojs/dinero.js) - [Numbers and Currencies](https://github.com/autoNumeric/autoNumeric) +## Accessibility Tools + +- [AXE DevTools](https://github.com/dequelabs/axe-core) +- [ESLint JSX A11Y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) +- [React A11Y](https://github.com/reactjs/react-a11y) + ## Fonts - [Fontmin](https://github.com/ecomfe/fontmin) @@ -770,10 +776,7 @@ ## Debug Testing -- [NDB](https://github.com/GoogleChromeLabs/ndb) -- [React Testing Utilities](https://github.com/airbnb/enzyme) - [React Component Hierarchy](https://github.com/team-gryff/react-monocle) -- [React a11y](https://github.com/reactjs/react-a11y) - [Retoggle: Component Inspector](https://github.com/Raathigesh/retoggle) ### Unit Testing diff --git a/notes/web/html/htmlBasicNotes.md b/notes/web/html/htmlBasicNotes.md index 486686ccc9..4d292b120b 100755 --- a/notes/web/html/htmlBasicNotes.md +++ b/notes/web/html/htmlBasicNotes.md @@ -1309,3 +1309,10 @@ listExpander.addEventListener('click', (e) => { - [WebAIM WCAG 2 Checklist](https://webaim.org/standards/wcag/checklist) - [A11Y Project](https://github.com/a11yproject/a11yproject.com) - [A11Y 101](https://dev.to/inhuofficial/101-digital-accessibility-tips-and-tricks-4728) + +### Accessibility Tools + +- [LightHouse](https://github.com/GoogleChrome/lighthouse) +- [AXE DevTools](https://github.com/dequelabs/axe-core) +- [ESLint JSX A11Y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) +- [React A11Y](https://github.com/reactjs/react-a11y)