fix(engine): Update ARIA definition for the ARIA in HTML changes #1802
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):
#1518 #1535
Additional information can be found here:
Testing reference:
Test case 1 for #1518: test/v2/checker/accessibility/rules/aria_role_redundant_ruleunit/deletion_role.html
A new Recommendation message is shown after the fix: "The explicitly-assigned ARIA role "deletion" is redundant with the implicit role of the element s"
Test case 2 for #1535 test/v2/checker/accessibility/rules/aria_role_allowed_ruleunit/aside_role.html
The Violation should disappear after the fix: "The ARIA role 'doc-glossary' is not valid for the element aside" and a new Violation should appear: "The ARIA attributes "aria-expanded" are not valid for the element aside with ARIA role "doc-glossary".
I have conducted the following for this PR: