open-scans

Scan Report: USA Cities over 100k 3/3

🎯 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 8 25 430 14 477 Welcome to the City of Cambridge
View Page 71 17 245 86 419 Thousand Oaks, CA
View Page 6 7 362 14 389 City of West Jordan, UT
View Page 51 21 183 126 381 City of Clovis
View Page 9 18 286 15 328 Welcome to Edinburg, TX
View Page 58 42 120 88 308 Sparks, NV
View Page 18 25 61 188 292 Home - City of Davenport
View Page 43 45 134 58 280 Denton, TX | Official Website
View Page 40 29 156 27 252 Lafayette Hotels & Things to Do | Lafayette Vacations
View Page 1 22 54 153 230 Home | Allen, Texas

🔧 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 87 of 127 View Rule
SIA-R66: Text has enhanced contrast with its background 75 of 127 View Rule
SIA-R57: Landmarks don’t repeat the same content 73 of 127 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 66 of 127 View Rule
SIA-R56: Landmarks with the same role are distinguishable 54 of 127 View Rule
SIA-R53: Headings follow a logical hierarchy 47 of 127 View Rule
SIA-R68: Accessible name contains the visible label text 40 of 127 View Rule
SIA-R69: Text has sufficient contrast with its background 33 of 127 View Rule
SIA-R14: Images have an accessible name or are decorative 31 of 127 View Rule
SIA-R61 31 of 127 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 92 of 127 View Rule
landmark-unique 56 of 127 View Rule
heading-order 43 of 127 View Rule
landmark-one-main 30 of 127 View Rule
aria-valid-attr-value 29 of 127 View Rule
color-contrast 28 of 127 View Rule
aria-required-children 28 of 127 View Rule
aria-required-parent 25 of 127 View Rule
html-has-lang 22 of 127 View Rule
link-name 21 of 127 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 40 page(s) - 40 occurrence(s)

Scanner: axe Rule: landmark-unique Impact: moderate Issue: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

HTML Pattern:

<nav class="widgetGraphicLinksNav" aria-label="Graphic links">

XPath (use in browser DevTools):

#graphicLinkWidgetc26a0721-77ca-4ae4-8b81-30760b07e12a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]

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('#graphicLinkWidgetc26a0721-77ca-4ae4-8b81-30760b07e12a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>

XPath (use in browser DevTools):

#miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cp-miniCalendar-title

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('#miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cp-miniCalendar-title')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 23 page(s) - 24 occurrence(s)

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

HTML Pattern:

<a class="widgetDesc widgetQuickLinksLink" href="/" target="_self">Home</a>

XPath (use in browser DevTools):

/a[@class="widgetDesc widgetQuickLinksLink"]

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="widgetDesc widgetQuickLinksLink"]')
  5. The element will be highlighted

Affected Pages:


Pattern 4: Affects 22 page(s) - 23 occurrence(s)

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

HTML Pattern:

<a class="widgetDesc widgetQuickLinksLink" href="/sitemap" target="_self">Site Map</a>

XPath (use in browser DevTools):

/a[@class="widgetDesc widgetQuickLinksLink"]

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="widgetDesc widgetQuickLinksLink"]')
  5. The element will be highlighted

Affected Pages:


Pattern 5: Affects 22 page(s) - 22 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 class="dropdown">...</p>

XPath (use in browser DevTools):

/p[@class="dropdown"]

How to Replicate:

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

Affected Pages:


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

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<div class="cpToolbar user public" style="z-index: 1;">

XPath (use in browser DevTools):

.user

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

Affected Pages:


Pattern 7: Affects 20 page(s) - 20 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 8: Affects 19 page(s) - 19 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<h1>Access Denied</h1>

XPath (use in browser DevTools):

h1

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

Affected Pages:


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

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

HTML Pattern:

<a class="widgetDesc widgetQuickLinksLink" href="/accessibility" target="_self">Accessibility</a>

XPath (use in browser DevTools):

/a[@class="widgetDesc widgetQuickLinksLink"]

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="widgetDesc widgetQuickLinksLink"]')
  5. The element will be highlighted

Affected Pages:


Pattern 10: Affects 15 page(s) - 56 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 11: Affects 15 page(s) - 15 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral">CivicPlus®</a></span>

XPath (use in browser DevTools):

.cpBylineTextTS

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

Affected Pages:


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

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

HTML Pattern:

<a class="widgetDesc widgetQuickLinksLink" href="/site/copyright" target="_self">Copyright Notices</a>

XPath (use in browser DevTools):

/a[@class="widgetDesc widgetQuickLinksLink"]

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="widgetDesc widgetQuickLinksLink"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<p class="widgetItem">There are no published events in current month.</p>

XPath (use in browser DevTools):

#widgetCalendar2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cpGrid3.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > 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('#widgetCalendar2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cpGrid3.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p')
  5. The element will be highlighted

Affected Pages:


Pattern 14: Affects 15 page(s) - 15 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 15: 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:


💡 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://www.cityofdenton.com/ https://www.cityofdenton.com/ OK 200 no 22224 43 45 134 58 195 Denton, TX | Official Website
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, 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-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: frame-title, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_onchange_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words  
https://cityofwarren.org/ https://www.cityofwarren.org/ OK 200 yes 19395 1 11 39 2 114 Home - City of Warren
                    ALFA failed rules: 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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region  
https://www.cityofpasadena.net/ https://www.cityofpasadena.net/ OK 200 no 22121 6 17 34 11 159 City of Pasadena - California
                    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-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: color-contrast, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_tabbable_role_valid, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, navigable/heading-order, navigable/link-name  
http://www.waco-texas.com/ https://www.waco-texas.com/Home OK 200 yes 15405 1 10 24 2 12 Home City of Waco
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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: aria-dialog-name  
                    Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region  
https://www.cedar-rapids.org/ https://www.cedar-rapids.org/ OK 200 no 12633 3 11 98 25 59 Cedar Rapids, Iowa | City of Five Seasons®
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, 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), SIA-R74  
                    axe failed rules: color-contrast, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, html_skipnav_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-hidden-focus, aria/aria-valid-attr, keyboard-accessible/focus-order, navigable/link-name  
https://daytonohio.gov/ https://daytonohio.gov/ OK 200 no 14729 11 19 61 15 25 Dayton, OH | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, 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-R68 (Accessible name contains the visible label text)  
                    axe failed rules: aria-allowed-role, aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_exists, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.elizabethnj.org/ https://www.elizabethnj.org/ OK 200 no 20988 16 18 69 18 100 Elizabeth, NJ | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, 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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.hampton.gov/ https://www.hampton.gov/ OK 200 yes 37231 8 17 71 0 77 page.addScriptTag: Refused to frame ‘https://311.hampton.gov/’ because an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘self’”.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, 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-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: frame-title, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
https://columbiasc.gov/ https://columbiasc.gov/ OK 200 no 4531 1 2 6 3 0 Welcome to the City of Columbia, SC -
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one  
https://kentwa.gov/ https://kentwa.gov/ FAIL - no 99 0 0 0 0 0 fetch failed
https://www.stamfordct.gov/ https://www.stamfordct.gov/ FAIL 403 no 2769 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://ci.victorville.ca.us/ http://ci.victorville.ca.us/ FAIL - no 10494 0 0 0 0 0 fetch failed
https://www.miramarfl.gov/ https://www.miramarfl.gov/Home OK 200 yes 15494 3 7 74 14 18 Home
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, aria-dialog-name, aria-valid-attr-value  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region, text-alternatives/image-alt-words  
http://www.coralsprings.org/ https://www.coralsprings.gov/Home OK 200 yes 13113 0 10 18 5 35 Home - City of Coral Springs
                    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-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)  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, landmarks/no-duplicate-main, landmarks/region  
https://www.sterlingheights.gov/ https://www.sterlingheights.gov/ OK 200 no 21942 8 23 62 22 113 Sterling Heights, MI - Official Website | Official Website
                    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-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.newhavenct.gov/ https://www.newhavenct.gov/ FAIL 403 no 2806 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.cityofcarrollton.com/ http://www.cityofcarrollton.com/ FAIL 403 no 2623 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.midlandtexas.gov/ http://www.midlandtexas.gov/ FAIL - no 60003 0 0 0 0 0 URL scan exceeded 60s timeout
https://www.normanok.gov/ https://www.normanok.gov/ OK 200 no 17918 10 18 175 6 102 Welcome to the City of Norman, OK | City of Norman, OK
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, empty-heading, list, presentation-role-conflict, region  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_landmark_name_unique, aria_role_redundant, aria_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, form_submit_button_exists, heading_content_exists, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, keyboard-accessible/focus-order, labels-and-names/aria-command-name, labels-and-names/button-name, navigable/empty-heading  
http://www.santaclaraca.gov/ http://www.santaclaraca.gov/ FAIL 403 no 2802 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.athensclarkecounty.com/ https://www.accgov.com/ OK 200 yes 21569 14 19 69 15 66 Athens-Clarke County, GA - Official Website | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, 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-R64, 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-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-allowed-role, aria-required-children, aria-required-parent, aria-valid-attr-value, empty-heading, heading-order, landmark-complementary-is-top-level, landmark-unique, region  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_content_exists, input_label_before, input_label_exists, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one  
http://www.caguas.gov.pr/ https://caguas.gov.pr/ OK 200 yes 43037 64 13 81 63 211 Home Caguas - Municipio de Caguas
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, 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-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, link-in-text-block, link-name, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_contentinfo_label_unique, aria_contentinfo_single, aria_hidden_nontabbable, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, script_onclick_misuse, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/link-name, navigable/page-has-heading-one  
https://www.toaks.org/ https://toaks.gov/ OK 200 yes 39598 71 17 245 86 576 Thousand Oaks, CA
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-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-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-required-children, color-contrast, heading-order, landmark-one-main, list, listitem, meta-viewport, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, distinguishable/meta-viewport, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words  
http://www.topeka.org/ https://topeka.gov/ OK 200 yes 11994 5 16 49 7 29 Welcome to Topeka, KS
                    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-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)  
                    axe failed rules: frame-title, image-alt, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, frame_title_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/region, text-alternatives/img-alt  
https://www.simivalley.org/ https://www.simivalley.org/ FAIL 403 no 2886 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.como.gov/ https://www.como.gov/ OK 200 no 5147 6 5 9 6 2 City of Columbia Missouri - Official Government Website
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, html_skipnav_exists, skip_main_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://www.cityofvallejo.net/ https://www.cityofvallejo.net/ OK 200 no 21647 21 15 32 10 162 Home - City of Vallejo, CA
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R47, 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: aria-allowed-role, aria-hidden-focus, aria-progressbar-name, aria-prohibited-attr, color-contrast, empty-heading, frame-title, landmark-complementary-is-top-level, landmark-unique, meta-viewport, region  
                    Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, frame_title_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/landmark-main, landmarks/landmark-unique  
http://ci.fargo.nd.us/ https://fargond.gov/ OK 200 yes 14237 14 10 90 4 272 The City of Fargo - Home Page
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, label-title-only, landmark-unique, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: labels-and-names/label-title-only, landmarks/landmark-main, navigable/page-has-heading-one, navigable/skip-link  
http://www.allentownpa.gov/ https://www.allentownpa.gov/en-us/ OK 200 yes 34140 17 12 163 3 172 Home
                    ALFA failed rules: 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-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-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: heading-order, landmark-no-duplicate-contentinfo, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/no-duplicate-contentinfo, navigable/heading-order  
https://www.pearlandtx.gov/ https://www.pearlandtx.gov/ FAIL 403 no 2803 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.cityofconcord.org/ https://www.cityofconcord.org/ OK 200 no 17435 14 13 63 11 42 Concord, CA | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, 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), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one  
http://www.abilenetx.com/ https://www.abilenetx.gov/ OK 200 yes 24675 12 35 119 23 178 Abilene, TX | Official Website
                    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-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-R80 (ASCII art has a text alternative)  
                    axe failed rules: heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words  
http://arvada.org/ https://www.arvadaco.gov/ OK 200 yes 18085 25 21 60 14 94 Arvada, CO | Official Website
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, 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-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://berkeleyca.gov/ https://berkeleyca.gov/ FAIL - no 60001 0 0 0 0 0 URL scan exceeded 60s timeout
https://www.a2gov.org/ https://www.a2gov.org/ OK 200 no 29482 7 18 35 6 80 Home | City of Ann Arbor
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), 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-R78 (Headings of same level have text content between them), SIA-R84  
                    axe failed rules: color-contrast, meta-viewport-large  
                    Equal Access failed rules: aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region  
https://www.independencemo.gov/ https://www.independencemo.gov/ OK 200 no 12703 59 14 15 3 83 City of Independence | City of Independence, MO
                    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-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: presentation-role-conflict, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, navigable/link-name, text-alternatives/image-alt-words  
https://rochestermn.gov/ http://www.rochestermn.gov/ FAIL 403 yes 2850 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.lafayettetravel.com/ https://www.lafayettetravel.com/ OK 200 no 25364 40 29 156 27 219 Lafayette Hotels & Things to Do | Lafayette Vacations
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, frame-title, landmark-one-main, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_exists, input_label_visible, label_content_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner  
http://www.hartford.gov/ http://www.hartford.gov/ FAIL - no 335 0 0 0 0 0 fetch failed
http://www.cstx.gov/ https://www.cstx.gov/ OK 200 yes 26039 9 28 45 11 65 Home | City of College Station Station
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R72, 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: aria-valid-attr-value, color-contrast, landmark-unique, meta-viewport-large, nested-interactive, role-img-alt  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, text-alternatives/role-img-alt  
http://www.ci.clovis.ca.us/ https://www.clovisca.gov/ OK 200 yes 19950 51 21 183 126 200 City of Clovis
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R17, 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), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84  
                    axe failed rules: aria-hidden-focus, button-name, color-contrast, frame-title, region  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_label_visible, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/region  
http://www.fairfield.ca.gov/ https://www.fairfield.ca.gov/ FAIL 403 yes 3698 5 3 8 5 3 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, skip_main_exists, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.palmbayflorida.org/ https://www.palmbayfl.gov/ FAIL 403 yes 2966 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.cor.net/ https://www.cor.net/ FAIL 403 no 3260 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.roundrocktexas.gov/ https://www.roundrocktexas.gov/ OK 200 yes 26741 52 31 115 27 238 Home - City of Round Rock
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), 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-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-R90 (iframe elements have an accessible name)  
                    axe failed rules: aria-allowed-role, aria-hidden-focus, color-contrast, heading-order, label-title-only, landmark-unique, link-name, nested-interactive, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_hidden_nontabbable, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_content_exists, html_lang_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-title-only, landmarks/landmark-unique, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-alt-words  
https://www.cambridgema.gov/ https://www.cambridgema.gov/ OK 200 no 18962 8 25 430 14 156 Welcome to the City of Cambridge
                    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-R78 (Headings of same level have text content between them), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: color-contrast, heading-order, image-redundant-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, heading_markup_misuse, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt  
https://meridiancity.org/ https://meridiancity.org/ FAIL 403 no 4144 1 2 6 2 0 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception  
https://www.wpb.org/ https://www.wpb.org/Home OK 200 yes 23966 1 19 25 2 49 Home City of West Palm Beach
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
http://www.evansvillegov.org/ https://www.evansvillegov.org/ OK 200 yes 6861 6 6 23 3 12 Welcome to Evansville and Vanderburgh County / City of Evansville - Vanderburgh County
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one  
http://www.myclearwater.com/ https://www.myclearwater.com/Home OK 200 yes 14567 1 11 23 3 50 Home - City of Clearwater
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), 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-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order  
https://www.billingsmt.gov/ https://www.billingsmt.gov/ OK 200 no 26460 22 19 85 22 100 City of Billings, MT - Official Website | Official Website
                    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-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), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, heading_markup_misuse, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one  
https://www.westjordan.utah.gov/ https://www.westjordan.utah.gov/ OK 200 no 22094 6 7 362 14 105 City of West Jordan, UT
                    ALFA failed rules: SIA-R12 (Links have an accessible name), 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-R61, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, landmark-no-duplicate-banner, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_attribute_valid, aria_banner_label_unique, aria_banner_single, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, caption_track_exists, combobox_popup_reference, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, html_skipnav_exists, input_label_visible, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/banner-is-top-level, navigable/page-has-heading-one, text-alternatives/image-alt-words  
https://www.ci.richmond.ca.us/ https://www.ci.richmond.ca.us/ OK 200 no 23998 21 27 125 23 82 Richmond, CA - Official Website | Official Website
                    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-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
http://www.ci.westminster.co.us/ https://www.westminsterco.gov/ OK 200 yes 23662 11 20 57 17 148 Westminster, CO | Official Website
                    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-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: heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.manchesternh.gov/ https://www.manchesternh.gov/ OK 200 yes 26912 15 29 41 5 298 City Of Manchester
                    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-R66 (Text has enhanced contrast with its background), 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-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, landmark-one-main, region  
                    Equal Access failed rules: aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, navigable/heading-order  
https://www.lowellma.gov/ https://www.lowellma.gov/ OK 200 no 22729 26 28 98 38 88 Lowell, MA | Official Website
                    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-R18 (ARIA states are consistent with element semantics), 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)  
                    axe failed rules: heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
http://www.wilmingtonnc.gov/ https://www.wilmingtonnc.gov/Home OK 200 yes 13391 3 12 34 7 27 Home - Wilmington, NC
                    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-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-role, aria-dialog-name, aria-valid-attr-value  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region  
https://www.antiochca.gov/ https://www.antiochca.gov/ OK 200 no 21954 19 30 78 21 83 Antioch, CA | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, 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), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.beaumonttexas.gov/ https://www.beaumonttexas.gov/ OK 200 no 34303 25 22 92 25 450 Beaumont, TX | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-R42, 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), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-prohibited-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one  
https://www.provo.org/ https://www.provo.gov/ OK 200 yes 22795 15 17 78 24 46 Provo, UT | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, 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), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one  
http://www.northcharleston.org/ https://www.northcharleston.org/ OK 200 yes 16199 26 23 66 55 71 Welcome to City of North Charleston
                    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-R14 (Images have an accessible name or are decorative), SIA-R17, 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-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-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-prohibited-attr, button-name, color-contrast, heading-order, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-redundant-alt  
https://www.cityofelgin.org/ https://elginil.gov/ OK 200 yes 22196 24 34 106 29 102 City of Elgin, Illinois - Official Website | Official Website
                    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-R18 (ARIA states are consistent with element semantics), SIA-R42, 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-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
http://www.carlsbadca.gov/ http://www.carlsbadca.gov/ FAIL 403 no 2964 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.odessa-tx.gov/ https://www.odessa-tx.gov/ OK 200 yes 34645 14 13 107 41 326 Odessa, TX | Official Website
                    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-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-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: image-redundant-alt, landmark-unique, region, scrollable-region-focusable  
                    Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, heading_content_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.waterburyct.org/ https://www.waterburyct.org/ OK 200 no 14253 27 20 41 19 64 Welcome to the Brass City! - City of Waterbury, CT
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R42, 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-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84, SIA-R85  
                    axe failed rules: aria-required-children, aria-required-parent, color-contrast, heading-order, landmark-unique, link-name, listitem, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_misuse, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_single  
                    AccessLint failed rules: adaptable/listitem-parent, labels-and-names/frame-title, landmarks/landmark-unique, navigable/heading-order, navigable/link-name  
https://springfield.il.us/ https://springfield.il.us/ OK 200 no 11900 7 14 25 12 31 City of Springfield, IL City of Springfield - Home of Abraham Lincoln
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, 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-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, landmark-banner-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-main, list, page-has-heading-one  
                    Equal Access failed rules: aria_main_label_visible, aria_role_redundant, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_valid, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/no-duplicate-main, navigable/empty-heading, navigable/page-has-heading-one, text-alternatives/img-alt  
http://www.leaguecity.com/ https://www.leaguecitytx.gov/ OK 200 yes 26817 18 31 70 27 160 The League City Official Website! | Official Website
                    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-R42, 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-R70, SIA-R72  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.downeyca.org/ http://www.downeyca.org/ FAIL 403 no 2533 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.greshamoregon.gov/ https://www.greshamoregon.gov/ OK 200 yes 12701 14 19 55 13 94 Home | City of Gresham
                    ALFA failed rules: 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-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-prohibited-attr, empty-heading, heading-order, region, skip-link  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one, navigable/skip-link  
https://www.highpointnc.gov/ https://www.highpointnc.gov/ OK 200 no 28376 18 45 67 25 329 High Point, NC | Official Website
                    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-R3 (lang attribute has a valid language code), SIA-R42, 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)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.brokenarrowok.gov/ https://www.brokenarrowok.gov/ FAIL 403 no 2682 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.peoriagov.org/ https://www.peoriagov.org/ OK 200 yes 26853 12 23 88 15 357 Peoria, IL | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), 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-R93  
                    axe failed rules: frame-title, landmark-no-duplicate-banner, landmark-unique, region  
                    Equal Access failed rules: aria_banner_label_unique, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_spacing_valid, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-alt-words  
http://www.lansingmi.gov/ https://www.lansingmi.gov/ OK 200 yes 11952 2 3 28 0 7 page.addScriptTag: The Content Security Policy directive ‘upgrade-insecure-requests’ is ignored when delivered in a report-only policy.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single  
http://www.lakelandgov.net/ https://www.lakelandgov.net/ OK 200 yes 12824 30 21 86 16 154 Home | City of Lakeland
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R47, 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-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: color-contrast, landmark-one-main, landmark-unique, link-name, list, meta-viewport, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, navigable/link-name  
https://www.pompanobeachfl.gov/ https://www.pompanobeachfl.gov/ OK 200 no 15344 15 7 60 5 72 Home | City of Pompano Beach
                    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-R69 (Text has sufficient contrast with its background), SIA-R71, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, navigable/skip-link  
https://www.costamesaca.gov/ https://www.costamesaca.gov/ FAIL 403 no 2660 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.pueblo.us/ https://www.pueblo.us/ OK 200 yes 25738 13 16 69 18 292 Pueblo, CO - Official Website | Official Website
                    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-R42, 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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.cityoflewisville.com/ http://www.cityoflewisville.com/ FAIL 403 no 2708 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.miamigardens-fl.gov/ https://www.miamigardens-fl.gov/ OK 200 no 30312 17 26 82 25 94 Miami Gardens, FL | Official Website
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, 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-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-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R85  
                    axe failed rules: frame-title, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_markup_misuse, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://www.lascruces.gov/ https://www.lascruces.gov/ FAIL 403 no 3939 1 2 6 2 0 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception  
https://www.sugarlandtx.gov/ https://www.sugarlandtx.gov/ OK 200 no 19482 26 17 68 19 140 Sugar Land, TX - Official Website | Official Website
                    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-R3 (lang attribute has a valid language code), SIA-R42, 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-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://www.murrietaca.gov/ https://www.murrietaca.gov/ OK 200 no 18811 22 21 81 21 87 Murrieta, CA | Official Website
                    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-R3 (lang attribute has a valid language code), SIA-R42, 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-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://www.cityofventura.ca.gov/ https://www.cityofventura.ca.gov/ OK 200 no 27738 7 22 82 18 127 Ventura, CA | Official Website
                    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-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-R80 (ASCII art has a text alternative)  
                    axe failed rules: heading-order, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_onchange_review, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words  
