prefers-color-scheme: darkFocus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 252 | 11 | 257 | 254 | 516 | 1290 | Professional Licenses | WA.gov |
| View Page | 67 | 9 | 80 | 74 | 147 | 377 | Your Government | WA.gov |
| View Page | 65 | 11 | 75 | 68 | 145 | 364 | List of public utilities in Washington | WA.gov |
| View Page | 60 | 9 | 72 | 67 | 133 | 341 | Health & Safety | WA.gov |
| View Page | 60 | 11 | 74 | 67 | 125 | 337 | Families | WA.gov |
| View Page | 46 | 10 | 55 | 51 | 104 | 266 | Historic Flood Emergency: Financial Resources and Recovery for Washingtonians | WA.gov |
| View Page | 44 | 9 | 51 | 46 | 99 | 249 | Blindness-related Tools and Services | WA.gov |
| View Page | 42 | 9 | 48 | 44 | 95 | 238 | Rights and Self-Advocacy | WA.gov |
| View Page | 38 | 9 | 51 | 43 | 88 | 229 | File a Complaint | WA.gov |
| View Page | 38 | 9 | 44 | 40 | 87 | 218 | Electronic and Data Accessibility | WA.gov |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 85 of 86 | View Rule |
| SIA-R2: HTML elements have a valid lang attribute | 85 of 86 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 85 of 86 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 69 of 86 | View Rule |
| SIA-R62: Links are visually distinguishable from surrounding text | 68 of 86 | View Rule |
| SIA-R69: Text has sufficient contrast with its background | 55 of 86 | View Rule |
| SIA-R113 | 29 of 86 | View Rule |
| SIA-R57: Landmarks don't repeat the same content | 22 of 86 | View Rule |
| SIA-R11: Button elements have an accessible name | 17 of 86 | View Rule |
| SIA-R3: lang attribute has a valid language code | 17 of 86 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| image-alt | 85 of 86 | View Rule |
| color-contrast | 55 of 86 | View Rule |
| region | 22 of 86 | View Rule |
| link-name | 17 of 86 | View Rule |
| heading-order | 4 of 86 | View 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).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
``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:
- https://wa.gov/
- https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace
- https://wa.gov/accessibility-in-washington/accessibility-basics
- https://wa.gov/accessibility-in-washington/accessibility-laws
- https://wa.gov/accessibility-in-washington/accessibility-resources
- ...and 80 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace
- https://wa.gov/accessibility-in-washington/accessibility-basics
- https://wa.gov/accessibility-in-washington/accessibility-laws
- https://wa.gov/accessibility-in-washington/accessibility-resources
- ...and 80 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace
- https://wa.gov/accessibility-in-washington/accessibility-basics
- https://wa.gov/accessibility-in-washington/accessibility-laws
- https://wa.gov/accessibility-in-washington/accessibility-resources
- ...and 80 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace
- https://wa.gov/accessibility-in-washington/accessibility-basics
- https://wa.gov/accessibility-in-washington/accessibility-laws
- https://wa.gov/accessibility-in-washington/accessibility-resources
- ...and 73 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 63 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 62 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 59 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
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:
- https://wa.gov/
- https://wa.gov/people-with-disabilities/accessibility-policy
- https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
- https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
- https://wa.gov/report-suspected-fraud
- ...and 53 more page(s)
---
💡 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 URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://wa.gov/ https://wa.gov/ OK 200 no 22435 10 9 33 13 62 | 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-workplace https://wa.gov/accessibility-in-washington/workplace-accessibility/support-employees-with-disabilities-in-the-workplace OK 200 no 12544 1 6 14 5 6 Support 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-basics https://wa.gov/accessibility-in-washington/accessibility-basics OK 200 no 11314 1 5 10 5 3 Accessibility 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-laws https://wa.gov/accessibility-in-washington/accessibility-laws OK 200 no 12716 1 5 10 5 3 Accessibility 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-resources https://wa.gov/accessibility-in-washington/accessibility-resources OK 200 no 14693 1 7 19 7 36 Resources 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-recreation https://wa.gov/accessibility-in-washington/education-recreation OK 200 no 11271 1 5 9 5 3 Education 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-disabilities https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilities OK 200 no 12870 1 5 10 5 3 Health & 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-mobility https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility OK 200 no 12537 1 5 9 5 61 Accessible 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-accessibility https://wa.gov/accessibility-in-washington/workplace-accessibility OK 200 no 10830 1 5 9 5 3 Workplace 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-policy https://wa.gov/people-with-disabilities/accessibility-policy OK 200 no 16667 24 9 29 26 136 Accessibility 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-policy https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy OK 200 no 15904 18 9 24 20 111 Accessibility - 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-accessibility https://wa.gov/people-with-disabilities/electronic-and-data-accessibility OK 200 no 17602 38 9 44 40 211 Electronic 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-disabilities https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities OK 200 no 11217 2 7 13 6 6 Disability 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-accessible https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible OK 200 no 12063 1 6 11 5 6 How 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-fraud https://wa.gov/report-suspected-fraud OK 200 no 17064 2 9 14 6 36 Report 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-services https://wa.gov/people-with-disabilities/blindness-related-tools-and-services OK 200 no 17646 44 9 51 46 245 Blindness-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-tools https://wa.gov/checklists-and-tools OK 200 no 14891 3 8 9 5 37 Checklists 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/error https://wa.gov/error OK 200 no 14690 5 8 11 7 46 Oh 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-help https://wa.gov/get-help OK 200 no 18355 13 9 13 13 84 Get 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-notice https://wa.gov/privacy-notice OK 200 no 16554 12 8 16 11 97 Privacy 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/test https://wa.gov/test OK 200 no 14707 2 8 10 4 35 Test | 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-logo https://wa.gov/use-our-logo OK 200 no 16190 7 9 14 12 62 Use 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-plan https://wa.gov/washingtons-it-strategic-plan OK 200 no 15571 11 8 20 13 84 Washington'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-touch https://wa.gov/get-help/get-touch OK 200 no 15000 7 7 13 9 59 Get 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%20Food https://wa.gov/Get%20Help%20Finding%20Food FAIL 404 no 14540 6 9 12 8 36 Page 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-utilities https://wa.gov/health-safety/public-utilities OK 200 no 22619 65 11 75 68 292 List 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-individuals https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individuals OK 200 no 15543 14 9 18 16 87 Age 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-spaces https://wa.gov/people-with-disabilities/creating-disability-friendly-spaces OK 200 no 15763 20 9 26 22 121 Creating 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-considerations https://wa.gov/people-with-disabilities/general-blindness-considerations OK 200 no 15694 10 9 16 12 71 General 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-need https://wa.gov/people-with-disabilities/getting-what-you-need OK 200 no 17597 37 9 42 39 203 Getting 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-relations https://wa.gov/people-with-disabilities/human-relations OK 200 no 16187 25 9 29 27 145 Human 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-advocacy https://wa.gov/people-with-disabilities/rights-and-self-advocacy OK 200 no 17741 42 9 48 44 257 Rights 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/parks https://wa.gov/recreation/parks OK 200 no 18754 33 8 44 35 195 Parks 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-licenses https://wa.gov/work/professional-licenses OK 200 no 37613 252 11 257 254 1037 Professional 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-food https://wa.gov/how-to-guides/get-help-finding-food OK 200 no 20377 19 9 31 24 142 Get 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%20Services https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Services FAIL 404 no 15098 6 9 12 8 36 Page 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-services https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services OK 200 no 17337 9 11 23 14 79 SecureAccess 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%20Assistance https://wa.gov/Accessing%20Government%20Assistance FAIL 404 no 14657 6 9 12 8 36 Page 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/agency https://wa.gov/agency FAIL - no 59999 0 0 0 0 0 URL scan exceeded 60s timeout
https://wa.gov/businesses https://wa.gov/businesses OK 200 no 18420 32 11 46 39 188 Businesses | 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/education https://wa.gov/education OK 200 no 19353 24 9 37 31 146 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-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/families https://wa.gov/families OK 200 no 20754 60 11 74 67 362 Families | 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%20Complaint https://wa.gov/File%20a%20Complaint FAIL 404 no 15625 6 9 12 8 36 Page 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-safety https://wa.gov/health-and-safety OK 200 no 20349 60 9 72 67 328 Health & 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%20Washingtonians https://wa.gov/Historic%20Flood%20Emergency%3A%20Financial%20Resources%20and%20Recovery%20for%20Washingtonians FAIL 404 no 15210 6 9 12 8 36 Page 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%20Assistance https://wa.gov/Housing%20Assistance FAIL 404 no 15361 6 9 12 8 36 Page 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 https://wa.gov/how-to-guides OK 200 no 16985 3 9 8 6 59 How-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/news https://wa.gov/news OK 200 no 17752 22 8 29 24 124 News | 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/node https://wa.gov/ OK 200 yes 18765 10 9 33 13 62 | 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%20Wildfire https://wa.gov/Protecting%20Your%20Community%20from%20Wildfire FAIL 404 no 15081 6 9 12 8 36 Page 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/recreation https://wa.gov/recreation OK 200 no 16993 23 9 35 30 144 Recreation | 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/seniors https://wa.gov/seniors OK 200 no 17646 34 12 48 41 202 Seniors | 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-contacts https://wa.gov/state-employee-contacts OK 200 no 15153 3 9 13 5 38 Government 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/travel https://wa.gov/travel OK 200 no 17160 24 9 37 30 146 Travel | 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/visitors https://wa.gov/visitors OK 200 no 17475 34 11 47 41 202 Visitors | 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/work https://wa.gov/work OK 200 no 18726 35 9 48 42 204 Work | 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%20Rights https://wa.gov/Workers%E2%80%99%20Rights FAIL 404 no 15078 6 9 12 8 36 Page 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-government https://wa.gov/your-government OK 200 no 20474 67 9 80 74 360 Your 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%20Account https://wa.gov/Your%20New%20WA.gov%20Account FAIL 404 no 15244 6 9 12 8 36 Page 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/node https://wa.gov/ar OK 200 yes 20061 10 10 31 14 64 | 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/node https://wa.gov/es OK 200 yes 19105 10 10 31 14 62 | 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/node https://wa.gov/hi OK 200 yes 19196 10 10 33 14 62 | 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-assistance https://wa.gov/how-to-guides/accessing-government-assistance OK 200 no 17533 31 9 47 36 220 Accessing 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-complaint https://wa.gov/how-to-guides/file-complaint OK 200 no 17886 38 9 51 43 260 File 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-washingtonians https://wa.gov/how-to-guides/historic-flood-emergency-financial-resources-and-recovery-washingtonians OK 200 no 20240 46 10 55 51 272 Historic 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-assistance https://wa.gov/how-to-guides/housing-assistance OK 200 no 16223 14 9 28 19 111 Housing 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-wildfire https://wa.gov/how-to-guides/protecting-your-community-wildfire OK 200 no 17161 23 9 35 28 166 Protecting 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-rights https://wa.gov/how-to-guides/workers-rights OK 200 no 17498 27 9 42 32 200 Workers’ 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-account https://wa.gov/how-to-guides/your-new-wagov-account OK 200 no 18031 4 10 25 10 49 Your 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/node https://wa.gov/ja OK 200 yes 20105 10 10 33 14 66 | 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/node https://wa.gov/ko OK 200 yes 21216 10 10 31 14 63 | 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/61721 https://wa.gov/use-our-logo OK 200 yes 16706 7 9 14 12 62 Use 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/node https://wa.gov/ru OK 200 yes 19203 10 10 31 14 61 | 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/node https://wa.gov/uk OK 200 yes 19458 10 10 31 14 64 | 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/node https://wa.gov/vi OK 200 yes 19743 10 10 32 14 61 | 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-disabilities https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities OK 200 no 11952 1 6 11 5 6 Learn 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-school https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/education-for-children-through-high-school OK 200 no 12357 1 6 14 5 15 Education 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-disabilities https://wa.gov/people-with-disabilities OK 200 no 17324 23 13 44 31 131 People 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-washington https://wa.gov/accessibility-in-washington OK 200 no 11686 2 7 13 5 25 Accessibility 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-universities https://wa.gov/people-with-disabilities/schools-and-universities OK 200 no 16816 26 10 32 28 158 Schools 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/node https://wa.gov/zh-hant OK 200 yes 19118 10 10 33 14 66 | 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/node https://wa.gov/zh-hans OK 200 yes 19199 10 9 33 13 66 | 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-disabilities https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/extracurriculars-for-children-with-disabilities OK 200 no 12305 1 6 13 5 6 Extracurriculars 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-education https://wa.gov/accessibility-in-washington/education-recreation-people-with-disabilities/accessibility-in-higher-education OK 200 no 11876 1 6 11 5 27 Accessibility 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-school https://wa.gov/accessibility-in-washington/education-recreation/education-children-through-high-school OK 200 no 11831 1 4 12 5 36 Education 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-disabilities https://wa.gov/accessibility-in-washington/workplace-accessibility/employment-and-workers-rights-for-people-with-disabilities OK 200 no 11964 1 6 13 5 16 Employment 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:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
What to know about the new WA.gov accounts.
XPath: /p
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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/accessibility-in-washington/accessibility-basics
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/accessibility-in-washington/accessibility-laws
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/accessibility-in-washington/accessibility-resources
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /summary
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R60
Failure 1:
- Message: The grouping element has an accessible name
- HTML:
XPath: /fieldset
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/accessibility-in-washington/education-recreation
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7: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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/accessibility-in-washington/workplace-accessibility
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/people-with-disabilities/accessibility-policy
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
ADA Training | ADA National Network (adata.org)
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
RCW 49.60.030: Freedom from discrimination—Declara...
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Microsoft Office Products
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h3
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7: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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/report-suspected-fraud
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-actions-wizard-next"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/people-with-disabilities/blindness-related-tools-and-services
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
List of Guide Dog schools
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/checklists-and-tools
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/error
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/get-help
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 3:
- Message: Target has insufficient size
- HTML:
Expand all
XPath: /a[@class="toggle-accordion"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h2[@id="create-account"]
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/privacy-notice
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Thank you for visiting our website and reading thi...
XPath: /p
https://wa.gov/test
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/use-our-logo
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Read about WCAG Color contrast standards
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
The Washington Technology Solutions (WaTech) grant...
XPath: /p
https://wa.gov/washingtons-it-strategic-plan
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
State IT Strategic Plan 2021-2025
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/get-help/get-touch
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/Get%20Help%20Finding%20Food
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/health-safety/public-utilities
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /select[@id="edit-field-counties-served-target-id"]
Failure 5:
- Message: Target has insufficient size
- HTML:
XPath: /select[@id="edit-field-utility-type-target-id"]
... and 1 more failures for this rule
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/age-55-and-senior-blind-individuals
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
DSHS Aging and long-term supports administration
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/creating-disability-friendly-spaces
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Inclusion and Accessibility | Youth.gov
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/general-blindness-considerations
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Inclusion and Accessibility | Youth.gov
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/getting-what-you-need
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Birth to Three Developmental Center
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/human-relations
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Blindness and Low Vision basic information
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/people-with-disabilities/rights-and-self-advocacy
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Administration for Community Living
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/recreation/parks
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit-parks"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/work/professional-licenses
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /select[@id="edit-field-primary-industry-target-id"]
Failure 5:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit-licenses"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h3
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/how-to-guides/get-help-finding-food
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/SecureAccess%20Washington%20%28SAW%29%20Login%20for%20State%20Services
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/how-to-guides/secureaccess-washington-saw-login-state-services
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Paid Family and Medical Leave
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
Failure 2:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p[@class="MsoNormal"]
https://wa.gov/Accessing%20Government%20Assistance
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/businesses
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
...
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Failure 2:
- Message: The image does not have an accessible name
- HTML:

XPath: /img[@class="image-style-how-to-image"]
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/education
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/families
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
...
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Failure 2:
- Message: The image does not have an accessible name
- HTML:

XPath: /img[@class="image-style-how-to-image"]
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/File%20a%20Complaint
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/health-and-safety
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/Housing%20Assistance
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/how-to-guides
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R53: Headings follow a logical hierarchy
Failure 1:
- Message: The heading skips one or more levels
- HTML:
XPath: /h3
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Get access to our state’s central login where you ...
XPath: /p
https://wa.gov/news
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
What to know about the new WA.gov accounts.
XPath: /p
https://wa.gov/Protecting%20Your%20Community%20from%20Wildfire
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/recreation
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/seniors
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
...
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Read more about Medicaid and how to apply
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Failure 2:
- Message: The image does not have an accessible name
- HTML:

XPath: /img[@class="image-style-how-to-image"]
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/state-employee-contacts
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit-employee-contacts--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Wa.gov is the official website of Washington State...
XPath: /p
https://wa.gov/travel
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/visitors
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
...
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Failure 2:
- Message: The image does not have an accessible name
- HTML:

XPath: /img[@class="image-style-how-to-image"]
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/work
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/Workers%E2%80%99%20Rights
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/your-government
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/Your%20New%20WA.gov%20Account
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
How-to-guides
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
https://wa.gov/ar/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
استخدم شعارنا
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
ما الذي يجب أن تعرفه عن حسابات WA.gov الجديدة.
XPath: /p
https://wa.gov/es/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Utilice nuestro logotipo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Qué saber sobre las nuevas cuentas de WA.gov.
XPath: /p
https://wa.gov/hi/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
हमारा लोगो इस्तेमाल करें
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
नए WA.gov खातों के बारे में क्या जानना चाहिए?
XPath: /p
https://wa.gov/how-to-guides/accessing-government-assistance
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/how-to-guides/file-complaint
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Cash Assistance
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/how-to-guides/housing-assistance
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/how-to-guides/protecting-your-community-wildfire
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/how-to-guides/workers-rights
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/how-to-guides/your-new-wagov-account
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Department of Fish and Wildlife's Riparian Data En...
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Use Our Logo
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
https://wa.gov/ja/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
ロゴの使用
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
新しい WA.gov アカウントについて知っておくべきこと。
XPath: /p
https://wa.gov/ko/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
로고 사용
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
새로운 WA.gov 계정에 대해 알아야 할 사항
XPath: /p
https://wa.gov/node/61721
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Read about WCAG Color contrast standards
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
The Washington Technology Solutions (WaTech) grant...
XPath: /p
https://wa.gov/ru/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Используйте наш логотип
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Что нужно знать о новых учетных записях WA.gov.
XPath: /p
https://wa.gov/uk/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Конфіденційність
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Що потрібно знати про нові облікові записи WA.gov.
XPath: /p
https://wa.gov/vi/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Quyền riêng tư
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Những điều cần biết về tài khoản WA.gov mới.
XPath: /p
https://wa.gov/accessibility-in-washington/accessibility-basics/learn-about-disabilities
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7: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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
https://wa.gov/people-with-disabilities
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
...
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Disability etiquette
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Failure 2:
- Message: The image does not have an accessible name
- HTML:

XPath: /img[@class="image-style-how-to-image"]
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 3.48:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
.
XPath: /p
Rule: SIA-R78: Headings of same level have text content between them
Failure 1:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h1[@class="title"]
https://wa.gov/accessibility-in-washington
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.72:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
An accessible community is barrier-free and doesn’...
XPath: /p
Rule: SIA-R78: Headings of same level have text content between them
Failure 1:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h2
https://wa.gov/people-with-disabilities/schools-and-universities
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
Birth to Three | Washington State School for the B...
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
Privacy
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.01:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
Rule: SIA-R78: Headings of same level have text content between them
Failure 1:
- Message: There is no content between this heading and the next
- HTML:
XPath: /h2
https://wa.gov/zh-hant/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
使用我們的徽標
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
關於新的 WA.gov 帳戶你需要了解什麼。
XPath: /p
https://wa.gov/zh-hans/node
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="edit-submit--2"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R62: Links are visually distinguishable from surrounding text
Failure 1:
- Message: The link is not distinguishable from the surrounding text
- HTML:
隐私
XPath: /a
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
关于新的 WA.gov 帐户你需要了解什么。
XPath: /p
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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7: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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7: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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7: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:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="adv-languages-dropdown-"]
Rule: SIA-R2: HTML elements have a valid lang attribute
Failure 1:
- Message: The image does not have an accessible name
- HTML:
XPath: /img
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="navbarDropdown"]
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 6.29:1 which is below the required contrast of 7:1
Detailed Failure Information (axe)
https://wa.gov/
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
Rule: link-name
Impact: serious
Failure 1:
- Message: Links must have discernible text
- HTML:
XPath: a[href="/Your%20New%20WA.gov%20Account"]
Failure 2:
- Message: Links must have discernible text
- HTML:
XPath: .masonry-item.views-row:nth-child(2) > .views-field-nothing.views-field > .field-content > a:nth-child(1)
Failure 3:
- Message: Links must have discernible text
- HTML:
XPath: .masonry-item.views-row:nth-child(3) > .views-field-nothing.views-field > .field-content > a:nth-child(1)
Failure 4:
- Message: Links must have discernible text
- HTML:
XPath: a[href$="File%20a%20Complaint"]
Failure 5:
- Message: Links must have discernible text
- HTML:
XPath: a[href$="Workers%E2%80%99%20Rights"]
... 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:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/accessibility-basics
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/accessibility-laws
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/accessibility-resources
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/education-recreation
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/health-safety-for-people-with-disabilities
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/transportation-and-personal-mobility
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/workplace-accessibility
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/people-with-disabilities/accessibility-policy
Rule: color-contrast
Impact: serious
Failure 1:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Home
XPath: .breadcrumb-item:nth-child(1) > a[href="/"]
Failure 2:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
People With Disabilities
XPath: .breadcrumb-item:nth-child(2) > a[href$="people-with-disabilities"]
Failure 3:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Training | ADANW (nwadacenter.org)
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a
Failure 4:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
ADA Training | ADA National Network (adata.org)
XPath: a[href$="ada-training"]
Failure 5:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
What We Do: Consulting for Businesses — Disability Empowerment Center
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a
... and 18 more failures for this rule
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/people-with-disabilities/accessibility-wa-state-law-and-policy
Rule: color-contrast
Impact: serious
Failure 1:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Home
XPath: .breadcrumb-item:nth-child(1) > a[href="/"]
Failure 2:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
People With Disabilities
XPath: .breadcrumb-item:nth-child(2) > a[href$="people-with-disabilities"]
Failure 3:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
RCW 49.60.030: Freedom from discrimination—Declaration of civil rights
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a
Failure 4:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
RCW 70.84.010: Declaration—Policy. (wa.gov)
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a
Failure 5:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Guide to Disability and Washington State Nondiscrimination Laws
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(3) > a
... and 12 more failures for this rule
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/people-with-disabilities/electronic-and-data-accessibility
Rule: color-contrast
Impact: serious
Failure 1:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Home
XPath: .breadcrumb-item:nth-child(1) > a[href="/"]
Failure 2:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
People With Disabilities
XPath: .breadcrumb-item:nth-child(2) > a[href$="people-with-disabilities"]
Failure 3:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Small Business, Big Tech: Funding Assistive Technology in the Workplace (accessibility.com)
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(1) > a
Failure 4:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Assistive Technology | DSB - Wa Dept of Services for the Blind
XPath: .text-formatted.field--name-body.field--type-text-with-summary > ul:nth-child(2) > li:nth-child(2) > a
Failure 5:
- Message: Elements must meet minimum color contrast ratio thresholds
- HTML:
Accessible Documents and Websites | DSB - Wa Dept of Services for the Blind
XPath: ul:nth-child(4) > li:nth-child(1) > a
... and 32 more failures for this rule
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/accessibility-basics/disability-etiquette-for-respecting-people-with-disabilities
Rule: heading-order
Impact: moderate
Failure 1:
- Message: Heading levels should only increase by one
- HTML:
XPath: h3[paraid="1333256644"]
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/accessibility-in-washington/accessibility-basics/how-to-make-physical-and-digital-spaces-accessible
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
https://wa.gov/report-suspected-fraud
Rule: image-alt
Impact: critical
Failure 1:
- Message: Images must have alternative text
- HTML:
XPath: a[href$="wa.gov"] > img
Rule: region
Impact: moderate
Failure 1:
- Message: All page content should be contained by landmarks
- HTML: