Skip to content

Commit

Permalink
update(web-a11y): a11y devtools
Browse files Browse the repository at this point in the history
issue #105
  • Loading branch information
sabertazimi committed Aug 4, 2021
1 parent 4f15cbe commit f1786f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 6 additions & 3 deletions notes/web/frameworks/libraryBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions notes/web/html/htmlBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit f1786f0

Please sign in to comment.