-
Notifications
You must be signed in to change notification settings - Fork 83
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
Merge-12-12 #2130
Merged
Merged
Merge-12-12 #2130
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
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]>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use h3 header
Update issue templates
Update pull_request_template.md
* Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update bug_report.yaml * Update accessibility_issue.yaml * Update accessibility_issue.yaml * Update bug_report.yaml
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12) Updates `express` from 4.21.1 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.21.1...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp 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>
… mappings to be consistent with ACT rules (#2108) * update the rule and test cases #2090 * add the help reference #2090 * Update aria_accessiblename_exists.ts * fix baselines #2090 * update the test case #2090 * code clean up #2090 * undo change #2090 * Update Baseline_aChecker.Baseline.html.json * Update JSONObjectStructureVerification.html.json * Update JSONObjectStructureVerificationSelenium.html.json * Update achecker.cy.js * Update achecker.cy.js * Create violations-no-match-diff.json * clean up code #2090 * Update violations.json * Update achecker.cy.js * update ACT mapping #2090 * update reasonCode mapping #1090 --------- Co-authored-by: Tom Brunet <[email protected]> Co-authored-by: Phill Jenkins <[email protected]>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.4 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.4...3.3.8) --- updated-dependencies: - dependency-name: nanoid 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]>
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.
Bumps braces from 3.0.2 to 3.0.3.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Starter project
Basic config files
Config starter
Process config files
Report signs of life
First report
Baselines
Scan summaries
Add jar build
Java test suite
Add java test to PRs
Make headless
Git chromedriver
debug
Add env
Chrome driver dir
headless new
debug
debug
Debug
Set bin path
Fix test
Output progress
change path
Metrics and copyright
Don't record our own tests
Javadoc updates
Basic javadoc cleanup
Test build
yaml syntax
working directory
Generate pom
package write
switch token
Generate pom
Wrong gradle?
creds
Add boilerplate
Move files into equalaccess sub namespace
Change boilerplate dependency version
Flip expected, actual
More isolation of selenium dependency
CSV report / memory improvements
A minimal issue params to the help urls
Tighten dependencies, IOException
Tweak dependencies to not include selenium
Do all of the 'pass' processing in the page context
add test cases and update rule logic
Do counting and "pass" filtering in the checking context
typescript
Wrong variable
Fix counting
Typescript bug
init counts
fix count
Handle large result
Debug
update the rule and the test case result ACT b33eff: Checker rule
element_orientation_unlocked
marks failed test case #4 inapplicable #1958adding id to link in reportTreeGrid
stop propagation of containing div in reportTreeGrid
Fix cypress baseline
Bump axios from 1.7.3 to 1.7.4 in /rule-server (Bump axios from 1.7.3 to 1.7.4 in /rule-server #1991)
Bumps axios from 1.7.3 to 1.7.4.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps axios from 1.6.8 to 1.7.4.
updated-dependencies:
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: ErickR [email protected]
Bumps micromatch from 4.0.7 to 4.0.8.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
update the rules ACT b33eff: Checker rule
element_orientation_unlocked
marks failed test case #4 inapplicable #1958update the img_alt_null rule ACT b33eff: Checker rule
element_orientation_unlocked
marks failed test case #4 inapplicable #1958update the baselines ACT b33eff: Checker rule
element_orientation_unlocked
marks failed test case #4 inapplicable #1958update the baselines ACT b33eff: Checker rule
element_orientation_unlocked
marks failed test case #4 inapplicable #1958update the help reference ACT b33eff: Checker rule
element_orientation_unlocked
marks failed test case #4 inapplicable #1958Bump axios from 1.6.2 to 1.7.5 in /cypress-accessibility-checker
Bumps axios from 1.6.2 to 1.7.5.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Bumps webpack from 5.79.0 to 5.94.0.
updated-dependencies:
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] [email protected]
Rule server for 8-30
added icons,changed css and bg color
Switch from gradle to maven
fix maven test
chromedriver missing in deploy
corrected import and images
Start local rule server for testing
changes
Deploy test
correction in filter sort
seprating images
changes in utilimages
correction in expression of elements
commenting hidden filter
Try deploy from git
ioctl error
Try another way to pass key
gpg import
import key
gpg
param order
gpg loopback
Update common/module/src/report/ACReporterHTML.tsx
Try jar package
Rename ACReporterHTML.tsx to ACReporterHTML.ts
maven compiler props
Setup release deployments for java checker
Add note to README
Add Playwright support
Add Playwright support
Starting javadoc
Javadoc updates
Enable playwrite screenshots, and report.toString
Add copyright statement to javadoc
Fix for Firefox
Fixes for Firefox
changes for hidden filter
changes for hidden icon
correction in total issue
change in link text and css
css changes
css changes
css change
css changes
set initial expand true and change filter order
css changes
Fix artifact failures (chore(build): Update artifact@v1 to artifact@v4 in Git actions #2038)
Bump path-to-regexp and express in /report-react
Bumps path-to-regexp and express. These dependencies needed to be updated together.
Updates
path-to-regexp
from 0.1.7 to 0.1.10Updates
express
from 4.19.2 to 4.21.0updated-dependencies:
dependency-type: indirect
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Bumps send to 0.19.0 and updates ancestor dependency express. These dependencies need to be updated together.
Updates
send
from 0.18.0 to 0.19.0Updates
express
from 4.19.2 to 4.21.0updated-dependencies:
dependency-type: indirect
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] [email protected]
Bumps serve-static and express. These dependencies needed to be updated together.
Updates
serve-static
from 1.15.0 to 1.16.2Updates
express
from 4.19.2 to 4.21.0updated-dependencies:
dependency-type: indirect
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump body-parser and express in /rule-server (Bump body-parser and express in /rule-server #2039)
Bump body-parser and express in /rule-server
Bumps body-parser and express. These dependencies needed to be updated together.
Updates
body-parser
from 1.20.2 to 1.20.3Updates
express
from 4.19.2 to 4.21.0updated-dependencies:
dependency-type: direct:production
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] [email protected]
Bumps path-to-regexp and express. These dependencies needed to be updated together.
Updates
path-to-regexp
from 0.1.7 to 0.1.10Updates
express
from 4.19.2 to 4.21.0updated-dependencies:
dependency-type: indirect
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ErickR [email protected]
Bumps path-to-regexp to 0.1.10 and updates ancestor dependency express. These dependencies need to be updated together.
Updates
path-to-regexp
from 0.1.7 to 0.1.10Updates
express
from 4.19.2 to 4.20.0updated-dependencies:
dependency-type: indirect
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]
Bump webpack from 5.76.3 to 5.94.0 in /report-react (Bump webpack from 5.76.3 to 5.94.0 in /report-react #2044)
Bump path-to-regexp and express in /report-react
Bumps path-to-regexp and express. These dependencies needed to be updated together.
Updates
path-to-regexp
from 0.1.7 to 0.1.10Updates
express
from 4.19.2 to 4.21.0updated-dependencies:
dependency-type: indirect
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Bumps webpack from 5.76.3 to 5.94.0.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ErickR [email protected]
Bumps braces from 3.0.2 to 3.0.3.
updated-dependencies:
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: ErickR [email protected]
css changes
css changes
score css change
font weight of score
change in icon order and summary card border
color change for summary card
bg color of extenstion summ & border in html report
Update guides and screenshots for new interactive HTML reports
add single quote
Add three 7.3 rules into the main policy
Update object verification
Fix label
Update More info
Default Oct 1, 2024
Default Oct 1, 2024
Change label
update
Update server
Update archives.json
chore(engine): Generate a spreadsheet of rule mappings as an artifact for PRs (chore(engine): Generate a spreadsheet of rule mappings as an artifact for PRs #2071)
Rule spreadsheet
Comment instead of delete messages that weren't generic
Bump cookie and express in /report-react (Bump cookie and express in /report-react #2073)
Bumps cookie and express. These dependencies needed to be updated together.
Updates
cookie
from 0.6.0 to 0.7.1Updates
express
from 4.21.0 to 4.21.1updated-dependencies:
dependency-type: indirect
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 from 7.1.9 to 7.5.0.
updated-dependencies:
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 axios from 1.6.1 to 1.7.7.
updated-dependencies:
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 from 2.75.6 to 2.79.2.
updated-dependencies:
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 from 1.6.0 to 1.7.4.
updated-dependencies:
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]
Cleanup sed version setting (chore(java): Fix version setting on release publish #2075)
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /report-react (Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /report-react #2076)
Bumps http-proxy-middleware from 2.0.6 to 2.0.7.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(java): Fix exception when baseline has fewer issues than what is returned by scan (fix(java): Fix exception when baseline has fewer issues than what is returned by scan #2078)
Wrong variable used in diff
Add test with an item removed from the baseline
fix(engine): rule engine refactor and update (fix(engine): rule engine refactor and update #2025)
Code clean up: separate CSSUtil Categorize the engine utility functions #1974
code cleanup: use ts classes instead of functions Categorize the engine utility functions #1974
refactor the rule code Categorize the engine utility functions #1974
code refactor Categorize the engine utility functions #1974
code refactor for legacy Categorize the engine utility functions #1974
create NodeWalker Categorize the engine utility functions #1974
refactor rules Categorize the engine utility functions #1974
update the rules Categorize the engine utility functions #1974
update the rule engine Categorize the engine utility functions #1974
add denug for testing Categorize the engine utility functions #1974
add debug for testing Categorize the engine utility functions #1974
clear up debug statement Categorize the engine utility functions #1974
update rules for resolved role Categorize the engine utility functions #1974
update aria definition Categorize the engine utility functions #1974
update ethe resolvedRole in rules Categorize the engine utility functions #1974
refactor the rule aria_accessiblename_exists Categorize the engine utility functions #1974
add console logs for debugging Categorize the engine utility functions #1974
update the rules Categorize the engine utility functions #1974
refactor isNodeVisible function Categorize the engine utility functions #1974
refactor isNodeVisible Categorize the engine utility functions #1974
update the role calculation Categorize the engine utility functions #1974
update the common util Categorize the engine utility functions #1974
update the aria path which contains presentation Categorize the engine utility functions #1974
update accessible name calculation Categorize the engine utility functions #1974
update the CommonUtil Categorize the engine utility functions #1974
update svg and ariaautocomplete calculation Categorize the engine utility functions #1974
update svg rule to use accNameUtil Categorize the engine utility functions #1974
Update AccNameUtil Categorize the engine utility functions #1974
update the rules for accessible name calculation Categorize the engine utility functions #1974
update accName Categorize the engine utility functions #1974
update rules to use new Acc name calculation Categorize the engine utility functions #1974
update the rule for acc name Categorize the engine utility functions #1974
update the rules to use new acc name calculation Categorize the engine utility functions #1974
update the rules and test cases Categorize the engine utility functions #1974
update the rules to use accessible name calculation Categorize the engine utility functions #1974
update the rules to use new accessible name Categorize the engine utility functions #1974
fix merge error Categorize the engine utility functions #1974
fix the baselines Categorize the engine utility functions #1974
update the selenium baselines Categorize the engine utility functions #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 Categorize the engine utility functions #1974
Update label_name_visible.ts
update target spacing rule Categorize the engine utility functions #1974
update spaing rule Categorize the engine utility functions #1974
update DOMWalker Categorize the engine utility functions #1974
recalculate the inline text status Categorize the engine utility functions #1974
update spacing rule and test results Categorize the engine utility functions #1974
clean up the code Categorize the engine utility functions #1974
fix the baseline Categorize the engine utility functions #1974
update the baseline Categorize the engine utility functions #1974
update the baselines Categorize the engine utility functions #1974
update puppeteer test skip file list Categorize the engine utility functions #1974
update ignored test files Categorize the engine utility functions #1974
skip 3 test files Categorize the engine utility functions #1974
skip three test files in java test Categorize the engine utility functions #1974
java test file update Categorize the engine utility functions #1974
Update AccessibilityCheckerSeleniumFFTest.java
clean up the code Categorize the engine utility functions #1974
remove util package from dependency Categorize the engine utility functions #1974
Fix wording typo Categorize the engine utility functions #1974
Protect from walking at the document level
Missing space
update the test case Categorize the engine utility functions #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]
Create archive for Nov 6 (chore(archive): Create archive for Nov 6 #2086)
prevent unnecessary update (fix(extension): Fix focus mode jump to last selected issue #2093)
fixrule(
aria_landmark_name_unique
): Change the accessible name length limitation (fixrule(aria_landmark_name_unique
): Change the accessible name length 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]
Create Nov 13 archive (chore(archive): Create archive for Nov 13, 2024 #2098)
Update issue templates
Update pull_request_template.md
Bump cross-spawn from 7.0.3 to 7.0.6 in /report-react (Bump cross-spawn from 7.0.3 to 7.0.6 in /report-react #2105)
Bumps cross-spawn from 7.0.3 to 7.0.6.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use h3 header
update Issue templates yaml files (update Issue templates yaml files #2114)
Update bug_report.yaml
Update bug_report.yaml
Update bug_report.yaml
Update bug_report.yaml
Update bug_report.yaml
Update accessibility_issue.yaml
Update accessibility_issue.yaml
Update bug_report.yaml
Use cache for visibility (fixrule(element_tabbable_unobscured): Fix cacheing of element visibility, improve perf 10x #2112)
update the configuration files
update configuration files
update configuration files
update config files
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ErickR [email protected]
Co-authored-by: Shunguo [email protected]
Co-authored-by: nam-singh [email protected]
Co-authored-by: drjoho [email protected]
Co-authored-by: Phill Jenkins [email protected]
Co-authored-by: Erick Renteria [email protected]
Co-authored-by: Will Scott [email protected]
This PR is related to the following issue(s):
Testing reference:
I have conducted the following for this PR: