fixrules(meta_redirect_optional
, aria_parent_required
, aria_child_valid
): Map to WCAG and ACT rules to improve consistency
#1962
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.
Rules impacted:
aria_child_valid
maps correctly to ACTbc4a75
aria_parent_required
maps correctly to ACTff89c9
meta_redirect_optional
maps correctly to ACTbc659a
This PR is related to the following issue(s):
meta_redirect_optional
#1955aria_parent_required
WCAG mapping from 4.1.2 to 1.3.1 #1956aria_child_valid
WCAG mapping from 4.1.2 to 1.3.1 #1957Testing reference:
bc659a2
is reported correctly.ff89c9
is reported correctly.bc4a75
is reported correctly.aria_child_valid
is reported correctly under .aria_parent_required
is reported correctly undermeta_redirect_optional
is reported correctly under .aria_child_valid.html
lists 1.3.1 (See screenshots in issue)aria_parent_required.html
lists 1.3.1 (See screenshot in issue)Supporting notes and details
I have conducted the following for this PR: