-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): v4.6.0 #3823
chore(release): v4.6.0 #3823
Commits on Nov 14, 2022
-
Merge pull request #3781 from dequelabs/master
chore: merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 2acd005 - Browse repository at this point
Copy the full SHA 2acd005View commit details
Commits on Nov 17, 2022
-
feat(aria-required-attr): require aria-controls on combobox and aria-…
…valuenow on focusable separator (#3786) * feat(aria-required-attr): require aria-controls on combobox and aria-valuenow on focusable separator * integration tests
Configuration menu - View commit details
-
Copy full SHA for 5259e88 - Browse repository at this point
Copy the full SHA 5259e88View commit details -
feat(list,listitem): do not allow group as allowed parent or child (#…
…3784) * feat(list,listitem): do not allow group as allowed parent or child * fix tests
Configuration menu - View commit details
-
Copy full SHA for d1cbf6f - Browse repository at this point
Copy the full SHA d1cbf6fView commit details -
feat(required-attr): require aria-checked for checkbox-like and radio…
…-like roles (#3785) Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 563e4e9 - Browse repository at this point
Copy the full SHA 563e4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c3b91 - Browse repository at this point
Copy the full SHA d5c3b91View commit details
Commits on Nov 21, 2022
-
fix(metadata): Map aria-required-children to ACT rule bc4a75 (#3790)
* fix(metadata): Map aria-required-children to ACT rule bc4a75 * Update rule-desc
Configuration menu - View commit details
-
Copy full SHA for a33a523 - Browse repository at this point
Copy the full SHA a33a523View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fc2f50c - Browse repository at this point
Copy the full SHA fc2f50cView commit details
Commits on Nov 23, 2022
-
refactor: break up context.js and clean it up a bit (#3794)
* fix(context): Allow multiple strings for include/exclude * Complete refactor
Configuration menu - View commit details
-
Copy full SHA for 757a6fc - Browse repository at this point
Copy the full SHA 757a6fcView commit details -
feat(utils): new shadowSelectAll utility (#3796)
* feat(utils): new shadowSelectAll utility * Apply suggestions from code review Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5865462 - Browse repository at this point
Copy the full SHA 5865462View commit details
Commits on Nov 28, 2022
-
fix(color-contrast): consider -webkit-text-stroke & -webkit-text-fill…
…-color (#3791) * fix(color-contrast): use text-stroke colors * Use textStrokeEmMin option in contrast checks * address comment * Editorial * Update test/commons/color/get-foreground-color.js Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 228daf1 - Browse repository at this point
Copy the full SHA 228daf1View commit details
Commits on Nov 29, 2022
-
fix(aria-allowed-role): allow combobox on button, checkbox and combob…
…ox on input[type=button] (#3354) * Update allowed button & input type=button roles closes #3353 - Adds `role=combobox` to the `<button>` element. - Adds `role=combobox` and `role=checkbox` to the `<input type=button>` element. * fix whitespace * add pass ids * `button role=combobox` * `input type=button role=combobox` * `input type=button role=checkbox` * add tests * `button role=combobox` * `input type=button role=combobox` * `input type=button role=checkbox` Co-authored-by: Steven Lambert <steven.lambert@deque.com>
Configuration menu - View commit details
-
Copy full SHA for ac688c0 - Browse repository at this point
Copy the full SHA ac688c0View commit details -
fix(html-lang-valid): only run rule when attribute has value (#3663)
* Change html-lang-valid selector so the rule only applies when attrs have a value. Fix #3624 * add integration tests Co-authored-by: Steven Lambert <steven.lambert@deque.com>
Configuration menu - View commit details
-
Copy full SHA for 1a7eecb - Browse repository at this point
Copy the full SHA 1a7eecbView commit details
Commits on Nov 30, 2022
-
feat(checks/label-content-name-mismatch): deprecate occuranceThreshol…
…d option in favor of occurrenceThreshold to fix typo (#3782) * Correct typos of "occurrence" across axe-core. * Correct Markdown table spacing. * Add fix to accomodate previous typos to avoid breaking the API per WilcoFiers' suggestions. * Account for old spelling in subtreeText and minor formatting. * run tests * Add null-aware chaining where necessary. * run tests Co-authored-by: Steven Lambert <steven.lambert@deque.com>
Configuration menu - View commit details
-
Copy full SHA for 5026d65 - Browse repository at this point
Copy the full SHA 5026d65View commit details
Commits on Dec 1, 2022
-
feat(context): allow selecting shadow DOM nodes (#3798)
* feat(context): allow scoping shadow DOM nodes * Refactor Context code * Code complete * cleanup * Fix tests * Update type definition * Write docs * Apply suggestions from code review Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> * Resolve comments * Add type definition tests * Apply suggestions from code review Co-authored-by: Erik Larsen <enlarsen@users.noreply.github.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> * Update context.md * fix test * Update type test Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: Erik Larsen <enlarsen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e1e31b - Browse repository at this point
Copy the full SHA 9e1e31bView commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af49daf - Browse repository at this point
Copy the full SHA af49dafView commit details -
chore: improve type definitions (#3808)
* chore: improve type definitions * Apply suggestions from code review Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 284a5c2 - Browse repository at this point
Copy the full SHA 284a5c2View commit details -
* ci: fix nightly test * add back filter
Configuration menu - View commit details
-
Copy full SHA for 23f1d76 - Browse repository at this point
Copy the full SHA 23f1d76View commit details -
Co-authored-by: michael-siek <michael-siek@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fe4901 - Browse repository at this point
Copy the full SHA 3fe4901View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a6046 - Browse repository at this point
Copy the full SHA e5a6046View commit details
Commits on Dec 6, 2022
-
* Update config.yml * Update config.yml
Configuration menu - View commit details
-
Copy full SHA for 551192a - Browse repository at this point
Copy the full SHA 551192aView commit details -
ci: Add a workflow for creating releases (#3804)
* ci: Add a workflow for creating releases Ref dequelabs/axe-api-team#304 * testing * all commits * push branch * pat * this repo still uses master * remove testing stuff * 🤖 Automated formatting fixes * Update .github/workflows/release.yml Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> * Update .github/workflows/release.yml Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: stephenmathieson <stephenmathieson@users.noreply.github.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d01604 - Browse repository at this point
Copy the full SHA 6d01604View commit details -
Configuration menu - View commit details
-
Copy full SHA for b971caf - Browse repository at this point
Copy the full SHA b971cafView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08e2d20 - Browse repository at this point
Copy the full SHA 08e2d20View commit details
Commits on Dec 8, 2022
-
fix(color-contrast): correctly calculate background color of text nod…
…es with different size than their container (#3703) * fix(color-contrast): correctly calculate background color of text nodes with different size than their container * undo file rename * fix test * remove export * test name * comment * undeprecate for this pr * tests * fix test * fix firefox test * fix bug * firefox... * firefox ci is annoying * fix test? * new lint * sigh... * :P * :P * works now? * Update lib/commons/color/get-background-color.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update lib/commons/color/get-background-color.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update lib/commons/math/get-intersection-rect.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update lib/commons/math/get-intersection-rect.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update lib/commons/math/get-intersection-rect.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * changes * Update lib/commons/color/get-background-stack.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update lib/commons/color/get-background-color.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update lib/commons/dom/get-visible-text-rects.js Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * changes * 🤖 Automated formatting fixes * suggestions * suggestions * rename Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> Co-authored-by: straker <straker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 123b83c - Browse repository at this point
Copy the full SHA 123b83cView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a0e2f49 - Browse repository at this point
Copy the full SHA a0e2f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a5dad - Browse repository at this point
Copy the full SHA 07a5dadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 244e83d - Browse repository at this point
Copy the full SHA 244e83dView commit details