-
Notifications
You must be signed in to change notification settings - Fork 82
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
<Keep Alive>sync the main.v4 with the current master #2017
Draft
shunguoy
wants to merge
204
commits into
main-4.x
Choose a base branch
from
master
base: main-4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+419,495
−8,753
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
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ker-extension/braces-3.0.3
…to acc-req-7.3
feature(extension): HTML Report Card Change, View menu, CSS and fonts, Filter addition, and include Hidden
feature(engine): Update IBM_Accessibility policy to include new WCAG 2.2 rules
Updating rule server for October 1st release
… for PRs (#2071) * Rule spreadsheet * Comment instead of delete messages that weren't generic
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Brunet <[email protected]>
Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.1.9 to 7.5.0. - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](quantizor/markdown-to-jsx@v7.1.9...v7.5.0) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Brunet <[email protected]>
…2064) Bumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.7.7. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.1...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Brunet <[email protected]>
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.6 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.75.6...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Brunet <[email protected]>
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Brunet <[email protected]>
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…returned by scan (#2078) * Wrong variable used in diff * Add test with an item removed from the baseline
* Code clean up: separate CSSUtil #1974 * code cleanup: use ts classes instead of functions #1974 * refactor the rule code #1974 * code refactor #1974 * code refactor for legacy #1974 * create NodeWalker #1974 * refactor rules #1974 * update the rules #1974 * update the rule engine #1974 * add denug for testing #1974 * add debug for testing #1974 * clear up debug statement #1974 * update rules for resolved role #1974 * update aria definition #1974 * update ethe resolvedRole in rules #1974 * refactor the rule aria_accessiblename_exists #1974 * add console logs for debugging #1974 * update the rules #1974 * refactor isNodeVisible function #1974 * refactor isNodeVisible #1974 * update the role calculation #1974 * update the common util #1974 * update the aria path which contains presentation #1974 * update accessible name calculation #1974 * update the CommonUtil #1974 * update svg and ariaautocomplete calculation #1974 * update svg rule to use accNameUtil #1974 * Update AccNameUtil #1974 * update the rules for accessible name calculation #1974 * update accName #1974 * update rules to use new Acc name calculation #1974 * update the rule for acc name #1974 * update the rules to use new acc name calculation #1974 * update the rules and test cases #1974 * update the rules to use accessible name calculation #1974 * update the rules to use new accessible name #1974 * fix merge error #1974 * fix the baselines #1974 * update the selenium baselines #1974 * Update JSONObjectStructureVerification.html.json * Update JSONObjectStructureVerificationSelenium.html.json * Update violations.json * Update DOMWalker.ts * fix the error "TypeError: Cannot read properties of null (reading 'nodeType')" from the cache #1974 * Update label_name_visible.ts * update target spacing rule #1974 * update spaing rule #1974 * update DOMWalker #1974 * recalculate the inline text status #1974 * update spacing rule and test results #1974 * clean up the code #1974 * fix the baseline #1974 * update the baseline #1974 * update the baselines #1974 * update puppeteer test skip file list #1974 * update ignored test files #1974 * skip 3 test files #1974 * skip three test files in java test #1974 * java test file update #1974 * Update AccessibilityCheckerSeleniumFFTest.java * clean up the code #1974 * remove util package from dependency #1974 * Fix wording typo #1974 * Protect from walking at the document level * Missing space * update the test case #1974 * Path fix? * Handle slot assignments better * Fix sibling accidentally entering slot * Update the ARIA Walker * Kill hang --------- Co-authored-by: Tom Brunet <[email protected]>
…th limitation (#2096) * Testcase for aria_landmark_name_unique failure * Check th existence of design pattern from the aria definition * update the accessible name length --------- Co-authored-by: Tom Brunet <[email protected]>
Co-authored-by: Shunguo Yan <[email protected]>
Co-authored-by: Shunguo Yan <[email protected]>
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.
This PR is related to the following issue(s):
Testing reference:
I have conducted the following for this PR: