open-scans

Scan Report: USA Cities over 100k

🎯 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 352 355 841 361 1909 Akron, OH
View Page 3 28 369 54 454 City of Long Beach
View Page 38 55 283 30 406 Visit Irving, TX | Things To Do, Concerts & Restaurants
View Page 50 44 257 32 383 City of Irvine
View Page 50 44 256 32 382 City of Irvine
View Page 16 68 187 96 367 Office of the Bronx Borough President, NY
View Page 28 25 291 23 367 Yonkers, NY | Official Website
View Page 8 24 197 137 366 Jacksonville.gov - Welcome
View Page 35 18 292 10 355 Home - City of Jersey City
View Page 5 39 262 14 320 Home | Saint Paul Minnesota

🔧 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 119 of 327 View Rule
SIA-R66: Text has enhanced contrast with its background 106 of 327 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 76 of 327 View Rule
SIA-R57: Landmarks don’t repeat the same content 68 of 327 View Rule
SIA-R56: Landmarks with the same role are distinguishable 59 of 327 View Rule
SIA-R61 55 of 327 View Rule
SIA-R3: lang attribute has a valid language code 48 of 327 View Rule
SIA-R78: Headings of same level have text content between them 48 of 327 View Rule
SIA-R14: Images have an accessible name or are decorative 45 of 327 View Rule
SIA-R53: Headings follow a logical hierarchy 44 of 327 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 93 of 327 View Rule
landmark-unique 54 of 327 View Rule
heading-order 43 of 327 View Rule
landmark-one-main 40 of 327 View Rule
color-contrast 29 of 327 View Rule
aria-valid-attr-value 27 of 327 View Rule
link-name 25 of 327 View Rule
html-has-lang 24 of 327 View Rule
page-has-heading-one 23 of 327 View Rule
aria-required-parent 22 of 327 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 26 page(s) - 26 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):

#graphicLinkWidget94ff8b58-6cf0-43bb-a86d-456c7ab45f48 > .cpGrid7.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('#graphicLinkWidget94ff8b58-6cf0-43bb-a86d-456c7ab45f48 > .cpGrid7.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 25 page(s) - 90 occurrence(s)

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is normal which will result in a line height of 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 3: 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 4: Affects 18 page(s) - 18 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 5: Affects 18 page(s) - 18 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):

#miniCalendarHeaderb34cb533-f8bb-4d5f-963f-6bf658ba280d > .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('#miniCalendarHeaderb34cb533-f8bb-4d5f-963f-6bf658ba280d > .cp-miniCalendar-title')
  5. The element will be highlighted

Affected Pages:


Pattern 6: Affects 17 page(s) - 19 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 7: Affects 14 page(s) - 18 occurrence(s)

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

HTML Pattern:

<ol class="tabbedWidget cpTabs  " style="display: table;">

XPath (use in browser DevTools):

.tabbedWidget.cpTabs

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

Affected Pages:


Pattern 8: Affects 13 page(s) - 13 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 9: Affects 12 page(s) - 12 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):

.left.autoWidths[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('.left.autoWidths[data-event-list-row="true"] > p')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<html>

XPath (use in browser DevTools):

html

How to Replicate:

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

Affected Pages:


Pattern 11: Affects 11 page(s) - 11 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 12: Affects 11 page(s) - 11 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):

.cpToolbar

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

Affected Pages:


Pattern 13: Affects 11 page(s) - 11 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 14: Affects 11 page(s) - 11 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 9 page(s) - 9 occurrence(s)

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

HTML Pattern:

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

XPath (use in browser DevTools):

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

How to Replicate:

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

Affected Pages:


💡 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.nyc.gov/ https://www.nyc.gov/main OK 200 yes 13509 2 30 87 12 45 Official Website of New York City Government - nyc.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-valid-attr-value, heading-order  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, combobox_haspopup_valid, element_id_unique, element_tabbable_unobscured, figure_label_exists, frame_src_valid, input_label_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  
                    AccessLint failed rules: keyboard-accessible/scrollable-region, labels-and-names/aria-dialog-name, labels-and-names/frame-title-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/image-alt-words  
https://lacity.gov/ https://lacity.gov/ FAIL 403 no 43245 5 22 103 6 140 Access Denied
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), 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: aria-allowed-attr, aria-hidden-focus, color-contrast, landmark-unique  
                    Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-hidden-focus, aria/presentational-children-focusable, distinguishable/color-contrast  
http://www.queensbp.org/ http://www.queensbp.org/ FAIL - no 51 0 0 0 0 0 fetch failed
https://www.houstontx.gov/ https://www.houstontx.gov/ FAIL 400 no 2986 4 4 4 4 0 Error
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, html_skipnav_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
http://manhattanbp.nyc.gov/html/home/home.shtml https://www.manhattanbp.nyc.gov/html/home/home.shtml FAIL 404 yes 14299 2 10 35 2 45  
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, img_alt_null, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: navigable/link-name  
https://www.phoenix.gov/ https://www.phoenix.gov/ OK 200 no 32013 3 24 69 13 101 Home | City of Phoenix
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-hidden-focus, heading-order, label-title-only  
                    Equal Access failed rules: aria_child_tabbable, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, label_ref_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order  
https://phila.gov/ https://www.phila.gov/ OK 200 yes 18926 52 13 113 13 306 City of Philadelphia
                    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-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: image-alt, landmark-one-main, landmark-unique, list, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_navigation_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, img_alt_valid, input_label_visible, label_name_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: adaptable/list-children, aria/aria-allowed-attr, keyboard-accessible/nested-interactive, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt  
http://bronxboropres.nyc.gov/ https://bronxboropres.nyc.gov/ OK 200 yes 26079 16 68 187 96 270 Office of the Bronx Borough President, NY
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-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-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-R74  
                    axe failed rules: aria-prohibited-attr, button-name, color-contrast, heading-order, image-redundant-alt, list, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, heading_markup_misuse, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, navigable/heading-order, text-alternatives/image-redundant-alt  
https://www.sa.gov/ https://www.sa.gov/Home OK 200 yes 13843 2 7 25 3 10 Home - City of San Antonio
                    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-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: heading-order, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.sandiego.gov/ https://www.sandiego.gov/ OK 200 no 22360 2 22 25 11 71 City of San Diego Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: color-contrast  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/banner-is-top-level, landmarks/contentinfo-is-top-level, landmarks/region, text-alternatives/image-alt-words  
https://dallascityhall.com/ https://dallascityhall.com/Pages/default.aspx OK 200 yes 17695 0 42 34 1 62 Welcome to the City of Dallas, Texas
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_descendant_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://www.sanjoseca.gov/ https://www.sanjoseca.gov/ FAIL 403 no 2550 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.austintexas.gov/ https://www.austintexas.gov/ OK 200 no 14097 3 11 31 10 31 Home | AustinTexas.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique  
                    Equal Access failed rules: aria_banner_label_unique, aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/banner-is-top-level, text-alternatives/image-alt-words  
