Scan Report: WA.gov Washington State

🎯 Priority: Pages with Most Errors

Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):

Pageaxe UniqueALFA UniqueEqual Access UniqueAccessLint UniqueQualWebTotal UniquePage Title
View Page252112572545161290Professional Licenses | WA.gov
View Page6798074147377Your Government | WA.gov
View Page65117568145364List of public utilities in Washington | WA.gov
View Page6097267133341Health & Safety | WA.gov
View Page60117467125337Families | WA.gov
View Page46105551104266Historic Flood Emergency: Financial Resources and Recovery for Washingtonians | WA.gov
View Page449514699249Blindness-related Tools and Services | WA.gov
View Page429484495238Rights and Self-Advocacy | WA.gov
View Page389514388229File a Complaint | WA.gov
View Page389444087218Electronic and Data Accessibility | WA.gov

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

RulePages AffectedDocumentation
SIA-R111: Interactive elements have a sufficient target size85 of 86View Rule
SIA-R2: HTML elements have a valid lang attribute85 of 86View Rule
SIA-R66: Text has enhanced contrast with its background85 of 86View Rule
SIA-R73: Text spacing can be adjusted without loss of content69 of 86View Rule
SIA-R62: Links are visually distinguishable from surrounding text68 of 86View Rule
SIA-R69: Text has sufficient contrast with its background55 of 86View Rule
SIA-R11329 of 86View Rule
SIA-R57: Landmarks don't repeat the same content22 of 86View Rule
SIA-R11: Button elements have an accessible name17 of 86View Rule
SIA-R3: lang attribute has a valid language code17 of 86View Rule
💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

RulePages AffectedDocumentation
image-alt85 of 86View Rule
color-contrast55 of 86View Rule
region22 of 86View Rule
link-name17 of 86View Rule
heading-order4 of 86View Rule
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 85 page(s) - 85 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:

``html <a href="https://wa.gov">...</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 2: Affects 85 page(s) - 85 occurrence(s)

Scanner: ALFA Rule: SIA-R2: HTML elements have a valid lang attribute Issue: The image does not have an accessible name HTML Pattern:
`html

<img src="/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png" />

` XPath (use in browser DevTools): `

/img

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/img') 5. The element will be highlighted

Affected Pages:

---

Pattern 3: Affects 85 page(s) - 85 occurrence(s)

Scanner: axe Rule: image-alt Impact: critical Issue: Images must have alternative text HTML Pattern:
`html

<img src="/modules/contrib/wagov_univ_header/FAVICON_WAGOV.png">

` XPath (use in browser DevTools): `

a[href$="wa.gov"] > img

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('a[href$="wa.gov"] > img') 5. The element will be highlighted

Affected Pages:

---

Pattern 4: Affects 78 page(s) - 78 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<button class="active btn dropdown-toggle btn-primary" type="button" id="adv-languages-dropdown-" data-bs-toggle="dropdown" aria-expanded="false">...</button>

` XPath (use in browser DevTools): `

/button[@id="adv-languages-dropdown-"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/button[@id="adv-languages-dropdown-"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 5: Affects 68 page(s) - 68 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<button class="search-form__submit button js-form-submit form-submit btn btn-primary form-control" data-drupal-selector="edit-submit" type="submit" id="edit-submit" value="Search">Search</button>

` XPath (use in browser DevTools): `

/button[@id="edit-submit"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/button[@id="edit-submit"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 6: Affects 67 page(s) - 381 occurrence(s)

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5 HTML Pattern:
`html

<p>...</p>

` XPath (use in browser DevTools): `

/p

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/p') 5. The element will be highlighted

Affected Pages:

---

Pattern 7: Affects 64 page(s) - 64 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="d2b4e445-a7a5-49cd-b14b-62b284d082fa" href="/accessibility-in-washington" title="Accessibility in Washington">Accessibility.wa.gov</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 8: Affects 58 page(s) - 59 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/report-suspected-fraud">Report suspected fraud</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 9: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a data-entity-substitution="canonical" data-entity-type="node" data-entity-uuid="33b97374-3a4d-42ea-8c80-0c46495a11ac" href="/work/professional-licenses" title="Professional Licenses">Search professional licenses</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 10: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/how-to-guides">How to Guides</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 11: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/agency">Government Agencies</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 12: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/state-employee-contacts">Government Employees</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 13: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="https://www.sos.wa.gov/library/ask.aspx">Ask a State Librarian</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 14: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/news">Agency News</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 15: Affects 58 page(s) - 58 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/get-help">Get help</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URLFinal URLStatusHTTPRedirectedTime (ms)axe UniqueALFA UniqueEqual Access UniqueAccessLint UniqueDuplicatesNotes
https://wa.gov/https://wa.gov/OK200no22435109331362| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplacehttps://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplaceOK200no12544161456Support Employees with Disabilities in the Workplace
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/accessibility-basicshttps://wa.gov/accessibility-in-washington/accessibility-basicsOK200no11314151053Accessibility Basics | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/accessibility-lawshttps://wa.gov/accessibility-in-washington/accessibility-lawsOK200no12716151053Accessibility Laws
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/accessibility-resourceshttps://wa.gov/accessibility-in-washington/accessibility-resourcesOK200no146931719736Resources for People with Disabilities | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R60, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, keyboard-accessible/focus-order, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/education-recreationhttps://wa.gov/accessibility-in-washington/education-recreationOK200no1127115953Education and Recreation for People with Disabilities
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilitieshttps://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilitiesOK200no12870151053Health & Safety | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/transportation-and-personal-mobilityhttps://wa.gov/accessibility-in-washington/transportation-and-personal-mobilityOK200no12537159561Accessible Transportation and Personal Mobility
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/workplace-accessibilityhttps://wa.gov/accessibility-in-washington/workplace-accessibilityOK200no1083015953Workplace Accessibility | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/accessibility-policyhttps://wa.gov/people-with-disabilities/accessibility-policyOK200no166672492926136Accessibility Policy | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policyhttps://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policyOK200no159041892420111Accessibility - WA State Law and Policy | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/electronic-and-data-accessibilityhttps://wa.gov/people-with-disabilities/electronic-and-data-accessibilityOK200no176023894440211Electronic and Data Accessibility | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilitieshttps://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilitiesOK200no11217271366Disability Etiquette for Respecting People with Disabilities
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: heading-order, image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, navigable/heading-order, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessiblehttps://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessibleOK200no12063161156How to Make Physical and Digital Spaces Accessible
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/report-suspected-fraudhttps://wa.gov/report-suspected-fraudOK200no170642914636Report suspected fraud | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, region
Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/blindness-related-tools-and-serviceshttps://wa.gov/people-with-disabilities/blindness-related-tools-and-servicesOK200no176464495146245Blindness-related Tools and Services | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/checklists-and-toolshttps://wa.gov/checklists-and-toolsOK200no14891389537Checklists and Tools | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/errorhttps://wa.gov/errorOK200no146905811746Oh no! We messed up! | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/get-helphttps://wa.gov/get-helpOK200no18355139131384Get help | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, heading-order, image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order, text-alternatives/img-alt
https://wa.gov/privacy-noticehttps://wa.gov/privacy-noticeOK200no16554128161197Privacy Notice | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/testhttps://wa.gov/testOK200no147072810435Test | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/use-our-logohttps://wa.gov/use-our-logoOK200no1619079141262Use Our Logo | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_role_valid, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/washingtons-it-strategic-planhttps://wa.gov/washingtons-it-strategic-planOK200no15571118201384Washington's IT Strategic Plan | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/get-help/get-touchhttps://wa.gov/get-help/get-touchOK200no150007713959Get in touch | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/Get%20Help%20Finding%20Foodhttps://wa.gov/Get%20Help%20Finding%20FoodFAIL404no145406912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/health-safety/public-utilitieshttps://wa.gov/health-safety/public-utilitiesOK200no2261965117568292List of public utilities in Washington | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individualshttps://wa.gov/people-with-disabilities/age-55-and-senior-blind-individualsOK200no15543149181687Age 55+ and Senior Blind Individuals | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/creating-disability-friendly-spaceshttps://wa.gov/people-with-disabilities/creating-disability-friendly-spacesOK200no157632092622121Creating Disability-Friendly Spaces | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/general-blindness-considerationshttps://wa.gov/people-with-disabilities/general-blindness-considerationsOK200no15694109161271General Blindness Considerations | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/getting-what-you-needhttps://wa.gov/people-with-disabilities/getting-what-you-needOK200no175973794239203Getting What You Need | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/human-relationshttps://wa.gov/people-with-disabilities/human-relationsOK200no161872592927145Human Relations | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/rights-and-self-advocacyhttps://wa.gov/people-with-disabilities/rights-and-self-advocacyOK200no177414294844257Rights and Self-Advocacy | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/recreation/parkshttps://wa.gov/recreation/parksOK200no187543384435195Parks in Washington State | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/work/professional-licenseshttps://wa.gov/work/professional-licensesOK200no37613252112572541037Professional Licenses | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, heading-order, image-alt
Equal Access failed rules: aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order, text-alternatives/img-alt
https://wa.gov/how-to-guides/get-help-finding-foodhttps://wa.gov/how-to-guides/get-help-finding-foodOK200no203771993124142Get Help Finding Food | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Serviceshttps://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20ServicesFAIL404no150986912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-serviceshttps://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-servicesOK200no17337911231479SecureAccess Washington (SAW) Login for State Services | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/Accessing%20Government%20Assistancehttps://wa.gov/Accessing%20Government%20AssistanceFAIL404no146576912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/agencyhttps://wa.gov/agencyFAIL-no5999900000URL scan exceeded 60s timeout
https://wa.gov/businesseshttps://wa.gov/businessesOK200no1842032114639188Businesses | WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, link-name, region
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/educationhttps://wa.gov/educationOK200no193532493731146Education | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/image-alt-words, text-alternatives/img-alt
https://wa.gov/familieshttps://wa.gov/familiesOK200no2075460117467362Families | WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, link-name, region
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/File%20a%20Complainthttps://wa.gov/File%20a%20ComplaintFAIL404no156256912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/health-and-safetyhttps://wa.gov/health-and-safetyOK200no203496097267328Health & Safety | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20Washingtonianshttps://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20WashingtoniansFAIL404no152106912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/Housing%20Assistancehttps://wa.gov/Housing%20AssistanceFAIL404no153616912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guideshttps://wa.gov/how-to-guidesOK200no16985398659How-to Guides | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, heading-order, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/img-alt
https://wa.gov/newshttps://wa.gov/newsOK200no177522282924124News | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/nodehttps://wa.gov/OK200yes18765109331362| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/Protecting%20Your%20Community%20from%20Wildfirehttps://wa.gov/Protecting%20Your%20Community%20from%20WildfireFAIL404no150816912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/recreationhttps://wa.gov/recreationOK200no169932393530144Recreation | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/seniorshttps://wa.gov/seniorsOK200no1764634124841202Seniors | WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, link-name, region
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/state-employee-contactshttps://wa.gov/state-employee-contactsOK200no151533913538Government Employee Directory | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/travelhttps://wa.gov/travelOK200no171602493730146Travel | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/visitorshttps://wa.gov/visitorsOK200no1747534114741202Visitors | WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, link-name, region
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/workhttps://wa.gov/workOK200no187263594842204Work | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/Workers%E2%80%99%20Rightshttps://wa.gov/Workers%E2%80%99%20RightsFAIL404no150786912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/your-governmenthttps://wa.gov/your-governmentOK200no204746798074360Your Government | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/Your%20New%20WA.gov%20Accounthttps://wa.gov/Your%20New%20WA.gov%20AccountFAIL404no152446912836Page not found | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/ar/nodehttps://wa.gov/arOK200yes200611010311464| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/es/nodehttps://wa.gov/esOK200yes191051010311462| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/hi/nodehttps://wa.gov/hiOK200yes191961010331462| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/how-to-guides/accessing-government-assistancehttps://wa.gov/how-to-guides/accessing-government-assistanceOK200no175333194736220Accessing Government Assistance | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/file-complainthttps://wa.gov/how-to-guides/file-complaintOK200no178863895143260File a Complaint | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonianshttps://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtoniansOK200no2024046105551272Historic Flood Emergency: Financial Resources and Recovery for Washingtonians | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/housing-assistancehttps://wa.gov/how-to-guides/housing-assistanceOK200no162231492819111Housing Assistance | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/protecting-your-community-wildfirehttps://wa.gov/how-to-guides/protecting-your-community-wildfireOK200no171612393528166Protecting Your Community from Wildfire | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/workers-rightshttps://wa.gov/how-to-guides/workers-rightsOK200no174982794232200Workers’ Rights | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/how-to-guides/your-new-wagov-accounthttps://wa.gov/how-to-guides/your-new-wagov-accountOK200no18031410251049Your New WA.gov Account | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt, region
Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/ja/nodehttps://wa.gov/jaOK200yes201051010331466| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/ko/nodehttps://wa.gov/koOK200yes212161010311463| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/node/61721https://wa.gov/use-our-logoOK200yes1670679141262Use Our Logo | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_role_valid, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/ru/nodehttps://wa.gov/ruOK200yes192031010311461| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/uk/nodehttps://wa.gov/ukOK200yes194581010311464| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/vi/nodehttps://wa.gov/viOK200yes197431010321461| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, heading_markup_misuse, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilitieshttps://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilitiesOK200no11952161156Learn About Disabilities | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-schoolhttps://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-schoolOK200no123571614515Education for Children Through High School
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilitieshttps://wa.gov/people-with-disabilitiesOK200no1732423134431131People with Disabilities | WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)
axe failed rules: color-contrast, image-alt, link-name, region
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/image-alt-words, text-alternatives/img-alt
https://wa.gov/accessibility-in-washingtonhttps://wa.gov/accessibility-in-washingtonOK200no116862713525Accessibility in Washington | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)
axe failed rules: image-alt, region
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/people-with-disabilities/schools-and-universitieshttps://wa.gov/people-with-disabilities/schools-and-universitiesOK200no1681626103228158Schools and Universities | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, text-alternatives/img-alt
https://wa.gov/zh-hant/nodehttps://wa.gov/zh-hantOK200yes191181010331466| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt
https://wa.gov/zh-hans/nodehttps://wa.gov/zh-hansOK200yes19199109331366| WA.gov
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: image-alt, link-name
Equal Access failed rules: a_text_purpose, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilitieshttps://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilitiesOK200no12305161356Extracurriculars for Children with Disabilities | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-educationhttps://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-educationOK200no118761611527Accessibility in Higher Education | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-schoolhttps://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-schoolOK200no118311412536Education for Children Through High School | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt
https://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilitieshttps://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilitiesOK200no119641613516Employment and Workers Rights for People with Disabilities | WA.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)
axe failed rules: image-alt
Equal Access failed rules: aria_complementary_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable
AccessLint failed rules: adaptable/list-children, landmarks/region, text-alternatives/img-alt

Detailed Failure Information (ALFA)

https://wa.gov/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-laws

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-resources

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R60

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/workplace-accessibility

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/people-with-disabilities/accessibility-policy

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/electronic-and-data-accessibility

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/report-suspected-fraud

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/blindness-related-tools-and-services

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/checklists-and-tools

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/error

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/get-help

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/privacy-notice

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/test

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/use-our-logo

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/washingtons-it-strategic-plan

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/get-help/get-touch

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/Get%20Help%20Finding%20Food

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/health-safety/public-utilities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individuals

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/creating-disability-friendly-spaces

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/general-blindness-considerations

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/getting-what-you-need

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/human-relations

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/people-with-disabilities/rights-and-self-advocacy

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/recreation/parks

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/work/professional-licenses

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/get-help-finding-food

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Services

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:
Failure 2:

https://wa.gov/Accessing%20Government%20Assistance

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/businesses

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:
Failure 2:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/education

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/families

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:
Failure 2:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/File%20a%20Complaint

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/health-and-safety

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20Washingtonians

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/Housing%20Assistance

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/news

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/Protecting%20Your%20Community%20from%20Wildfire

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/recreation

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/seniors

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:
Failure 2:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/state-employee-contacts

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/travel

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/visitors

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:
Failure 2:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/work

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/Workers%E2%80%99%20Rights

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/your-government

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/Your%20New%20WA.gov%20Account

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/ar/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/es/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/hi/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/accessing-government-assistance

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/file-complaint

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonians

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/housing-assistance

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/protecting-your-community-wildfire

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/workers-rights

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/how-to-guides/your-new-wagov-account

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/ja/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/ko/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/node/61721

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/ru/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/uk/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/vi/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/people-with-disabilities

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:
Failure 2:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://wa.gov/accessibility-in-washington

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://wa.gov/people-with-disabilities/schools-and-universities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://wa.gov/zh-hant/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/zh-hans/node

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-school

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Detailed Failure Information (axe)

https://wa.gov/

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-laws

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-resources

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilities

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/workplace-accessibility

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/accessibility-policy

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 18 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 12 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/electronic-and-data-accessibility

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 32 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities

Rule: heading-order

Impact: moderate Failure 1:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/report-suspected-fraud

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/people-with-disabilities/blindness-related-tools-and-services

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 38 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/checklists-and-tools

Rule: color-contrast

Impact: serious Failure 1:
Failure 2:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/error

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/get-help

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 6 more failures for this rule

Rule: heading-order

Impact: moderate Failure 1:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/privacy-notice

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 6 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/test

Rule: color-contrast

Impact: serious Failure 1:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/use-our-logo

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/washingtons-it-strategic-plan

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 5 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/get-help/get-touch

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/Get%20Help%20Finding%20Food

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/health-safety/public-utilities

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 59 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individuals

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 8 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/creating-disability-friendly-spaces

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 14 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/general-blindness-considerations

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/getting-what-you-need

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 31 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/human-relations

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 19 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities/rights-and-self-advocacy

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 36 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/recreation/parks

Rule: color-contrast

Impact: serious Failure 1:
Failure 2:

Rule: image-alt

Impact: critical Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 26 more failures for this rule

https://wa.gov/work/professional-licenses

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 245 more failures for this rule

Rule: heading-order

Impact: moderate Failure 1:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/how-to-guides/get-help-finding-food

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 12 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Services

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 2 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/Accessing%20Government%20Assistance

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/businesses

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 19 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/education

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 17 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/families

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 47 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/File%20a%20Complaint

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/health-and-safety

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 53 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20Washingtonians

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/Housing%20Assistance

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/how-to-guides

Rule: color-contrast

Impact: serious Failure 1:

Rule: heading-order

Impact: moderate Failure 1:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/news

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 16 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/Protecting%20Your%20Community%20from%20Wildfire

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/recreation

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 16 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/seniors

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 21 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/state-employee-contacts

Rule: color-contrast

Impact: serious Failure 1:
Failure 2:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/travel

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 17 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/visitors

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 21 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/work

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 28 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/Workers%E2%80%99%20Rights

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/your-government

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 60 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/Your%20New%20WA.gov%20Account

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/ar/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/es/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/hi/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/how-to-guides/accessing-government-assistance

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 24 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/how-to-guides/file-complaint

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 31 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonians

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 39 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/how-to-guides/housing-assistance

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 7 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/how-to-guides/protecting-your-community-wildfire

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 16 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/how-to-guides/workers-rights

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 20 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/how-to-guides/your-new-wagov-account

Rule: color-contrast

Impact: serious Failure 1:
Failure 2:

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/ja/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/ko/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/node/61721

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/ru/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/uk/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/vi/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/people-with-disabilities

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 10 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/accessibility-in-washington

Rule: image-alt

Impact: critical Failure 1:

Rule: region

Impact: moderate Failure 1:

https://wa.gov/people-with-disabilities/schools-and-universities

Rule: color-contrast

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 20 more failures for this rule

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/zh-hant/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/zh-hans/node

Rule: image-alt

Impact: critical Failure 1:

Rule: link-name

Impact: serious Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-school

Rule: image-alt

Impact: critical Failure 1:

https://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities

Rule: image-alt

Impact: critical Failure 1: