Skip to content
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

fix(engine): Fix issues related to accessible name concatenation and deprecate aria_search_label_unique rule #2170

Merged
merged 4 commits into from
Feb 4, 2025

Conversation

shunguoy
Copy link
Contributor

@shunguoy shunguoy commented Jan 27, 2025

  • Engine bug: accessible name concatenation with spaces and deprecate aria_search_label_unique rule

This PR is related to the following issue(s):

Testing reference:

test/v2/checker/accessibility/rules/label_name_visible_ruleunit/button-label-pass.html
test/v2/checker/accessibility/rules/label_name_visible_ruleunit/button-label-pass2.html

The above test cases trigger an "Accessible name does not match or contain the visible label text".
After the fix, the error should disappear.

I have conducted the following for this PR:

  • I validated this code in Chrome and FF
  • I validated this fix in my local env
  • I provided details for testing
  • This PR has been reviewed and is ready for test
  • I understand that the title of this PR will be used for the next release notes.

Assets to aide review attached

  • Links to design artifacts
  • Links to video walkthrough of user experience
  • Other

Definition of Done

  • Peer review complete
  • Secondary review complete
  • Staging deployment verified

Help and requirements that are reported should match.
Rule reports to both 3.3.2 & 2.5.3, but Help did not.
@tombrunet tombrunet merged commit a33fbb9 into master Feb 4, 2025
17 checks passed
evannaderi pushed a commit to evannaderi/ace-engine that referenced this pull request Feb 5, 2025
…deprecate aria_search_label_unique rule (IBMa#2170)

* update the rule logic and add new test cases IBMa#2122

* update act mapping #dev-2122-new

* add 2.5.3 to `input_label_visible` help

Help and requirements that are reported should match.
Rule reports to both 3.3.2 & 2.5.3, but Help did not.

---------

Co-authored-by: Phill Jenkins <[email protected]>
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
Labels
None yet
Projects
None yet
3 participants