open-scans

Scan Report: US States and Territories

🎯 Priority: Pages with Most Errors

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

Page axe Unique ALFA Unique Equal Access Unique AccessLint Unique Total Unique Page Title
View Page 263 15 0 0 278 Supreme Court of Ohio » Supreme Court of Ohio
View Page 1 261 0 11 273 State of Illinois Office of the Illinois Courts
View Page 7 162 0 30 199 Motor Vehicle Division NM | The duties of the Motor Vehicle Division (MVD) are to license commercial and non-commercial drivers; register, title, and license commercial and non-commercial vehicles and boats; license auto dealers and title service companies and contract with private partners to provide selected MVD services. MVD is responsible for assuring compliance with the Motor Vehicle Code.
View Page 96 35 0 34 165 PR.gov | Gobierno de Puerto Rico
View Page 13 0 0 130 143 I need medical, dental, or vision care | Washington State Health Care Authority
View Page 81 30 0 31 142 South Carolina Legislature Online
View Page 44 22 0 68 134 Welcome | Nebraska Department of Motor Vehicles
View Page 38 45 0 45 128 | MS.GOV
View Page 55 24 0 40 119 Home - New Mexico Legislature
View Page 2 104 0 6 112 Medicaid | Department of Human Services | Commonwealth of Pennsylvania

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R111: Interactive elements have a sufficient target size 179 of 278 View Rule
SIA-R66: Text has enhanced contrast with its background 149 of 278 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 116 of 278 View Rule
SIA-R57: Landmarks don’t repeat the same content 101 of 278 View Rule
SIA-R61 94 of 278 View Rule
SIA-R3: lang attribute has a valid language code 68 of 278 View Rule
SIA-R78: Headings of same level have text content between them 58 of 278 View Rule
SIA-R69: Text has sufficient contrast with its background 57 of 278 View Rule
SIA-R53: Headings follow a logical hierarchy 57 of 278 View Rule
SIA-R56: Landmarks with the same role are distinguishable 56 of 278 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
region 140 of 278 View Rule
landmark-one-main 86 of 278 View Rule
page-has-heading-one 68 of 278 View Rule
heading-order 58 of 278 View Rule
landmark-unique 54 of 278 View Rule
color-contrast 52 of 278 View Rule
link-name 45 of 278 View Rule
html-has-lang 37 of 278 View Rule
image-alt 27 of 278 View Rule
label-title-only 20 of 278 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).

🔍 Cross-Page Patterns: Common HTML Issues

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

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 66 page(s) - 305 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:

<p>...</p>

XPath (use in browser DevTools):

/p

How to Replicate:

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

Affected Pages:


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

Scanner: ALFA Rule: SIA-R4: Page has a descriptive title Issue: The lang attribute is either missing, empty, or only whitespace

HTML Pattern:

<html>...</html>

XPath (use in browser DevTools):

/html

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('/html')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 17 page(s) - 52 occurrence(s)

Scanner: ALFA Rule: SIA-R74: No description Issue: The font size is specified using an absolute unit

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

How to Replicate:

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

Affected Pages:


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

Scanner: axe Rule: html-has-lang Impact: serious Issue: <html> element must have a lang attribute

HTML Pattern:

<html>

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: landmark-one-main Impact: moderate Issue: Document should have one main landmark

HTML Pattern:

<html>

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


Pattern 6: Affects 13 page(s) - 50 occurrence(s)

Scanner: ALFA Rule: SIA-R80: ASCII art has a text alternative Issue: The line height is specified using an absolute unit

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

How to Replicate:

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

Affected Pages:


Pattern 7: Affects 13 page(s) - 14 occurrence(s)

Scanner: axe Rule: landmark-one-main Impact: moderate Issue: Document should have one main landmark

HTML Pattern:

<html lang="en">

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: page-has-heading-one Impact: moderate Issue: Page should contain a level-one heading

HTML Pattern:

<html lang="en">

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R4: Page has a descriptive title Issue: The lang attribute is either missing, empty, or only whitespace

HTML Pattern:

<html xmlns="http://www.w3.org/1999/xhtml">...</html>

XPath (use in browser DevTools):

/html

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('/html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: html-has-lang Impact: serious Issue: <html> element must have a lang attribute

HTML Pattern:

<html xmlns="http://www.w3.org/1999/xhtml">

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: landmark-one-main Impact: moderate Issue: Document should have one main landmark

HTML Pattern:

<html xmlns="http://www.w3.org/1999/xhtml">

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#">...</a>

XPath (use in browser DevTools):

/a[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]

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[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: page-has-heading-one Impact: moderate Issue: Page should contain a level-one heading

HTML Pattern:

<html>

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>

XPath (use in browser DevTools):

/select[@class="goog-te-combo"]

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('/select[@class="goog-te-combo"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: page-has-heading-one Impact: moderate Issue: Page should contain a level-one heading

HTML Pattern:

<html xmlns="http://www.w3.org/1999/xhtml">

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://alabama.gov https://www.alabama.gov/ OK 200 yes 6613 14 12 0 5 132 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: html-has-lang, image-alt, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt  
https://alaska.gov https://alaska.gov/ OK 200 no 3735 4 2 0 5 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R59  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://americansamoa.gov https://www.americansamoa.gov/ OK 200 yes 12257 3 23 0 6 91 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-unique, link-name  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/landmark-unique, navigable/link-name  
https://arizona.gov https://az.gov/ FAIL 403 yes 3377 1 2 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one  
https://arkansas.gov https://portal.arkansas.gov/ OK 200 yes 20176 59 20 0 31 336 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, 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: landmark-one-main, landmark-unique, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, text-alternatives/img-alt  
https://ca.gov https://www.ca.gov/ OK 200 yes 6160 0 10 0 0 64 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
https://colorado.gov https://www.colorado.gov/ OK 200 yes 10322 1 8 0 3 27 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-hidden-focus  
                    AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/label-content-mismatch  
https://connecticut.gov https://connecticut.gov/ FAIL - no 35 0 0 0 0 0 fetch failed
https://delaware.gov https://delaware.gov/ OK 200 no 12017 0 12 0 15 87 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-R78 (Headings of same level have text content between them)  
                    AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/region, text-alternatives/image-alt-words  
https://dc.gov https://dc.gov/ OK 200 no 9712 15 23 0 12 134 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), 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)  
                    axe failed rules: image-alt, landmark-one-main, landmark-unique, meta-viewport, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt  
https://florida.gov https://florida.gov/ FAIL - no 219 0 0 0 0 0 fetch failed
https://georgia.gov https://georgia.gov/ OK 200 no 8258 3 20 0 2 24 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-prohibited-attr, region  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://guam.gov https://www.guam.gov/ OK 200 yes 17925 45 16 0 11 134 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: color-contrast, heading-order, label-title-only, link-name, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://hawaii.gov https://portal.ehawaii.gov/ OK 200 yes 11216 3 6 0 4 76 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-allowed-role, landmark-one-main  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, landmarks/landmark-main  
https://idaho.gov https://idaho.gov/ OK 200 no 18431 21 22 0 42 148 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: aria-allowed-attr, aria-allowed-role, landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, link-name, nested-interactive, region  
                    AccessLint failed rules: aria/presentational-children-focusable, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-main, landmarks/region, navigable/link-name, text-alternatives/image-alt-words  
https://illinois.gov https://www.illinois.gov/ OK 200 yes 12802 0 7 0 0 12 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
https://indiana.gov https://www.in.gov/ OK 200 yes 11821 0 21 0 0 87 page.evaluate: Execution context was destroyed, most likely because of a navigation
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85  
https://iowa.gov https://www.iowa.gov/ OK 200 yes 9249 1 15 0 1 35 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, 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: landmark-unique  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://kansas.gov https://portal.kansas.gov/ OK 200 yes 16065 27 23 0 8 193 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), 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-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: label-title-only, landmark-one-main, link-name, page-has-heading-one, region  
                    AccessLint failed rules: labels-and-names/label-title-only, landmarks/landmark-main, navigable/link-name  
https://kentucky.gov https://www.kentucky.gov/Pages/home.aspx OK 200 yes 6140 4 4 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://maine.gov https://www.maine.gov/portal/index.html OK 200 yes 7919 27 25 0 10 199 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75  
                    axe failed rules: landmark-one-main, list, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-alt-words  
https://maryland.gov https://www.maryland.gov/ OK 200 yes 7634 0 6 0 0 35 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R73 (Text spacing can be adjusted without loss of content)  
https://mass.gov https://www.mass.gov/ FAIL 403 yes 9025 0 8 0 3 30 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/frame-title, landmarks/region  
https://mi.gov https://mi.gov/ FAIL 403 no 14886 2 14 0 2 92 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), 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: frame-title, tabindex  
                    AccessLint failed rules: keyboard-accessible/tabindex, labels-and-names/frame-title  
https://mn.gov http://validate.perfdrive.com/d5bd5333eafe8b0ccd6023ba818d1aa6/?ssa=76a519ab-471f-4f30-a428-c1305b2ae787&ssb=13955209052&ssc=https%3A%2F%2Fmn.gov%2Fportal%2F&ssi=fdd768a1-bf56-435b-ac74-6caf22d4b0bf&ssk=support@shieldsquare.com&ssm=67648224365996107104788497333047&ssn=f2d87c5174827b88dfd69c09f007d573ca7503337b35-7de7-4e0d-add4e9&sso=d5cceddf-a84c1428f646185d631806d8a605d3d71ebefe620c78cba2&ssp=27044463001772004182177203064032818&ssq=56009765570858117751155708629345669756778&ssr=MTcyLjIxNS4yMTcuNzI=&sst=alfa-scan-bot/0.1&ssu=&ssv=&ssw=&ssx=W10= OK 200 yes 5369 9 6 0 4 4 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://ms.gov https://www.ms.gov/ OK 200 yes 17741 38 45 0 45 170 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, landmark-one-main, landmark-unique, link-name, region  
                    AccessLint failed rules: labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, navigable/skip-link, text-alternatives/image-alt-words, text-alternatives/img-alt  
https://mo.gov https://www.mo.gov/ OK 200 yes 10345 28 23 0 23 65 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: button-name, document-title, image-alt, landmark-contentinfo-is-top-level, landmark-no-duplicate-contentinfo, landmark-unique, link-name, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/button-name, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/document-title, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-redundant-alt, text-alternatives/img-alt  
https://montana.gov https://montana.gov/ OK 200 no 13651 1 12 0 9 45 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-allowed-role  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/contentinfo-is-top-level, landmarks/landmark-main, landmarks/main-is-top-level, landmarks/no-duplicate-main, landmarks/region, text-alternatives/image-alt-words  
https://nebraska.gov https://www.nebraska.gov/ OK 200 yes 10593 15 12 0 10 75 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), 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-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85  
                    axe failed rules: color-contrast, landmark-unique, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region  
https://nv.gov https://nv.gov/ OK 200 no 13979 3 10 0 1 503 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-prohibited-attr, color-contrast, region  
                    AccessLint failed rules: navigable/heading-order  
https://nh.gov https://www.nh.gov/ FAIL 403 yes 2836 5 3 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://nj.gov https://nj.gov/ OK 200 no 13609 29 12 0 13 77 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-dialog-name, color-contrast, frame-title, landmark-complementary-is-top-level, link-in-text-block, meta-viewport-large  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/complementary-is-top-level, landmarks/region, text-alternatives/image-alt-words  
https://nm.gov https://www.nm.gov/ OK 200 yes 11879 18 29 0 20 110 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R47, 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), SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R85  
                    axe failed rules: color-contrast, heading-order, label, link-in-text-block, link-name, meta-viewport  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, navigable/heading-order, navigable/link-name  
https://ny.gov https://www.ny.gov/ OK 200 yes 3255 4 3 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region  
https://nc.gov https://www.nc.gov/ OK 200 yes 9459 3 18 0 5 15 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: label-title-only, landmark-unique, region  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://nd.gov https://www.nd.gov/ OK 200 yes 11633 17 27 0 26 52 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R10, SIA-R111 (Interactive elements have a sufficient target size), SIA-R16, SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, 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: aria-required-attr, autocomplete-valid, color-contrast, empty-heading, heading-order, label-title-only, page-has-heading-one, region, svg-img-alt  
                    AccessLint failed rules: adaptable/autocomplete-valid, aria/aria-required-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/svg-img-alt  
https://ohio.gov https://ohio.gov/ FAIL 404 no 3394 2 4 0 1 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, region  
                    AccessLint failed rules: readable/html-has-lang  
https://ok.gov https://oklahoma.gov/ OK 200 yes 9402 5 21 0 16 18 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-allowed-role, heading-order, region  
                    AccessLint failed rules: aria/aria-allowed-role, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/region, navigable/heading-order  
https://oregon.gov https://www.oregon.gov/Pages/index.aspx OK 200 yes 14177 0 8 0 53 16 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R72  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/skip-link  
https://pa.gov https://www.pa.gov/ OK 200 yes 9717 0 8 0 0 23 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
https://pr.gov https://pr.gov/ OK 200 no 9245 96 35 0 34 155 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, heading-order, landmark-one-main, landmark-unique, link-name, region, select-name  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/form-label, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://ri.gov https://www.ri.gov/ OK 200 yes 6347 36 7 0 30 65 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: label-title-only, landmark-complementary-is-top-level, landmark-unique, list, listitem, page-has-heading-one, region, tabindex  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, keyboard-accessible/tabindex, labels-and-names/label-title-only, landmarks/region, navigable/page-has-heading-one, text-alternatives/img-alt  
https://sc.gov https://sc.gov/ OK 200 no 26990 5 5 0 3 19 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-dialog-name, label-title-only, landmark-unique, link-name  
                    AccessLint failed rules: labels-and-names/label-title-only, landmarks/region, navigable/link-name  
https://sd.gov https://www.sd.gov/cs OK 200 yes 8962 2 5 0 4 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R57 (Landmarks don’t repeat the same content), SIA-R84, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: aria/aria-allowed-role, aria/presentation-role-conflict, landmarks/banner-is-top-level, landmarks/landmark-main  
https://tn.gov https://tn.gov/ FAIL - no 108 0 0 0 0 0 fetch failed
https://texas.gov https://www.texas.gov/ OK 200 yes 6345 3 35 0 8 57 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), 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-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: heading-order, region  
                    AccessLint failed rules: distinguishable/color-contrast, navigable/heading-order  
https://utah.gov https://www.utah.gov/index.html OK 200 yes 9000 5 24 0 11 38 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: aria-allowed-role, empty-heading, link-name, page-has-heading-one, region  
                    AccessLint failed rules: aria/aria-hidden-focus, aria/aria-valid-attr-value, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, landmarks/region, navigable/empty-heading, navigable/page-has-heading-one  
https://vt.gov https://vt.gov/ FAIL - no 312 0 0 0 0 0 fetch failed
https://vi.gov https://vi.gov/ FAIL - no 72 0 0 0 0 0 fetch failed
https://virginia.gov https://virginia.gov/ FAIL - no 222 0 0 0 0 0 fetch failed
https://wa.gov https://wa.gov/ OK 200 no 13843 10 9 0 13 37 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://wv.gov https://wv.gov/ FAIL - no 381 0 0 0 0 0 fetch failed
https://wi.gov https://www.wisconsin.gov/Pages/Home.aspx OK 200 yes 11434 11 10 0 11 48 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), 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-R72, 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, heading-order, link-in-text-block, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words  
https://wy.gov https://wy.gov/ FAIL - no 167 0 0 0 0 0 fetch failed
https://www.alea.gov/dps/driver-license https://www.alea.gov/dps/driver-license OK 200 no 8858 20 22 0 18 118 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: color-contrast, heading-order, landmark-unique, link-name, list, nested-interactive, region  
                    AccessLint failed rules: adaptable/list-children, aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/button-name, landmarks/region, navigable/heading-order, navigable/link-name  
https://medicaid.alabama.gov https://medicaid.alabama.gov/ OK 200 no 14889 35 14 0 30 128 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, landmark-one-main, link-name, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, labels-and-names/button-name, landmarks/landmark-main, navigable/link-name, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt  
https://www.legislature.state.al.us https://alison.legislature.state.al.us/ OK 200 yes 4750 2 2 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, page-has-heading-one  
                    AccessLint failed rules: labels-and-names/aria-progressbar-name, landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://judicial.alabama.gov https://judicial.alabama.gov/ OK 200 no 6484 18 12 0 11 42 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R85  
                    axe failed rules: color-contrast, image-alt, landmark-one-main, meta-viewport, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, navigable/empty-heading, navigable/page-has-heading-one, text-alternatives/img-alt  
https://doa.alaska.gov/dmv https://dmv.alaska.gov/home/ OK 200 yes 10656 9 34 0 6 56 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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: aria-allowed-attr, aria-prohibited-attr, heading-order, link-name, list, region  
                    AccessLint failed rules: adaptable/list-children, labels-and-names/label-content-mismatch, landmarks/region, navigable/heading-order, navigable/link-name  
https://health.alaska.gov/dpa/Pages/default.aspx https://health.alaska.gov/en/division-of-public-assistance/ OK 200 yes 9581 0 16 0 2 56 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://akleg.gov https://akleg.gov/ OK 200 no 8219 15 10 0 5 102 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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: heading-order, landmark-one-main, landmark-unique, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, landmarks/landmark-main, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one  
https://courts.alaska.gov https://courts.alaska.gov/ OK 200 no 3534 4 2 0 5 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R59  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://azdot.gov/motor-vehicles https://azdot.gov/mvd/services OK 200 yes 17271 14 32 0 39 54 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: color-contrast, landmark-unique, link-name, page-has-heading-one  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/landmark-unique, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-alt-words  
https://www.azahcccs.gov https://www.azahcccs.gov/ OK 200 no 10380 10 10 0 17 340 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R7, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, page-has-heading-one, valid-lang  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/no-duplicate-main, landmarks/region, navigable/page-has-heading-one, readable/valid-lang  
https://www.azleg.gov https://www.azleg.gov/ OK 200 no 14568 24 17 0 10 192 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: aria-input-field-name, image-alt, nested-interactive, page-has-heading-one, region, select-name  
                    AccessLint failed rules: aria/presentational-children-focusable, labels-and-names/form-label, navigable/page-has-heading-one, text-alternatives/img-alt, time-based-media/video-captions  
https://www.azcourts.gov https://www.azcourts.gov/ OK 200 no 26007 51 0 0 46 0 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: color-contrast, empty-heading, frame-title, heading-order, image-alt, link-name, list, listitem, region  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/frame-title, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.dfa.arkansas.gov/driver-services https://www.dfa.arkansas.gov/office/driver-services/ OK 200 yes 13442 37 13 0 25 170 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), 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: heading-order, landmark-one-main, landmark-unique, region  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words  
https://humanservices.arkansas.gov/divisions-shared-services/medical-services https://humanservices.arkansas.gov/divisions-shared-services/medical-services/ OK 200 yes 19452 27 26 0 7 167 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-one-main, landmark-unique, link-in-text-block, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region  
https://www.arkleg.state.ar.us https://www.arkleg.state.ar.us/ OK 200 no 6104 0 16 0 24 61 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels)  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-banner, navigable/heading-order, text-alternatives/image-alt-words  
https://arcourts.gov https://arcourts.gov/ OK 200 no 13213 10 11 0 5 52 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: label-title-only, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, landmarks/no-duplicate-banner, landmarks/region, navigable/link-name, navigable/page-has-heading-one  
https://www.dmv.ca.gov https://www.dmv.ca.gov/ OK 200 no 10812 2 19 0 7 44 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, link-in-text-block  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/frame-title, landmarks/region  
https://www.dhcs.ca.gov https://www.dhcs.ca.gov/ OK 200 no 11131 0 15 0 22 55 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/aria-dialog-name, labels-and-names/label-content-mismatch  
https://leginfo.legislature.ca.gov https://leginfo.legislature.ca.gov/ FAIL - no 60007 0 0 0 0 0 URL scan exceeded 60s timeout
https://www.courts.ca.gov https://courts.ca.gov/ OK 200 yes 8821 13 10 0 10 55 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-unique, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region, text-alternatives/image-alt-words, text-alternatives/img-alt  
https://dmv.colorado.gov https://dmv.colorado.gov/ OK 200 no 12245 2 8 0 2 49 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R19, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-valid-attr-value  
                    AccessLint failed rules: aria/aria-valid-attr-value  
https://hcpf.colorado.gov https://hcpf.colorado.gov/ OK 200 no 9563 0 4 0 0 33 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size)  
https://leg.colorado.gov https://leg.colorado.gov/ OK 200 no 11116 0 16 0 4 50 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, text-alternatives/image-alt-words  
https://www.courts.state.co.us https://www.coloradojudicial.gov/ OK 200 yes 11114 4 25 0 20 41 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), 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), 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: role-img-alt  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, labels-and-names/summary-name, landmarks/landmark-unique, text-alternatives/image-alt-words, text-alternatives/role-img-alt  
https://portal.ct.gov/dmv https://portal.ct.gov/dmv OK 200 no 12294 21 9 0 22 81 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-dialog-name, heading-order, link-name, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/heading-order, navigable/link-name  
https://portal.ct.gov/dss/health-and-home-care/medicaid https://portal.ct.gov/dss/health-and-home-care/medicaid FAIL 404 no 11222 8 17 0 16 35 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R19, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74  
                    axe failed rules: aria-allowed-role, aria-valid-attr-value, color-contrast, heading-order, landmark-no-duplicate-contentinfo, link-in-text-block, region  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-valid-attr-value, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/contentinfo-is-top-level, navigable/heading-order, navigable/skip-link  
https://www.cga.ct.gov https://www.cga.ct.gov/ FAIL - no 213 0 0 0 0 0 fetch failed
https://jud.ct.gov https://jud.ct.gov/ OK 200 no 8784 41 8 0 14 73 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-one-main, landmark-unique, page-has-heading-one, region  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-allowed-role, landmarks/landmark-main, navigable/page-has-heading-one  
https://dmv.de.gov https://dmv.de.gov/ OK 200 no 13551 30 13 0 19 86 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, link-name, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, navigable/link-name  
https://dhss.delaware.gov/dhss/dmma https://dhss.delaware.gov/dmma/ OK 200 yes 24435 13 14 0 11 52 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: aria-input-field-name, aria-prohibited-attr, aria-required-children, color-contrast, heading-order, link-in-text-block  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/form-label, navigable/heading-order  
https://legis.delaware.gov https://legis.delaware.gov/ OK 200 no 17494 20 24 0 6 168 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), 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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R85  
                    axe failed rules: color-contrast, html-has-lang, landmark-one-main, link-name, meta-viewport, region  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, navigable/heading-order, navigable/link-name, readable/html-has-lang  
https://courts.delaware.gov https://courts.delaware.gov/ OK 200 no 9847 3 19 0 16 135 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-unique, link-in-text-block, link-name  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/button-name, labels-and-names/frame-title, labels-and-names/label-content-mismatch, navigable/link-name  
https://www.flhsmv.gov https://www.flhsmv.gov/ OK 200 no 12041 14 10 0 38 77 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85  
                    axe failed rules: aria-hidden-focus, color-contrast, page-has-heading-one  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/multiple-labels, landmarks/region, navigable/page-has-heading-one  
https://www.flmedicaidmanagedcare.com https://www.flmedicaidmanagedcare.com/ OK 200 no 9528 8 14 0 14 72 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name, color-contrast, image-alt, link-in-text-block, link-name  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://www.leg.state.fl.us https://www.leg.state.fl.us/Welcome/index.cfm?CFID=118285705&CFTOKEN=2741e08132e4aedb-E3ED04EC-04EB-F4E6-132D5FA542AA8F94 OK 200 yes 5442 35 9 0 7 26 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: definition-list, html-has-lang, label, landmark-one-main, page-has-heading-one, region, select-name  
                    AccessLint failed rules: labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://www.flcourts.gov https://www.flcourts.gov/ OK 200 no 10409 8 11 0 4 41 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-main-is-top-level, landmark-unique, page-has-heading-one, region  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/main-is-top-level, navigable/page-has-heading-one  
https://dds.georgia.gov https://dds.georgia.gov/ OK 200 no 10116 9 17 0 0 67 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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: aria-prohibited-attr, region  
https://medicaid.georgia.gov https://medicaid.georgia.gov/ OK 200 no 7797 1 12 0 0 33 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R61, 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: aria-prohibited-attr  
https://www.legis.ga.gov https://www.legis.ga.gov/ OK 200 no 4981 3 2 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one  
https://georgiacourts.gov https://georgiacourts.gov/ OK 200 no 11509 14 13 0 13 32 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: color-contrast, heading-order, link-name, region  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/frame-title, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://hidot.hawaii.gov/highways/library/motor-vehicle-safety-office https://hidot.hawaii.gov/highways/library/motor-vehicle-safety-office/ OK 200 yes 9164 0 4 0 0 186 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
https://medquest.hawaii.gov https://medquest.hawaii.gov/ OK 200 no 20789 25 17 0 25 171 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: button-name, empty-heading, heading-order, landmark-one-main, link-in-text-block, link-name, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/link-in-text-block, labels-and-names/button-name, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.capitol.hawaii.gov https://www.capitol.hawaii.gov/ FAIL 403 no 2863 4 3 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region  
https://www.courts.state.hi.us https://www.courts.state.hi.us/ OK 200 no 38232 4 0 0 2 0 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: color-contrast, landmark-complementary-is-top-level, landmark-unique, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region  
https://itd.idaho.gov/dmv https://itd.idaho.gov/dmv OK 200 no 9379 0 17 0 0 32 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content)  
https://healthandwelfare.idaho.gov/services-programs/medicaid-health https://healthandwelfare.idaho.gov/services-programs/medicaid-health OK 200 no 13253 6 19 0 7 89 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-allowed-attr, landmark-no-duplicate-contentinfo, landmark-unique  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, text-alternatives/image-alt-words  
https://legislature.idaho.gov https://legislature.idaho.gov/ OK 200 no 21301 49 20 0 24 202 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, image-alt, landmark-one-main, link-in-text-block, link-name, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/button-name, landmarks/landmark-main, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://isc.idaho.gov https://isc.idaho.gov/ OK 200 no 9202 15 21 0 13 65 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R71, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: empty-heading, html-has-lang, image-alt, landmark-one-main, link-name, meta-viewport, region  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/meta-viewport, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/link-name, navigable/skip-link, readable/html-has-lang, text-alternatives/img-alt  
https://www.ilsos.gov/departments/drivers https://www.ilsos.gov/departments/drivers FAIL - no 30001 0 0 0 0 0 This operation was aborted
https://hfs.illinois.gov/medicalclients/medicaid.html https://hfs.illinois.gov/medicalclients/medicaid.html FAIL 404 no 7384 0 0 0 1 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.ilga.gov https://www.ilga.gov/ OK 200 no 8783 15 19 0 19 52 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name, heading-order, image-alt, link-name, page-has-heading-one, region, select-name  
                    AccessLint failed rules: aria/aria-allowed-role, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/form-label, labels-and-names/frame-title, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.illinoiscourts.gov https://www.illinoiscourts.gov/ OK 200 no 22864 1 261 0 11 271 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch  
https://www.in.gov/bmv https://www.in.gov/bmv/ OK 200 yes 12269 2 13 0 4 100 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link), SIA-R95  
                    axe failed rules: landmark-no-duplicate-contentinfo, page-has-heading-one  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/contentinfo-is-top-level, navigable/empty-heading, navigable/page-has-heading-one  
https://www.in.gov/fssa/ompp https://www.in.gov/fssa/ompp/ OK 200 yes 13040 4 27 0 6 49 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), 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-R87 (First focusable element is a skip link), SIA-R95  
                    axe failed rules: aria-required-children, heading-order, landmark-contentinfo-is-top-level, landmark-unique  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/contentinfo-is-top-level, navigable/empty-heading, navigable/heading-order  
https://iga.in.gov https://iga.in.gov/ OK 200 no 2347 2 2 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, page-has-heading-one  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://www.in.gov/courts https://www.in.gov/courts FAIL - no 10493 0 0 0 0 0 fetch failed
https://iowadot.gov/mvd https://iowadot.gov/dmv-services OK 200 yes 10181 11 22 0 15 58 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, 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: landmark-unique, role-img-alt  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, text-alternatives/role-img-alt  
https://hhs.iowa.gov/ime/medicaid https://hhs.iowa.gov/ime/medicaid FAIL 404 no 14822 3 21 0 3 17 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, 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: landmark-unique, role-img-alt  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, text-alternatives/role-img-alt  
https://www.legis.iowa.gov https://www.legis.iowa.gov/ OK 200 no 2516 6 5 0 6 2 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, meta-viewport, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://www.iowacourts.gov https://www.iowacourts.gov/ OK 200 no 7488 5 7 0 5 18 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R75  
                    axe failed rules: heading-order, label-title-only, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/label-title-only, navigable/heading-order, navigable/page-has-heading-one  
https://www.ksrevenue.gov/dovindex.html https://www.ksrevenue.gov/dovindex.html OK 200 no 7957 21 15 0 18 97 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, heading-order, label-title-only, landmark-one-main, region, skip-link  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-title-only, landmarks/landmark-main, navigable/heading-order, navigable/skip-link, text-alternatives/image-alt-words  
https://www.kancare.ks.gov https://www.kancare.ks.gov/ FAIL 403 no 2741 5 3 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.kslegislature.org https://www.kslegislature.gov/li/ OK 200 yes 9954 30 11 0 17 51 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R28, SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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-R74, SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, input-image-alt, label-title-only, landmark-one-main, link-in-text-block, region  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/heading-order, text-alternatives/input-image-alt  
https://www.kscourts.org https://kscourts.gov/ OK 200 yes 3942 4 3 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region  
https://drive.ky.gov https://drive.ky.gov/Pages/index.aspx OK 200 yes 2914 4 4 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://chfs.ky.gov/agencies/dms/dpo/epb/Pages/default.aspx https://www.chfs.ky.gov/agencies/dms/dpo/epb/Pages/default.aspx FAIL 404 yes 2861 4 4 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://legislature.ky.gov https://legislature.ky.gov/Pages/index.aspx OK 200 yes 3007 4 4 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://courts.ky.gov https://www.kycourts.gov/Pages/index.aspx OK 200 yes 3052 4 4 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://www.expresslane.org/drivers https://www.expresslane.org/drivers OK 200 no 9040 22 13 0 41 35 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: heading-order, image-alt, link-name, list, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/link-in-text-block, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://www.medicaid.la.gov https://www.medicaid.la.gov/ FAIL - no 162 0 0 0 0 0 fetch failed
https://www.legis.la.gov https://www.legis.la.gov/ OK 200 no 7884 1 6 0 3 21 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R59, SIA-R70  
                    axe failed rules: page-has-heading-one  
                    AccessLint failed rules: distinguishable/link-in-text-block, navigable/page-has-heading-one  
https://www.lasc.org https://www.lasc.org/ OK 200 no 10301 24 30 0 8 176 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R19, 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-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: aria-allowed-role, aria-input-field-name, aria-required-children, aria-toggle-field-name, aria-valid-attr-value, heading-order, image-alt, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-valid-attr-value, labels-and-names/form-label, landmarks/landmark-main, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.maine.gov/sos/bmv https://www.maine.gov/sos/bmv OK 200 no 8898 5 7 0 2 183 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region  
https://www.maine.gov/dhhs/oms https://www.maine.gov/dhhs/oms OK 200 no 8068 6 10 0 6 73 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: empty-heading, region  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, text-alternatives/image-alt-words  
https://legislature.maine.gov https://legislature.maine.gov/ OK 200 no 13194 38 21 0 0 70 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: heading-order, image-redundant-alt, landmark-one-main, link-name, list, region, select-name  
https://www.courts.maine.gov https://www.courts.maine.gov/ OK 200 no 8652 20 17 0 16 114 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, 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-R85  
                    axe failed rules: color-contrast, empty-heading, frame-title, heading-order, landmark-one-main, region  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/image-alt-words  
https://mva.maryland.gov https://mva.maryland.gov/Pages/default.aspx OK 200 yes 13685 4 10 0 7 12 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), 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-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, image-alt, link-name, region  
                    AccessLint failed rules: adaptable/td-has-header, labels-and-names/button-name, labels-and-names/frame-title, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://health.maryland.gov/mmcp https://health.maryland.gov/mmcp/Pages/home.aspx OK 200 yes 28085 7 21 0 23 114 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R46, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-prohibited-attr, aria-valid-attr, heading-order, label-title-only, landmark-unique, region  
                    AccessLint failed rules: adaptable/th-has-data-cells, aria/aria-allowed-attr, aria/aria-valid-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/label-title-only, landmarks/landmark-unique, landmarks/region  
https://mgaleg.maryland.gov https://mgaleg.maryland.gov/ OK 200 no 7842 0 26 0 0 109 page.evaluate: Execution context was destroyed, most likely because of a navigation
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R8 (Form elements have accessible labels)  
https://www.mdcourts.gov https://www.mdcourts.gov/ OK 200 no 24073 4 0 0 3 0 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: heading-order, link-in-text-block, nested-interactive  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one  
https://www.mass.gov/orgs/registry-of-motor-vehicles https://www.mass.gov/orgs/registry-of-motor-vehicles FAIL 403 no 5921 0 2 0 1 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    AccessLint failed rules: distinguishable/color-contrast  
https://www.mass.gov/masshealth https://www.mass.gov/masshealth FAIL 403 no 9779 0 9 0 8 34 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/link-in-text-block, landmarks/landmark-unique  
https://malegislature.gov https://malegislature.gov/ OK 200 no 18776 14 20 0 32 98 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R75  
                    axe failed rules: aria-allowed-attr, aria-prohibited-attr, color-contrast  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/aria-dialog-name, landmarks/region  
https://www.mass.gov/orgs/massachusetts-court-system https://www.mass.gov/orgs/massachusetts-court-system FAIL 403 no 14670 0 13 0 2 69 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/landmark-unique  
https://www.michigan.gov/sos https://www.michigan.gov/sos FAIL 403 no 13302 3 13 0 2 95 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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: link-name, tabindex  
                    AccessLint failed rules: navigable/link-name  
https://www.michigan.gov/mdhhs/assistance-programs/medicaid https://www.michigan.gov/mdhhs/assistance-programs/medicaid FAIL 403 no 16223 1 9 0 1 30 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: tabindex  
                    AccessLint failed rules: keyboard-accessible/tabindex  
https://www.legislature.mi.gov https://www.legislature.mi.gov/ FAIL 403 no 12817 3 8 0 2 180 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R71, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: button-name, link-in-text-block  
                    AccessLint failed rules: labels-and-names/button-name  
https://www.courts.michigan.gov https://www.courts.michigan.gov/ OK 200 no 3749 3 3 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, landmark-one-main, page-has-heading-one  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one  
https://dps.mn.gov/divisions/dvs https://dps.mn.gov/divisions/dvs OK 200 no 10541 1 13 0 6 44 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), 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: aria-prohibited-attr  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, labels-and-names/frame-title-unique  
https://mn.gov/dhs/people-we-serve/seniors/health-care/health-care-programs/programs-and-services/medical-assistance.jsp http://validate.perfdrive.com/d5bd5333eafe8b0ccd6023ba818d1aa6/?ssa=ab560014-5621-4bfd-b5bb-5e3d0a4a0c31&ssb=54400219737&ssc=https%3A%2F%2Fmn.gov%2Fdhs%2Fpeople-we-serve%2Fseniors%2Fhealth-care%2Fhealth-care-programs%2Fprograms-and-services%2Fmedical-assistance.jsp&ssi=0aedfaa9-bf56-405b-ba0c-9fb496352187&ssk=support@shieldsquare.com&ssm=12679629554729230104244966567747&ssn=6db57aeb1251d193644e5c6b577089c5de65e850eb88-a758-45db-b5e137&sso=f0c91820-154aa4c6ccf0b656b485fd944549ce38d9fcfda193915858&ssp=64248538251772094442177204183400452&ssq=48200415700384743259057003148565234425314&ssr=MTcyLjIxNS4yMTcuNzI=&sst=alfa-scan-bot/0.1&ssu=&ssv=&ssw=&ssx=W10= OK 200 yes 5090 9 6 0 4 4 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://www.leg.mn.gov https://www.leg.mn.gov/ OK 200 no 7727 19 23 0 4 219 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: heading-order, landmark-one-main, landmark-unique, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, landmarks/landmark-main, navigable/heading-order, navigable/page-has-heading-one  
https://www.mncourts.gov https://mncourts.gov/ OK 200 yes 9783 32 22 0 11 132 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-allowed-attr, aria-allowed-role, aria-valid-attr-value, button-name, heading-order, landmark-one-main, list, meta-viewport, region  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/meta-viewport, labels-and-names/button-name, landmarks/landmark-main, landmarks/region, navigable/heading-order  
https://www.driverservicebureau.dps.ms.gov https://www.driverservicebureau.dps.ms.gov/ OK 200 no 22438 22 22 0 20 72 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, image-alt, label-title-only, link-name, page-has-heading-one, region  
                    AccessLint failed rules: labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://medicaid.ms.gov https://medicaid.ms.gov/ OK 200 no 36733 47 21 0 29 242 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-one-main, link-name, meta-viewport, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://billstatus.ls.state.ms.us https://billstatus.ls.state.ms.us/ FAIL - no 196 0 0 0 0 0 fetch failed
https://courts.ms.gov https://courts.ms.gov/ OK 200 no 3557 5 7 0 6 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R59, 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-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://dor.mo.gov/driver-license https://dor.mo.gov/driver-license/ OK 200 yes 40484 21 0 0 44 12 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: color-contrast, image-redundant-alt, landmark-contentinfo-is-top-level, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region, tabindex  
                    AccessLint failed rules: keyboard-accessible/focus-order, keyboard-accessible/tabindex, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-redundant-alt  
https://mydss.mo.gov/mo-healthnet https://mydss.mo.gov/mo-healthnet OK 200 no 7852 5 14 0 5 63 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: image-redundant-alt, landmark-contentinfo-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-contentinfo, landmark-no-duplicate-main  
                    AccessLint failed rules: landmarks/contentinfo-is-top-level, landmarks/landmark-main, landmarks/no-duplicate-main, landmarks/region, text-alternatives/image-redundant-alt  
https://www.house.mo.gov https://house.mo.gov/ FAIL 403 yes 2647 4 3 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.courts.mo.gov https://www.courts.mo.gov/ FAIL 403 no 2555 5 7 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, 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, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/banner-is-top-level, landmarks/landmark-main, navigable/page-has-heading-one, readable/html-has-lang  
https://mvdmt.gov https://mvdmt.gov/ OK 200 no 3409 1 2 0 2 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception  
https://dphhs.mt.gov/montanahealthcareprograms/medicaid https://dphhs.mt.gov/montanahealthcareprograms/medicaid/ FAIL 403 yes 3213 4 3 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://leg.mt.gov https://www.legmt.gov/ OK 200 yes 57252 21 0 0 30 2 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: heading-order, landmark-unique, link-name, region, skip-link  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/skip-link  
https://courts.mt.gov https://courts.mt.gov/ OK 200 no 7688 35 10 0 7 68 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: heading-order, landmark-one-main, link-name, region  
                    AccessLint failed rules: adaptable/aria-required-parent, keyboard-accessible/focus-order, landmarks/landmark-main, navigable/heading-order, navigable/link-name  
https://dmv.nebraska.gov https://dmv.nebraska.gov/ OK 200 no 21238 44 22 0 68 414 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, button-name, color-contrast, frame-title, image-redundant-alt, label-title-only, landmark-one-main, region  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-allowed-role, aria/presentational-children-focusable, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/frame-title, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/banner-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-redundant-alt  
https://dhhs.ne.gov/Pages/Medicaid-and-Long-Term-Care.aspx https://dhhs.ne.gov/Pages/Medicaid-and-Long-Term-Care.aspx OK 200 no 15661 9 11 0 63 17 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-prohibited-attr, empty-heading, label-title-only, landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, region  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-required-attr, distinguishable/link-in-text-block, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-main, landmarks/region, navigable/empty-heading  
https://nebraskalegislature.gov https://nebraskalegislature.gov/ OK 200 no 8492 21 14 0 0 213 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R75  
                    axe failed rules: landmark-one-main, list, region  
https://supremecourt.nebraska.gov https://nebraskajudicial.gov/ OK 200 yes 12823 6 10 0 4 39 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, 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: color-contrast, heading-order, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, page-has-heading-one  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order  
https://dmv.nv.gov https://dmv.nv.gov/ OK 200 no 8218 6 12 0 7 55 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: color-contrast, heading-order, image-alt, label-title-only, link-name  
                    AccessLint failed rules: adaptable/td-has-header, distinguishable/color-contrast, labels-and-names/label-title-only, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://dhcfp.nv.gov https://dhcfp.nv.gov/ OK 200 no 16562 2 24 0 2 42 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: frame-title, heading-order  
                    AccessLint failed rules: labels-and-names/frame-title, navigable/heading-order  
https://www.leg.state.nv.us https://www.leg.state.nv.us/ OK 200 no 8132 1 22 0 2 19 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R61, SIA-R71, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, navigable/page-has-heading-one  
https://nvcourts.gov https://nvcourts.gov/ OK 200 no 11975 2 7 0 4 50 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R3 (lang attribute has a valid language code), 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: aria-required-attr, frame-title  
                    AccessLint failed rules: aria/aria-required-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/frame-title  
https://www.nh.gov/safety/divisions/dmv https://www.nh.gov/safety/divisions/dmv FAIL 403 no 2686 5 3 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.dhhs.nh.gov/programs-services/medicaid https://www.dhhs.nh.gov/programs-services/medicaid FAIL 403 no 2824 5 3 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.gencourt.state.nh.us https://gc.nh.gov/ OK 200 yes 3771 6 0 0 0 0 No request found in response
                    axe failed rules: color-contrast, html-has-lang, landmark-one-main, page-has-heading-one, region  
https://www.courts.nh.gov https://www.courts.nh.gov/ FAIL 403 no 2513 5 3 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.nj.gov/mvc https://www.nj.gov/mvc/ OK 200 yes 10246 45 22 0 30 176 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-hidden-focus, color-contrast, heading-order, image-redundant-alt, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-unique, link-in-text-block, link-name, list, region  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/no-duplicate-contentinfo, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-redundant-alt  
https://www.nj.gov/humanservices/dmahs/home https://www.nj.gov/humanservices/dmahs/home/ OK 200 yes 9916 22 15 0 6 199 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R42, SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, 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-R8 (Form elements have accessible labels)  
                    axe failed rules: color-contrast, label, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/form-label, landmarks/landmark-main, navigable/page-has-heading-one  
https://www.njleg.state.nj.us https://www.njleg.state.nj.us/ OK 200 no 9644 5 56 0 3 109 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R85, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://www.njcourts.gov https://www.njcourts.gov/ OK 200 no 24414 3 43 0 1 800 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: button-name, landmark-unique  
                    AccessLint failed rules: labels-and-names/button-name  
https://www.mvd.newmexico.gov https://www.mvd.newmexico.gov/ OK 200 no 12972 7 162 0 30 178 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, 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: color-contrast, heading-order, landmark-unique, link-name, meta-viewport, region  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, distinguishable/meta-viewport, labels-and-names/label-title-only, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://www.hsd.state.nm.us/lookingforassistance/medicaid https://www.hsd.state.nm.us/lookingforassistance/medicaid FAIL 404 no 13929 4 37 0 14 66 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: button-name, landmark-no-duplicate-banner, landmark-unique, page-has-heading-one  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/link-in-text-block, labels-and-names/button-name, labels-and-names/label-title-only, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/page-has-heading-one  
https://www.nmlegis.gov https://www.nmlegis.gov/ OK 200 no 7038 55 24 0 40 410 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R16, SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-allowed-role, aria-required-attr, aria-required-children, aria-required-parent, color-contrast, heading-order, landmark-one-main, list, listitem, region  
                    AccessLint failed rules: adaptable/aria-required-children, adaptable/list-children, adaptable/listitem-parent, aria/aria-allowed-role, aria/aria-required-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/aria-command-name, labels-and-names/button-name, landmarks/landmark-main, navigable/heading-order  
https://www.nmcourts.gov https://nmcourts.gov/ OK 200 yes 9420 6 13 0 9 15 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70  
                    axe failed rules: color-contrast, landmark-contentinfo-is-top-level, link-name, region  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/contentinfo-is-top-level, landmarks/landmark-unique, navigable/empty-heading  
https://dmv.ny.gov https://dmv.ny.gov/ OK 200 no 3117 4 3 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region  
https://health.ny.gov/health_care/medicaid https://health.ny.gov/health_care/medicaid FAIL 403 no 2911 5 3 0 5 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.nysenate.gov https://www.nysenate.gov/ FAIL 403 no 3178 1 2 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one  
https://www.nycourts.gov https://www.nycourts.gov/ FAIL 403 no 3434 1 2 0 2 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception  
https://www.ncdot.gov/dmv https://www.ncdot.gov/dmv/Pages/default.aspx OK 200 yes 10972 3 6 0 9 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: heading-order, landmark-unique, page-has-heading-one  
                    AccessLint failed rules: adaptable/aria-required-children, adaptable/list-children, keyboard-accessible/accesskeys, keyboard-accessible/focus-order, landmarks/no-duplicate-banner, navigable/heading-order, text-alternatives/img-alt  
https://medicaid.ncdhhs.gov https://medicaid.ncdhhs.gov/ OK 200 no 10327 0 15 0 2 9 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/landmark-unique  
https://www.ncleg.gov https://www.ncleg.gov/ OK 200 no 13381 1 12 0 1 108 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: landmark-unique  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.nccourts.gov https://www.nccourts.gov/ OK 200 no 8449 10 9 0 12 63 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: aria-required-children, heading-order, nested-interactive, region  
                    AccessLint failed rules: adaptable/list-children, aria/presentational-children-focusable, navigable/heading-order  
https://www.dot.nd.gov/driver https://www.dot.nd.gov/driver OK 200 no 11428 7 12 0 15 49 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R10, SIA-R111 (Interactive elements have a sufficient target size), SIA-R16, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-required-attr, autocomplete-valid, heading-order, label-title-only, region  
                    AccessLint failed rules: adaptable/autocomplete-valid, aria/aria-required-attr, keyboard-accessible/focus-order, navigable/heading-order, text-alternatives/svg-img-alt  
https://www.hhs.nd.gov/medicaid https://www.hhs.nd.gov/healthcare/medicaid OK 200 yes 17268 14 33 0 13 86 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-required-children, color-contrast, heading-order, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order  
https://www.legis.nd.gov https://ndlegis.gov/ OK 200 yes 9287 0 22 0 2 106 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level  
https://www.ndcourts.gov https://www.ndcourts.gov/ OK 200 no 11220 7 9 0 3 56 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R74  
                    axe failed rules: aria-allowed-role, button-name, image-alt, landmark-one-main, region  
                    AccessLint failed rules: labels-and-names/button-name, landmarks/landmark-main, text-alternatives/img-alt  
https://www.bmv.ohio.gov https://www.bmv.ohio.gov/ OK 200 no 8122 17 13 0 22 78 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link), SIA-R94  
                    axe failed rules: aria-command-name, aria-required-parent, color-contrast, landmark-one-main, link-name, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/aria-required-children, adaptable/aria-required-parent, adaptable/list-children, adaptable/listitem-parent, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/aria-command-name, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one  
https://medicaid.ohio.gov https://medicaid.ohio.gov/ FAIL 404 no 5664 2 4 0 1 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, region  
                    AccessLint failed rules: readable/html-has-lang  
https://www.legislature.ohio.gov https://www.legislature.ohio.gov/ FAIL - no 407 0 0 0 0 0 fetch failed
https://www.supremecourt.ohio.gov https://www.supremecourt.ohio.gov/ OK 200 no 43740 263 15 0 0 369 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R74  
                    axe failed rules: color-contrast, landmark-one-main, region  
https://oklahoma.gov/dps.html https://oklahoma.gov/dps.html OK 200 no 9121 7 24 0 10 45 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region  
                    AccessLint failed rules: aria/presentational-children-focusable, keyboard-accessible/nested-interactive, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one  
https://oklahoma.gov/ohca.html https://oklahoma.gov/ohca.html OK 200 no 10366 6 40 0 20 44 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), 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: heading-order, landmark-no-duplicate-contentinfo, landmark-unique, region  
                    AccessLint failed rules: aria/presentational-children-focusable, keyboard-accessible/nested-interactive, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order  
https://www.oklegislature.gov https://www.oklegislature.gov/ OK 200 no 5837 44 20 0 19 11 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R4 (Page has a descriptive title), SIA-R61, SIA-R70, SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, image-alt, label, landmark-one-main, link-name, list, page-has-heading-one, region, tabindex  
                    AccessLint failed rules: adaptable/list-children, keyboard-accessible/tabindex, labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt  
https://www.oscn.net https://www.oscn.net/home/ OK 200 yes 3514 5 5 0 5 7 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt  
https://www.oregon.gov/odot/dmv https://www.oregon.gov/odot/dmv/Pages/index.aspx OK 200 yes 11411 6 24 0 7 174 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order, image-redundant-alt, region  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order, text-alternatives/image-redundant-alt  
https://www.oregon.gov/oha/hsd/ohp https://www.oregon.gov/oha/hsd/ohp/Pages/index.aspx OK 200 yes 9558 5 14 0 6 21 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74  
                    axe failed rules: aria-allowed-role, color-contrast, region  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo  
https://www.oregonlegislature.gov https://www.oregonlegislature.gov/ OK 200 no 14112 4 20 0 8 40 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R19, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: accesskeys, label-title-only, region  
                    AccessLint failed rules: aria/aria-valid-attr-value, distinguishable/link-in-text-block, keyboard-accessible/accesskeys, labels-and-names/label-title-only, text-alternatives/image-alt-words  
https://www.courts.oregon.gov https://www.courts.oregon.gov/Pages/default.aspx OK 200 yes 12791 3 7 0 5 74 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-allowed-role, list, region  
                    AccessLint failed rules: adaptable/aria-required-children, adaptable/list-children, aria/aria-allowed-role, landmarks/no-duplicate-contentinfo, text-alternatives/image-alt-words  
https://www.dmv.pa.gov https://www.pa.gov/agencies/dmv OK 200 yes 19054 0 31 0 0 37 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
https://www.dhs.pa.gov/services/assistance/pages/medical-assistance.aspx https://www.pa.gov/agencies/dhs/resources/medicaid OK 200 yes 25098 2 104 0 6 91 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/frame-title  
https://www.legis.state.pa.us https://www.palegis.us/ OK 200 yes 13556 21 17 0 37 121 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-required-parent, color-contrast, link-in-text-block, list  
                    AccessLint failed rules: adaptable/aria-required-parent, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/label-content-mismatch, text-alternatives/image-alt-words  
https://www.pacourts.us https://www.pacourts.us/ OK 200 no 17345 3 17 0 21 124 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R75, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: heading-order, page-has-heading-one, tabindex  
                    AccessLint failed rules: adaptable/aria-required-children, adaptable/aria-required-parent, keyboard-accessible/focus-order, keyboard-accessible/tabindex, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words, text-alternatives/img-alt  
https://dmv.ri.gov https://dmv.ri.gov/ OK 200 no 8626 3 13 0 5 50 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R21, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, landmark-no-duplicate-banner, landmark-unique  
                    AccessLint failed rules: aria/aria-roles, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, navigable/heading-order  
https://eohhs.ri.gov/consumer/medicaid https://eohhs.ri.gov/consumer/medicaid FAIL 404 no 2948 4 3 0 4 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.rilegislature.gov https://www.rilegislature.gov/Pages/Default.aspx OK 200 yes 9100 28 22 0 17 103 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R3 (lang attribute has a valid language code), SIA-R59, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R77, SIA-R79  
                    axe failed rules: image-alt, label-title-only, landmark-one-main, link-name, list, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/aria-dialog-name, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-alt-words, text-alternatives/img-alt  
https://www.courts.ri.gov https://www.courts.ri.gov/Pages/default.aspx OK 200 yes 10007 14 21 0 11 25 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: color-contrast, image-redundant-alt, label-title-only, landmark-no-duplicate-banner, meta-viewport, page-has-heading-one, region, select-name  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-title-only, landmarks/no-duplicate-banner, navigable/empty-heading, text-alternatives/image-redundant-alt  
https://www.scdmvonline.com https://dmv.sc.gov/ OK 200 yes 11683 3 28 0 2 20 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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-R75, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, label-title-only, region  
                    AccessLint failed rules: labels-and-names/label-title-only, navigable/heading-order  
https://scdhhs.gov https://scdhhs.gov/ OK 200 no 12901 2 37 0 0 14 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R10, SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72  
                    axe failed rules: autocomplete-valid, region  
https://www.scstatehouse.gov https://www.scstatehouse.gov/ OK 200 no 11823 81 30 0 31 248 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R3 (lang attribute has a valid language code), SIA-R61, 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-R74, SIA-R75, SIA-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, image-alt, label, landmark-one-main, link-name, list, page-has-heading-one, region, select-name  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://www.sccourts.org https://www.sccourts.org/ OK 200 no 11875 60 29 0 5 356 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: landmark-one-main, landmark-unique, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region  
https://dps.sd.gov/driver-licensing https://www.sd.gov/dps OK 200 yes 9210 2 5 0 4 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R57 (Landmarks don’t repeat the same content), SIA-R84, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: aria/aria-allowed-role, aria/presentation-role-conflict, landmarks/banner-is-top-level, landmarks/landmark-main  
https://dss.sd.gov/medicaid https://dss.sd.gov/medicaid/ OK 200 yes 7101 4 8 0 4 371 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-one-main, landmark-unique, region  
                    AccessLint failed rules: adaptable/aria-required-parent, keyboard-accessible/focus-order, landmarks/landmark-main  
https://sdlegislature.gov https://sdlegislature.gov/ OK 200 no 9401 2 8 0 6 101 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R59, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-required-children, page-has-heading-one  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/aria-progressbar-name, navigable/page-has-heading-one, text-alternatives/image-redundant-alt  
https://ujs.sd.gov https://ujs.sd.gov/ OK 200 no 10565 0 6 0 0 55 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
https://www.tn.gov/safety/driver-services.html https://www.tn.gov/safety/driver-services.html FAIL - no 380 0 0 0 0 0 fetch failed
https://www.tn.gov/tenncare.html https://www.tn.gov/tenncare.html OK 200 no 11102 0 5 0 4 23 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background)  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region  
https://www.capitol.tn.gov https://www.capitol.tn.gov/ OK 200 no 6580 2 7 0 2 26 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: landmark-banner-is-top-level, landmark-no-duplicate-banner  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/banner-is-top-level  
https://www.tncourts.gov https://www.tncourts.gov/ FAIL 405 no 9078 13 18 0 15 164 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70  
                    axe failed rules: heading-order, landmark-complementary-is-top-level, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words  
https://www.dps.texas.gov/section/driver-license https://www.dps.texas.gov/section/driver-license OK 200 no 13402 3 24 0 2 57 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-unique, region  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique  
https://www.hhs.texas.gov/services/health/medicaid-chip https://www.hhs.texas.gov/services/health/medicaid-chip OK 200 no 9361 4 9 0 7 73 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner  
https://www.capitol.texas.gov https://www.capitol.texas.gov/ OK 200 no 6348 1 16 0 5 71 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: region  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, landmarks/region  
https://www.txcourts.gov https://www.txcourts.gov/ OK 200 no 8465 17 15 0 11 46 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), 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-R68 (Accessible name contains the visible label text), SIA-R71, SIA-R72, SIA-R74  
                    axe failed rules: color-contrast, landmark-one-main, landmark-unique, link-name, list, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, navigable/link-name  
https://dld.utah.gov https://dld.utah.gov/ OK 200 no 11072 6 32 0 10 19 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R84  
                    axe failed rules: heading-order, landmark-no-duplicate-banner, region  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region, navigable/heading-order  
https://medicaid.utah.gov https://medicaid.utah.gov/ OK 200 no 12517 1 44 0 6 47 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), 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-R84  
                    axe failed rules: region  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region  
https://le.utah.gov https://le.utah.gov/ OK 200 no 6563 0 22 0 3 55 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R46, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)  
                    AccessLint failed rules: adaptable/th-has-data-cells, distinguishable/link-in-text-block, keyboard-accessible/focus-order  
https://www.utcourts.gov https://www.utcourts.gov/ OK 200 no 2394 5 3 0 5 1 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://dmv.vermont.gov https://dmv.vermont.gov/ FAIL 403 no 2877 5 3 0 5 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://dvha.vermont.gov/for-vermonters/medicaid https://dvha.vermont.gov/for-vermonters/medicaid FAIL 403 no 2782 5 3 0 5 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://legislature.vermont.gov https://legislature.vermont.gov/ OK 200 no 24081 12 23 0 12 71 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85  
                    axe failed rules: aria-allowed-attr, aria-roles, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-unique, list  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, aria/aria-roles, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order  
https://www.vermontjudiciary.org https://www.vermontjudiciary.org/ FAIL 403 no 2744 3 4 0 3 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.dmv.virginia.gov https://www.dmv.virginia.gov/ OK 200 no 13003 1 15 0 3 39 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: region  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-allowed-role, landmarks/region  
https://www.dmas.virginia.gov https://www.dmas.virginia.gov/ OK 200 no 18158 4 12 0 4 19 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R74  
                    axe failed rules: aria-dialog-name, landmark-complementary-is-top-level, list, meta-viewport-large  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch  
https://virginiageneralassembly.gov https://vga.virginia.gov/ OK 200 yes 18389 0 18 0 7 72 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/label-content-mismatch, landmarks/landmark-unique  
https://www.vacourts.gov https://www.vacourts.gov/ OK 200 no 6767 8 21 0 8 20 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-allowed-attr, color-contrast, heading-order, image-redundant-alt, landmark-unique, page-has-heading-one  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-redundant-alt  
https://www.dol.wa.gov https://dol.wa.gov/ OK 200 yes 9804 0 9 0 6 79 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    AccessLint failed rules: adaptable/list-children, landmarks/region  
https://www.hca.wa.gov/free-or-low-cost-health-care/apple-health-medicaid-coverage https://www.hca.wa.gov/free-or-low-cost-health-care/i-need-medical-dental-or-vision-care OK 200 yes 34360 13 0 0 130 264 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: aria-allowed-attr, heading-order, landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, region  
                    AccessLint failed rules: labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-main, landmarks/landmark-unique, landmarks/main-is-top-level, landmarks/no-duplicate-main, landmarks/region, navigable/heading-order  
https://leg.wa.gov https://leg.wa.gov/ OK 200 no 20225 2 20 0 34 57 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-no-duplicate-banner, landmark-unique  
                    AccessLint failed rules: adaptable/td-has-header, aria/aria-allowed-role, labels-and-names/duplicate-id-aria, landmarks/no-duplicate-banner  
https://www.courts.wa.gov https://www.courts.wa.gov/error.html OK 200 yes 4085 8 23 0 7 16 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75  
                    axe failed rules: html-has-lang, image-alt, landmark-one-main, page-has-heading-one, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt  
https://transportation.wv.gov/DMV https://transportation.wv.gov/DMV/Pages/default.aspx OK 200 yes 13397 25 10 0 7 149 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: color-contrast, landmark-one-main, page-has-heading-one, region, skip-link  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one, navigable/skip-link  
https://dhhr.wv.gov/bms https://dhhr.wv.gov/bms/Pages/default.aspx OK 200 yes 5150 5 5 0 8 0 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R9, SIA-R96  
                    axe failed rules: html-has-lang, landmark-one-main, meta-refresh, page-has-heading-one, region  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://www.wvlegislature.gov https://www.wvlegislature.gov/ OK 200 no 6112 19 4 0 26 13 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    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-R75  
                    axe failed rules: image-alt, landmark-one-main, link-name, region  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://www.courtswv.gov https://www.courtswv.gov/ OK 200 no 8932 11 41 0 14 68 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74  
                    axe failed rules: color-contrast, heading-order, landmark-complementary-is-top-level, landmark-unique, page-has-heading-one  
                    AccessLint failed rules: distinguishable/color-contrast, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/img-alt  
https://wisconsindmv.gov https://wisconsindot.gov/Pages/online-srvcs/external/dmv.aspx OK 200 yes 15679 2 7 0 16 8 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: link-in-text-block  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, distinguishable/link-in-text-block, navigable/heading-order  
https://www.dhs.wisconsin.gov/badgercareplus https://www.dhs.wisconsin.gov/badgercareplus/index.htm OK 200 yes 9399 4 18 0 5 281 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-complementary-is-top-level  
                    AccessLint failed rules: labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, landmarks/region  
https://legis.wisconsin.gov https://legis.wisconsin.gov/ OK 200 no 6912 30 10 0 10 32 Failed to launch the browser process! [0225/213758.293698:FATAL:zygote_host_impl_linux.cc(126)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using –no-sandbox. TROUBLESHOOTING: https://pptr.dev/troubleshooting
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R59, SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: image-redundant-alt, landmark-one-main, list, page-has-heading-one, region  
                    AccessLint failed rules: adaptable/list-children, distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-redundant-alt  

Detailed Failure Information (ALFA)

https://alabama.gov

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

Failure 1:

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://alaska.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

https://americansamoa.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://arizona.gov

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://arkansas.gov

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

https://ca.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

Failure 1:

https://colorado.gov

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

Failure 1:

Failure 2:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://delaware.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://dc.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

https://georgia.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Failure 1:

https://guam.gov

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://hawaii.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

https://idaho.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

Failure 2:

https://illinois.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://indiana.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

https://iowa.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

https://kansas.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

https://kentucky.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://maine.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R75

Failure 1:

https://maryland.gov

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

Failure 2:

https://mass.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 1:

https://mi.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://mn.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 1:

https://ms.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

https://mo.gov

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 1:

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

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

https://montana.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

https://nebraska.gov

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

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://nv.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://nh.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://nj.gov

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

Failure 1:

Failure 2:

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R42

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://nm.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Rule: SIA-R85

Failure 1:

https://ny.gov

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://nc.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://nd.gov

Rule: SIA-R10

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R16

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R43

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://ohio.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://ok.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://oregon.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R72

Failure 1:

https://pa.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

https://pr.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

https://ri.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

https://sc.gov

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

Failure 1:

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

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

https://sd.gov

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

Failure 1:

Rule: SIA-R84

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 2:

Failure 1:

https://texas.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://utah.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://wa.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

https://wi.gov

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.alea.gov/dps/driver-license

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://medicaid.alabama.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.legislature.state.al.us

Rule: SIA-R59

Failure 1:

Failure 1:

https://judicial.alabama.gov

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

Failure 1:

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

Failure 1:

Rule: SIA-R47

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R85

Failure 1:

https://doa.alaska.gov/dmv

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://health.alaska.gov/dpa/Pages/default.aspx

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

https://akleg.gov

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://courts.alaska.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

https://azdot.gov/motor-vehicles

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.azahcccs.gov

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R7

Failure 1:

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

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.azleg.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

Failure 2:

https://www.dfa.arkansas.gov/driver-services

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://humanservices.arkansas.gov/divisions-shared-services/medical-services

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.arkleg.state.ar.us

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

Failure 1:

Failure 2:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://arcourts.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.dmv.ca.gov

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://www.dhcs.ca.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 2:

https://www.courts.ca.gov

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

https://dmv.colorado.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R19

Failure 1:

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

Failure 1:

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

Failure 1:

https://hcpf.colorado.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://leg.colorado.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.courts.state.co.us

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://portal.ct.gov/dmv

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

Failure 1:

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

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://portal.ct.gov/dss/health-and-home-care/medicaid

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R19

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

https://jud.ct.gov

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

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://dmv.de.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R17

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://dhss.delaware.gov/dhss/dmma

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

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://legis.delaware.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R85

Failure 1:

https://courts.delaware.gov

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

Failure 1:

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.flhsmv.gov

Rule: SIA-R17

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.flmedicaidmanagedcare.com

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 1:

https://www.leg.state.fl.us

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 1:

https://www.flcourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://dds.georgia.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

https://medicaid.georgia.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

https://www.legis.ga.gov

Rule: SIA-R59

Failure 1:

Failure 1:

https://georgiacourts.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://hidot.hawaii.gov/highways/library/motor-vehicle-safety-office

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://medquest.hawaii.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 1:

https://www.capitol.hawaii.gov

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://itd.idaho.gov/dmv

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://healthandwelfare.idaho.gov/services-programs/medicaid-health

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://legislature.idaho.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://isc.idaho.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 1:

https://www.ilga.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 1:

https://www.illinoiscourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 232 more failures for this rule

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

Failure 1:

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

Failure 1:

https://www.in.gov/bmv

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

Rule: SIA-R95

Failure 1:

https://www.in.gov/fssa/ompp

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R17

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

Rule: SIA-R95

Failure 1:

https://iga.in.gov

Rule: SIA-R59

Failure 1:

Failure 1:

https://iowadot.gov/mvd

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R40

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://hhs.iowa.gov/ime/medicaid

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://www.legis.iowa.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://www.iowacourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R75

Failure 1:

https://www.ksrevenue.gov/dovindex.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.kancare.ks.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.kslegislature.org

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Rule: SIA-R28

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.kscourts.org

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://drive.ky.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://chfs.ky.gov/agencies/dms/dpo/epb/Pages/default.aspx

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://legislature.ky.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://courts.ky.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://www.expresslane.org/drivers

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

https://www.legis.la.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R59

Failure 1:

Rule: SIA-R70

Failure 1:

https://www.lasc.org

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R19

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.maine.gov/sos/bmv

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.maine.gov/dhhs/oms

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://legislature.maine.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.courts.maine.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R13

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

https://mva.maryland.gov

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

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

https://health.maryland.gov/mmcp

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R113

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R20

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R42

Failure 1:

Rule: SIA-R46

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

https://mgaleg.maryland.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.mass.gov/orgs/registry-of-motor-vehicles

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

Failure 1:

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

Failure 1:

https://www.mass.gov/masshealth

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 1:

https://malegislature.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R75

Failure 1:

Failure 2:

https://www.mass.gov/orgs/massachusetts-court-system

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.michigan.gov/sos

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.michigan.gov/mdhhs/assistance-programs/medicaid

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://www.legislature.mi.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

https://www.courts.michigan.gov

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R59

Failure 1:

Failure 1:

https://dps.mn.gov/divisions/dvs

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

https://mn.gov/dhs/people-we-serve/seniors/health-care/health-care-programs/programs-and-services/medical-assistance.jsp

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 1:

https://www.leg.mn.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

https://www.mncourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

https://www.driverservicebureau.dps.ms.gov

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://medicaid.ms.gov

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

https://courts.ms.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 1:

https://mydss.mo.gov/mo-healthnet

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

https://www.house.mo.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.courts.mo.gov

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://mvdmt.gov

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://dphhs.mt.gov/montanahealthcareprograms/medicaid

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://courts.mt.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://dmv.nebraska.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 2:

https://dhhs.ne.gov/Pages/Medicaid-and-Long-Term-Care.aspx

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

https://nebraskalegislature.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R75

Failure 1:

Failure 2:

https://supremecourt.nebraska.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://dmv.nv.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

https://dhcfp.nv.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R13

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

https://www.leg.state.nv.us

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://nvcourts.gov

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

Failure 1:

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.nh.gov/safety/divisions/dmv

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.dhhs.nh.gov/programs-services/medicaid

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.courts.nh.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.nj.gov/mvc

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

https://www.nj.gov/humanservices/dmahs/home

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

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

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.njleg.state.nj.us

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R85

Failure 1:

Failure 2:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

https://www.njcourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

https://www.mvd.newmexico.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 140 more failures for this rule

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.hsd.state.nm.us/lookingforassistance/medicaid

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

Failure 1:

Failure 2:

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.nmlegis.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R16

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

https://www.nmcourts.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

https://dmv.ny.gov

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://health.ny.gov/health_care/medicaid

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.nysenate.gov

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.nycourts.gov

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.ncdot.gov/dmv

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

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

https://medicaid.ncdhhs.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

https://www.ncleg.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.nccourts.gov

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.dot.nd.gov/driver

Rule: SIA-R10

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R16

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://www.hhs.nd.gov/medicaid

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.legis.nd.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.ndcourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.bmv.ohio.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R42

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

Rule: SIA-R94

Failure 1:

https://medicaid.ohio.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.supremecourt.ohio.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

https://oklahoma.gov/dps.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://oklahoma.gov/ohca.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.oklegislature.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Failure 1:

https://www.oscn.net

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

https://www.oregon.gov/odot/dmv

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.oregon.gov/oha/hsd/ohp

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

https://www.oregonlegislature.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R19

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://www.courts.oregon.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.dmv.pa.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.dhs.pa.gov/services/assistance/pages/medical-assistance.aspx

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 64 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.legis.state.pa.us

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.pacourts.us

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R75

Failure 1:

Failure 1:

https://dmv.ri.gov

Rule: SIA-R110

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R113

Failure 1:

Rule: SIA-R21

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://eohhs.ri.gov/consumer/medicaid

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.rilegislature.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R59

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R77

Failure 1:

Rule: SIA-R79

Failure 1:

https://www.courts.ri.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R47

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.scdmvonline.com

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R75

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://scdhhs.gov

Rule: SIA-R10

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

https://www.scstatehouse.gov

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R75

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.sccourts.org

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dps.sd.gov/driver-licensing

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

Failure 1:

Rule: SIA-R84

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 2:

Failure 1:

https://dss.sd.gov/medicaid

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

https://sdlegislature.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

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

Failure 1:

https://ujs.sd.gov

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

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.tn.gov/tenncare.html

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

https://www.capitol.tn.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.tncourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

https://www.dps.texas.gov/section/driver-license

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

https://www.hhs.texas.gov/services/health/medicaid-chip

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://www.capitol.texas.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R20

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.txcourts.gov

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R71

Failure 1:

Failure 2:

Rule: SIA-R72

Failure 1:

Rule: SIA-R74

Failure 1:

https://dld.utah.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R84

Failure 1:

https://medicaid.utah.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R84

Failure 1:

https://le.utah.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R46

Failure 1:

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

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 1:

https://www.utcourts.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://dmv.vermont.gov

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://dvha.vermont.gov/for-vermonters/medicaid

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://legislature.vermont.gov

Rule: SIA-R110

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R21

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

https://www.vermontjudiciary.org

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 1:

https://www.dmv.virginia.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.dmas.virginia.gov

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://virginiageneralassembly.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.vacourts.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.dol.wa.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://leg.wa.gov

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://www.courts.wa.gov

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Rule: SIA-R75

Failure 1:

https://transportation.wv.gov/DMV

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://dhhr.wv.gov/bms

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.wvlegislature.gov

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R75

Failure 1:

https://www.courtswv.gov

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

https://wisconsindmv.gov

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.dhs.wisconsin.gov/badgercareplus

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://legis.wisconsin.gov

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Detailed Failure Information (axe)

https://alabama.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://alaska.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://americansamoa.gov

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

https://arizona.gov

Rule: meta-refresh

Impact: critical

Failure 1:

https://arkansas.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

https://colorado.gov

Rule: aria-hidden-focus

Impact: serious

Failure 1:

https://dc.gov

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://georgia.gov

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://guam.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://hawaii.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

https://idaho.gov

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://iowa.gov

Rule: landmark-unique

Impact: moderate

Failure 1:

https://kansas.gov

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://kentucky.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://maine.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

https://mi.gov

Rule: frame-title

Impact: serious

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://mn.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://ms.gov

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://mo.gov

Rule: button-name

Impact: critical

Failure 1:

Rule: document-title

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://montana.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://nebraska.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://nv.gov

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://nh.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://nj.gov

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: meta-viewport-large

Impact: minor

Failure 1:

https://nm.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: label

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

https://ny.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://nc.gov

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://nd.gov

Rule: aria-required-attr

Impact: critical

Failure 1:

Rule: autocomplete-valid

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

https://ohio.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://ok.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://pr.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 72 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

Failure 2:

https://ri.gov

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

https://sc.gov

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

https://sd.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://texas.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://utah.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://wa.gov

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://wi.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://www.alea.gov/dps/driver-license

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://medicaid.alabama.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.legislature.state.al.us

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://judicial.alabama.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://doa.alaska.gov/dmv

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://akleg.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://courts.alaska.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://azdot.gov/motor-vehicles

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.azahcccs.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: valid-lang

Impact: serious

Failure 1:

Failure 2:

https://www.azleg.gov

Rule: aria-input-field-name

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

https://www.azcourts.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.dfa.arkansas.gov/driver-services

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

https://humanservices.arkansas.gov/divisions-shared-services/medical-services

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

https://arcourts.gov

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.dmv.ca.gov

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://www.courts.ca.gov

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://dmv.colorado.gov

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

https://www.courts.state.co.us

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://portal.ct.gov/dmv

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://portal.ct.gov/dss/health-and-home-care/medicaid

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://jud.ct.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

https://dmv.de.gov

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

https://dhss.delaware.gov/dhss/dmma

Rule: aria-input-field-name

Impact: serious

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://legis.delaware.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://courts.delaware.gov

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

https://www.flhsmv.gov

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.flmedicaidmanagedcare.com

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

https://www.leg.state.fl.us

Rule: definition-list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

https://www.flcourts.gov

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://dds.georgia.gov

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://medicaid.georgia.gov

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

https://www.legis.ga.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://georgiacourts.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://medquest.hawaii.gov

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://www.capitol.hawaii.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.courts.state.hi.us

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://healthandwelfare.idaho.gov/services-programs/medicaid-health

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://legislature.idaho.gov

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

https://isc.idaho.gov

Rule: empty-heading

Impact: minor

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.ilga.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: select-name

Impact: critical

Failure 1:

https://www.illinoiscourts.gov

Rule: color-contrast

Impact: serious

Failure 1:

https://www.in.gov/bmv

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.in.gov/fssa/ompp

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://iga.in.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://iowadot.gov/mvd

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://hhs.iowa.gov/ime/medicaid

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

https://www.legis.iowa.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.iowacourts.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.ksrevenue.gov/dovindex.html

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: moderate

Failure 1:

https://www.kancare.ks.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.kslegislature.org

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: input-image-alt

Impact: critical

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://www.kscourts.org

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://drive.ky.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://chfs.ky.gov/agencies/dms/dpo/epb/Pages/default.aspx

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://legislature.ky.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://courts.ky.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.expresslane.org/drivers

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://www.legis.la.gov

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.lasc.org

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-input-field-name

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-toggle-field-name

Impact: serious

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://www.maine.gov/sos/bmv

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.maine.gov/dhhs/oms

Rule: empty-heading

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://legislature.maine.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

https://www.courts.maine.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://mva.maryland.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://health.maryland.gov/mmcp

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: aria-valid-attr

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.mdcourts.gov

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

https://malegislature.gov

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

https://www.michigan.gov/sos

Impact: serious

Failure 1:

Failure 2:

Rule: tabindex

Impact: serious

Failure 1:

https://www.michigan.gov/mdhhs/assistance-programs/medicaid

Rule: tabindex

Impact: serious

Failure 1:

https://www.legislature.mi.gov

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Impact: serious

Failure 1:

https://www.courts.michigan.gov

Rule: document-title

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://dps.mn.gov/divisions/dvs

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

https://mn.gov/dhs/people-we-serve/seniors/health-care/health-care-programs/programs-and-services/medical-assistance.jsp

Rule: color-contrast

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.leg.mn.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://www.mncourts.gov

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

https://www.driverservicebureau.dps.ms.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: label-title-only

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://medicaid.ms.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://courts.ms.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://dor.mo.gov/driver-license

Rule: color-contrast

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://mydss.mo.gov/mo-healthnet

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

https://www.house.mo.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.courts.mo.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://mvdmt.gov

Rule: meta-refresh

Impact: critical

Failure 1:

https://dphhs.mt.gov/montanahealthcareprograms/medicaid

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://leg.mt.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Impact: moderate

Failure 1:

https://courts.mt.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

https://dmv.nebraska.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: frame-title

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

https://dhhs.ne.gov/Pages/Medicaid-and-Long-Term-Care.aspx

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://nebraskalegislature.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

https://supremecourt.nebraska.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://dmv.nv.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Impact: serious

Failure 1:

https://dhcfp.nv.gov

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://www.leg.state.nv.us

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://nvcourts.gov

Rule: aria-required-attr

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

https://www.nh.gov/safety/divisions/dmv

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.dhhs.nh.gov/programs-services/medicaid

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.gencourt.state.nh.us

Rule: color-contrast

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.courts.nh.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.nj.gov/mvc

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.nj.gov/humanservices/dmahs/home

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

https://www.njleg.state.nj.us

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://www.njcourts.gov

Rule: button-name

Impact: critical

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://www.mvd.newmexico.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.hsd.state.nm.us/lookingforassistance/medicaid

Rule: button-name

Impact: critical

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.nmlegis.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-required-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

https://www.nmcourts.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://dmv.ny.gov

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://health.ny.gov/health_care/medicaid

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.nysenate.gov

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.nycourts.gov

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.ncdot.gov/dmv

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.ncleg.gov

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.nccourts.gov

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://www.dot.nd.gov/driver

Rule: aria-required-attr

Impact: critical

Failure 1:

Rule: autocomplete-valid

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.hhs.nd.gov/medicaid

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://www.ndcourts.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.bmv.ohio.gov

Rule: aria-command-name

Impact: serious

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://medicaid.ohio.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.supremecourt.ohio.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 166 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 86 more failures for this rule

https://oklahoma.gov/dps.html

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://oklahoma.gov/ohca.html

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.oklegislature.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: label

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

https://www.oscn.net

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.oregon.gov/odot/dmv

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.oregon.gov/oha/hsd/ohp

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://www.oregonlegislature.gov

Rule: accesskeys

Impact: serious

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.courts.oregon.gov

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.dhs.pa.gov/services/assistance/pages/medical-assistance.aspx

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

https://www.legis.state.pa.us

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

https://www.pacourts.us

Rule: heading-order

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://dmv.ri.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://eohhs.ri.gov/consumer/medicaid

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.rilegislature.gov

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://www.courts.ri.gov

Rule: color-contrast

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

https://www.scdmvonline.com

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://scdhhs.gov

Rule: autocomplete-valid

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.scstatehouse.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: label

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

Failure 2:

https://www.sccourts.org

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 53 more failures for this rule

https://dps.sd.gov/driver-licensing

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://dss.sd.gov/medicaid

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://sdlegislature.gov

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.capitol.tn.gov

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

https://www.tncourts.gov

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.dps.texas.gov/section/driver-license

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://www.hhs.texas.gov/services/health/medicaid-chip

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://www.capitol.texas.gov

Rule: region

Impact: moderate

Failure 1:

https://www.txcourts.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://dld.utah.gov

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://medicaid.utah.gov

Rule: region

Impact: moderate

Failure 1:

https://www.utcourts.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dmv.vermont.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://dvha.vermont.gov/for-vermonters/medicaid

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://legislature.vermont.gov

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-roles

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: list

Impact: serious

Failure 1:

https://www.vermontjudiciary.org

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.dmv.virginia.gov

Rule: region

Impact: moderate

Failure 1:

https://www.dmas.virginia.gov

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

https://www.vacourts.gov

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.hca.wa.gov/free-or-low-cost-health-care/apple-health-medicaid-coverage

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://leg.wa.gov

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.courts.wa.gov

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://transportation.wv.gov/DMV

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Impact: moderate

Failure 1:

Failure 2:

https://dhhr.wv.gov/bms

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: meta-refresh

Impact: critical

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.wvlegislature.gov

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

https://www.courtswv.gov

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://wisconsindmv.gov

Impact: serious

Failure 1:

Failure 2:

https://www.dhs.wisconsin.gov/badgercareplus

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://legis.wisconsin.gov

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule