Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
947 contributions in the last year
Contribution activity
October 2020
Created a pull request in dequelabs/axe-core that received 1 comment
chore: convert to esbuild
Esbuild is a "newer" javascript bundler that I've been interested in trying out. It runs super fast (benchmarks on their repo) and looking at the o…
- fix(region): allow role=dialog and svg elements outside regions
- feat(utils): deprecate get/set-scroll-state
- fix(autocomplete-valid): allow type=tel for appropriate cc types
- docs: note that axe.configure reporter option can be a function
- fix(explicit-label): work with multiple labels
- fix(heading-order): evaluate headings from iframes in DOM order
- fix(get-headers): fix for rowspan and colspan
- feat(imports): deprecate axios
- docs(API): add reviewOnFail
- docs: add note about how to determine new accessibility supported
- feat(new-rule): ARIA links, buttons, menuitems have an accessible name
- feat: deprecate aria-form-field-name-matches for no-name-method-matches
- docs: Update projects.md
- fix(docs/rules): add missing category tags to rules metadata
- feat(new-rule): check that progressbars have an accessible name
- feat(new-rule): aria-tooltip-name, check that tooltips have an accessible name
- Remove duplicate definition, "disableOtherRules".
- fix(aria-roles): Add WAI-ARIA 1.2 roles
- fix(audit): Updated axe.reset() to reset branding, application, and tagExcludes.