-
Notifications
You must be signed in to change notification settings - Fork 2
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: update with latest axe-core develop #3
Commits on May 12, 2022
-
ensure pseudo elements also return required contrast information (deq…
…uelabs#3453) * ensure pseudo elements also return required contrast information * Update test/checks/color/color-contrast.js Co-authored-by: Steven Lambert <[email protected]> * remove rule description changes Co-authored-by: Steven Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a9d95e - Browse repository at this point
Copy the full SHA 1a9d95eView commit details -
fix(aria-valid-attr-value): add note about element id being in a diff…
…erent shadow DOM tree (dequelabs#3421) * fix(aria-valid-attr-value): add note about element id being in a different shadow DOM tree * only mention shadow tree if one exists * fix test
Configuration menu - View commit details
-
Copy full SHA for 24f74df - Browse repository at this point
Copy the full SHA 24f74dfView commit details -
ensure pseudo elements also return required contrast information (deq…
…uelabs#3453) * ensure pseudo elements also return required contrast information * Update test/checks/color/color-contrast.js Co-authored-by: Steven Lambert <[email protected]> * remove rule description changes Co-authored-by: Steven Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a7c32 - Browse repository at this point
Copy the full SHA f8a7c32View commit details -
docs: change
/docs/projects.md
to include Parcel (dequelabs#3364)Parcel.io (https://parcel.io) now integrates axe-core. Change `/docs/projects.md` to include Parcel
Configuration menu - View commit details
-
Copy full SHA for ddcd9c7 - Browse repository at this point
Copy the full SHA ddcd9c7View commit details -
ci: fix chrome nightly test (dequelabs#3366)
* ci: fix nightly chrome * fix package-lock * fix * npx * test nightly * verbose * fix chrome install * almost there * fix config * Update package.json Co-authored-by: Wilco Fiers <[email protected]> Co-authored-by: Wilco Fiers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b656885 - Browse repository at this point
Copy the full SHA b656885View commit details -
chore: resolve npm audit issues (dequelabs#3378)
* chore: resolve npm audit issues * fix ACT karma config * chore(runPartial): skip tests in IE * ci: try upgrading win executor * Update config.yml * Update config.yml * More tests not running in IE * More of these * bump karma version * avoid using .finally()
Configuration menu - View commit details
-
Copy full SHA for 2238e99 - Browse repository at this point
Copy the full SHA 2238e99View commit details -
chore: generate metadata-function-map (dequelabs#3392)
* chore: generate metadata-function-map * cleanup * fix windows * ignore file
Configuration menu - View commit details
-
Copy full SHA for 2d543a7 - Browse repository at this point
Copy the full SHA 2d543a7View commit details -
tests: split out respondable and frame-messenger tests (dequelabs#3396)
* tests: split out respondable and frame-messenger tests * remove
Configuration menu - View commit details
-
Copy full SHA for d710bf4 - Browse repository at this point
Copy the full SHA d710bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b3887 - Browse repository at this point
Copy the full SHA b5b3887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5f32b - Browse repository at this point
Copy the full SHA 7b5f32bView commit details -
fix(deprecatedrole,color-contrast): fix message to properly include d…
…eprecated role, improve color-contrast pass messages (dequelabs#3387) * fix(deprecatedrole): fix message to properly include deprecated role * add tests * ie11
Configuration menu - View commit details
-
Copy full SHA for 650e503 - Browse repository at this point
Copy the full SHA 650e503View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf0964 - Browse repository at this point
Copy the full SHA 6cf0964View commit details -
chore(i18n): update Japanese translation (dequelabs#3319)
* chore(i18n): update Japanese translation grunt translate --lang=ja based on the develop branch as of 2021-12-03 Add ja translation for checks/aria-errormessage/fail/hidden Add ja translation for checks/aria-errormessage/incomplete/idrefs add ja translation for checks/aria-level/{pass,fail} Add ja translation for checks/aria-valid-attr-value/incomplete/idrefs Add ja transation for checks/deprecatedrole/{pass,fail} Add ja translation for checks/fallbackrole/incomplete add ja translation for checks/p-as-heading/incomplete Add ja translation for checks/color-contrast-enhanced/fail/* Add ja translation for checks/color-contrast/fail/* * Update locales/ja.json role -> ロール Co-authored-by: Kiyochika Nakamura <[email protected]> * Update locales/ja.json role -> ロール Co-authored-by: Kiyochika Nakamura <[email protected]> * Update locales/ja.json 陰 -> 影 Co-authored-by: Kiyochika Nakamura <[email protected]> * Update locales/ja.json 陰 -> 影 Co-authored-by: Kiyochika Nakamura <[email protected]> * Add ja translation for checks/no-focusable-content * Make checks/aria-valid-attr-value/incomplete/noId consistent with ./idrefs * Remove unnecessary whitespaces from checks/aria-valid-attr-value/incomplete/{noId,idrefs} Co-authored-by: Kiyochika Nakamura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db7c63 - Browse repository at this point
Copy the full SHA 9db7c63View commit details -
fix(html-elms): update role allowances for nav element (dequelabs#3402)
* update role allowances for nav element closes dequelabs#3401 allows `none` and `presentation` role on `<nav>` element. * tests for nav role allowance update * add entries for nav role allowance updates * Update lib/standards/html-elms.js Co-authored-by: Wilco Fiers <[email protected]> Co-authored-by: Wilco Fiers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aa816a - Browse repository at this point
Copy the full SHA 8aa816aView commit details -
ci(act): Add nightly job to run latest ACT rules (dequelabs#3403)
* ci(act): Add nightly job to run latest ACT rules * Update .circleci/config.yml Co-authored-by: Steven Lambert <[email protected]> Co-authored-by: Steven Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a459075 - Browse repository at this point
Copy the full SHA a459075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6755e89 - Browse repository at this point
Copy the full SHA 6755e89View commit details -
fix(standards): fix address typo in html-elms.js (dequelabs#3418)
closes dequelabs#3417 fix 'addres' to 'address'
Configuration menu - View commit details
-
Copy full SHA for f235cc7 - Browse repository at this point
Copy the full SHA f235cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 222fdef - Browse repository at this point
Copy the full SHA 222fdefView commit details -
fix(aria-hidden-focus): Update rule help & description (dequelabs#3422)
* Update `help` value to include focusable elements The current `help` value does not include the scenario in which `aria-hidden="true"` is on a focusable element. I updated it to include that scenario. Here's the PR, per Wilco's suggestion. Slack thread: https://deque.slack.com/archives/C0LA5E545/p1646762357136919 * Update lib/rules/aria-hidden-focus.json Co-authored-by: Wilco Fiers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cfb4b1 - Browse repository at this point
Copy the full SHA 7cfb4b1View commit details -
ci: fix nightly build (dequelabs#3434)
* ci: fix nightly build * try again * run * fix it? * revert workflow
Configuration menu - View commit details
-
Copy full SHA for 7194b0f - Browse repository at this point
Copy the full SHA 7194b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd71d5 - Browse repository at this point
Copy the full SHA bdd71d5View commit details -
Merge pull request dequelabs#3454 from dequelabs/release-4.4.2
chore(release): 4.4.2
Configuration menu - View commit details
-
Copy full SHA for c31d85c - Browse repository at this point
Copy the full SHA c31d85cView commit details
Commits on May 13, 2022
-
Merge pull request dequelabs#3455 from dequelabs/master
chore: merge master into develop
Configuration menu - View commit details
-
Copy full SHA for d84273a - Browse repository at this point
Copy the full SHA d84273aView commit details
Commits on May 19, 2022
-
feat(getRules): return actIds when set (dequelabs#3470)
* feat(getRules): return actIds when set * Update doc/API.md
Configuration menu - View commit details
-
Copy full SHA for a3d5cef - Browse repository at this point
Copy the full SHA a3d5cefView commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c3cc51 - Browse repository at this point
Copy the full SHA 1c3cc51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34272c6 - Browse repository at this point
Copy the full SHA 34272c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ace76 - Browse repository at this point
Copy the full SHA 36ace76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7caef89 - Browse repository at this point
Copy the full SHA 7caef89View commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2674841 - Browse repository at this point
Copy the full SHA 2674841View commit details
Commits on Jun 3, 2022
-
fix(aria-required-parent): allow nested group and presentational roles (
dequelabs#3492) * fix(aria-required-parent): allow nested group and presentational roles * update * remove comments
Configuration menu - View commit details
-
Copy full SHA for 4685270 - Browse repository at this point
Copy the full SHA 4685270View commit details -
feat(metadata): update ACT tags & actIds (dequelabs#3498)
* feat(metadata): update ACT tags & actIds * Remove ACT ID from audio-caption
Configuration menu - View commit details
-
Copy full SHA for 571722b - Browse repository at this point
Copy the full SHA 571722bView commit details -
fix(frame-focusable-content): don't fail for elements with negative t…
…abindex (dequelabs#3493) * fix(frame-focsuable-content): don't fail for elements with negative tabindex * revert playground' * remove test case * Update lib/checks/keyboard/frame-focusable-content-evaluate.js Co-authored-by: Wilco Fiers <[email protected]> Co-authored-by: Wilco Fiers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94e75ac - Browse repository at this point
Copy the full SHA 94e75acView commit details
Commits on Jun 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c6af316 - Browse repository at this point
Copy the full SHA c6af316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e01b00 - Browse repository at this point
Copy the full SHA 7e01b00View commit details
Commits on Jun 8, 2022
-
fix(utils): greatly improve the speed of querySelectorAll (dequelabs#…
…3423) * fix(utils): greatly improve the speed of our querySelectorAll code * fixes * finalize * tests * fix ie11 * const... * changes * tie map to cache * fix test * remove test * fixes * revert rule descriptions
Configuration menu - View commit details
-
Copy full SHA for 1cae5ea - Browse repository at this point
Copy the full SHA 1cae5eaView commit details
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 21a3e45 - Browse repository at this point
Copy the full SHA 21a3e45View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b1eb91 - Browse repository at this point
Copy the full SHA 1b1eb91View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f61f825 - Browse repository at this point
Copy the full SHA f61f825View commit details
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cd5f8a6 - Browse repository at this point
Copy the full SHA cd5f8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a38e93e - Browse repository at this point
Copy the full SHA a38e93eView commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c6b828 - Browse repository at this point
Copy the full SHA 9c6b828View commit details
Commits on Jul 4, 2022
-
fix(meta-refresh): Add WCAG's 20-hour exception (dequelabs#3525)
* fix(meta-refresh): Add WCAG's 20-hour exception * put refreshDelay in check data * Address feedback * More tweaks
Configuration menu - View commit details
-
Copy full SHA for 5beb6c3 - Browse repository at this point
Copy the full SHA 5beb6c3View commit details
Commits on Jul 6, 2022
-
feat(new-rule): Add meta-refresh-no-exceptions (wcag2aaa, disabled by…
… default) (dequelabs#3530) * feat(new-rule): Add meta-refresh-no-exceptions (wcag2aaa, disabled by default) * Add virtual rule tests
Configuration menu - View commit details
-
Copy full SHA for 27031a8 - Browse repository at this point
Copy the full SHA 27031a8View commit details -
docs(code-submission-guidelines): add coding guidelines (dequelabs#3522)
* docs(code-submission-guidelines): add coding guidelines * typos * typo * Update doc/code-submission-guidelines.md Co-authored-by: Stephen Mathieson <[email protected]> Co-authored-by: Stephen Mathieson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 736bad9 - Browse repository at this point
Copy the full SHA 736bad9View commit details
Commits on Jul 7, 2022
-
fix(valid-lang): ignore lang on elements with no text (dequelabs#3523)
* fix(valid-lang): ignore lang on elements with no text * Delete broken / unnecessary test * Fix failing tests * fix broken test * Address feedback * Disable flakey IE test * Make hasLangText part of valid-lang check
Configuration menu - View commit details
-
Copy full SHA for fd85f39 - Browse repository at this point
Copy the full SHA fd85f39View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3399e41 - Browse repository at this point
Copy the full SHA 3399e41View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 59ebf0a - Browse repository at this point
Copy the full SHA 59ebf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb2478 - Browse repository at this point
Copy the full SHA afb2478View commit details -
Configuration menu - View commit details
-
Copy full SHA for da7923b - Browse repository at this point
Copy the full SHA da7923bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 969270a - Browse repository at this point
Copy the full SHA 969270aView commit details -
Merge pull request dequelabs#3546 from dequelabs/release-4.4.3
chore(release): 4.4.3
Configuration menu - View commit details
-
Copy full SHA for 21a3e6a - Browse repository at this point
Copy the full SHA 21a3e6aView commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d181f07 - Browse repository at this point
Copy the full SHA d181f07View commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e0010d9 - Browse repository at this point
Copy the full SHA e0010d9View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a22cf56 - Browse repository at this point
Copy the full SHA a22cf56View commit details
Commits on Jul 21, 2022
-
Merge pull request dequelabs#3550 from dequelabs/merge-master-4.4.3
chore: merge master
Configuration menu - View commit details
-
Copy full SHA for f909b99 - Browse repository at this point
Copy the full SHA f909b99View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3e4bbe - Browse repository at this point
Copy the full SHA a3e4bbeView commit details
Commits on Jul 25, 2022
-
test(aria-allowed-attr): put back act test aria-props-permitted (dequ…
…elabs#3558) * test(aria-allowed-attr): re-add act test 5c01ea * Update test/act-mapping/aria-allowed-attr.json Co-authored-by: Steven Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebebe4e - Browse repository at this point
Copy the full SHA ebebe4eView commit details -
docs: update docs on running tests (dequelabs#3556)
* docs: update docs on running tests * Update doc/developer-guide.md Co-authored-by: Dan Bowling <[email protected]> * suggestion * non-headless * readmes * typo * better link * typo * update * typo * wording * major typo Co-authored-by: Dan Bowling <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c14cb70 - Browse repository at this point
Copy the full SHA c14cb70View commit details -
chore: update dependencies (dequelabs#3539)
* update esbuild to support m1 * update webdriverjs * update babel * update act rules * update aria practices * aria-query bump * update babel * husky 3.x # Conflicts: # package-lock.json # package.json * chore: update dependencies depenencies with a .x cannot be upgraded further * Pin execa due to ESM * bump selenium-webdriver requested by Michael * partial fix for selenium-webdriver 3.4.0 Flakey test locally; checking CI * fix selenium browser name Requires “internet explorer” * Fix deepEqual assert deepEqual() assert failed because selenium now places a banner that throws off window height * Fix deepEqual assert deepEqual() assert failed because selenium now places a banner that throws off window height * fix deepEqual due to webdriver issue * update globby * update sinon to 10.x v11 introduces ESM * roll back sinon to v9.x confirmed v10 sinon does not support IE11 for CI * break up && * linting * remove comments * require dev dependencies to be installed Co-authored-by: Steven Lambert <[email protected]> * regenerate package-lock after integration * jsdoc patch update * patch core-js * downgrade esbuild * update esbuild to 0.13.1 * upgrade esbuild to 0.13.2 * esbuild 0.13.15 * update esbuild to 0.14.0 * update esbuild to 0.14.1 * update esbuild to 0.14.2 * update esbuild to 0.14.3 * update esbuild to 0.14.5 * update esbuild to 0.14.6 * update esbuild to 0.14.7 Co-authored-by: Steven Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d01532c - Browse repository at this point
Copy the full SHA d01532cView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9ba7fe - Browse repository at this point
Copy the full SHA b9ba7feView commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 940c780 - Browse repository at this point
Copy the full SHA 940c780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b97f0 - Browse repository at this point
Copy the full SHA 82b97f0View commit details -
tests: support fail case for testutils.awaitNestedLoad (dequelabs#3574)
* tests: support fail case for testutils.awaitNestedLoad * dont overwrite default fail function when errCb is not passed
Configuration menu - View commit details
-
Copy full SHA for e3947e2 - Browse repository at this point
Copy the full SHA e3947e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6456029 - Browse repository at this point
Copy the full SHA 6456029View commit details -
chore: add target assert to queryFixture (dequelabs#3564)
* Adds an assert to the axe.testUtils.queryFixture() to guide developers in usage of the fixture helper * Refactor to help VS Code pick up correct signatures * Add JSDoc * Whitespace fixes
Configuration menu - View commit details
-
Copy full SHA for 7843ff9 - Browse repository at this point
Copy the full SHA 7843ff9View commit details
Commits on Aug 2, 2022
-
fix(no-autoplay-audio): add reviewOnFail and update tests (dequelabs#…
…3557) * fix(no-autoplay-audio): add reviewOnFail and update tests * fix(no-autoplay-audio): add incomplete example to isolated-env test
Configuration menu - View commit details
-
Copy full SHA for 60ec997 - Browse repository at this point
Copy the full SHA 60ec997View commit details -
refactor(aria-roledescription): use virtual node (dequelabs#3570)
* use virtual node
Configuration menu - View commit details
-
Copy full SHA for b47f0ed - Browse repository at this point
Copy the full SHA b47f0edView commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 190446f - Browse repository at this point
Copy the full SHA 190446fView commit details
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b932fb - Browse repository at this point
Copy the full SHA 9b932fbView commit details -
feat(aria-required-children): add aria-busy check (dequelabs#3569)
Co-authored-by: Wilco Fiers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3618f50 - Browse repository at this point
Copy the full SHA 3618f50View commit details
Commits on Aug 9, 2022
-
fix(avoid-inline-spacing): add spacing threshold (dequelabs#3533)
* fix(avoid-inline-spacing): add spacing threshold * Fix integration tests * Improve options for inline-style-property * IE can't count * Add is-visible-matches method * nudge circle * Tweak failure messages * Lint things * Apply suggestions from code review Co-authored-by: Steven Lambert <[email protected]> * Address feedback * Move isMultiline to commons.dom * pull tests that do not pass in IE Co-authored-by: Steven Lambert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92add05 - Browse repository at this point
Copy the full SHA 92add05View commit details -
chore: add issue forms for issues, feature requests, documentation, a…
…nd questions (dequelabs#3579) * chore: add issue forms for issues, feature requests, documentaiton, and questions * single input for version * \n * add ungroomed label
Configuration menu - View commit details
-
Copy full SHA for eee2544 - Browse repository at this point
Copy the full SHA eee2544View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a9459 - Browse repository at this point
Copy the full SHA e8a9459View commit details -
refactor(empty-heading): use virtual node (dequelabs#3582)
Refactors empty-heading rule to use virtual node
Configuration menu - View commit details
-
Copy full SHA for 115b75c - Browse repository at this point
Copy the full SHA 115b75cView commit details
Commits on Aug 10, 2022
-
refactor(aria-text): use virtualNode (dequelabs#3581)
* refactor no-focusable-content rule to use virtual node * add integration testing Co-authored-by: Wilco Fiers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70b7f2d - Browse repository at this point
Copy the full SHA 70b7f2dView commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d79c3ec - Browse repository at this point
Copy the full SHA d79c3ecView commit details
Commits on Aug 12, 2022
-
docs: Typographical Error (dequelabs#3601)
Updated the typo found in the documentation under Localization.
Configuration menu - View commit details
-
Copy full SHA for 83ffb3d - Browse repository at this point
Copy the full SHA 83ffb3dView commit details -
chore: create action to auto-label extension and linting issues (dequ…
…elabs#3589) * chore: create action to auto-label extension and linting issues * Update .github/workflows/label-extension-linter-issues.yml Co-authored-by: Stephen Mathieson <[email protected]> Co-authored-by: Stephen Mathieson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6b015d - Browse repository at this point
Copy the full SHA a6b015dView commit details
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0710f38 - Browse repository at this point
Copy the full SHA 0710f38View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 13d537a - Browse repository at this point
Copy the full SHA 13d537aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e281593 - Browse repository at this point
Copy the full SHA e281593View commit details