forked from dequelabs/axe-core
-
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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]>
…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
…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]>
Parcel.io (https://parcel.io) now integrates axe-core. Change `/docs/projects.md` to include Parcel
* 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]>
* 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()
* chore: generate metadata-function-map * cleanup * fix windows * ignore file
* tests: split out respondable and frame-messenger tests * remove
…eprecated role, improve color-contrast pass messages (dequelabs#3387) * fix(deprecatedrole): fix message to properly include deprecated role * add tests * ie11
* 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]>
* 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]>
* 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]>
closes dequelabs#3417 fix 'addres' to 'address'
* 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]>
* ci: fix nightly build * try again * run * fix it? * revert workflow
chore(release): 4.4.2
chore: merge master into develop
* feat(getRules): return actIds when set * Update doc/API.md
dequelabs#3492) * fix(aria-required-parent): allow nested group and presentational roles * update * remove comments
chore: merge master
…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]>
* 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]>
* 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]>
* tests: support fail case for testutils.awaitNestedLoad * dont overwrite default fail function when errCb is not passed
* 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
…3557) * fix(no-autoplay-audio): add reviewOnFail and update tests * fix(no-autoplay-audio): add incomplete example to isolated-env test
* use virtual node
Co-authored-by: Wilco Fiers <[email protected]>
* 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]>
…nd questions (dequelabs#3579) * chore: add issue forms for issues, feature requests, documentaiton, and questions * single input for version * \n * add ungroomed label
Refactors empty-heading rule to use virtual node
* refactor no-focusable-content rule to use virtual node * add integration testing Co-authored-by: Wilco Fiers <[email protected]>
Updated the typo found in the documentation under Localization.
…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]>
straker
changed the title
chore: update with latest axe-core devleop
chore: update with latest axe-core develop
Aug 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.