https://www.jacksonville.gov/ https://www.jacksonville.gov/ OK 200 no 17335 8 24 197 137 131 Jacksonville.gov - Welcome
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-R83 (Text can be resized to 200% without loss of content), SIA-R85  
                    axe failed rules: aria-allowed-role, image-redundant-alt, link-name, region, role-img-alt  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, aria_role_valid, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_redundant, input_checkboxes_grouped, input_label_exists, media_keyboard_controllable, style_background_decorative, 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-allowed-role, distinguishable/color-contrast, labels-and-names/label-title-only, landmarks/region, navigable/skip-link, text-alternatives/image-redundant-alt  
https://www.fortworthtexas.gov/ https://www.fortworthtexas.gov/Home OK 200 yes 15135 12 11 3 1 47 Home – Welcome to the City of Fort Worth
                    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-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/region  
https://www.columbus.gov/ https://www.columbus.gov/Home OK 200 yes 11947 0 13 15 5 7 Home - City of Columbus, Ohio
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R83 (Text can be resized to 200% without loss of content)  
                    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, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region  
https://www.indy.gov/ https://www.indy.gov/ OK 200 no 9123 0 9 21 34 23 indy.gov
                    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-R78 (Headings of same level have text content between them), SIA-R85, SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/scrollable-region, labels-and-names/frame-title, landmarks/region, text-alternatives/img-alt  
https://www.charlottenc.gov/ https://www.charlottenc.gov/Home OK 200 yes 10065 0 11 3 1 37 Home - City of Charlotte
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R85  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/region  
https://seattle.gov/ https://seattle.gov/ OK 200 no 9490 0 12 16 3 35 Seattle.gov Home
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_complementary_label_visible, aria_keyboard_handler_exists, element_attribute_deprecated, element_id_unique, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: labels-and-names/aria-dialog-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch  
https://www.denvergov.org/ https://www.denvergov.org/Home OK 200 yes 20899 1 23 46 4 32 Home - City and County of Denver
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, 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-hidden-focus, landmarks/region, navigable/heading-order  
https://dc.gov/ https://dc.gov/ OK 200 no 10037 16 23 67 12 157 | DC
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: image-alt, landmark-one-main, landmark-unique, meta-viewport, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt  
https://www.nashville.gov/ https://www.nashville.gov/ OK 200 no 21567 20 10 137 12 144 Metro Nashville and Davidson County | Nashville.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R60, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: label-title-only, landmark-no-duplicate-banner, landmark-one-main, landmark-unique, region  
                    Equal Access failed rules: aria_banner_label_unique, aria_banner_single, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, fieldset_label_valid, fieldset_legend_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, landmarks/landmark-main, landmarks/region, text-alternatives/image-alt-words  
https://www.okc.gov/ https://www.okc.gov/Home OK 200 yes 13238 2 9 26 4 53 Home | City of OKC
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, 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_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region  
https://www.elpasotexas.gov/ https://www.elpasotexas.gov/ OK 200 no 12016 15 19 66 17 214 City of El Paso
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative), SIA-R85  
                    axe failed rules: landmark-one-main, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, 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, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one  
https://www.boston.gov/ https://www.boston.gov/ OK 200 no 12707 58 20 93 31 190 Homepage | Boston.gov
                    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-R2 (HTML elements have a valid lang attribute), 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-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: aria-allowed-role, aria-required-parent, heading-order, image-alt, landmark-unique, link-name, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, label_name_visible, label_ref_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-attr, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/no-duplicate-banner, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.portland.gov/ https://www.portland.gov/ OK 200 no 11293 0 6 34 0 132 City of Portland, Oregon | Portland.gov
                    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)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_id_unique, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading  
https://www.lasvegasnevada.gov/ https://www.lasvegasnevada.gov/ OK 200 no 18596 28 20 56 4 101 Home
                    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-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_id_unique, caption_track_exists, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, media_keyboard_controllable, 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/label-content-mismatch, landmarks/landmark-main, navigable/heading-order  
https://detroitmi.gov/ https://detroitmi.gov/ FAIL - no 60004 0 0 0 0 0 URL scan exceeded 60s timeout
https://www.memphistn.gov/ https://memphistn.gov/ OK 200 yes 37849 12 49 65 104 103 Home - The City of Memphis
                    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-R20, 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-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, landmark-no-duplicate-contentinfo, landmark-unique, link-name, page-has-heading-one  
                    Equal Access failed rules: aria_attribute_allowed, aria_attribute_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_role_valid, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://www.baltimorecity.gov/ https://www.baltimorecity.gov/ OK 200 no 31302 9 33 92 176 99 Home | Baltimore City
                    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-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-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: landmark-no-duplicate-banner, landmark-unique, role-img-alt  
                    Equal Access failed rules: aria_accessiblename_exists, aria_banner_label_unique, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, frame_src_valid, heading_markup_misuse, html_lang_exists, html_skipnav_exists, 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, labels-and-names/frame-title, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/role-img-alt  
https://city.milwaukee.gov/ https://city.milwaukee.gov/ FAIL 403 no 4574 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.cabq.gov/ https://www.cabq.gov/ OK 200 no 18989 3 13 15 18 27 Homepage — City of Albuquerque
                    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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: definition-list, label, landmark-complementary-is-top-level  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_descendant_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, input_label_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region  
http://www.tucsonaz.gov/ https://www.tucsonaz.gov/Home OK 200 yes 13445 0 0 12 6 0 Home City of Tucson
                    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  
                    AccessLint failed rules: keyboard-accessible/scrollable-region, landmarks/region  
https://www.fresno.gov/ https://www.fresno.gov/ OK 200 no 12857 2 9 79 11 47 City of Fresno
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: landmark-unique, link-name  
                    Equal Access failed rules: caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, figure_label_exists, frame_src_valid, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/focus-order, keyboard-accessible/nested-interactive, navigable/heading-order, navigable/link-name  
https://www.cityofsacramento.gov/ https://www.cityofsacramento.gov/ FAIL - no 60007 0 0 0 0 0 URL scan exceeded 60s timeout
https://www.kcmo.gov/ https://www.kcmo.gov/ FAIL 403 no 3866 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.mesaaz.gov/ https://www.mesaaz.gov/Home OK 200 yes 18922 2 7 57 11 24 Home - City of Mesa
                    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-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, aria-valid-attr-value  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, 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, navigable/heading-order  
https://www.atlantaga.gov/ https://www.atlantaga.gov/ FAIL 403 no 2431 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.statenislandusa.com/ https://www.statenislandusa.com/ OK 200 no 6278 12 14 28 7 35 Staten Island BP - Home
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70  
                    axe failed rules: color-contrast, image-alt, landmark-one-main, link-name, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, text_block_heading  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.cityofomaha.org/ https://www.cityofomaha.org/ FAIL 403 no 2384 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://coloradosprings.gov/ https://coloradosprings.gov/ OK 200 no 40997 7 18 49 5 123 Home Page | City of Colorado Springs
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: color-contrast, landmark-unique, list, page-has-heading-one  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, landmarks/landmark-unique, navigable/page-has-heading-one  
https://raleighnc.gov/ https://raleighnc.gov/ OK 200 no 18539 6 17 39 7 219 RaleighNC.gov | Raleighnc.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-hidden-focus, heading-order  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, heading_markup_misuse, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order  
https://www.longbeach.gov/ https://www.longbeach.gov/ OK 200 no 21317 3 28 369 54 118 City of Long Beach
                    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-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), SIA-R42, SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_exists, input_label_visible, skip_main_exists, 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: adaptable/aria-required-children, adaptable/aria-required-parent, adaptable/list-children, aria/presentational-children-focusable, distinguishable/link-in-text-block, keyboard-accessible/nested-interactive, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt  
https://virginiabeach.gov/ https://virginiabeach.gov/ OK 200 no 19485 50 22 73 87 135 Home | City of Virginia Beach
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-allowed-role, color-contrast, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_region_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, 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: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/label-content-mismatch  
https://www.miami.gov/ https://www.miami.gov/Home OK 200 yes 14333 0 8 40 2 40 Home - Miami
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://www.oaklandca.gov/ https://www.oaklandca.gov/Home OK 200 yes 18737 0 9 22 2 50 Home | City of Oakland, CA
                    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-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content)  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/region  
https://www.minneapolismn.gov/ https://www.minneapolismn.gov/ OK 200 no 32565 6 5 32 4 49 City of Minneapolis
                    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: color-contrast, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast  
https://www.cityoftulsa.org/ https://www.cityoftulsa.org/ OK 200 no 12634 36 19 92 24 671 City of Tulsa
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link), SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: color-contrast, frame-title, image-alt, label-title-only, link-name, nested-interactive, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_descendant_valid, aria_eventhandler_role_valid, aria_form_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, html_skipnav_exists, img_alt_valid, input_label_visible, label_ref_valid, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/frame-title, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
http://www.bakersfieldcity.us/ https://www.bakersfieldcity.us/ OK 200 yes 25444 2 34 35 2 379 Bakersfield, CA - Official Website | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, html_skipnav_exists, input_label_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: landmarks/complementary-is-top-level, landmarks/region  
https://www.wichita.gov/ https://www.wichita.gov/ OK 200 no 38442 41 31 125 18 413 Wichita, KS | 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-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-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-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-allowed-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_attribute_valid, 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, heading_content_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: distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one  
http://www.arlingtontx.gov/ https://www.arlingtontx.gov/Home OK 200 yes 19016 1 26 75 3 43 Home | City of Arlington, TX
                    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-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order  
https://www.auroragov.org/ https://www.auroragov.org/ OK 200 no 33125 50 18 99 59 465 Home - City of Aurora
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-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-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-allowed-role, heading-order, image-redundant-alt, landmark-unique, list, listitem, meta-viewport-large, region  
                    Equal Access failed rules: aria_attribute_required, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, img_alt_redundant, input_label_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  
                    AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-allowed-role, aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/landmark-unique, text-alternatives/image-redundant-alt  
https://www.tampa.gov/ https://www.tampa.gov/ OK 200 no 20739 13 14 106 7 131 City of Tampa
                    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: aria-allowed-role, aria-prohibited-attr, image-redundant-alt, landmark-complementary-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-main, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_banner_label_unique, aria_banner_single, aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_main_label_unique, aria_main_label_visible, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_redundant, label_name_visible, list_markup_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/no-duplicate-main, navigable/page-has-heading-one  
https://nola.gov/ https://nola.gov/home/ OK 200 yes 15478 17 15 52 14 68 Home - City of New Orleans
                    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-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: color-contrast, label-title-only, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_complementary_labelled, aria_eventhandler_role_valid, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, input_checkboxes_grouped, 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, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, labels-and-names/label-title-only, navigable/page-has-heading-one  
https://www.clevelandohio.gov/ https://www.clevelandohio.gov/ OK 200 no 12769 1 16 40 9 55 Home | City of Cleveland Ohio
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-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-R70, 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: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region, text-alternatives/image-redundant-alt  
http://www.honolulu.gov/ http://www.honolulu.gov/ FAIL - no 10496 0 0 0 0 0 fetch failed
https://www.anaheim.net/ https://www.anaheim.net/ OK 200 no 24141 15 14 55 22 83 Anaheim, CA - Official Website | 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-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61  
                    axe failed rules: frame-title, landmark-unique, page-has-heading-one, 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, frame_src_valid, frame_title_exists, input_label_before, 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: 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://sanjuan.pr/ https://sanjuan.pr/ FAIL - no 226 0 0 0 0 0 fetch failed
https://www.lexingtonky.gov/ https://www.lexingtonky.gov/ OK 200 no 12558 1 16 25 3 36 Homepage | City of Lexington, Kentucky
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R72, 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_tabbable_unobscured, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
http://www.stocktongov.com/ https://www.stocktonca.gov/ OK 200 yes 17205 10 20 116 37 47 Stockton, CA
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R12 (Links have an accessible name), SIA-R13, 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-R64, 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-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-prohibited-attr, button-name, empty-heading, frame-title, heading-order, link-name, region, skip-link  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, 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, heading_content_exists, 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, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/frame-title, labels-and-names/frame-title-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt  
http://www.cctexas.com/ http://www.cctexas.com/ FAIL - no 802 0 0 0 0 0 fetch failed
https://www.cityofhenderson.com/ https://www.cityofhenderson.com/ FAIL 403 no 2589 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.riversideca.gov/ https://www.riversideca.gov/ OK 200 no 15069 18 19 40 0 146 page.addScriptTag: Refused to load media from ‘blob:https://www.riversideca.gov/e785496e-5f73-4c2e-9ea0-9dad0cdfd5c2’ because it violates the following Content Security Policy directive: “default-src ‘self’ data: https://*.s3.amazonaws.com”. Note that ‘media-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R75, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order, image-alt, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_markup_misuse, html_lang_exists, img_alt_valid, input_label_before, input_label_exists, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single  
https://www.newarknj.gov/ https://www.newarknj.gov/ OK 200 no 24257 10 22 72 17 297 Newark, NJ | 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-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-R72, 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-required-children, aria-required-parent, aria-valid-attr-value, 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_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, text_block_heading, 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/region, navigable/page-has-heading-one  
https://www.stpaul.gov/ https://www.stpaul.gov/ OK 200 no 13252 5 39 262 14 277 Home | Saint Paul Minnesota
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-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: region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, 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, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique  
https://www.santa-ana.org/ https://www.santa-ana.org/ OK 200 no 2954 4 3 3 4 0 Welcome - City of Santa Ana
                    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.cityofirvine.org/ https://cityofirvine.org/ OK 200 yes 17347 50 44 256 32 335 City of Irvine
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R21, SIA-R47, 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), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: aria-roles, color-contrast, image-alt, landmark-one-main, link-in-text-block, link-name, meta-viewport, page-has-heading-one, region, select-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_visible, img_alt_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-roles, distinguishable/color-contrast, distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://www.orlando.gov/ https://www.orlando.gov/Home OK 200 yes 11421 0 3 11 1 11 Home - City of Orlando
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size)  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region  
https://pittsburghpa.gov/ https://www.pittsburghpa.gov/Home OK 200 yes 11275 1 9 17 2 23 Home - Pittsburgh, PA
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), 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_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://greaterstlinc.com/ https://greaterstlinc.com/ OK 200 no 17339 62 30 128 37 282 Welcome to Greater St. Louis, Inc. - Greater St Louis, Inc
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, landmark-unique, link-name, meta-viewport, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_exists, 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  
                    AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/meta-viewport, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/no-duplicate-contentinfo, navigable/link-name  
https://greensboro-nc.gov/ https://greensboro-nc.gov/ FAIL - no 53 0 0 0 0 0 fetch failed
https://www.jerseycitynj.gov/ https://www.jerseycitynj.gov/ OK 200 no 22806 35 18 292 10 117 Home - City of Jersey City
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R42, SIA-R47, 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-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, image-redundant-alt, landmark-one-main, list, meta-viewport, region, select-name  
                    Equal Access failed rules: aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, img_alt_redundant, input_label_exists, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, landmarks/landmark-main, navigable/skip-link, text-alternatives/image-redundant-alt  
https://www.muni.org/ https://www.muni.org/pages/default.aspx OK 200 yes 25038 24 57 70 12 377 Muni.org
         Anchorage, Alaska: The Official Municipality of Anchorage, Alaska website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-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-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: image-alt, input-button-name, label, landmark-unique, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_eventhandler_role_valid, aria_form_label_unique, aria_landmark_name_unique, aria_navigation_label_unique, element_attribute_deprecated, img_alt_valid, input_label_exists, label_name_visible, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/list-children, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt | | https://www.lincoln.ne.gov/ | https://www.lincoln.ne.gov/Home | OK | 200 | yes | 8643 | 1 | 15 | 14 | 2 | 17 | Home – City of Lincoln, NE | |  |  |  |  |  |  |  |  |  |  | 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-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: heading-order | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: landmarks/region, navigable/heading-order | | http://www.plano.gov/ | https://www.plano.gov/ | OK | 200 | yes | 10808 | 3 | 4 | 21 | 3 | 6 | Plano, TX - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% 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, form_submit_button_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region | | https://www.durhamnc.gov/ | https://www.durhamnc.gov/ | OK | 200 | no | 32930 | 30 | 36 | 116 | 19 | 372 | Durham, NC \| 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-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-R68 (Accessible name contains the visible label text), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | 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_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, blockquote_cite_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_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: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/link-name, navigable/page-has-heading-one | | http://www.cityofirvine.org/ | https://cityofirvine.org/ | OK | 200 | yes | 16303 | 50 | 44 | 257 | 32 | 335 | City of Irvine | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R21, SIA-R47, 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), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-roles, color-contrast, image-alt, landmark-one-main, link-in-text-block, link-name, meta-viewport, page-has-heading-one, region, select-name | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_visible, frame_src_valid, img_alt_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-roles, distinguishable/color-contrast, distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/img-alt | | https://www.buffalony.gov/ | https://www.buffalony.gov/ | OK | 200 | no | 16260 | 13 | 23 | 76 | 17 | 75 | Buffalo, NY \| 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-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-R69 (Text has sufficient contrast with its background), SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, 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_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_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/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | | http://www.chandleraz.gov/ | https://www.chandleraz.gov/ | OK | 200 | yes | 27521 | 13 | 11 | 69 | 13 | 177 | Welcome to Chandler, Arizona \| City of Chandler | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, listitem, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_complementary_labelled, 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_role_redundant, aria_role_valid, aria_widget_labelled, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order | | http://www.chulavistaca.gov/ | http://www.chulavistaca.gov/ | FAIL | 403 | no | 2473 | 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://toledo.oh.gov/ | https://toledo.oh.gov/ | OK | 200 | no | 9207 | 8 | 11 | 74 | 5 | 82 | City of Toledo \| Home | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, empty-heading, image-redundant-alt | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_accessiblename_exists, element_attribute_deprecated, heading_content_exists, 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/frame-title, landmarks/region, navigable/empty-heading, text-alternatives/image-redundant-alt | | https://www.cityofmadison.com/ | https://www.cityofmadison.com/ | OK | 200 | no | 13353 | 1 | 6 | 17 | 2 | 67 | City of Madison, WI | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-complementary-is-top-level | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch | | https://www.reno.gov/ | https://www.reno.gov/ | FAIL | 403 | no | 2336 | 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.cityoffortwayne.org/ | https://www.cityoffortwayne.org/ | FAIL | - | no | 10493 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.cityofnorthlasvegas.com/ | https://www.cityofnorthlasvegas.com/ | FAIL | 403 | no | 2561 | 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.lincoln.ne.gov/ | https://www.lincoln.ne.gov/Home | OK | 200 | yes | 9596 | 1 | 16 | 13 | 2 | 17 | Home – City of Lincoln, NE | |  |  |  |  |  |  |  |  |  |  | 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-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: heading-order | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: landmarks/region, navigable/heading-order | | https://www.stpete.org/ | https://www.stpete.org/ | OK | 200 | no | 23091 | 29 | 17 | 93 | 147 | 90 | City of St. Petersburg | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R20, 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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, aria-required-children, aria-valid-attr, button-name, empty-heading, image-alt, image-redundant-alt, landmark-unique, listitem, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_accessiblename_exists, aria_attribute_allowed, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, heading_content_exists, img_alt_redundant, img_alt_valid, input_label_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, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/aria-required-children, adaptable/listitem-parent, aria/aria-allowed-attr, aria/aria-allowed-role, aria/aria-prohibited-attr, aria/aria-valid-attr, aria/presentation-role-conflict, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, text-alternatives/image-redundant-alt, text-alternatives/img-alt | | http://www.ci.lubbock.tx.us/ | http://www.ci.lubbock.tx.us/ | FAIL | - | no | 3750 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.irvingtexas.com/ | https://www.irvingtexas.com/ | OK | 200 | no | 28893 | 38 | 55 | 283 | 30 | 402 | Visit Irving, TX \| Things To Do, Concerts &amp; Restaurants | |  |  |  |  |  |  |  |  |  |  | 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-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R20, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R90 (iframe elements have an accessible name) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-attr, aria-dialog-name, aria-valid-attr, color-contrast, heading-order, landmark-one-main, link-name, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_attribute_allowed, aria_attribute_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_descendant_valid, aria_hidden_nontabbable, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, input_label_visible, label_content_exists, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-allowed-attr, aria/aria-valid-attr, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, landmarks/landmark-main, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name | | http://www.laredotexas.gov/ | https://www.cityoflaredo.com/ | FAIL | 403 | yes | 2825 | 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.cityofws.org/ | https://www.cityofws.org/ | OK | 200 | yes | 25085 | 15 | 19 | 158 | 50 | 83 | City of Winston-Salem, NC \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-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-R70, SIA-R74, SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | |  |  |  |  |  |  |  |  |  |  | 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, caption_track_exists, 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, 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, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-alt-words | | https://www.cityofchesapeake.net/ | https://www.cityofchesapeake.net/ | OK | 200 | no | 21352 | 14 | 29 | 79 | 13 | 87 | Chesapeake, VA \| 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-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, 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, 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, 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/page-has-heading-one | | https://www.glendaleaz.com/ | https://www.glendaleaz.gov/Home | OK | 200 | yes | 20952 | 2 | 8 | 31 | 7 | 54 | Home \| City of Glendale, AZ | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, 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_unobscured, element_tabbable_visible, input_label_visible, 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, landmarks/region | | https://louisvilleky.gov/ | https://louisvilleky.gov/ | FAIL | 403 | no | 3270 | 4 | 3 | 17 | 3 | 1 | Just a moment... | |  |  |  |  |  |  |  |  |  |  | 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, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, 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://www.garlandtx.gov/ | https://www.garlandtx.gov/ | OK | 200 | no | 34011 | 20 | 28 | 83 | 27 | 167 | Garland, 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-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, 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_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_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, 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, text-alternatives/image-alt-words | | https://www.scottsdaleaz.gov/ | https://www.scottsdaleaz.gov/ | OK | 200 | no | 17196 | 6 | 16 | 82 | 11 | 68 | City of Scottsdale | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-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-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_complementary_label_visible, aria_content_in_landmark, aria_descendant_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, input_onchange_review, label_name_visible, script_select_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | | https://www.norfolk.gov/ | https://www.norfolk.gov/ | OK | 200 | no | 29798 | 21 | 33 | 103 | 24 | 98 | City of Norfolk, Virginia - 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-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), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | 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_id_unique, 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, text_quoted_correctly, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: 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.cityofboise.org/ | https://www.cityofboise.org/ | OK | 200 | yes | 14261 | 5 | 13 | 108 | 4 | 50 | City of Boise | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, frame-title, landmark-unique | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_hidden_nontabbable, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, form_interaction_review, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_visible, 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 | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/frame-title | | http://www.ci.fremont.ca.us/ | http://www.ci.fremont.ca.us/ | FAIL | 400 | no | 4255 | 5 | 0 | 3 | 5 | 0 | No request found in response | |  |  |  |  |  |  |  |  |  |  | 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.spokanecity.org/ | https://my.spokanecity.org/ | OK | 200 | yes | 9690 | 42 | 9 | 65 | 6 | 21 | City of Spokane, Washington | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), 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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, image-alt, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, skip_main_exists, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, text-alternatives/img-alt | | http://www.santa-clarita.com/ | https://santaclarita.gov/ | OK | 200 | yes | 18292 | 72 | 24 | 83 | 55 | 231 | Home - City of Santa Clarita | |  |  |  |  |  |  |  |  |  |  | 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-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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, color-contrast, heading-order, image-alt, link-name, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_content_in_landmark, aria_contentinfo_misuse, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, 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/aria-allowed-role, aria/aria-valid-attr-value, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | | https://www.brla.gov/ | https://www.brla.gov/ | OK | 200 | no | 25271 | 11 | 35 | 98 | 20 | 127 | Baton Rouge, LA \| 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), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-unique, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: 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, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, 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.hialeahfl.gov/ | http://www.hialeahfl.gov/ | OK | 200 | no | 20480 | 19 | 15 | 67 | 20 | 102 | Hialeah, FL \| 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-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, 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, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, 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, text-alternatives/image-alt-words | | https://www.ci.san-bernardino.ca.us/ | https://www.sanbernardino.gov/ | OK | 200 | yes | 34346 | 18 | 31 | 113 | 25 | 375 | San Bernardino, CA \| 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-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-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | 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, 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, widget_tabbable_exists, 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 | | https://www.cityoftacoma.org/ | https://tacoma.gov/ | OK | 200 | yes | 21288 | 5 | 11 | 67 | 14 | 87 | City of Tacoma, Washington - Official Government Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: image-redundant-alt | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | | http://www.modestogov.com/ | https://www.modestogov.com/ | OK | 200 | yes | 28306 | 21 | 19 | 114 | 31 | 110 | Modesto, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), 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-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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: button-name, frame-title, heading-order, landmark-no-duplicate-banner, landmark-unique, link-name, list, listitem, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, 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, 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_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words | | http://www.townofbabylon.com/ | https://www.townofbabylonny.gov/ | OK | 200 | yes | 34220 | 26 | 35 | 86 | 26 | 350 | Babylon, NY - Official Website \| 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-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) | |  |  |  |  |  |  |  |  |  |  | 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_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_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: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.huntsvilleal.gov/ | https://www.huntsvilleal.gov/ | OK | 200 | no | 15761 | 6 | 23 | 79 | 14 | 125 | City of Huntsville - Official website of the City of Huntsville, Alabama | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-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-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-unique, page-has-heading-one, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_eventhandler_role_valid, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_ref_valid, style_background_decorative, 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: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | | https://www.dsm.city/ | https://www.dsm.city/ | OK | 200 | no | 15293 | 9 | 28 | 91 | 61 | 57 | City of Des Moines | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_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, text_sensory_misuse, widget_tabbable_exists | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, labels-and-names/label-content-mismatch, landmarks/region | | http://www.yonkersny.gov/ | https://www.yonkersny.gov/ | OK | 200 | yes | 31958 | 28 | 25 | 291 | 23 | 260 | Yonkers, NY \| 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-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-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, frame-title, heading-order, landmark-unique, link-name, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_attribute_valid, 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_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, html_skipnav_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, text_block_heading, text_contrast_sufficient, text_quoted_correctly, 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/region, navigable/heading-order, navigable/link-name | | https://www.cityofrochester.gov/ | https://www.cityofrochester.gov/ | OK | 200 | no | 26430 | 0 | 21 | 73 | 20 | 69 | Homepage \| City of Rochester, New York | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_child_tabbable, aria_complementary_label_visible, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_visible, heading_content_exists, 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, widget_tabbable_exists, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/list-children, navigable/empty-heading, navigable/page-has-heading-one, text-alternatives/image-alt-words | | http://www.moval.org/ | http://www.moval.org/ | OK | 200 | no | 19462 | 22 | 9 | 42 | 10 | 326 | City of Moreno Valley, California | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, label-title-only, link-name, scope-attr-valid | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_headers_related, table_scope_valid, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/label-title-only, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one | | http://www.ci.fayetteville.nc.us/ | https://www.fayettevillenc.gov/ | FAIL | 403 | yes | 3229 | 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.fontanaca.gov/ | https://www.fontanaca.gov/ | OK | 200 | no | 28430 | 9 | 18 | 140 | 26 | 149 | Fontana, CA - 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-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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-unique, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_attribute_deprecated, 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, 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 | | https://www.columbusga.org/ | https://www.columbusga.gov/ | OK | 200 | yes | 20419 | 44 | 12 | 97 | 61 | 115 | Columbus Consolidated Government \| Home | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, image-alt, link-name | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, element_attribute_deprecated, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/aria-required-parent, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, navigable/heading-order, navigable/link-name, text-alternatives/img-alt | | https://www.worcesterma.gov/ | https://www.worcesterma.gov/ | OK | 200 | no | 17239 | 1 | 25 | 34 | 0 | 78 | Home \| City of Worcester | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-unique | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_misuse, input_label_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse | | https://www.cityofpsl.com/ | https://www.cityofpsl.com/Home | OK | 200 | yes | 14261 | 0 | 4 | 11 | 1 | 9 | Home \| City of Port St. Lucie, FL | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background) | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: landmarks/region | | https://littlerock.gov/ | https://littlerock.gov/ | OK | 200 | no | 16405 | 36 | 32 | 97 | 44 | 94 | Home - City of Little Rock | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, empty-heading, heading-order, landmark-complementary-is-top-level, link-name | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, caption_track_exists, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, heading_content_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/complementary-is-top-level, navigable/empty-heading, navigable/heading-order, navigable/link-name | | https://www.augustaga.gov/ | https://www.augustaga.gov/ | OK | 200 | no | 29045 | 15 | 10 | 96 | 24 | 59 | Augusta, GA - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R12 (Links have an accessible name), 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-R85 | |  |  |  |  |  |  |  |  |  |  | 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, caption_track_exists, 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, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://oxnard.gov/ | https://oxnard.gov/ | FAIL | 403 | no | 7057 | 4 | 3 | 17 | 3 | 1 | Just a moment... | |  |  |  |  |  |  |  |  |  |  | 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, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, 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://www.birminghamal.gov/ | https://www.birminghamal.gov/ | OK | 200 | no | 11759 | 1 | 12 | 42 | 4 | 52 | Homepage \| City of Birmingham, Alabama | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), 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: page-has-heading-one | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/label-content-mismatch | | https://montgomeryal.gov/ | http://www.montgomeryal.gov/ | FAIL | 403 | yes | 2395 | 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.friscotexas.gov/ | https://www.friscotexas.gov/ | OK | 200 | yes | 28210 | 13 | 16 | 75 | 22 | 351 | Frisco, TX - 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-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-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: 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_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: 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, text-alternatives/image-alt-words | | https://www.amarillo.gov/ | https://www.amarillo.gov/ | OK | 200 | no | 21902 | 13 | 19 | 51 | 22 | 61 | - City of Amarillo | |  |  |  |  |  |  |  |  |  |  | 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-R61, 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-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, link-name | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, caption_track_exists, combobox_popup_reference, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, keyboard-accessible/scrollable-region, landmarks/landmark-unique, navigable/link-name | | https://www.slc.gov/ | https://www.slc.gov/ | OK | 200 | no | 18844 | 10 | 8 | 108 | 9 | 30 | SLC.gov | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, image-alt, label-title-only, landmark-unique | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_valid, page_title_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/label-title-only, navigable/heading-order, text-alternatives/img-alt | | https://grandrapidsmi.gov/ | https://www.grandrapidsmi.gov/Home | OK | 200 | yes | 11166 | 1 | 15 | 14 | 5 | 42 | 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-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: distinguishable/color-contrast, landmarks/region | | http://www.huntingtonbeachca.gov/ | https://www.huntingtonbeachca.gov/ | OK | 200 | yes | 14280 | 17 | 21 | 72 | 38 | 80 | Welcome to Huntington Beach, CA | |  |  |  |  |  |  |  |  |  |  | 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-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-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, button-name, color-contrast, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: 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, 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 | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, text-alternatives/image-redundant-alt | | https://www.opkansas.org/ | https://www.opkansas.org/ | OK | 200 | no | 17020 | 28 | 15 | 38 | 43 | 275 | Home - City of Overland Park, Kansas | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, 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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, heading-order, landmark-one-main, landmark-unique, link-name, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_id_unique, element_attribute_deprecated, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-hidden-focus, aria/aria-valid-attr-value, landmarks/landmark-main, navigable/heading-order, navigable/link-name | | https://www.glendaleca.gov/ | https://www.glendaleca.gov/ | FAIL | 403 | no | 2331 | 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.talgov.com/ | https://www.talgov.com/Main/Home | OK | 200 | yes | 14286 | 3 | 17 | 50 | 3 | 57 | Talgov.com \| The Official Website of the City of Tallahassee | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-unique, page-has-heading-one, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_eventhandler_role_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, script_onclick_misuse, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order | | http://www.gptx.org/ | https://www.gptx.org/Home | OK | 200 | yes | 17603 | 2 | 9 | 36 | 10 | 31 | Home - City of Grand Prairie | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-valid-attr-value | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/region | | https://www.mckinneytexas.org/ | https://www.mckinneytexas.org/ | OK | 200 | no | 29546 | 17 | 24 | 72 | 20 | 426 | McKinney, TX - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-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-R69 (Text has sufficient contrast with its background), SIA-R72 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, page-has-heading-one, 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_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-hidden-focus, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one | | http://www.capecoral.net/ | http://www.capecoral.net/ | FAIL | 500 | no | 2972 | 4 | 3 | 8 | 4 | 0 | 500 - Internal server error. | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, fieldset_legend_valid, html_lang_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.siouxfalls.gov/ | https://www.siouxfalls.gov/home | OK | 200 | yes | 13184 | 2 | 11 | 30 | 5 | 28 | Home - City of Sioux Falls | |  |  |  |  |  |  |  |  |  |  | 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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | http://www.peoriaaz.gov/ | http://www.peoriaaz.gov/ | FAIL | 403 | no | 3546 | 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.providenceri.gov/ | https://www.providenceri.gov/ | OK | 200 | no | 10082 | 7 | 12 | 59 | 10 | 46 | City of Providence Home - City of Providence | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region | | https://www.cityofvancouver.us/ | https://www.cityofvancouver.us/ | OK | 200 | no | 20748 | 37 | 12 | 69 | 23 | 151 | City of Vancouver, WA -The City of Vancouver, WA | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don't repeat the same content), SIA-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: landmark-one-main, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/skip-link | | https://www.knoxvilletn.gov/ | https://www.knoxvilletn.gov/ | OK | 200 | no | 18035 | 19 | 10 | 49 | 14 | 12 | Home - City of Knoxville | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R59, SIA-R66 (Text has enhanced contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, aria-roles, link-name, list, meta-viewport, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_form_label_unique, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_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, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: adaptable/list-children, aria/aria-roles, distinguishable/meta-viewport, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one | | https://www.akronohio.gov/ | https://www.akronohio.gov/ | OK | 200 | no | 45209 | 352 | 355 | 841 | 361 | 413 | Akron, OH | |  |  |  |  |  |  |  |  |  |  | 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-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-R64, 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-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, empty-heading, heading-order, image-alt, listitem, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_accessiblename_exists, aria_attribute_redundant, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, frame_src_valid, heading_content_exists, heading_markup_misuse, img_alt_valid, input_label_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_headers_related, 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, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/img-alt | | https://www.shreveportla.gov/ | https://www.shreveportla.gov/ | OK | 200 | no | 21157 | 32 | 17 | 84 | 29 | 114 | Shreveport, LA - 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-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-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | 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_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: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://cityofmobile.org/ | https://www.cityofmobile.org/ | OK | 200 | yes | 14594 | 9 | 26 | 30 | 6 | 144 | City of Mobile | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, landmark-one-main, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_visible, frame_title_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 | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/heading-order | | http://www.cob.us/ | http://www.cob.us/ | FAIL | - | no | 44 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.nnva.gov/ | https://www.nnva.gov/ | OK | 200 | no | 22478 | 26 | 39 | 71 | 19 | 228 | Newport News, VA - 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-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-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_attribute_deprecated, 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, 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: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one | | https://www.fortlauderdale.gov/ | https://www.fortlauderdale.gov/ | FAIL | 403 | no | 2661 | 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.chattanooga.gov/ | https://chattanooga.gov/ | OK | 200 | yes | 14998 | 0 | 25 | 67 | 11 | 43 | Welcome to Chattanooga.gov | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch | | https://www.tempe.gov/ | https://www.tempe.gov/ | FAIL | 403 | no | 2501 | 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.aurora-il.org/ | https://www.aurora.il.us/Home | OK | 200 | yes | 12891 | 2 | 7 | 27 | 7 | 27 | Home \| City of Aurora, IL | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, 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, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/region | | http://ci.santa-rosa.ca.us/ | http://ci.santa-rosa.ca.us/ | FAIL | 403 | no | 5923 | 4 | 0 | 3 | 4 | 0 | No request found in response | |  |  |  |  |  |  |  |  |  |  | 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.eugene-or.gov/ | https://www.eugene-or.gov/ | OK | 200 | no | 22573 | 30 | 15 | 93 | 14 | 138 | Eugene, OR 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-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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, 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, 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, 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/page-has-heading-one | | http://www.elkgrovecity.org/ | http://www.elkgrovecity.org/ | FAIL | - | no | 921 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.cityofsalem.net/ | https://www.cityofsalem.net/ | FAIL | 403 | no | 2618 | 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.ontarioca.gov/ | https://www.ontarioca.gov/ | OK | 200 | no | 11936 | 0 | 20 | 30 | 0 | 70 | Homepage \| City of Ontario, California | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, element_tabbable_role_valid, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | | https://www.carync.gov/ | https://www.carync.gov/ | FAIL | 403 | no | 2546 | 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.cityofrc.us/ | https://www.cityofrc.us/ | OK | 200 | yes | 26005 | 5 | 66 | 191 | 3 | 201 | Home \| City of Rancho Cucamonga | |  |  |  |  |  |  |  |  |  |  | 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-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, landmark-one-main | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_labelled, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: distinguishable/color-contrast, text-alternatives/image-alt-words | | https://www.ci.oceanside.ca.us/ | https://www.ci.oceanside.ca.us/ | FAIL | 403 | no | 2360 | 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.cityoflancasterca.org/ | https://www.cityoflancasterca.org/ | FAIL | 403 | no | 2304 | 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://ggcity.org/ | https://ggcity.org/ | OK | 200 | no | 18463 | 8 | 8 | 62 | 6 | 47 | Home \| City of Garden Grove | |  |  |  |  |  |  |  |  |  |  | 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-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: button-name, landmark-banner-is-top-level, landmark-no-duplicate-banner, link-name | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_single | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: labels-and-names/button-name, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, navigable/skip-link | | http://www.ppines.com/ | https://www.ppines.com/ | OK | 200 | yes | 32297 | 22 | 25 | 83 | 19 | 320 | Pembroke Pines, FL - 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-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, 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, frame_src_valid, 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/frame-title-unique, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.fcgov.com/ | https://www.fortcollins.gov/Home | OK | 200 | yes | 12135 | 0 | 5 | 15 | 2 | 22 | Home City of Fort Collins | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |  |  |  |  |  |  |  |  |  |  | AccessLint failed rules: landmarks/region, navigable/heading-order | | http://www.cityofpalmdale.org/ | https://www.cityofpalmdaleca.gov/ | OK | 200 | yes | 22464 | 17 | 18 | 80 | 16 | 89 | Palmdale, CA \| 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-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: 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, 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_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.springfieldmo.gov/ | https://www.springfieldmo.gov/ | OK | 200 | no | 32042 | 12 | 36 | 77 | 21 | 120 | Springfield, MO - 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-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-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: color-contrast, heading-order, landmark-unique, region | |  |  |  |  |  |  |  |  |  |  | Equal Access failed rules: aria_attribute_deprecated, 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_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, 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, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | http://www.cityofclarksville.com/ | https://www.clarksvilletn.gov/ | OK | 200 | yes | 30367 | 30 | 29 | 103 | 30 | 86 | Clarksville, TN \| 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-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-progressbar-name, aria-prohibited-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, image-redundant-alt, 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, frame_src_valid, img_alt_redundant, 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, 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, navigable/link-name, text-alternatives/image-redundant-alt |

Detailed Failure Information (ALFA)

https://www.nyc.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://lacity.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R17

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://www.houstontx.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

http://manhattanbp.nyc.gov/html/home/home.shtml

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://phila.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

http://bronxboropres.nyc.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

Failure 1:

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

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://www.sa.gov/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.sandiego.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://dallascityhall.com/

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

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

Failure 1:

Failure 1:

https://www.sanjoseca.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.austintexas.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.columbus.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-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-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.indy.gov/

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 1:

https://www.charlottenc.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-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

https://seattle.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

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

https://www.denvergov.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Failure 1:

Failure 2:

Rule: SIA-R17

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Rule: SIA-R47

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.nashville.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 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-R60

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.okc.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-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.elpasotexas.gov/

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-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

Failure 2:

https://www.boston.gov/

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://www.portland.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

https://www.lasvegasnevada.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

https://www.memphistn.gov/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Rule: SIA-R20

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://www.baltimorecity.gov/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://city.milwaukee.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

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

Failure 3:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.fresno.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.kcmo.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.mesaaz.gov/

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

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

Failure 1:

Failure 2:

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

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

https://www.cityofomaha.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://coloradosprings.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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:

https://raleighnc.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R113

Failure 1:

Rule: SIA-R17

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

https://www.longbeach.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R84

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.miami.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

Failure 2:

https://www.oaklandca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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-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.minneapolismn.gov/

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

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:

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

Rule: SIA-R13

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 1:

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

Failure 1:

http://www.bakersfieldcity.us/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

https://www.wichita.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R113

Failure 1:

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

http://www.arlingtontx.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

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

Failure 1:

Failure 2:

https://www.auroragov.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

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

https://nola.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://www.clevelandohio.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-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-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-R70

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

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

Failure 1:

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

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:

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

Failure 5:

http://www.stocktongov.com/

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

Failure 1:

Failure 1:

Rule: SIA-R13

Failure 1:

Failure 2:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.cityofhenderson.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.riversideca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R75

Failure 1:

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

Failure 1:

https://www.newarknj.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

https://www.stpaul.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-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 17 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

https://www.santa-ana.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.cityofirvine.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R110

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:

Failure 2:

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

Failure 1:

Rule: SIA-R21

Failure 1:

Rule: SIA-R47

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:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.orlando.gov/

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

Failure 1:

Failure 2:

Failure 3:

https://pittsburghpa.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-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R47

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 2:

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

Failure 1:

http://www.plano.gov/

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

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

Failure 1:

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

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R85

Failure 1:

http://www.cityofirvine.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R110

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:

Failure 2:

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

Failure 1:

Rule: SIA-R21

Failure 1:

Rule: SIA-R47

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:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://www.buffalony.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

http://www.chandleraz.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R42

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

Failure 1:

http://www.chulavistaca.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://toledo.oh.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-R64

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://www.cityofmadison.com/

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

Failure 1:

Failure 2:

Failure 3:

https://www.reno.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.cityofnorthlasvegas.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.lincoln.ne.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-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-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

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

Failure 1:

https://www.stpete.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R20

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R20

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Failure 1:

http://www.laredotexas.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.cityofws.org/

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:

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:

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:

Failure 2:

Rule: SIA-R70

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

https://www.cityofchesapeake.net/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

https://www.glendaleaz.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

https://louisvilleky.gov/

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://www.garlandtx.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

https://www.scottsdaleaz.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://www.norfolk.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 3:

Failure 4:

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:

Failure 3:

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

http://www.cityofboise.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R17

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

http://www.spokanecity.org/

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

Failure 1:

Failure 2:

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

Failure 1:

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

http://www.santa-clarita.com/

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

https://www.brla.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 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-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-R85

Failure 1:

http://www.hialeahfl.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

https://www.ci.san-bernardino.ca.us/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-R113

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:

Failure 3:

Failure 4:

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

Failure 1:

https://www.cityoftacoma.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R75

Failure 1:

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

Failure 1:

http://www.modestogov.com/

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

Failure 1:

Failure 1:

Rule: SIA-R13

Failure 1:

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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:

http://www.townofbabylon.com/

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:

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

https://www.huntsvilleal.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.dsm.city/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

http://www.yonkersny.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.cityofrochester.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

http://www.ci.fayetteville.nc.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.fontanaca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

https://www.columbusga.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-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.worcesterma.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.cityofpsl.com/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://littlerock.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

https://www.augustaga.gov/

Failure 1:

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

Failure 1:

https://oxnard.gov/

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://www.birminghamal.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://montgomeryal.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.friscotexas.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

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

Failure 1:

https://www.amarillo.gov/

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

https://www.slc.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

https://grandrapidsmi.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

http://www.huntingtonbeachca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Failure 1:

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:

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

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

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

Failure 1:

https://www.glendaleca.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.talgov.com/

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

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

Failure 1:

Rule: SIA-R74

Failure 1:

http://www.gptx.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-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.mckinneytexas.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

Failure 1:

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

Failure 1:

http://www.capecoral.net/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.siouxfalls.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

http://www.peoriaaz.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

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

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

https://www.knoxvilletn.gov/

Rule: SIA-R110

Failure 1:

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

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R21

Failure 1:

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

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 321 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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:

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:

Failure 2:

Failure 1:

https://www.shreveportla.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cityofmobile.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-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-R72

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.nnva.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-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-R85

Failure 1:

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

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-R3: lang attribute has a valid language code

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.tempe.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.aurora-il.org/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.eugene-or.gov/

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

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

https://www.ontarioca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.carync.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.cityofrc.us/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R40

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://www.ci.oceanside.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.cityoflancasterca.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://ggcity.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 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.ppines.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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-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.fcgov.com/

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

Failure 1:

Failure 2:

Failure 3:

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:

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

https://www.springfieldmo.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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-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.cityofclarksville.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 13 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-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.nyc.gov/

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://lacity.gov/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://www.houstontx.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://manhattanbp.nyc.gov/html/home/home.shtml

Impact: serious

Failure 1:

Failure 2:

https://www.phoenix.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

https://phila.gov/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

http://bronxboropres.nyc.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: list

Impact: serious

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

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.sandiego.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

https://www.sanjoseca.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.austintexas.gov/

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:

https://www.jacksonville.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: role-img-alt

Impact: serious

Failure 1:

https://www.fortworthtexas.gov/

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.denvergov.org/

Rule: heading-order

Impact: moderate

Failure 1:

https://dc.gov/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.nashville.gov/

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

https://www.okc.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://www.elpasotexas.gov/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.boston.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: aria-required-parent

Impact: critical

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

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.lasvegasnevada.gov/

Rule: heading-order

Impact: moderate

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

https://www.memphistn.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.baltimorecity.gov/

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://city.milwaukee.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.cabq.gov/

Rule: definition-list

Impact: serious

Failure 1:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

https://www.fresno.gov/

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://www.kcmo.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.mesaaz.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://www.atlantaga.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.statenislandusa.com/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.cityofomaha.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://coloradosprings.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://raleighnc.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.longbeach.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://virginiabeach.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.minneapolismn.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.cityoftulsa.org/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Rule: nested-interactive

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

http://www.bakersfieldcity.us/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.wichita.gov/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

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:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

http://www.arlingtontx.gov/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.auroragov.org/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://www.tampa.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://nola.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: label-title-only

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:

https://www.clevelandohio.gov/

Rule: region

Impact: moderate

Failure 1:

https://www.anaheim.net/

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:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://www.lexingtonky.gov/

Rule: region

Impact: moderate

Failure 1:

http://www.stocktongov.com/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Impact: moderate

Failure 1:

https://www.cityofhenderson.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.riversideca.gov/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.newarknj.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: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.stpaul.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

http://www.cityofirvine.org/

Rule: aria-roles

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

https://pittsburghpa.gov/

Rule: heading-order

Impact: moderate

Failure 1:

https://greaterstlinc.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: meta-viewport

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

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

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

Failure 2:

https://www.muni.org/

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: input-button-name

Impact: critical

Failure 1:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-unique

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.lincoln.ne.gov/

Rule: heading-order

Impact: moderate

Failure 1:

http://www.plano.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.durhamnc.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Failure 3:

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:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

http://www.cityofirvine.org/

Rule: aria-roles

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: select-name

Impact: critical

Failure 1:

https://www.buffalony.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

http://www.chandleraz.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.chulavistaca.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://toledo.oh.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: image-redundant-alt

Impact: minor

Failure 1:

https://www.cityofmadison.com/

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

https://www.reno.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.cityofnorthlasvegas.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.lincoln.ne.gov/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.stpete.org/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-valid-attr

Impact: critical

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.irvingtexas.com/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: aria-valid-attr

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

http://www.laredotexas.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.cityofws.org/

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

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.cityofchesapeake.net/

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

https://www.glendaleaz.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://louisvilleky.gov/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.garlandtx.gov/

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:

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

https://www.scottsdaleaz.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

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

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

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

http://www.spokanecity.org/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: image-alt

Impact: critical

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

http://www.santa-clarita.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

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

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

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://www.ci.san-bernardino.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: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

https://www.cityoftacoma.org/

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.modestogov.com/

Rule: button-name

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.townofbabylon.com/

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:

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:

Failure 5:

… and 6 more failures for this rule

https://www.huntsvilleal.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.dsm.city/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

http://www.yonkersny.gov/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

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

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:

Failure 5:

… and 1 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

http://www.moval.org/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: scope-attr-valid

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

http://www.ci.fayetteville.nc.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.fontanaca.gov/

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

https://www.columbusga.org/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

https://www.worcesterma.gov/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://littlerock.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://oxnard.gov/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.birminghamal.gov/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://montgomeryal.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.friscotexas.gov/

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

https://www.amarillo.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

https://www.slc.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://grandrapidsmi.gov/

Rule: color-contrast

Impact: serious

Failure 1:

http://www.huntingtonbeachca.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.opkansas.org/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.glendaleca.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.talgov.com/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.gptx.org/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

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

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

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

https://www.siouxfalls.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

http://www.peoriaaz.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.providenceri.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.cityofvancouver.us/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

https://www.knoxvilletn.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://www.akronohio.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 321 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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:

Failure 5:

… and 5 more failures for this rule

https://cityofmobile.org/

Rule: frame-title

Impact: serious

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

https://www.nnva.gov/

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

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

https://www.fortlauderdale.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.tempe.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.aurora-il.org/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

http://ci.santa-rosa.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:

https://www.eugene-or.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: 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 18 more failures for this rule

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

https://www.carync.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.cityofrc.us/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-one-main

Impact: moderate

Failure 1:

https://www.ci.oceanside.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.cityoflancasterca.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://ggcity.org/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

https://www.springfieldmo.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

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.cityofclarksville.com/

Rule: aria-progressbar-name

Impact: serious

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

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: image-redundant-alt

Impact: minor

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

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule