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

WCAG 2.2 migration #2147

Merged
merged 11 commits into from
Jan 25, 2024
Merged

WCAG 2.2 migration #2147

merged 11 commits into from
Jan 25, 2024

Conversation

WilcoFiers
Copy link
Member

@WilcoFiers WilcoFiers commented Dec 7, 2023

Update all relevant references to WCAG 2.2.

Needs a couple thorough reviews, but I don't believe this needs a call for review.

See also: act-rules/act-tools#33


How to Review And Approve

  • Go to the “Files changed” tab
  • Here you will have the option to leave comments on different lines.
  • Once the review is completed, find the “Review changes” button in the top right, select “Approve” (if you are really confident in the rule) or "Request changes" and click “Submit review”.
  • Make sure to also review the proposed Call for Review period. In case of disagreement, the longer period wins.

@WilcoFiers WilcoFiers changed the title Wcag22 migration WCAG 2.2 migration Dec 7, 2023
Jym77
Jym77 previously requested changes Dec 7, 2023
Copy link
Collaborator

@Jym77 Jym77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!
A couple of typos.

There is also the "Scrollable content can be reached with sequential focus navigation" rule which is using text from WCAG 2.1 in its examples, might as well be updated to WCAG 2.2.

I've spotted several places (more than I've noted) which link to ARIA 1.1. This should probably be taken separately anyway (#2148). (looks like this is now taken care of 😅)

_rules/links-identical-name-equivalent-purpose-b20e66.md Outdated Show resolved Hide resolved
_rules/text-contrast-afw4f7.md Outdated Show resolved Hide resolved
_rules/role-attribute-valid-value-674b10.md Outdated Show resolved Hide resolved
@WilcoFiers WilcoFiers marked this pull request as draft December 7, 2023 15:15
@WilcoFiers WilcoFiers requested a review from Jym77 January 25, 2024 13:45
@WilcoFiers WilcoFiers marked this pull request as ready for review January 25, 2024 13:46
Comment on lines -32 to -36
- [rotate](https://www.w3.org/TR/css-transforms/#funcdef-transform-rotate)
- [rotate3d](https://www.w3.org/TR/css-transforms-2/#funcdef-rotate3d)
- [rotateZ](https://www.w3.org/TR/css-transforms-2/#funcdef-rotatez)
- [matrix](https://www.w3.org/TR/css-transforms/#funcdef-transform-matrix)
- [matrix3d](https://www.w3.org/TR/css-transforms-2/#funcdef-matrix3d)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This gets treated as a code block, which caused tests to fail.

@WilcoFiers WilcoFiers merged commit 346ae67 into develop Jan 25, 2024
2 checks passed
@WilcoFiers WilcoFiers deleted the wcag22-migration branch January 25, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants