-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(guideline): add simple index handling
- Loading branch information
Showing
3 changed files
with
35 additions
and
34 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
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,27 +1,21 @@ | ||
# web-accessibility-rules | ||
|
||
List of techniques we want to have and whether we have it handled or not for WCAG. | ||
List of techniques we want to have and whether we have it handled or not for [WCAG2.1](https://www.w3.org/TR/WCAG21/). | ||
|
||
## WCAG 2.0 | ||
## WCAG 2.1 | ||
|
||
### WCAGA | ||
| Technique | Description | WCAG | | Type | Complete | | ||
| -------------------------------------------------- | ------------------------------------ | ----- | ----- | -------- | | ||
| [H25](https://www.w3.org/TR/WCAG20-TECHS/H25.html) | empty titles | A-AAA | error | ✅ | | ||
| [H30](https://www.w3.org/TR/WCAG20-TECHS/H30.html) | text alternative img | A-AAA | error | ✅ | | ||
| [H32](https://www.w3.org/TR/WCAG20-TECHS/H32.html) | missing form submit button | A-AAA | error | ✅ | | ||
| [H36](https://www.w3.org/TR/WCAG20-TECHS/H36.html) | missing form img alt | A-AAA | error | ✅ | | ||
| [H37](https://www.w3.org/TR/WCAG20-TECHS/H37.html) | missing img alt | A-AAA | error | ✅ | | ||
| [H42](https://www.w3.org/TR/WCAG20-TECHS/H42.html) | heading found with no content | A-AAA | error | ✅ | | ||
| [H57](https://www.w3.org/TR/WCAG20-TECHS/H57.html) | html contains valid lang | A-AAA | error | ✅ | | ||
| [H64](https://www.w3.org/TR/WCAG20-TECHS/H64.html) | iframe missing title | A-AAA | error | ✅ | | ||
| [F40](https://www.w3.org/TR/WCAG20-TECHS/F40.html) | meta redirect used with a time limit | A-AAA | error | ✅ | | ||
| [F40](https://www.w3.org/TR/WCAG20-TECHS/F41.html) | meta refresh used to reload the page | A-AAA | error | ✅ | | ||
| [F47](https://www.w3.org/TR/WCAG20-TECHS/F47.html) | blink element used for attention | A-AAA | error | ✅ | | ||
|
||
| Technique | Description | Type | Complete | | ||
| -------------------------------------------------- | ------------------------------------ | ----- | -------- | | ||
| [H25](https://www.w3.org/TR/WCAG20-TECHS/H25.html) | empty titles | error | ✅ | | ||
| [H30](https://www.w3.org/TR/WCAG20-TECHS/H30.html) | text alternative img | error | ✅ | | ||
| [H32](https://www.w3.org/TR/WCAG20-TECHS/H32.html) | missing form submit button | error | ✅ | | ||
| [H36](https://www.w3.org/TR/WCAG20-TECHS/H36.html) | missing form img alt | error | ✅ | | ||
| [H37](https://www.w3.org/TR/WCAG20-TECHS/H37.html) | missing img alt | error | ✅ | | ||
| [H42](https://www.w3.org/TR/WCAG20-TECHS/H42.html) | heading found with no content | error | ✅ | | ||
| [H57](https://www.w3.org/TR/WCAG20-TECHS/H57.html) | html contains valid lang | error | ✅ | | ||
| [H64](https://www.w3.org/TR/WCAG20-TECHS/H64.html) | iframe missing title | error | ✅ | | ||
| [F40](https://www.w3.org/TR/WCAG20-TECHS/F40.html) | meta redirect used with a time limit | error | ✅ | | ||
| [F40](https://www.w3.org/TR/WCAG20-TECHS/F41.html) | meta refresh used to reload the page | error | ✅ | | ||
| [F47](https://www.w3.org/TR/WCAG20-TECHS/F47.html) | blink element used for attention | error | ✅ | | ||
|
||
### WCAGAA | ||
|
||
### WCAGAAA | ||
|
||
## WCAG 3.0 | ||
Errors that can be to be tested with automation `11/70`. |
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