Skip to content

Commit

Permalink
feat: Tag aria rules as WCAG 2, SC4.1.2 issues
Browse files Browse the repository at this point in the history
Affects the following rules:
- aria-allowed-attr
- aria-required-attr
- aria-roles
- aria-valid-attr
- aria-valid-attr-value
  • Loading branch information
WilcoFiers committed Jul 2, 2018
1 parent 54b0b60 commit e7816c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion lib/rules/aria-allowed-attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"tags": [
"cat.aria",
"wcag2a",
"wcag411",
"wcag412"
],
"metadata": {
Expand Down
1 change: 0 additions & 1 deletion lib/rules/aria-required-attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"tags": [
"cat.aria",
"wcag2a",
"wcag411",
"wcag412"
],
"metadata": {
Expand Down
2 changes: 0 additions & 2 deletions lib/rules/aria-roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"tags": [
"cat.aria",
"wcag2a",
"wcag131",
"wcag411",
"wcag412"
],
"metadata": {
Expand Down
2 changes: 0 additions & 2 deletions lib/rules/aria-valid-attr-value.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"tags": [
"cat.aria",
"wcag2a",
"wcag131",
"wcag411",
"wcag412"
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/aria-valid-attr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tags": [
"cat.aria",
"wcag2a",
"wcag411"
"wcag412"
],
"metadata": {
"description": "Ensures attributes that begin with aria- are valid ARIA attributes",
Expand Down

0 comments on commit e7816c0

Please sign in to comment.