-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4affdda
commit 2efda4c
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# wcag-act | ||
|
||
WCAG Accessibility Conformance Testing (ACT) | ||
|
||
Homepage: https://www.w3.org/WAI/GL/task-forces/conformance-testing/ | ||
## ACT Rules Format | ||
|
||
- [ACT Rules Format 1.1 Latest editor's draft](https://w3c.github.io/wcag-act/act-rules-format.html) | ||
- [ACT Rules Format 1.0 Rcommencation](https://www.w3.org/TR/act-rules-format/) | ||
|
||
Latest editor's draft: https://w3c.github.io/wcag-act/act-framework.html | ||
## Other Resources | ||
|
||
W3C Recommendation: https://www.w3.org/TR/act-rules-format/ | ||
- [About ACT Rules](https://www.w3.org/WAI/standards-guidelines/act/rules/about/) | ||
- [List of all ACT Rules](https://www.w3.org/WAI/standards-guidelines/act/rules/) | ||
- [About the ACT Task Force](https://www.w3.org/WAI/GL/task-forces/conformance-testing/) | ||
- [Join the ACT Rules Community Group](https://www.w3.org/community/act-r/) |