https://everettwa.gov/ https://www.everettwa.gov/ OK 200 yes 22467 7 17 58 17 80 Everett, WA - Official Website | Official Website
                    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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-complementary-is-top-level, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one  
http://www.cityoftemecula.org/ http://www.cityoftemecula.org/ OK 200 no 2817 4 0 7 4 0 No request found in response
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://dearborn.gov/ https://dearborn.gov/ OK 200 no 15474 8 25 71 11 63 Home Page | City of Dearborn
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, 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-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R71, SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: aria-hidden-focus, button-name, frame-title, heading-order, landmark-unique, page-has-heading-one, select-name  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_hidden_nontabbable, aria_id_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, form_interaction_review, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/form-label, labels-and-names/frame-title, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one  
http://www.ci.santa-maria.ca.us/ http://www.ci.santa-maria.ca.us/ FAIL - no 10494 0 0 0 0 0 fetch failed
http://www.westcovina.org/ https://www.westcovina.gov/ OK 200 yes 21316 14 30 73 15 128 West Covina, CA | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, 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-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.ci.el-monte.ca.us/ https://www.ci.el-monte.ca.us/ OK 200 yes 16287 15 14 115 11 38 El Monte, CA | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R42, 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), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://greeleygov.com/ https://greeleyco.gov/ OK 200 yes 17291 1 11 18 10 36 City of Greeley
                    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-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: landmark-unique  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly  
                    AccessLint failed rules: adaptable/aria-required-parent, distinguishable/color-contrast, labels-and-names/frame-title  
https://www.cityofsparks.us/ https://www.cityofsparks.us/ OK 200 no 16862 58 42 120 88 174 Sparks, NV
                    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-R17, 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-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-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-allowed-role, aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, link-name, meta-viewport, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/frame-title, landmarks/region, navigable/heading-order, navigable/link-name  
https://www.centennialco.gov/Home https://www.centennialco.gov/Home OK 200 no 10194 0 6 10 1 30 Home – City of Centennial
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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)  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: landmarks/region  
https://bouldercolorado.gov/ https://bouldercolorado.gov/ OK 200 no 6600 1 16 23 3 37 Home | City of Boulder
                    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-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-unique  
http://www.sandyspringsga.org/ http://www.sandyspringsga.org/ FAIL - no 351 0 0 0 0 0 fetch failed
https://www.cityofinglewood.org/ https://www.cityofinglewood.org/ OK 200 no 22007 23 24 95 37 107 Inglewood, CA | Official Website
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, 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-R42, 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-R72, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
https://cityofsouthfultonga.gov/ https://cityofsouthfultonga.gov/ FAIL - no 111 0 0 0 0 0 fetch failed
http://www.ci.green-bay.wi.us/ http://www.ci.green-bay.wi.us/ FAIL - no 10382 0 0 0 0 0 fetch failed
https://www.burbankca.gov/ https://www.burbankca.gov/ OK 200 no 4415 1 2 6 3 0 City of Burbank - Official Website - City of Burbank
                    ALFA failed rules: SIA-R9, SIA-R96  
                    axe failed rules: meta-refresh  
                    Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one  
http://www.rentonwa.gov/ https://www.rentonwa.gov/Home OK 200 yes 14389 0 13 34 4 38 Home | City of Renton
                    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-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region  
https://www.hillsboro-oregon.gov/ https://www.hillsboro-oregon.gov/ FAIL 403 no 2667 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.ci.el-cajon.ca.us/ http://www.elcajon.gov/ FAIL 403 yes 3215 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.cityoftyler.org/ https://www.cityoftyler.org/ FAIL 403 no 2787 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.cityofsanmateo.org/ https://www.cityofsanmateo.org/ OK 200 no 46022 25 0 92 30 4 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-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-complementary-is-top-level, landmark-unique  
                    Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.ci.brockton.ma.us/ http://www.ci.brockton.ma.us/ FAIL - no 59 0 0 0 0 0 fetch failed
http://ci.fargo.nd.us/ https://fargond.gov/ OK 200 yes 14784 14 10 89 4 274 The City of Fargo - Home Page
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, label-title-only, landmark-unique, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: labels-and-names/label-title-only, landmarks/landmark-main, navigable/page-has-heading-one, navigable/skip-link  
http://www.concordnc.gov/ http://www.concordnc.gov/ FAIL - no 227 0 0 0 0 0 fetch failed
https://www.jurupavalley.org/ https://www.jurupavalley.org/ OK 200 no 19284 8 7 85 15 76 Jurupa Valley, CA | Official Website
                    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-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-dialog-name, landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one  
http://www.dalycity.org/ https://www.dalycity.org/ OK 200 yes 19997 11 21 72 19 166 Daly City, CA | Official Website
                    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-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-R80 (ASCII art has a text alternative)  
                    axe failed rules: heading-order, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name  
http://www.cityofallen.org/ https://www.cityofallen.org/ OK 200 yes 17532 1 22 54 153 46 Home | Allen, Texas
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), 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-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: frame-title  
                    Equal Access failed rules: aria_complementary_label_visible, aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, aria/presentational-children-focusable, labels-and-names/frame-title  
https://www.rrnm.gov/ https://www.rrnm.gov/ OK 200 no 17461 15 11 45 20 80 The Official Site of Rio Rancho, NM | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, 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)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.rialtoca.gov/ https://www.rialtoca.gov/ OK 200 yes 25173 21 23 99 20 96 Rialto, CA | Official Website
                    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-R42, 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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.southbendin.gov/ https://southbendin.gov/ OK 200 yes 19886 4 13 25 8 48 Official Website for City of South Bend - South Bend, Indiana
                    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-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  
                    axe failed rules: color-contrast, landmark-no-duplicate-contentinfo, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/contentinfo-is-top-level, navigable/heading-order  
https://www.spokanevalley.org/ https://www.spokanevalleywa.gov/ OK 200 yes 15560 10 15 69 23 61 Spokane Valley, WA | Official Website
                    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-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R72  
                    axe failed rules: heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_deprecated, aria_content_in_landmark, aria_form_label_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_interaction_review, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
http://www.norwalk.org/ https://www.norwalk.org/ OK 200 yes 23301 7 10 110 65 188 City of Norwalk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R46, 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-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, landmarks/region  
http://www.cityofmenifee.us/ https://www.cityofmenifee.us/ OK 200 yes 17279 9 15 55 14 76 City of Menifee | Official Website
                    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-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), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one  
http://www.cityofvacaville.com/ http://www.cityofvacaville.gov/ FAIL 403 yes 2727 5 3 3 5 1 Access Denied
                    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  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.wichitafallstx.gov/ http://www.wichitafallstx.gov/ OK 200 no 19409 22 13 120 16 55 Wichita Falls, TX - Official Website | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R42, 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), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: aria-hidden-focus, aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-complementary-is-top-level, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_content_exists, input_label_before, input_onchange_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region  
http://www.cityofdavenportiowa.com/ https://www.davenportiowa.com/ OK 200 yes 22297 18 25 61 188 65 Home - City of Davenport
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, 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-R69 (Text has sufficient contrast with its background), SIA-R74  
                    axe failed rules: aria-allowed-role, aria-hidden-focus, aria-required-children, color-contrast, empty-heading, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, listitem, region  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_longdesc_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_structure_misuse, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, distinguishable/color-contrast, landmarks/banner-is-top-level, navigable/empty-heading, text-alternatives/image-alt-words  
http://www.quincyma.gov/ https://www.quincyma.gov/ OK 200 yes 11381 1 13 86 8 74 Quincy, MA
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-valid-attr-value  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region  
https://chico.ca.us/ https://chicoca.gov/ OK 200 yes 25465 13 40 89 15 107 City of Chico - Home
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R47, 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-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-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: aria-allowed-attr, aria-hidden-focus, aria-input-field-name, aria-required-children, aria-toggle-field-name, aria-valid-attr-value, heading-order, meta-viewport, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_exists, widget_tabbable_single  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-attr, aria/aria-hidden-focus, aria/presentation-role-conflict, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/aria-input-field-name, labels-and-names/form-label, landmarks/region, navigable/heading-order  
http://www.ci.lynn.ma.us/ http://www.ci.lynn.ma.us/ FAIL 404 no 2695 4 0 4 4 1 No request found in response
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
http://www.lees-summit.mo.us/ https://cityofls.net/ OK 200 yes 22774 84 23 94 14 339 City of Lee’s Summit, MO | Official Website
                    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-R57 (Landmarks don’t repeat the same content), SIA-R64, 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-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: button-name, color-contrast, empty-heading, heading-order, landmark-one-main, region  
                    Equal Access failed rules: aria_accessiblename_exists, aria_child_valid, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_content_exists, input_label_exists, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, table_headers_exists, table_headers_related, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, landmarks/landmark-main, navigable/empty-heading, navigable/heading-order, time-based-media/audio-transcript  
https://www.newbedford-ma.gov/ https://www.newbedford-ma.gov/ OK 200 no 3176 4 3 11 3 0 Home - City of New Bedford Official Website
                    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  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region  
https://federalwaywa.gov/ https://www.federalwaywa.gov/ OK 200 yes 9354 11 23 57 31 79 Welcome Home | City of Federal Way
                    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-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-R8 (Form elements have accessible labels)  
                    axe failed rules: color-contrast, label, landmark-no-duplicate-contentinfo, landmark-unique, link-name, select-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/form-label, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, navigable/link-name, text-alternatives/image-alt-words  
https://cityofedinburg.com/ https://cityofedinburg.com/ OK 200 no 11131 9 18 286 15 525 Welcome to Edinburg, TX
                    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-R57 (Landmarks don’t repeat the same content), 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-R72, SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-command-name, color-contrast, link-name, list, listitem, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, distinguishable/color-contrast, labels-and-names/aria-command-name, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, navigable/page-has-heading-one  
https://www.cityofnampa.us/ https://www.cityofnampa.us/ OK 200 no 29191 23 34 103 37 138 Nampa, ID - Official Website | Official Website
                    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-R3 (lang attribute has a valid language code), SIA-R42, 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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words  
https://roanokeva.gov/ https://www.roanokeva.gov/ OK 200 yes 22233 30 17 69 18 98 Roanoke, VA | Official Website
                    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-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-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order  

Detailed Failure Information (ALFA)

https://www.cityofdenton.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 5:

… and 31 more failures for this rule

Rule: SIA-R13

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-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:

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

Failure 1:

https://cityofwarren.org/

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

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:

Failure 2:

Failure 3:

Failure 4:

https://www.cityofpasadena.net/

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-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-R74

Failure 1:

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

Failure 1:

http://www.waco-texas.com/

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-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:

https://www.cedar-rapids.org/

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-R17

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-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:

Failure 2:

Rule: SIA-R74

Failure 1:

https://daytonohio.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-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R42

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://www.elizabethnj.org/

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-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R42

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-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

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

Failure 1:

http://www.hampton.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-R13

Failure 1:

Failure 2:

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:

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-R80: ASCII art has a text alternative

Failure 1:

https://columbiasc.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.stamfordct.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.miramarfl.gov/

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:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

http://www.coralsprings.org/

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:

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:

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

Failure 1:

https://www.sterlingheights.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-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-R72

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.newhavenct.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:

http://www.cityofcarrollton.com/

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.normanok.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-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-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:

Rule: SIA-R85

Failure 1:

http://www.santaclaraca.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:

http://www.athensclarkecounty.com/

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-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R42

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-R64

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-R80: ASCII art has a text alternative

Failure 1:

http://www.caguas.gov.pr/

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-R17

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-R69: Text has sufficient contrast with its background

Failure 1:

https://www.toaks.org/

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

Failure 1:

Failure 2:

Failure 3:

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-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-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-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 2:

http://www.topeka.org/

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-R13

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.simivalley.org/

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.como.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.cityofvallejo.net/

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-R17

Failure 1:

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

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:

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:

http://ci.fargo.nd.us/

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-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:

http://www.allentownpa.gov/

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-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-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.pearlandtx.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.cityofconcord.org/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R13

Failure 1:

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

Failure 1:

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

http://www.abilenetx.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 5:

… and 18 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

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-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-R80: ASCII art has a text alternative

Failure 1:

http://arvada.org/

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:

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

Failure 1:

Rule: SIA-R42

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:

Failure 2:

Rule: SIA-R72

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.a2gov.org/

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

Failure 1:

Failure 2:

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:

Failure 3:

Failure 4:

Failure 5:

… and 2 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-R84

Failure 1:

https://www.independencemo.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-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced 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:

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

Failure 1:

https://rochestermn.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.lafayettetravel.com/

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:

Failure 1:

Failure 2:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 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:

http://www.cstx.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:

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 6 more failures for this rule

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

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-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

http://www.ci.clovis.ca.us/

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-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R17

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:

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

Failure 1:

Rule: SIA-R84

Failure 1:

http://www.fairfield.ca.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.palmbayflorida.org/

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.cor.net/

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:

http://www.roundrocktexas.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 9 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-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-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://www.cambridgema.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:

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

https://meridiancity.org/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.wpb.org/

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-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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:

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

Failure 1:

http://www.evansvillegov.org/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

http://www.myclearwater.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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-R78: Headings of same level have text content between them

Failure 1:

https://www.billingsmt.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-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:

Failure 2:

Failure 3:

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.westjordan.utah.gov/

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-R61

Failure 1:

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

Failure 1:

Failure 2:

https://www.ci.richmond.ca.us/

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 9 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R42

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:

Failure 2:

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:

http://www.ci.westminster.co.us/

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:

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-R69: Text has sufficient contrast with its background

Failure 1:

http://www.manchesternh.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:

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-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-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.lowellma.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 15 more failures for this rule

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-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:

http://www.wilmingtonnc.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-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://www.antiochca.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-R13

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R42

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-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-R80: ASCII art has a text alternative

Failure 1:

https://www.beaumonttexas.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:

Failure 1:

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-R42

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:

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

Failure 1:

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

Failure 1:

https://www.provo.org/

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-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R42

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:

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

Failure 1:

Failure 2:

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

Failure 1:

http://www.northcharleston.org/

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:

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R17

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-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-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-R80: ASCII art has a text alternative

Failure 1:

https://www.cityofelgin.org/

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

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-R42

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-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:

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

Failure 1:

Rule: SIA-R74

Failure 1:

http://www.carlsbadca.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:

http://www.odessa-tx.gov/

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-R18: ARIA states are consistent with element semantics

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:

Failure 2:

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-R80: ASCII art has a text alternative

Failure 1:

https://www.waterburyct.org/

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:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 2:

Rule: SIA-R74

Failure 1:

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:

Rule: SIA-R84

Failure 1:

Rule: SIA-R85

Failure 1:

https://springfield.il.us/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

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-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-R74

Failure 1:

Failure 1:

http://www.leaguecity.com/

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-R42

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-R70

Failure 1:

Rule: SIA-R72

Failure 1:

http://www.downeyca.org/

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:

http://www.greshamoregon.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-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R64

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:

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

Failure 1:

https://www.highpointnc.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 2 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:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

https://www.brokenarrowok.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:

http://www.peoriagov.org/

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-R13

Failure 1:

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

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-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R93

Failure 1:

http://www.lansingmi.gov/

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

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:

http://www.lakelandgov.net/

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-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:

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:

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:

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

Failure 1:

https://www.pompanobeachfl.gov/

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

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-R71

Failure 1:

Failure 1:

https://www.costamesaca.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:

http://www.pueblo.us/

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:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R42

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-R68: Accessible name contains the visible label text

Failure 1:

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

Failure 1:

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

Failure 1:

http://www.cityoflewisville.com/

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.miamigardens-fl.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-R13

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-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-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-R85

Failure 1:

https://www.lascruces.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.sugarlandtx.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-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R42

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-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-R70

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.murrietaca.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-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

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

Failure 1:

https://www.cityofventura.ca.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-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-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-R80: ASCII art has a text alternative

Failure 1:

https://everettwa.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-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-R68: Accessible name contains the visible label text

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:

https://dearborn.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

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R17

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-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-R71

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

http://www.westcovina.org/

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-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R42

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-R73: Text spacing can be adjusted without loss of content

Failure 1:

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

Failure 1:

http://www.ci.el-monte.ca.us/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R13

Failure 1:

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

http://greeleygov.com/

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-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:

https://www.cityofsparks.us/

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 1:

Failure 2:

Rule: SIA-R17

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-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:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://www.centennialco.gov/Home

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:

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://bouldercolorado.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-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:

https://www.cityofinglewood.org/

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-R13

Failure 1:

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:

Rule: SIA-R42

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-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-R72

Failure 1:

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

Failure 1:

https://www.burbankca.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

http://www.rentonwa.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-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://www.hillsboro-oregon.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:

http://www.ci.el-cajon.ca.us/

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.cityoftyler.org/

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:

http://ci.fargo.nd.us/

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-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.jurupavalley.org/

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-R66: Text has enhanced contrast with its background

Failure 1:

http://www.dalycity.org/

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-R14: Images have an accessible name or are decorative

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-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-R80: ASCII art has a text alternative

Failure 1:

http://www.cityofallen.org/

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

Failure 1:

Failure 2:

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R13

Failure 1:

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:

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-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

https://www.rrnm.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-R42

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:

Failure 2:

http://www.rialtoca.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:

Failure 3:

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

Failure 1:

Rule: SIA-R42

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-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:

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

Failure 1:

http://www.southbendin.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-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:

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:

https://www.spokanevalley.org/

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:

Failure 2:

Failure 3:

Failure 4:

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

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-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R72

Failure 1:

http://www.norwalk.org/

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-R46

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-R83: Text can be resized to 200% without loss of content

Failure 1:

http://www.cityofmenifee.us/

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:

Failure 2:

Failure 3:

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-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:

http://www.cityofvacaville.com/

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:

http://www.wichitafallstx.gov/

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

Failure 1:

Failure 2:

Rule: SIA-R13

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R42

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:

Failure 2:

Failure 3:

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

Failure 1:

http://www.cityofdavenportiowa.com/

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-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-R42

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-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

http://www.quincyma.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-R113

Failure 1:

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-R74

Failure 1:

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

Failure 1:

https://chico.ca.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-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

Rule: SIA-R42

Failure 1:

Rule: SIA-R47

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-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:

Failure 4:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

http://www.lees-summit.mo.us/

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 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-R64

Failure 1:

Failure 2:

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-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://www.newbedford-ma.gov/

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://federalwaywa.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:

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-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-R8: Form elements have accessible labels

Failure 1:

Failure 2:

https://cityofedinburg.com/

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 1:

Failure 2:

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

Failure 1:

Rule: SIA-R59

Failure 1:

Failure 1:

Failure 2:

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-R72

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://www.cityofnampa.us/

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:

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-R42

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-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://roanokeva.gov/

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:

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-R72

Failure 1:

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

Failure 1:

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

Failure 1:

Detailed Failure Information (axe)

https://www.cityofdenton.com/

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://cityofwarren.org/

Rule: region

Impact: moderate

Failure 1:

https://www.cityofpasadena.net/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.waco-texas.com/

Rule: aria-dialog-name

Impact: serious

Failure 1:

https://www.cedar-rapids.org/

Rule: color-contrast

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://daytonohio.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://www.elizabethnj.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

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

http://www.hampton.gov/

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://columbiasc.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.stamfordct.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.miramarfl.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://www.sterlingheights.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.newhavenct.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:

http://www.cityofcarrollton.com/

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.normanok.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.santaclaraca.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:

http://www.athensclarkecounty.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

http://www.caguas.gov.pr/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.toaks.org/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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 7 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: presentation-role-conflict

Impact: minor

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 24 more failures for this rule

http://www.topeka.org/

Rule: frame-title

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.simivalley.org/

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.como.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.cityofvallejo.net/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: aria-progressbar-name

Impact: serious

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: meta-viewport

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

http://ci.fargo.nd.us/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

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

http://www.allentownpa.gov/

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:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://www.pearlandtx.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.cityofconcord.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

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:

http://www.abilenetx.com/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://arvada.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

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://www.a2gov.org/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: meta-viewport-large

Impact: minor

Failure 1:

https://www.independencemo.gov/

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 53 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://rochestermn.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.lafayettetravel.com/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-one-main

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

http://www.cstx.gov/

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.ci.clovis.ca.us/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.fairfield.ca.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.palmbayflorida.org/

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.cor.net/

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:

http://www.roundrocktexas.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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 26 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: nested-interactive

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.cambridgema.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://meridiancity.org/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.wpb.org/

Rule: heading-order

Impact: moderate

Failure 1:

http://www.evansvillegov.org/

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:

http://www.myclearwater.com/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.billingsmt.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

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://www.westjordan.utah.gov/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

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:

Rule: region

Impact: moderate

Failure 1:

https://www.ci.richmond.ca.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

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-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.ci.westminster.co.us/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

http://www.manchesternh.gov/

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:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.lowellma.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.wilmingtonnc.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://www.antiochca.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.beaumonttexas.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

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 6 more failures for this rule

https://www.provo.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.northcharleston.org/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.cityofelgin.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

http://www.carlsbadca.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:

http://www.odessa-tx.gov/

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://www.waterburyct.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

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: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://springfield.il.us/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

http://www.leaguecity.com/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

http://www.downeyca.org/

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:

http://www.greshamoregon.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: moderate

Failure 1:

https://www.highpointnc.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.brokenarrowok.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:

http://www.peoriagov.org/

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.lansingmi.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.lakelandgov.net/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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 6 more failures for this rule

https://www.pompanobeachfl.gov/

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 8 more failures for this rule

https://www.costamesaca.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:

http://www.pueblo.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.cityoflewisville.com/

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.miamigardens-fl.gov/

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.lascruces.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.sugarlandtx.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://www.murrietaca.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

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 4 more failures for this rule

https://www.cityofventura.ca.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://everettwa.gov/

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.cityoftemecula.org/

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://dearborn.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

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: select-name

Impact: critical

Failure 1:

http://www.westcovina.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

http://www.ci.el-monte.ca.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://greeleygov.com/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.cityofsparks.us/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bouldercolorado.gov/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.cityofinglewood.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.burbankca.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.hillsboro-oregon.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:

http://www.ci.el-cajon.ca.us/

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.cityoftyler.org/

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.cityofsanmateo.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

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: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://ci.fargo.nd.us/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

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

https://www.jurupavalley.org/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.dalycity.org/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.cityofallen.org/

Rule: frame-title

Impact: serious

Failure 1:

https://www.rrnm.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

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

http://www.rialtoca.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

http://www.southbendin.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.spokanevalley.org/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.norwalk.org/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.cityofmenifee.us/

Rule: landmark-unique

Impact: moderate

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 1 more failures for this rule

http://www.cityofvacaville.com/

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:

http://www.wichitafallstx.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

http://www.cityofdavenportiowa.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: empty-heading

Impact: minor

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: listitem

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

http://www.quincyma.gov/

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://chico.ca.us/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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: heading-order

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.ci.lynn.ma.us/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.lees-summit.mo.us/

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-one-main

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://www.newbedford-ma.gov/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://federalwaywa.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: select-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://cityofedinburg.com/

Rule: aria-command-name

Impact: serious

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.cityofnampa.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://roanokeva.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule