From d62b75667b0dfa38bf5357990fb6128416b4b2ba Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Thu, 10 Feb 2022 18:13:10 -0800 Subject: [PATCH] ignoring color-contrast checks until pa11y/pa11y#623 can be navigated Signed-off-by: Ivan Boothe --- .github/workflows/check_a11y.yml | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_a11y.yml b/.github/workflows/check_a11y.yml index c62860d..6509d73 100644 --- a/.github/workflows/check_a11y.yml +++ b/.github/workflows/check_a11y.yml @@ -50,7 +50,7 @@ jobs: - name: Run pa11y run: | npm install -g pa11y - pa11y --runner axe --runner htmlcs http://localhost:9050 + pa11y --runner axe --runner htmlcs --ignore color-contrast --standard WCAG2AA http://localhost:9050 # - name: Run axe # run: | # npm install -g @axe-core/cli diff --git a/src/index.html b/src/index.html index 0db2540..52c9905 100644 --- a/src/index.html +++ b/src/index.html @@ -126,7 +126,7 @@