Skip to content

Commit dc23b54

Browse files
committed
* add to list
1 parent 3820c51 commit dc23b54

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

script/axe-docs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ needs_to_be_fixed=(
4141
/components/markdown
4242
/components/progress
4343
/components/select-menu
44+
/components/labels
45+
/components/timeline
46+
/components/toasts
4447
)
4548

4649
echo "############################################################"
@@ -63,5 +66,8 @@ do
6366
fi
6467
done
6568

66-
# We disable rules that depend on full page context.
69+
# https://github.com/dequelabs/axe-core-npm/tree/develop/packages/cli
70+
# We exclude axe rules that depend on full page context.
71+
# We only run on component pages because those reliably contains `iframe` examples.
72+
# axe-cli will error when run on pages without the specified selector.
6773
axe ${doc_urls[@]} --include "iframe" --disable html-has-lang,frame-title,page-has-heading-one,region,color-contrast,landmark-unique,landmark-one-main --exit --show-errors

0 commit comments

Comments
 (0)