-
Notifications
You must be signed in to change notification settings - Fork 788
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
a81e82f
commit 853a8ea
Showing
6 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
require('./act-runner.js')({ | ||
id: 'in6db8', | ||
title: 'ARIA required ID references exist', | ||
axeRules: ['aria-valid-attr-value'], | ||
// See: https://github.com/dequelabs/axe-core/issues/4202 | ||
skipTests: ['97bd98302238b32e9131d042174502a83db2a4b2'] | ||
}); |
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,5 +1,10 @@ | ||
require('./act-runner.js')({ | ||
id: '24afc2', | ||
title: 'Letter spacing in style attributes is not !important', | ||
axeRules: ['avoid-inline-spacing'] | ||
axeRules: ['avoid-inline-spacing'], | ||
// See: https://github.com/dequelabs/axe-core/issues/4232 | ||
skipTests: [ | ||
'9af5662e9957191c22c558a1a8511bae709a2b36', | ||
'd6d5bf7c081939e64d10022dd29f5e31d2153d50' | ||
] | ||
}); |
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,5 +1,10 @@ | ||
require('./act-runner.js')({ | ||
id: 'b4f0c3', | ||
title: 'meta viewport allows for zoom', | ||
axeRules: ['meta-viewport'] | ||
axeRules: ['meta-viewport'], | ||
// See: https://github.com/dequelabs/axe-core/issues/4231 | ||
skipTests: [ | ||
'9f288c284df9ade53aa33e50ec50c879d5aba4ef', | ||
'c94a59f8c3b17d722781af36da3556ff4b418776' | ||
] | ||
}); |
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,5 +1,11 @@ | ||
require('./act-runner.js')({ | ||
id: '9e45ec', | ||
title: 'Word spacing in style attributes is not !important', | ||
axeRules: ['avoid-inline-spacing'] | ||
axeRules: ['avoid-inline-spacing'], | ||
// See: https://github.com/dequelabs/axe-core/issues/4232 | ||
skipTests: [ | ||
'15905a239d6755102be6a60aa152ad963d5b1dbb', | ||
'8d2baed183149375922c23a9a5f42b52b627d713', | ||
'fdd3c30f28464b32eb8a1397f70a41dfd3b2cb1c' | ||
] | ||
}); |