We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f84ba commit 76965e5Copy full SHA for 76965e5
script/axe-docs
@@ -34,7 +34,7 @@ containsElement () {
34
35
# Starting point violations
36
# DO NOT ADD TO THIS LIST!
37
-skipped=(
+needs_to_be_fixed=(
38
/components/autocomplete
39
/components/avatars
40
/components/box
@@ -57,7 +57,6 @@ for i in "${nav_paths[@]}";
57
do
58
if containsElement "${i//\"/}" "${needs_to_be_fixed[@]}"; then
59
skipped+=($i)
60
- continue
61
else
62
doc_url="http://localhost:8000$i"
63
doc_url="${doc_url//\"/}"
0 commit comments