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 ALFA + axe results):

Page ALFA Failed axe Failed Total Failed Page Title
View Page 741 352 1093 Akron, OH
View Page 660 36 696 City of Tulsa
View Page 670 16 686 Fort Wayne, IN | Official Website
View Page 450 0 450 City of Thornton
View Page 412 31 443 Chesapeake, VA | Official Website
View Page 312 126 438 Escondido, CA | Official Website
View Page 412 23 435 Muni.org
         Anchorage, Alaska: The Official Municipality of Anchorage, Alaska website | | [View Page](https://www.wvc-ut.gov/) | 419 | 14 | **433** | West Valley City, UT - Official Site \| Official Website | | [View Page](https://www.durhamnc.gov/) | 394 | 37 | **431** | Durham, NC \| Official Website | | [View Page](https://www.auroragov.org/) | 377 | 50 | **427** | Home - City of Aurora |

🔧 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 236 of 327 View Rule
SIA-R66: Text has enhanced contrast with its background 216 of 327 View Rule
SIA-R57: Landmarks don’t repeat the same content 199 of 327 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 171 of 327 View Rule
SIA-R56: Landmarks with the same role are distinguishable 129 of 327 View Rule
SIA-R69: Text has sufficient contrast with its background 106 of 327 View Rule
SIA-R53: Headings follow a logical hierarchy 105 of 327 View Rule
SIA-R61 103 of 327 View Rule
SIA-R68: Accessible name contains the visible label text 92 of 327 View Rule
SIA-R14: Images have an accessible name or are decorative 83 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 217 of 327 View Rule
landmark-unique 126 of 327 View Rule
heading-order 107 of 327 View Rule
landmark-one-main 83 of 327 View Rule
aria-valid-attr-value 66 of 327 View Rule
color-contrast 65 of 327 View Rule
link-name 63 of 327 View Rule
aria-required-children 62 of 327 View Rule
html-has-lang 56 of 327 View Rule
aria-required-parent 56 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 78 page(s) - 78 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 52 page(s) - 177 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 49 page(s) - 49 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 48 page(s) - 48 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 5: Affects 45 page(s) - 48 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 6: Affects 45 page(s) - 45 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 7: Affects 44 page(s) - 45 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 8: Affects 41 page(s) - 41 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 9: Affects 39 page(s) - 39 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 10: Affects 34 page(s) - 42 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 11: Affects 33 page(s) - 33 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 12: Affects 32 page(s) - 32 occurrence(s)

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

HTML Pattern:

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

XPath (use in browser DevTools):

/a[@class="widgetDesc widgetQuickLinksLink"]

How to Replicate:

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

Affected Pages:


Pattern 13: Affects 32 page(s) - 32 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 32 page(s) - 32 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 29 page(s) - 29 occurrence(s)

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

HTML Pattern:

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

XPath (use in browser DevTools):

/a[@class="widgetDesc widgetQuickLinksLink"]

How to Replicate:

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

Affected Pages:


💡 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) ALFA Pass ALFA Fail axe Pass axe Fail Notes
https://www.nyc.gov/ https://www.nyc.gov/main OK 200 yes 281 1180 45 903 2 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
https://lacity.gov/ https://lacity.gov/ FAIL 403 no 344 924 126 844 6 Access Denied
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)
                    axe failed rules: aria-allowed-attr, aria-hidden-focus, color-contrast, landmark-unique
http://www.queensbp.org/ http://www.queensbp.org/ FAIL - no 26 0 0 0 0 fetch failed
https://www.houstontx.gov/ https://www.houstontx.gov/ OK 200 no 250 1825 193 1084 13 City of Houston eGovernment Center
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R74, SIA-R79
                    axe failed rules: aria-hidden-focus, landmark-one-main, object-alt, region
http://manhattanbp.nyc.gov/html/home/home.shtml https://www.manhattanbp.nyc.gov/html/home/home.shtml FAIL 404 yes 1528 569 31 432 2  
                    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
https://www.phoenix.gov/ https://www.phoenix.gov/ OK 200 no 83 2568 96 1611 3 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
https://phila.gov/ https://www.phila.gov/ OK 200 yes 289 1744 213 384 4 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: landmark-one-main, landmark-unique, list, region
http://bronxboropres.nyc.gov/ https://bronxboropres.nyc.gov/ OK 200 yes 214 776 25 1029 6 The Office of The Bronx Borough President | Vanessa L. Gibson
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R47, 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: link-name, meta-viewport, region
https://www.sa.gov/ https://www.sa.gov/Home OK 200 yes 103 1165 16 787 2 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-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: heading-order, landmark-unique
https://www.sandiego.gov/ https://www.sandiego.gov/ OK 200 no 856 1942 92 1121 2 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
https://dallascityhall.com/ https://dallascityhall.com/Pages/default.aspx OK 200 yes 427 1057 99 729 0 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)
https://www.sanjoseca.gov/ https://www.sanjoseca.gov/ FAIL 403 no 35 21 4 9 5 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
https://www.austintexas.gov/ https://www.austintexas.gov/ OK 200 no 104 832 25 757 3 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
https://www.jacksonville.gov/ https://www.jacksonville.gov/ OK 200 no 545 1437 110 936 8 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
https://www.fortworthtexas.gov/ https://www.fortworthtexas.gov/Home OK 200 yes 1239 1804 64 1119 11 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)
                    axe failed rules: scrollable-region-focusable
https://www.columbus.gov/ https://www.columbus.gov/Home OK 200 yes 557 968 20 626 0 Home - City of Columbus, Ohio
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-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)
https://www.indy.gov/ https://www.indy.gov/ OK 200 no 199 702 32 475 0 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)
https://www.charlottenc.gov/ https://www.charlottenc.gov/Home OK 200 yes 99 1448 49 736 0 Home - City of Charlotte
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R85
https://seattle.gov/ https://seattle.gov/ OK 200 no 121 1845 167 868 0 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)
https://www.denvergov.org/ https://www.denvergov.org/Home OK 200 yes 508 1783 55 1058 2 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: aria-hidden-focus, heading-order
https://dc.gov/ https://dc.gov/ OK 200 no 48 855 114 590 15 | 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
https://www.nashville.gov/ https://www.nashville.gov/ OK 200 no 414 1401 140 1216 18 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-one-main, region
https://www.okc.gov/ https://www.okc.gov/Home OK 200 yes 919 1698 56 1118 2 Home | City of OKC
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)
                    axe failed rules: aria-allowed-role, aria-valid-attr-value
https://www.elpasotexas.gov/ https://www.elpasotexas.gov/ OK 200 no 283 932 137 528 15 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
https://www.boston.gov/ https://www.boston.gov/ OK 200 no 183 1358 159 1463 58 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
https://www.portland.gov/ https://www.portland.gov/ OK 200 no 75 1347 131 1124 0 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)
https://www.lasvegasnevada.gov/ https://www.lasvegasnevada.gov/ OK 200 no 1190 1153 113 621 28 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
https://detroitmi.gov/ https://detroitmi.gov/ OK 200 no 385 0 0 1938 8 <— Last few GCs —> [8897:0x3edff500] 93793 ms: Scavenge (reduce) 3738.2 (4141.5) -> 3738.0 (4142.3) MB, 3.09 / 0.00 ms (average mu = 0.064, current mu = 0.027) allocation failure; [8897:0x3edff500] 93798 ms: Scavenge (reduce) 3738.9 (4142.3) -> 3738.7 (4142.8) MB, 3.45 / 0.00 ms (average mu = 0.064, current mu = 0.027) allocation failure; [8897:0x3edff500] 93804 ms: Scavenge (reduce) 3739.4 (4142.8) -> 3739.3 (4143.3) MB, 4.33 / 0.00 ms (average mu = 0.064, current mu = 0.027) allocation failure; <— JS stacktrace —> FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory —– Native stack trace —– 1: 0xb76dc5 node::OOMErrorHandler(char const, v8::OOMDetails const&) [/home/runner/actions-runner/cached/externals/node20/bin/node] 2: 0xee6120 v8::Utils::ReportOOMFailure(v8::internal::Isolate, char const, v8::OOMDetails const&) [/home/runner/actions-runner/cached/externals/node20/bin/node] 3: 0xee6407 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate, char const, v8::OOMDetails const&) [/home/runner/actions-runner/cached/externals/node20/bin/node] 4: 0x10f8055 [/home/runner/actions-runner/cached/externals/node20/bin/node] 5: 0x10f85e4 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [/home/runner/actions-runner/cached/externals/node20/bin/node] 6: 0x110f4d4 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const) [/home/runner/actions-runner/cached/externals/node20/bin/node] 7: 0x110fcec v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/home/runner/actions-runner/cached/externals/node20/bin/node] 8: 0x10e5ff1 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/home/runner/actions-runner/cached/externals/node20/bin/node] 9: 0x10e7185 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/home/runner/actions-runner/cached/externals/node20/bin/node] 10: 0x10c47d6 v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/home/runner/actions-runner/cached/externals/node20/bin/node] 11: 0x1520316 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long, v8::internal::Isolate) [/home/runner/actions-runner/cached/externals/node20/bin/node] 12: 0x7f9625e99ef6
                    axe failed rules: heading-order, label, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, page-has-heading-one
https://www.memphistn.gov/ https://memphistn.gov/ OK 200 yes 489 1667 137 1211 12 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
https://www.baltimorecity.gov/ https://www.baltimorecity.gov/ OK 200 no 222 1880 82 1779 9 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
https://city.milwaukee.gov/ https://city.milwaukee.gov/ FAIL 403 no 124 64 2 62 1 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://www.cabq.gov/ https://www.cabq.gov/ OK 200 no 62 1074 40 605 3 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
http://www.tucsonaz.gov/ https://www.tucsonaz.gov/Home OK 200 yes 1331 1163 0 727 0 Home City of Tucson
https://www.fresno.gov/ https://www.fresno.gov/ OK 200 no 93 967 48 733 2 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
https://www.cityofsacramento.gov/ https://www.cityofsacramento.gov/ OK 200 no 102 0 0 2587 193 <— Last few GCs —> [10443:0x3b37c410] 50224 ms: Mark-Compact 3591.7 (4129.5) -> 3590.0 (4112.0) MB, 1241.03 / 0.00 ms (average mu = 0.167, current mu = 0.031) allocation failure; scavenge might not succeed [10443:0x3b37c410] 50261 ms: Scavenge 3605.7 (4112.0) -> 3605.7 (4128.3) MB, 8.38 / 0.00 ms (average mu = 0.167, current mu = 0.031) allocation failure; [10443:0x3b37c410] 50669 ms: Scavenge 3605.7 (4128.3) -> 3604.0 (4144.0) MB, 407.64 / 0.00 ms (average mu = 0.167, current mu = 0.031) allocation failure; <— JS stacktrace —> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory —– Native stack trace —– 1: 0xb76dc5 node::OOMErrorHandler(char const, v8::OOMDetails const&) [/home/runner/actions-runner/cached/externals/node20/bin/node] 2: 0xee6120 v8::Utils::ReportOOMFailure(v8::internal::Isolate, char const, v8::OOMDetails const&) [/home/runner/actions-runner/cached/externals/node20/bin/node] 3: 0xee6407 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate, char const*, v8::OOMDetails const&) [/home/runner/actions-runner/cached/externals/node20/bin/node] 4: 0x10f8055 [/home/runner/actions-runner/cached/externals/node20/bin/node] 5: 0x110fed8 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/home/runner/actions-runner/cached/externals/node20/bin/node] 6: 0x10e5ff1 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/home/runner/actions-runner/cached/externals/node20/bin/node] 7: 0x10e7185 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/home/runner/actions-runner/cached/externals/node20/bin/node] 8: 0x10c38a6 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/home/runner/actions-runner/cached/externals/node20/bin/node] 9: 0x10b54d4 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Map, v8::internal::AllocationAlignment) [/home/runner/actions-runner/cached/externals/node20/bin/node] 10: 0x10b87e7 v8::internal::FactoryBase<v8::internal::Factory>::NewRawTwoByteString(int, v8::internal::AllocationType) [/home/runner/actions-runner/cached/externals/node20/bin/node] 11: 0x157694c v8::internal::IncrementalStringBuilder::Extend() [/home/runner/actions-runner/cached/externals/node20/bin/node] 12: 0x1234018 v8::internal::JsonStringifier::NewLineOutline() [/home/runner/actions-runner/cached/externals/node20/bin/node] 13: 0x12370b5 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 14: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 15: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 16: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 17: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 18: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 19: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 20: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 21: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 22: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 23: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 24: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 25: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 26: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 27: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 28: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 29: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 30: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 31: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 32: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 33: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 34: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 35: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 36: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 37: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 38: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 39: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 40: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 41: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 42: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 43: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 44: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 45: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 46: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 47: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 48: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 49: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 50: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 51: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 52: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 53: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 54: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 55: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 56: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 57: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 58: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 59: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 60: 0x123abb3 v8::internal::JsonStringifier::SerializeArrayLikeSlow(v8::internal::Handle<v8::internal::JSReceiver>, unsigned int, unsigned int) [/home/runner/actions-runner/cached/externals/node20/bin/node] 61: 0x123680f v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 62: 0x1237dd9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 63: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 64: 0x1236fc4 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 65: 0x123a4f9 v8::internal::JsonStringifier::Result v8::internal::JsonStringifier::Serialize_(v8::internal::Handle<v8::internal::Object>, bool, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 66: 0x123b2e6 v8::internal::JsonStringify(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>) [/home/runner/actions-runner/cached/externals/node20/bin/node] 67: 0xf78222 v8::internal::Builtin_JsonStringify(int, unsigned long*, v8::internal::Isolate*) [/home/runner/actions-runner/cached/externals/node20/bin/node] 68: 0x1959df6 [/home/runner/actions-runner/cached/externals/node20/bin/node]
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, aria-required-children, heading-order, list, nested-interactive, region, scrollable-region-focusable
https://www.kcmo.gov/ https://www.kcmo.gov/ FAIL 403 no 57 21 4 9 5 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
https://www.mesaaz.gov/ https://www.mesaaz.gov/Home OK 200 yes 872 1259 27 799 2 Home - City of Mesa
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-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
https://www.atlantaga.gov/ https://www.atlantaga.gov/ FAIL 403 no 88 21 4 9 5 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
https://www.statenislandusa.com/ https://www.statenislandusa.com/ OK 200 no 128 187 43 305 12 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
https://www.cityofomaha.org/ https://www.cityofomaha.org/ FAIL 403 no 180 21 4 9 5 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
https://coloradosprings.gov/ https://coloradosprings.gov/ OK 200 no 110 1186 114 1181 7 Home Page | City of Colorado Springs
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background)
                    axe failed rules: color-contrast, landmark-unique, list, page-has-heading-one
https://raleighnc.gov/ https://raleighnc.gov/ OK 200 no 83 1825 167 1684 6 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
https://www.longbeach.gov/ https://www.longbeach.gov/ OK 200 no 141 934 80 18 3 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-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
https://virginiabeach.gov/ https://virginiabeach.gov/ OK 200 no 439 3227 86 1780 52 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
https://www.miami.gov/ https://www.miami.gov/Home OK 200 yes 1457 1926 39 951 0 Home - Miami
                    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)
https://www.oaklandca.gov/ https://www.oaklandca.gov/Home OK 200 yes 122 2224 51 1191 0 Home | City of Oakland, CA
                    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-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)
https://www.minneapolismn.gov/ https://www.minneapolismn.gov/ OK 200 no 35 3285 39 3451 7 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
https://www.cityoftulsa.org/ https://www.cityoftulsa.org/ OK 200 no 359 1532 660 912 36 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
http://www.bakersfieldcity.us/ https://www.bakersfieldcity.us/ OK 200 yes 106 442 8 518 2 Bakersfield, CA - Official Website | Official Website
                    ALFA failed rules: 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)
                    axe failed rules: region
https://www.wichita.gov/ https://www.wichita.gov/ OK 200 no 666 1998 150 1977 41 Wichita, KS | 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-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
http://www.arlingtontx.gov/ https://www.arlingtontx.gov/Home OK 200 yes 1252 2601 62 1600 1 Home | City of Arlington, TX
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-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
https://www.auroragov.org/ https://www.auroragov.org/ OK 200 no 1357 3131 377 1463 50 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
https://www.tampa.gov/ https://www.tampa.gov/ OK 200 no 402 1926 104 1536 13 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
https://nola.gov/ https://nola.gov/home/ OK 200 yes 528 1315 183 1236 17 Home - City of New Orleans
                    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-R74, SIA-R83 (Text can be resized to 200% without loss of content)
                    axe failed rules: color-contrast, label-title-only, landmark-unique, page-has-heading-one, region
https://www.clevelandohio.gov/ https://www.clevelandohio.gov/ OK 200 no 251 1612 63 970 1 Home | City of Cleveland Ohio
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-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
http://www.honolulu.gov/ http://www.honolulu.gov/ FAIL - no 10493 0 0 0 0 fetch failed
https://www.anaheim.net/ https://www.anaheim.net/ OK 200 no 870 1259 46 1675 15 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
https://sanjuan.pr/ https://sanjuan.pr/ FAIL - no 174 0 0 0 0 fetch failed
https://www.lexingtonky.gov/ https://www.lexingtonky.gov/ OK 200 no 295 606 46 506 1 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
http://www.stocktongov.com/ https://www.stocktonca.gov/ OK 200 yes 709 999 49 813 10 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
http://www.cctexas.com/ https://www.corpuschristitx.gov/ OK 200 yes 410 1730 149 1778 29 Home | City of Corpus Christi
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, 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-R87 (First focusable element is a skip link)
                    axe failed rules: aria-hidden-focus, aria-prohibited-attr, empty-heading, heading-order, link-name, meta-viewport-large, role-img-alt
https://www.cityofhenderson.com/ https://www.cityofhenderson.com/ FAIL 403 no 103 21 4 9 5 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
https://www.riversideca.gov/ https://www.riversideca.gov/ OK 200 no 102 1205 96 776 18 Riverside, California | City of Arts & Innovation
                    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
https://www.newarknj.gov/ https://www.newarknj.gov/ OK 200 no 522 1382 57 1361 11 Newark, NJ | Official Website
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-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, image-redundant-alt, landmark-unique, link-in-text-block, page-has-heading-one, region
https://www.stpaul.gov/ https://www.stpaul.gov/ OK 200 no 346 1785 106 1699 6 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-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
                    axe failed rules: region
https://www.santa-ana.org/ https://www.santa-ana.org/ OK 200 no 691 14 3 7 4 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
http://www.cityofirvine.org/ https://cityofirvine.org/ OK 200 yes 577 1937 328 1652 50 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
https://www.orlando.gov/ https://www.orlando.gov/Home OK 200 yes 95 1361 14 608 0 Home - City of Orlando
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content)
https://pittsburghpa.gov/ https://www.pittsburghpa.gov/Home OK 200 yes 1576 1373 33 840 1 Home - Pittsburgh, PA
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R78 (Headings of same level have text content between them)
                    axe failed rules: heading-order
https://greaterstlinc.com/ https://greaterstlinc.com/ OK 200 no 65 1308 177 985 61 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-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-attr, aria-allowed-role, landmark-unique, link-name, meta-viewport, region
https://greensboro-nc.gov/ https://www.greensboro-nc.gov/ FAIL 403 yes 335 21 4 9 5 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
https://www.jerseycitynj.gov/ https://www.jerseycitynj.gov/ OK 200 no 1170 2251 138 775 36 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-R69 (Text has sufficient 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: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, image-redundant-alt, landmark-one-main, list, meta-viewport, region, select-name
https://www.muni.org/ https://www.muni.org/pages/default.aspx OK 200 yes 611 1178 412 599 23 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 | | https://www.lincoln.ne.gov/ | https://www.lincoln.ne.gov/Home | OK | 200 | yes | 1256 | 1072 | 33 | 748 | 1 | 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-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order | | http://www.plano.gov/ | https://www.plano.gov/ | OK | 200 | yes | 242 | 573 | 11 | 703 | 4 | Plano, TX - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R13, 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: frame-title, region | | https://www.durhamnc.gov/ | https://www.durhamnc.gov/ | OK | 200 | no | 1060 | 2688 | 394 | 2088 | 37 | 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-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-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, button-name, landmark-unique, link-name, region | | http://www.cityofirvine.org/ | https://cityofirvine.org/ | OK | 200 | yes | 683 | 1937 | 328 | 1652 | 50 | 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 | | https://www.buffalony.gov/ | https://www.buffalony.gov/ | OK | 200 | no | 576 | 1178 | 89 | 1394 | 12 | 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 | | http://www.chandleraz.gov/ | https://www.chandleraz.gov/ | OK | 200 | yes | 124 | 1871 | 81 | 1374 | 14 | 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 | | http://www.chulavistaca.gov/ | http://www.chulavistaca.gov/ | FAIL | 403 | no | 126 | 21 | 4 | 9 | 5 | 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 | | https://toledo.oh.gov/ | https://toledo.oh.gov/ | OK | 200 | no | 444 | 648 | 56 | 457 | 6 | 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 | | https://www.cityofmadison.com/ | https://www.cityofmadison.com/ | OK | 200 | no | 407 | 1747 | 74 | 1341 | 1 | 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 | | https://www.reno.gov/ | https://www.reno.gov/ | FAIL | 403 | no | 44 | 21 | 4 | 9 | 5 | 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 | | https://www.cityoffortwayne.org/ | https://www.cityoffortwayne.in.gov/ | OK | 200 | yes | 873 | 8102 | 670 | 6831 | 16 | Fort Wayne, IN \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-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: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://www.cityofnorthlasvegas.com/ | https://www.cityofnorthlasvegas.com/ | FAIL | 403 | no | 120 | 21 | 4 | 9 | 5 | 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 | | https://www.lincoln.ne.gov/ | https://www.lincoln.ne.gov/Home | OK | 200 | yes | 692 | 1072 | 33 | 748 | 1 | 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-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order | | https://www.stpete.org/ | https://www.stpete.org/ | OK | 200 | no | 115 | 2026 | 100 | 1260 | 29 | 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) | |  |  |  |  |  |  |  |  |  |  | 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 | | http://www.ci.lubbock.tx.us/ | http://www.ci.lubbock.tx.us/ | FAIL | - | no | 290 | 0 | 0 | 0 | 0 | fetch failed | | https://www.irvingtexas.com/ | https://www.irvingtexas.com/ | OK | 200 | no | 136 | 1794 | 346 | 1319 | 44 | 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 | | http://www.laredotexas.gov/ | https://www.cityoflaredo.com/ | FAIL | 403 | yes | 100 | 21 | 4 | 9 | 5 | 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 | | http://www.cityofws.org/ | https://www.cityofws.org/ | OK | 200 | yes | 839 | 1383 | 62 | 1606 | 15 | 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 | | https://www.cityofchesapeake.net/ | https://www.cityofchesapeake.net/ | OK | 200 | no | 614 | 2210 | 412 | 1583 | 31 | Chesapeake, VA \| 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 | | https://www.glendaleaz.com/ | https://www.glendaleaz.gov/Home | OK | 200 | yes | 2247 | 1801 | 56 | 1324 | 2 | Home \| City of Glendale, AZ | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-valid-attr-value | | https://louisvilleky.gov/ | https://louisvilleky.gov/ | FAIL | 403 | no | 41 | 100 | 3 | 58 | 4 | 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 | | https://www.garlandtx.gov/ | https://www.garlandtx.gov/ | OK | 200 | no | 1009 | 1775 | 189 | 2017 | 20 | 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-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, heading-order, landmark-unique, region | | https://www.scottsdaleaz.gov/ | https://www.scottsdaleaz.gov/ | OK | 200 | no | 85 | 2271 | 65 | 1162 | 9 | 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), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, region | | https://www.norfolk.gov/ | https://www.norfolk.gov/ | OK | 200 | no | 1068 | 1692 | 124 | 1684 | 22 | 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 | | http://www.cityofboise.org/ | https://www.cityofboise.org/ | OK | 200 | yes | 368 | 1579 | 58 | 763 | 5 | 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 | | http://www.ci.fremont.ca.us/ | http://www.ci.fremont.ca.us/ | FAIL | 400 | no | 1203 | 0 | 0 | 9 | 5 | No request found in response | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, region | | http://www.spokanecity.org/ | https://my.spokanecity.org/ | OK | 200 | yes | 999 | 578 | 29 | 404 | 42 | 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 | | http://www.santa-clarita.com/ | https://santaclarita.gov/ | OK | 200 | yes | 684 | 1632 | 202 | 1760 | 74 | 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 | | https://www.brla.gov/ | https://www.brla.gov/ | OK | 200 | no | 927 | 1911 | 168 | 1873 | 16 | 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 | | http://www.hialeahfl.gov/ | http://www.hialeahfl.gov/ | OK | 200 | no | 414 | 1285 | 107 | 1425 | 18 | 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 | | https://www.ci.san-bernardino.ca.us/ | https://www.sanbernardino.gov/ | OK | 200 | yes | 828 | 2081 | 141 | 2220 | 24 | San Bernardino, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-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 | | https://www.cityoftacoma.org/ | https://tacoma.gov/ | OK | 200 | yes | 308 | 2065 | 28 | 1222 | 5 | 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 | | http://www.modestogov.com/ | https://www.modestogov.com/ | OK | 200 | yes | 876 | 1717 | 117 | 2089 | 22 | Modesto, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-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 | | http://www.townofbabylon.com/ | https://www.townofbabylonny.gov/ | OK | 200 | yes | 987 | 2215 | 371 | 1794 | 26 | 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 | | https://www.huntsvilleal.gov/ | https://www.huntsvilleal.gov/ | OK | 200 | no | 63 | 1094 | 124 | 858 | 6 | 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 | | https://www.dsm.city/ | https://www.dsm.city/ | OK | 200 | no | 269 | 1227 | 65 | 751 | 9 | 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-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus | | http://www.yonkersny.gov/ | https://www.yonkersny.gov/ | OK | 200 | yes | 493 | 3256 | 222 | 3138 | 30 | 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-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-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, image-redundant-alt, landmark-unique, link-name, region | | https://www.cityofrochester.gov/ | https://www.cityofrochester.gov/ | OK | 200 | no | 354 | 1570 | 32 | 1496 | 0 | 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) | | http://www.moval.org/ | http://www.moval.org/ | OK | 200 | no | 285 | 2126 | 295 | 899 | 20 | 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-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-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 | | http://www.ci.fayetteville.nc.us/ | https://www.fayettevillenc.gov/ | FAIL | 403 | yes | 718 | 21 | 4 | 9 | 5 | 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 | | https://www.fontanaca.gov/ | https://www.fontanaca.gov/ | OK | 200 | no | 515 | 1301 | 138 | 1645 | 12 | 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: heading-order, landmark-unique, region | | https://www.columbusga.org/ | https://www.columbusga.gov/ | OK | 200 | yes | 1050 | 2523 | 101 | 1083 | 44 | 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 | | https://www.worcesterma.gov/ | https://www.worcesterma.gov/ | OK | 200 | no | 183 | 1043 | 75 | 1125 | 1 | 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-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: landmark-unique | | https://www.cityofpsl.com/ | https://www.cityofpsl.com/Home | OK | 200 | yes | 1542 | 1232 | 14 | 793 | 0 | Home \| City of Port St. Lucie, FL | |  |  |  |  |  |  |  |  |  |  | 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) | | https://littlerock.gov/ | https://littlerock.gov/ | OK | 200 | no | 412 | 1369 | 74 | 927 | 25 | 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-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, heading-order, landmark-complementary-is-top-level, link-name | | https://www.augustaga.gov/ | https://www.augustaga.gov/ | OK | 200 | no | 633 | 2101 | 64 | 2166 | 16 | 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 | | https://oxnard.gov/ | https://oxnard.gov/ | FAIL | 403 | no | 41 | 100 | 3 | 58 | 4 | 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 | | https://www.birminghamal.gov/ | https://www.birminghamal.gov/ | OK | 200 | no | 154 | 954 | 62 | 767 | 1 | 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 | | https://montgomeryal.gov/ | http://www.montgomeryal.gov/ | FAIL | 403 | yes | 293 | 21 | 4 | 9 | 5 | 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 | | http://www.friscotexas.gov/ | https://www.friscotexas.gov/ | OK | 200 | yes | 248 | 1816 | 362 | 1485 | 18 | 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 | | https://www.amarillo.gov/ | https://www.amarillo.gov/ | OK | 200 | no | 1235 | 2845 | 195 | 825 | 14 | - 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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, link-name, scrollable-region-focusable | | https://www.slc.gov/ | https://www.slc.gov/ | OK | 200 | no | 149 | 1795 | 36 | 1043 | 10 | 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 | | https://grandrapidsmi.gov/ | https://www.grandrapidsmi.gov/Home | OK | 200 | yes | 739 | 1440 | 57 | 798 | 1 | Home | |  |  |  |  |  |  |  |  |  |  | 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-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 | | http://www.huntingtonbeachca.gov/ | https://www.huntingtonbeachca.gov/ | OK | 200 | yes | 353 | 1218 | 72 | 613 | 17 | 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 | | https://www.opkansas.org/ | https://www.opkansas.org/ | OK | 200 | no | 796 | 1476 | 261 | 1018 | 28 | 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 | | https://www.glendaleca.gov/ | https://www.glendaleca.gov/ | FAIL | 403 | no | 115 | 21 | 4 | 9 | 5 | 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 | | http://www.talgov.com/ | https://www.talgov.com/Main/Home | OK | 200 | yes | 7045 | 1017 | 73 | 929 | 3 | 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 | | http://www.gptx.org/ | https://www.gptx.org/Home | OK | 200 | yes | 1402 | 1701 | 38 | 1149 | 2 | Home - City of Grand Prairie | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-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 | | https://www.mckinneytexas.org/ | https://www.mckinneytexas.org/ | OK | 200 | no | 69 | 1713 | 202 | 1572 | 18 | McKinney, TX - 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-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 | | http://www.capecoral.net/ | https://www.capecoral.gov/ | OK | 200 | yes | 221 | 1185 | 58 | 713 | 8 | Home \| Welcome to Cape Coral, FL | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: empty-heading, heading-order, link-name | | https://www.siouxfalls.gov/ | https://www.siouxfalls.gov/home | OK | 200 | yes | 1050 | 1360 | 39 | 812 | 2 | 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-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique | | http://www.peoriaaz.gov/ | http://www.peoriaaz.gov/ | FAIL | 403 | no | 59 | 64 | 2 | 62 | 1 | Just a moment... | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R9, SIA-R96 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: meta-refresh | | https://www.providenceri.gov/ | https://www.providenceri.gov/ | OK | 200 | no | 373 | 1308 | 55 | 895 | 7 | 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 | | https://www.cityofvancouver.us/ | https://www.cityofvancouver.us/ | OK | 200 | no | 133 | 1592 | 154 | 1037 | 36 | 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 | | https://www.knoxvilletn.gov/ | https://www.knoxvilletn.gov/ | OK | 200 | no | 1460 | 629 | 18 | 142 | 20 | 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 | | https://www.akronohio.gov/ | https://www.akronohio.gov/ | OK | 200 | no | 446 | 4630 | 741 | 625 | 352 | 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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, empty-heading, heading-order, image-alt, listitem, region | | https://www.shreveportla.gov/ | https://www.shreveportla.gov/ | OK | 200 | no | 798 | 1613 | 100 | 1682 | 38 | 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 | | https://cityofmobile.org/ | https://www.cityofmobile.org/ | OK | 200 | yes | 1576 | 941 | 139 | 640 | 13 | 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 | | http://www.cob.us/ | http://www.cob.us/ | FAIL | - | no | 19 | 0 | 0 | 0 | 0 | fetch failed | | https://www.nnva.gov/ | https://www.nnva.gov/ | OK | 200 | no | 4358 | 2042 | 216 | 2036 | 26 | 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 | | https://www.fortlauderdale.gov/ | https://www.fortlauderdale.gov/ | FAIL | 403 | no | 157 | 21 | 4 | 9 | 5 | 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 | | https://www.chattanooga.gov/ | https://chattanooga.gov/ | OK | 200 | yes | 269 | 1678 | 58 | 1324 | 0 | 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) | | https://www.tempe.gov/ | https://www.tempe.gov/ | FAIL | 403 | no | 82 | 21 | 4 | 9 | 5 | 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 | | https://www.aurora-il.org/ | https://www.aurora.il.us/Home | OK | 200 | yes | 1842 | 1581 | 35 | 1098 | 2 | Home \| City of Aurora, IL | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-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 | | http://ci.santa-rosa.ca.us/ | http://ci.santa-rosa.ca.us/ | FAIL | 403 | no | 45 | 0 | 0 | 21 | 4 | No request found in response | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, region | | https://www.eugene-or.gov/ | https://www.eugene-or.gov/ | OK | 200 | no | 721 | 1583 | 126 | 1683 | 30 | 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 | | http://www.elkgrovecity.org/ | https://elkgrove.gov/ | FAIL | 403 | yes | 628 | 100 | 3 | 58 | 4 | 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 | | https://www.cityofsalem.net/ | https://www.cityofsalem.net/ | FAIL | 403 | no | 251 | 21 | 4 | 9 | 5 | 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 | | https://www.ontarioca.gov/ | https://www.ontarioca.gov/ | OK | 200 | no | 90 | 1094 | 56 | 814 | 0 | 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) | | https://www.carync.gov/ | https://www.carync.gov/ | FAIL | 403 | no | 74 | 21 | 4 | 9 | 5 | 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 | | http://www.cityofrc.us/ | https://www.cityofrc.us/ | OK | 200 | yes | 181 | 2314 | 129 | 1598 | 3 | 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-R17, 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-hidden-focus, landmark-one-main | | https://www.ci.oceanside.ca.us/ | https://www.ci.oceanside.ca.us/ | FAIL | 403 | no | 81 | 21 | 4 | 9 | 5 | 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 | | https://www.cityoflancasterca.org/ | https://www.cityoflancasterca.org/ | FAIL | 403 | no | 61 | 21 | 4 | 9 | 5 | 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 | | https://ggcity.org/ | https://ggcity.org/ | OK | 200 | no | 82 | 1198 | 41 | 983 | 7 | 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 | | http://www.ppines.com/ | https://www.ppines.com/ | OK | 200 | yes | 958 | 1712 | 333 | 1582 | 22 | 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 | | https://www.fcgov.com/ | https://www.fortcollins.gov/Home | OK | 200 | yes | 2082 | 1279 | 28 | 836 | 0 | Home City of Fort Collins | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don't repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | | http://www.cityofpalmdale.org/ | https://www.cityofpalmdaleca.gov/ | OK | 200 | yes | 1105 | 1735 | 129 | 1491 | 17 | 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 | | https://www.springfieldmo.gov/ | https://www.springfieldmo.gov/ | OK | 200 | no | 853 | 2003 | 137 | 2085 | 13 | 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 | | http://www.cityofclarksville.com/ | https://www.clarksvilletn.gov/ | OK | 200 | yes | 1308 | 3497 | 352 | 1496 | 28 | 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-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R40, 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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, image-redundant-alt, landmark-unique, link-name, region | | https://www.cityofsalinas.org/Home | https://www.salinas.gov/Home | OK | 200 | yes | 345 | 1452 | 56 | 1071 | 2 | Home - City of Salinas | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, heading-order | | http://www.hayward-ca.gov/ | http://www.hayward-ca.gov/ | OK | 200 | no | 149 | 777 | 122 | 748 | 22 | City of Hayward - Official website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, label-title-only, landmark-one-main, link-in-text-block, link-name, list, listitem, region | | https://www.patersonnj.gov/ | https://www.patersonnj.gov/ | OK | 200 | no | 1773 | 863 | 77 | 662 | 21 | Home / Paterson, New Jersey | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R20, 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-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-valid-attr, color-contrast, list, listitem, region | | https://www.alexandriava.gov/ | https://www.alexandriava.gov/ | OK | 200 | no | 29 | 1675 | 195 | 1203 | 13 | Welcome to the City of Alexandria Homepage! \| City of Alexandria, VA | |  |  |  |  |  |  |  |  |  |  | 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-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-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: button-name, image-alt, link-name, region | | https://www.maconbibb.us/ | https://www.maconbibb.us/ | OK | 200 | no | 686 | 1149 | 205 | 1241 | 32 | Macon-Bibb County Government | |  |  |  |  |  |  |  |  |  |  | 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-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-no-duplicate-banner, landmark-unique, link-name, region | | http://www.ci.corona.ca.us/ | http://www.ci.corona.ca.us/ | FAIL | - | no | 35 | 0 | 0 | 0 | 0 | fetch failed | | https://www.wycokck.org/ | https://www.wycokck.org/Home | OK | 200 | yes | 1297 | 1641 | 50 | 1042 | 0 | Home | |  |  |  |  |  |  |  |  |  |  | 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-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-R83 (Text can be resized to 200% without loss of content) | | https://www.lakewood.org/ | https://www.lakewoodco.gov/Home | OK | 200 | yes | 1879 | 1165 | 31 | 686 | 1 | Home  - City of Lakewood, CO | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-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 | | https://www.springfield-ma.gov/ | https://www.springfield-ma.gov/cos/ | OK | 200 | yes | 664 | 1374 | 100 | 1132 | 44 | City of Springfield, MA: City of Springfield, MA | |  |  |  |  |  |  |  |  |  |  | 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-R4 (Page has a descriptive title), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, html-has-lang, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-one-main, landmark-unique, link-name, region, skip-link | | https://sunnyvale.ca.gov/ | http://www.sunnyvale.ca.gov/ | FAIL | 403 | yes | 380 | 21 | 4 | 9 | 5 | 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 | | http://www.jacksonms.gov/ | https://jacksonms.gov/ | OK | 200 | yes | 2781 | 1362 | 162 | 1112 | 71 | City of Jackson Mississippi &#8211; Jackson is Ready | |  |  |  |  |  |  |  |  |  |  | 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-R47, 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-command-name, color-contrast, link-name, meta-viewport, page-has-heading-one | | http://www.ci.killeen.tx.us/ | http://www.ci.killeen.tx.us/ | OK | 200 | no | 226 | 0 | 0 | 8 | 4 | No request found in response | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region | | http://www.hollywoodfl.org/ | http://www.hollywoodfl.org/ | OK | 200 | no | 372 | 2167 | 158 | 1693 | 36 | Hollywood, FL - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://www.murfreesborotn.gov/ | https://www.murfreesborotn.gov/ | OK | 200 | no | 675 | 1912 | 136 | 1916 | 21 | Murfreesboro, TN - 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-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 | | https://www.pasadenatx.gov/ | https://www.pasadenatx.gov/ | OK | 200 | no | 892 | 1090 | 62 | 1258 | 8 | Pasadena, TX \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-complementary-is-top-level, landmark-unique, page-has-heading-one, region | | https://bellevuewa.gov/ | https://bellevuewa.gov/ | OK | 200 | no | 514 | 953 | 163 | 1010 | 37 | Home \| City of Bellevue | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, 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-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-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-required-children, color-contrast, label-title-only, landmark-banner-is-top-level, landmark-complementary-is-top-level, landmark-unique, listitem, region, tabindex | | http://www.ci.pomona.ca.us/ | http://www.ci.pomona.ca.us/ | FAIL | - | no | 147 | 0 | 0 | 0 | 0 | fetch failed | | http://www.escondido.org/ | https://www.escondido.gov/ | OK | 200 | yes | 973 | 4535 | 312 | 3460 | 126 | Escondido, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-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-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, landmark-unique, link-name, page-has-heading-one, region | | https://www.joliet.gov/ | https://www.joliet.gov/ | FAIL | 403 | no | 69 | 21 | 4 | 9 | 5 | 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 | | https://www.charleston-sc.gov/ | https://www.charleston-sc.gov/ | OK | 200 | no | 694 | 1569 | 66 | 1633 | 20 | Charleston, SC - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-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-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, link-name, page-has-heading-one, region | | https://www.cityofmesquite.com/ | https://www.cityofmesquite.com/ | OK | 200 | no | 559 | 1643 | 93 | 1541 | 11 | Mesquite, 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-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, region | | https://www.naperville.il.us/ | https://www.naperville.il.us/ | FAIL | 403 | no | 169 | 31 | 10 | 48 | 9 |  | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R13, SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, document-title, frame-title, html-has-lang, landmark-one-main, page-has-heading-one, region | | https://rockfordil.gov/ | https://rockfordil.gov/ | OK | 200 | no | 422 | 1540 | 323 | 1185 | 28 | Rockford, IL \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-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-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, empty-heading, landmark-unique, region | | http://www.bridgeportct.gov/ | https://www.bridgeportct.gov/ | OK | 200 | yes | 280 | 921 | 95 | 838 | 1 | Homepage \| City of Bridgeport | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-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: region | | https://www.syr.gov/ | https://www.syr.gov/Home | OK | 200 | yes | 1377 | 1530 | 22 | 1072 | 1 | Home – City of Syracuse | |  |  |  |  |  |  |  |  |  |  | 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-R72, 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: landmark-unique | | https://savannahga.gov/ | https://savannahga.gov/ | OK | 200 | no | 1120 | 2644 | 100 | 1986 | 41 | Savannah, GA - 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-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-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: button-name, color-contrast, frame-title, heading-order, landmark-unique, region | | http://www.roseville.ca.us/ | https://www.roseville.ca.us/ | OK | 200 | yes | 1041 | 1634 | 139 | 694 | 39 | Home - City of Roseville | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-attr, aria-dialog-name, aria-input-field-name, aria-required-children, aria-valid-attr-value, image-redundant-alt, label-title-only, link-name, list, nested-interactive, presentation-role-conflict, region | | https://www.torranceca.gov/ | https://www.torranceca.gov/ | FAIL | 403 | no | 35 | 21 | 4 | 9 | 5 | 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 | | https://www.cityoffullerton.com/ | https://www.cityoffullerton.com/ | FAIL | 403 | no | 199 | 21 | 4 | 9 | 5 | 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 | | http://www.surpriseaz.gov/ | https://surpriseaz.gov/ | OK | 200 | yes | 4836 | 387 | 4 | 587 | 2 | Surprise, AZ - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R57 (Landmarks don't repeat the same content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: region | | http://www.mcallen.net/ | https://www.mcallen.net/ | OK | 200 | yes | 215 | 0 | 0 | 981 | 44 | Timeout exceeded while waiting for the document to load | |  |  |  |  |  |  |  |  |  |  | axe failed rules: empty-heading, html-has-lang, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-one-main, landmark-unique, link-name, list, listitem, meta-refresh, page-has-heading-one | | http://www.cityofthornton.net/ | https://www.thorntonco.gov/ | OK | 200 | yes | 704 | 2499 | 450 | 1133 | 0 | City of Thornton | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | | https://www.visalia.city/ | https://www.visalia.city/ | OK | 200 | no | 777 | 489 | 133 | 62 | 1 | City of Visalia - Home | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: meta-refresh | | https://www.olatheks.org/ | http://www.olatheks.gov/ | FAIL | 403 | yes | 317 | 21 | 4 | 9 | 5 | 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 | | https://www.gainesvillefl.gov/ | https://www.gainesvillefl.gov/Home | OK | 200 | yes | 1385 | 1071 | 18 | 708 | 2 | Home Welcome to the City of Gainesville | |  |  |  |  |  |  |  |  |  |  | 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-R69 (Text has sufficient contrast with its background), 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: color-contrast | | https://www.wvc-ut.gov/ | https://www.wvc-ut.gov/ | OK | 200 | no | 256 | 1579 | 419 | 1158 | 14 | West Valley City, UT - Official Site \| 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-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 | | https://www.spotsylvania.va.us/ | https://www.spotsylvania.va.us/ | OK | 200 | no | 700 | 1505 | 92 | 1483 | 26 | Spotsylvania County, VA \| 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-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, frame-title, heading-order, image-alt, landmark-unique, link-name, region | | https://www.cityoforange.org/ | https://www.cityoforange.org/ | FAIL | 403 | no | 238 | 21 | 4 | 9 | 5 | 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 | | https://www.cityofdenton.com/ | https://www.cityofdenton.com/ | OK | 200 | no | 736 | 1739 | 212 | 1813 | 41 | Denton, TX \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, heading-order, landmark-unique, link-name, region | | https://cityofwarren.org/ | https://www.cityofwarren.org/ | OK | 200 | yes | 3216 | 2249 | 124 | 1245 | 1 | Home - City of Warren | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: region | | https://www.cityofpasadena.net/ | https://www.cityofpasadena.net/ | OK | 200 | no | 103 | 1605 | 170 | 1511 | 6 | City of Pasadena - California | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-unique, region | | http://www.waco-texas.com/ | https://www.waco-texas.com/Home | OK | 200 | yes | 1984 | 1176 | 22 | 853 | 1 | Home City of Waco | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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: aria-dialog-name | | https://www.cedar-rapids.org/ | https://www.cedar-rapids.org/ | OK | 200 | no | 825 | 1026 | 45 | 880 | 3 | Cedar Rapids, Iowa \| City of Five Seasons&reg; | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, link-name, region | | https://daytonohio.gov/ | https://daytonohio.gov/ | OK | 200 | no | 603 | 908 | 35 | 1002 | 11 | Dayton, OH \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | https://www.elizabethnj.org/ | https://www.elizabethnj.org/ | OK | 200 | no | 927 | 2173 | 367 | 1780 | 17 | Elizabeth, 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-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, region | | http://www.hampton.gov/ | https://www.hampton.gov/ | OK | 200 | yes | 890 | 1426 | 62 | 1778 | 23 | Hampton, VA - 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-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, heading-order, landmark-unique, region | | https://columbiasc.gov/ | https://columbiasc.gov/ | OK | 200 | no | 1225 | 64 | 2 | 62 | 1 | Welcome to the City of Columbia, SC - | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R9, SIA-R96 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: meta-refresh | | https://kentwa.gov/ | http://www.kentwa.gov/ | FAIL | 403 | yes | 329 | 21 | 4 | 9 | 5 | 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 | | https://www.stamfordct.gov/ | https://www.stamfordct.gov/ | FAIL | 403 | no | 128 | 21 | 4 | 9 | 5 | 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 | | http://ci.victorville.ca.us/ | http://ci.victorville.ca.us/ | FAIL | - | no | 10494 | 0 | 0 | 0 | 0 | fetch failed | | https://www.miramarfl.gov/ | https://www.miramarfl.gov/Home | OK | 200 | yes | 1319 | 1273 | 24 | 980 | 3 | Home | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-dialog-name, aria-valid-attr-value | | http://www.coralsprings.org/ | https://www.coralsprings.gov/Home | OK | 200 | yes | 1576 | 1058 | 42 | 741 | 0 | Home - City of Coral Springs | |  |  |  |  |  |  |  |  |  |  | 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-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) | | https://www.sterlingheights.gov/ | https://www.sterlingheights.gov/ | OK | 200 | no | 970 | 1349 | 106 | 1523 | 8 | Sterling Heights, MI - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, region | | https://www.newhavenct.gov/ | https://www.newhavenct.gov/ | FAIL | 403 | no | 184 | 21 | 4 | 9 | 5 | 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 | | http://www.cityofcarrollton.com/ | http://www.cityofcarrollton.com/ | FAIL | 403 | no | 83 | 21 | 4 | 9 | 5 | 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 | | http://www.midlandtexas.gov/ | https://www.midlandtexas.gov/ | OK | 200 | yes | 1035 | 0 | 0 | 9330 | 366 | RangeError: Invalid string length     at stringify (<anonymous>)     at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16)     at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://www.normanok.gov/ | https://www.normanok.gov/ | OK | 200 | no | 206 | 1101 | 81 | 1050 | 10 | Welcome to the City of Norman, OK \| City of Norman, OK | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-prohibited-attr, empty-heading, list, presentation-role-conflict, region | | http://www.santaclaraca.gov/ | http://www.santaclaraca.gov/ | FAIL | 403 | no | 77 | 21 | 4 | 9 | 5 | 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 | | http://www.athensclarkecounty.com/ | https://www.accgov.com/ | OK | 200 | yes | 1026 | 1453 | 56 | 1473 | 14 | Athens-Clarke County, GA - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-required-children, aria-required-parent, aria-valid-attr-value, empty-heading, heading-order, landmark-complementary-is-top-level, landmark-unique, region | | http://www.caguas.gov.pr/ | https://caguas.gov.pr/ | OK | 200 | yes | 206 | 1736 | 218 | 1907 | 64 | Home Caguas - Municipio de Caguas | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, link-in-text-block, link-name, page-has-heading-one, region | | https://www.toaks.org/ | https://toaks.gov/ | OK | 200 | yes | 1440 | 1539 | 340 | 1888 | 71 | Thousand Oaks, CA | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-required-children, color-contrast, heading-order, landmark-one-main, list, listitem, meta-viewport, presentation-role-conflict, region | | http://www.topeka.org/ | https://topeka.gov/ | OK | 200 | yes | 193 | 631 | 38 | 430 | 7 | Welcome to Topeka, KS | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, image-alt, region | | https://www.simivalley.org/ | https://www.simivalley.org/ | FAIL | 403 | no | 207 | 21 | 4 | 9 | 5 | 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 | | https://www.como.gov/ | https://www.como.gov/ | OK | 200 | no | 1922 | 30 | 6 | 21 | 6 | City of Columbia Missouri - Official Government Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, meta-viewport, page-has-heading-one, region | | https://www.cityofvallejo.net/ | https://www.cityofvallejo.net/ | OK | 200 | no | 977 | 1001 | 20 | 790 | 15 | Home - City of Vallejo, CA | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, aria-prohibited-attr, color-contrast, frame-title, landmark-unique, meta-viewport, region | | http://ci.fargo.nd.us/ | https://fargond.gov/ | OK | 200 | yes | 500 | 1107 | 234 | 876 | 14 | The City of Fargo - Home Page | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, label-title-only, landmark-unique, region | | http://www.allentownpa.gov/ | https://www.allentownpa.gov/en-us/ | OK | 200 | yes | 1821 | 2244 | 197 | 1543 | 17 | Home | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-no-duplicate-contentinfo, landmark-unique, region | | https://www.pearlandtx.gov/ | https://www.pearlandtx.gov/ | FAIL | 403 | no | 43 | 21 | 4 | 9 | 5 | 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 | | https://www.cityofconcord.org/ | https://www.cityofconcord.org/ | OK | 200 | no | 599 | 2012 | 56 | 1154 | 14 | Concord, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-unique, page-has-heading-one, region | | http://www.abilenetx.com/ | https://www.abilenetx.gov/ | OK | 200 | yes | 1215 | 1573 | 211 | 1498 | 22 | Abilene, TX \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, link-name, region | | http://arvada.org/ | https://www.arvadaco.gov/ | OK | 200 | yes | 619 | 2624 | 104 | 1255 | 25 | Arvada, CO \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://berkeleyca.gov/ | https://berkeleyca.gov/ | OK | 200 | no | 87 | 47 | 10 | 0 | 0 | page.goto: net::ERR_SOCKET_NOT_CONNECTED at https://berkeleyca.gov/ Call log:   - navigating to "https://berkeleyca.gov/", waiting until "domcontentloaded"  | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R4 (Page has a descriptive title), 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) | | https://www.a2gov.org/ | https://www.a2gov.org/ | OK | 200 | no | 519 | 1262 | 93 | 1011 | 7 | Home \| City of Ann Arbor | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R84 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, meta-viewport-large | | https://www.independencemo.gov/ | https://www.independencemo.gov/ | OK | 200 | no | 131 | 1212 | 84 | 1223 | 2 | City of Independence \| City of Independence, MO | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: link-name, region | | https://rochestermn.gov/ | http://www.rochestermn.gov/ | FAIL | 403 | yes | 553 | 21 | 4 | 9 | 5 | 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 | | https://www.lafayettetravel.com/ | https://www.lafayettetravel.com/ | OK | 200 | no | 163 | 1582 | 199 | 1157 | 38 | Lafayette Hotels &amp; Things to Do \| Lafayette Vacations | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: button-name, frame-title, landmark-one-main, region | | http://www.hartford.gov/ | http://www.hartford.gov/ | FAIL | - | no | 457 | 0 | 0 | 0 | 0 | fetch failed | | http://www.cstx.gov/ | https://www.cstx.gov/ | OK | 200 | yes | 318 | 794 | 52 | 1177 | 21 | Home \| City of College Station Station | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-valid-attr-value, color-contrast, landmark-unique, meta-viewport-large, nested-interactive, role-img-alt | | http://www.ci.clovis.ca.us/ | https://www.clovisca.gov/ | OK | 200 | yes | 285 | 1932 | 98 | 1607 | 52 | City of Clovis | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, button-name, color-contrast, frame-title, region | | http://www.fairfield.ca.gov/ | https://www.fairfield.ca.gov/ | FAIL | 403 | yes | 112 | 24 | 4 | 11 | 5 | 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 | | https://www.palmbayflorida.org/ | https://www.palmbayfl.gov/ | FAIL | 403 | yes | 546 | 21 | 4 | 9 | 5 | 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 | | https://www.cor.net/ | https://www.cor.net/ | FAIL | 403 | no | 205 | 21 | 4 | 9 | 5 | 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 | | http://www.roundrocktexas.gov/ | https://www.roundrocktexas.gov/ | OK | 200 | yes | 191 | 1506 | 204 | 1182 | 53 | Home - City of Round Rock | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R90 (iframe elements have an accessible name) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-hidden-focus, color-contrast, heading-order, label-title-only, landmark-unique, link-name, nested-interactive, page-has-heading-one | | https://www.cambridgema.gov/ | https://www.cambridgema.gov/ | OK | 200 | no | 516 | 1830 | 71 | 1615 | 3 | Welcome to the City of Cambridge | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, image-redundant-alt, region | | https://meridiancity.org/ | https://meridiancity.org/ | FAIL | 403 | no | 46 | 67 | 2 | 66 | 1 | Just a moment... | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R9, SIA-R96 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: meta-refresh | | https://www.wpb.org/ | https://www.wpb.org/Home | OK | 200 | yes | 1925 | 1652 | 62 | 964 | 1 | Home City of West Palm Beach | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-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-R74, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order | | http://www.evansvillegov.org/ | https://www.evansvillegov.org/ | OK | 200 | yes | 822 | 267 | 14 | 211 | 6 | Welcome to Evansville and Vanderburgh County / City of Evansville - Vanderburgh County | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-one-main, page-has-heading-one, region | | http://www.myclearwater.com/ | https://www.myclearwater.com/Home | OK | 200 | yes | 1212 | 1768 | 61 | 913 | 1 | Home - City of Clearwater | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order | | https://www.billingsmt.gov/ | https://www.billingsmt.gov/ | OK | 200 | no | 647 | 1480 | 117 | 1757 | 25 | City of Billings, MT - 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-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, image-redundant-alt, landmark-unique, page-has-heading-one, region | | https://www.westjordan.utah.gov/ | https://www.westjordan.utah.gov/ | OK | 200 | no | 49 | 1530 | 13 | 1723 | 6 | City of West Jordan, UT | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: button-name, landmark-no-duplicate-banner, landmark-unique, page-has-heading-one, region | | https://www.ci.richmond.ca.us/ | https://www.ci.richmond.ca.us/ | OK | 200 | no | 694 | 2155 | 372 | 1719 | 22 | Richmond, CA - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-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-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, link-name, region | | http://www.ci.westminster.co.us/ | https://www.westminsterco.gov/ | OK | 200 | yes | 564 | 1501 | 187 | 1603 | 11 | Westminster, CO \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, region | | http://www.manchesternh.gov/ | https://www.manchesternh.gov/ | OK | 200 | yes | 1596 | 1775 | 277 | 1288 | 15 | City Of Manchester | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-one-main, region | | https://www.lowellma.gov/ | https://www.lowellma.gov/ | OK | 200 | no | 590 | 1758 | 115 | 1761 | 30 | Lowell, MA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-unique, link-name, region | | http://www.wilmingtonnc.gov/ | https://www.wilmingtonnc.gov/Home | OK | 200 | yes | 1365 | 1397 | 41 | 932 | 3 | Home - Wilmington, NC | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-dialog-name, aria-valid-attr-value | | https://www.antiochca.gov/ | https://www.antiochca.gov/ | OK | 200 | no | 45 | 1433 | 100 | 1493 | 19 | Antioch, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-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, frame-title, heading-order, landmark-unique, region | | https://www.beaumonttexas.gov/ | https://www.beaumonttexas.gov/ | OK | 200 | no | 443 | 2607 | 211 | 2306 | 33 | Beaumont, TX \| 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-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, landmark-unique, page-has-heading-one, region | | https://www.provo.org/ | https://www.provo.gov/ | OK | 200 | yes | 404 | 1797 | 298 | 1402 | 15 | Provo, UT \| 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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region | | http://www.northcharleston.org/ | https://www.northcharleston.org/ | OK | 200 | yes | 89 | 893 | 89 | 659 | 26 | Welcome to City of North Charleston | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, button-name, color-contrast, heading-order, link-name, region | | https://www.cityofelgin.org/ | https://elginil.gov/ | OK | 200 | yes | 773 | 1931 | 130 | 1695 | 33 | City of Elgin, Illinois - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | http://www.carlsbadca.gov/ | http://www.carlsbadca.gov/ | FAIL | 403 | no | 52 | 21 | 4 | 9 | 5 | 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 | | http://www.odessa-tx.gov/ | https://www.odessa-tx.gov/ | OK | 200 | yes | 1098 | 1639 | 72 | 1827 | 17 | Odessa, TX \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, image-redundant-alt, landmark-unique, region, scrollable-region-focusable | | https://www.waterburyct.org/ | https://www.waterburyct.org/ | OK | 200 | no | 942 | 848 | 75 | 662 | 27 | Welcome to the Brass City! - City of Waterbury, CT | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84, SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, color-contrast, heading-order, landmark-unique, link-name, listitem, region | | https://springfield.il.us/ | https://springfield.il.us/ | OK | 200 | no | 349 | 638 | 44 | 652 | 9 | City of Springfield, IL City of Springfield - Home of Abraham Lincoln | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, frame-title, landmark-banner-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-main, list, page-has-heading-one | | http://www.leaguecity.com/ | https://www.leaguecitytx.gov/ | OK | 200 | yes | 1313 | 2176 | 152 | 2432 | 19 | The League City Official Website! \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R72 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | http://www.downeyca.org/ | http://www.downeyca.org/ | FAIL | 403 | no | 35 | 21 | 4 | 9 | 5 | 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 | | http://www.greshamoregon.gov/ | https://www.greshamoregon.gov/ | OK | 200 | yes | 253 | 928 | 102 | 712 | 14 | Home \| City of Gresham | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-prohibited-attr, empty-heading, heading-order, region, skip-link | | https://www.highpointnc.gov/ | https://www.highpointnc.gov/ | OK | 200 | no | 497 | 1754 | 361 | 1259 | 18 | High Point, NC \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, region | | https://www.brokenarrowok.gov/ | https://www.brokenarrowok.gov/ | FAIL | 403 | no | 82 | 21 | 4 | 9 | 5 | 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 | | http://www.peoriagov.org/ | https://www.peoriagov.org/ | OK | 200 | yes | 1039 | 1923 | 401 | 1407 | 17 | Peoria, IL \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R93 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, landmark-no-duplicate-banner, landmark-unique, region | | http://www.lansingmi.gov/ | https://www.lansingmi.gov/ | OK | 200 | yes | 608 | 887 | 261 | 462 | 2 | Lansing, MI - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R57 (Landmarks don't repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: region | | http://www.lakelandgov.net/ | https://www.lakelandgov.net/ | OK | 200 | yes | 725 | 957 | 147 | 737 | 29 | Home \| City of Lakeland | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, landmark-one-main, landmark-unique, link-name, list, meta-viewport, region | | https://www.pompanobeachfl.gov/ | https://www.pompanobeachfl.gov/ | OK | 200 | no | 1198 | 683 | 68 | 538 | 15 | Home \| City of Pompano Beach | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R71, SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-one-main, page-has-heading-one, region | | https://www.costamesaca.gov/ | https://www.costamesaca.gov/ | FAIL | 403 | no | 81 | 21 | 4 | 9 | 5 | 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 | | http://www.pueblo.us/ | https://www.pueblo.us/ | OK | 200 | yes | 918 | 1211 | 48 | 1273 | 13 | Pueblo, CO - 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-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | http://www.cityoflewisville.com/ | http://www.cityoflewisville.com/ | FAIL | 403 | no | 54 | 21 | 4 | 9 | 5 | 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 | | https://www.miamigardens-fl.gov/ | https://www.miamigardens-fl.gov/ | OK | 200 | no | 503 | 1832 | 364 | 1644 | 17 | Miami Gardens, FL \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title, heading-order, landmark-unique, link-name, region | | https://www.lascruces.gov/ | https://www.lascruces.gov/ | FAIL | 403 | no | 42 | 64 | 2 | 62 | 1 | Just a moment... | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R9, SIA-R96 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: meta-refresh | | https://www.sugarlandtx.gov/ | https://www.sugarlandtx.gov/ | OK | 200 | no | 815 | 1406 | 157 | 1488 | 33 | Sugar Land, TX - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://www.murrietaca.gov/ | https://www.murrietaca.gov/ | OK | 200 | no | 448 | 1285 | 99 | 1310 | 22 | Murrieta, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-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: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://www.cityofventura.ca.gov/ | https://www.cityofventura.ca.gov/ | OK | 200 | no | 488 | 2023 | 136 | 1793 | 7 | Ventura, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, page-has-heading-one, region | | https://everettwa.gov/ | https://www.everettwa.gov/ | OK | 200 | yes | 543 | 1876 | 339 | 1424 | 9 | Everett, WA - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-complementary-is-top-level, landmark-unique, page-has-heading-one, region | | http://www.cityoftemecula.org/ | http://www.cityoftemecula.org/ | OK | 200 | no | 41 | 0 | 0 | 8 | 4 | No request found in response | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region | | https://dearborn.gov/ | https://dearborn.gov/ | OK | 200 | no | 125 | 1688 | 76 | 1112 | 9 | Home Page \| City of Dearborn | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R71, SIA-R8 (Form elements have accessible labels) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, button-name, frame-title, heading-order, landmark-unique, page-has-heading-one, select-name | | http://www.ci.santa-maria.ca.us/ | http://www.ci.santa-maria.ca.us/ | FAIL | - | no | 10494 | 0 | 0 | 0 | 0 | fetch failed | | http://www.westcovina.org/ | https://www.westcovina.gov/ | OK | 200 | yes | 737 | 1559 | 152 | 1519 | 19 | West Covina, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | http://www.ci.el-monte.ca.us/ | https://www.ci.el-monte.ca.us/ | OK | 200 | yes | 659 | 1220 | 45 | 1247 | 15 | El Monte, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region | | http://greeleygov.com/ | https://greeleyco.gov/ | OK | 200 | yes | 269 | 2815 | 32 | 930 | 2 | City of Greeley | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-complementary-is-top-level, landmark-unique | | https://www.cityofsparks.us/ | https://www.cityofsparks.us/ | OK | 200 | no | 103 | 1085 | 119 | 782 | 58 | Sparks, NV | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, link-name, meta-viewport, region | | https://www.centennialco.gov/Home | https://www.centennialco.gov/Home | OK | 200 | no | 106 | 1125 | 38 | 730 | 0 | Home – City of Centennial | |  |  |  |  |  |  |  |  |  |  | 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-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | | https://bouldercolorado.gov/ | https://bouldercolorado.gov/ | OK | 200 | no | 75 | 784 | 47 | 600 | 3 | Home \| City of Boulder | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-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) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-unique, region | | http://www.sandyspringsga.org/ | http://www.sandyspringsga.org/ | FAIL | - | no | 448 | 0 | 0 | 0 | 0 | fetch failed | | https://www.cityofinglewood.org/ | https://www.cityofinglewood.org/ | OK | 200 | no | 413 | 1826 | 349 | 1578 | 21 | Inglewood, CA \| 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-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region | | https://cityofsouthfultonga.gov/ | https://cityofsouthfultonga.gov/ | FAIL | - | no | 140 | 0 | 0 | 0 | 0 | fetch failed | | http://www.ci.green-bay.wi.us/ | http://www.ci.green-bay.wi.us/ | FAIL | - | no | 10352 | 0 | 0 | 0 | 0 | fetch failed | | https://www.burbankca.gov/ | https://www.burbankca.gov/ | OK | 200 | no | 614 | 64 | 2 | 62 | 1 | City of Burbank - Official Website - City of Burbank | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R9, SIA-R96 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: meta-refresh | | http://www.rentonwa.gov/ | https://www.rentonwa.gov/Home | OK | 200 | yes | 1249 | 1111 | 43 | 756 | 0 | Home \| City of Renton | |  |  |  |  |  |  |  |  |  |  | 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-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) | | https://www.hillsboro-oregon.gov/ | https://www.hillsboro-oregon.gov/ | FAIL | 403 | no | 48 | 21 | 4 | 9 | 5 | 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 | | http://www.ci.el-cajon.ca.us/ | http://www.elcajon.gov/ | FAIL | 403 | yes | 240 | 21 | 4 | 9 | 5 | 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 | | https://www.cityoftyler.org/ | https://www.cityoftyler.org/ | FAIL | 403 | no | 127 | 21 | 4 | 9 | 5 | 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 | | https://www.cityofsanmateo.org/ | https://www.cityofsanmateo.org/ | OK | 200 | no | 883 | 1492 | 108 | 1430 | 25 | San Mateo, CA - Official Website \| 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-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-complementary-is-top-level, landmark-unique | | http://www.ci.brockton.ma.us/ | http://www.ci.brockton.ma.us/ | FAIL | - | no | 52 | 0 | 0 | 0 | 0 | fetch failed | | http://ci.fargo.nd.us/ | https://fargond.gov/ | OK | 200 | yes | 651 | 1107 | 234 | 0 | 0 | page.goto: Timeout 30000ms exceeded. Call log:   - navigating to "https://fargond.gov/", waiting until "domcontentloaded"  | |  |  |  |  |  |  |  |  |  |  | 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) | | http://www.concordnc.gov/ | http://www.concordnc.gov/ | FAIL | - | no | 192 | 0 | 0 | 0 | 0 | fetch failed | | https://www.jurupavalley.org/ | https://www.jurupavalley.org/ | OK | 200 | no | 506 | 1758 | 340 | 1434 | 8 | Jurupa Valley, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-dialog-name, landmark-unique, region | | http://www.dalycity.org/ | https://www.dalycity.org/ | OK | 200 | yes | 1703 | 1280 | 199 | 1429 | 12 | Daly City, CA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, link-name, region | | http://www.cityofallen.org/ | https://www.cityofallen.org/ | OK | 200 | yes | 198 | 1418 | 35 | 926 | 1 | Home \| Allen, Texas | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: frame-title | | https://www.rrnm.gov/ | https://www.rrnm.gov/ | OK | 200 | no | 677 | 1071 | 82 | 1328 | 16 | The Official Site of Rio Rancho, NM \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | http://www.rialtoca.gov/ | https://www.rialtoca.gov/ | OK | 200 | yes | 668 | 0 | 0 | 1586 | 30 | RangeError: Invalid string length     at stringify (<anonymous>)     at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16)     at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | http://www.southbendin.gov/ | https://southbendin.gov/ | OK | 200 | yes | 955 | 2456 | 61 | 863 | 5 | Official Website for City of South Bend - South Bend, Indiana | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-no-duplicate-contentinfo, region | | https://www.spokanevalley.org/ | https://www.spokanevalleywa.gov/ | OK | 200 | yes | 988 | 1245 | 85 | 1448 | 11 | Spokane Valley, WA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: heading-order, landmark-unique, region | | http://www.norwalk.org/ | https://www.norwalk.org/ | OK | 200 | yes | 330 | 1832 | 146 | 959 | 7 | City of Norwalk | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R46, SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: region | | http://www.cityofmenifee.us/ | https://www.cityofmenifee.us/ | OK | 200 | yes | 620 | 1089 | 102 | 1100 | 18 | City of Menifee \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-unique, page-has-heading-one, region | | http://www.cityofvacaville.com/ | http://www.cityofvacaville.gov/ | FAIL | 403 | yes | 288 | 21 | 4 | 9 | 5 | 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 | | http://www.wichitafallstx.gov/ | http://www.wichitafallstx.gov/ | OK | 200 | no | 387 | 1286 | 49 | 1442 | 22 | Wichita Falls, TX - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-hidden-focus, aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-complementary-is-top-level, landmark-unique, region | | http://www.cityofdavenportiowa.com/ | https://www.davenportiowa.com/ | OK | 200 | yes | 1931 | 2148 | 79 | 1066 | 18 | Home - City of Davenport | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74 | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-role, aria-hidden-focus, aria-required-children, color-contrast, empty-heading, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, listitem, region | | http://www.quincyma.gov/ | https://www.quincyma.gov/ | OK | 200 | yes | 179 | 1292 | 46 | 975 | 1 | Quincy, MA | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-valid-attr-value | | https://chico.ca.us/ | https://chicoca.gov/ | OK | 200 | yes | 158 | 1439 | 96 | 891 | 16 | City of Chico - Home | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-allowed-attr, aria-hidden-focus, aria-input-field-name, aria-required-children, aria-toggle-field-name, aria-valid-attr-value, heading-order, meta-viewport, nested-interactive, presentation-role-conflict, region | | http://www.ci.lynn.ma.us/ | http://www.ci.lynn.ma.us/ | FAIL | 404 | no | 200 | 0 | 0 | 10 | 4 | No request found in response | |  |  |  |  |  |  |  |  |  |  | axe failed rules: html-has-lang, landmark-one-main, region | | http://www.lees-summit.mo.us/ | https://cityofls.net/ | OK | 200 | yes | 1215 | 1728 | 298 | 1283 | 89 | City of Lee’s Summit, MO \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: button-name, color-contrast, empty-heading, heading-order, landmark-one-main, region | | https://www.newbedford-ma.gov/ | https://www.newbedford-ma.gov/ | OK | 200 | no | 156 | 100 | 3 | 58 | 4 | Home - City of New Bedford Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: landmark-one-main, region | | https://federalwaywa.gov/ | https://www.federalwaywa.gov/ | OK | 200 | yes | 190 | 1389 | 75 | 976 | 11 | Welcome Home \| City of Federal Way | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, label, landmark-no-duplicate-contentinfo, landmark-unique, link-name, select-name | | https://cityofedinburg.com/ | https://cityofedinburg.com/ | OK | 200 | no | 119 | 443 | 42 | 513 | 10 | Welcome to Edinburg, TX | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don't repeat the same content), SIA-R59, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-command-name, color-contrast, link-name, list, listitem, page-has-heading-one | | https://www.cityofnampa.us/ | https://www.cityofnampa.us/ | OK | 200 | no | 689 | 2318 | 147 | 2606 | 25 | Nampa, ID - Official Website \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | | https://roanokeva.gov/ | https://www.roanokeva.gov/ | OK | 200 | yes | 1195 | 1375 | 100 | 1466 | 30 | Roanoke, VA \| Official Website | |  |  |  |  |  |  |  |  |  |  | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |  |  |  |  |  |  |  |  |  |  | axe failed rules: color-contrast, heading-order, landmark-unique, region |

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

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

Rule: SIA-R17

Failure 1:

Rule: SIA-R40

Failure 1:

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

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 107 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 54 more failures for this rule

Rule: SIA-R70

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R79

Failure 1:

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

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

Rule: SIA-R113

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:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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:

Failure 5:

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

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 137 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

Failure 1:

http://bronxboropres.nyc.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R47

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

Failure 2:

Failure 3:

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.fortworthtexas.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 2:

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

https://seattle.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 3:

Failure 4:

Failure 5:

… and 58 more failures for this rule

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

https://www.nashville.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 98 more failures for this rule

Rule: SIA-R60

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.elpasotexas.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 35 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R42

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://www.portland.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 61 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 63 more failures for this rule

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

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

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R20

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

https://www.baltimorecity.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

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

… and 15 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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:

Failure 4:

Failure 5:

… and 27 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

https://www.mesaaz.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

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:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

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

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 52 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 56 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://www.longbeach.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R84

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://virginiabeach.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.oaklandca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

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

Failure 5:

… and 41 more failures for this rule

Rule: SIA-R13

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 323 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 251 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Failure 1:

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

Failure 1:

http://www.bakersfieldcity.us/

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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:

Failure 5:

… and 27 more failures for this rule

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 1:

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

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:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 326 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 46 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

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

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

http://www.stocktongov.com/

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

Failure 1:

Failure 1:

Failure 2:

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:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Failure 1:

http://www.cctexas.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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:

… and 47 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

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

Failure 1:

https://www.riversideca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R75

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

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:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 39 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 139 more failures for this rule

Rule: SIA-R61

Failure 1:

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

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:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

https://pittsburghpa.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 58 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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://greensboro-nc.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 2:

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

Rule: SIA-R13

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R47

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

https://www.muni.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-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-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 277 more failures for this rule

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:

Failure 2:

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

http://www.plano.gov/

Rule: SIA-R13

Failure 1:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

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

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 139 more failures for this rule

Rule: SIA-R61

Failure 1:

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

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:

… and 13 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 39 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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:

Failure 5:

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

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

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

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:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R64

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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:

https://www.cityofmadison.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 49 more failures for this rule

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:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

https://www.cityoffortwayne.org/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

Failure 2:

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

Failure 1:

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

Failure 1:

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

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

… and 39 more failures for this rule

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Rule: SIA-R20

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 194 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

http://www.cityofws.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 306 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

https://www.scottsdaleaz.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

https://www.norfolk.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

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

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R13

Failure 1:

Rule: SIA-R17

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 3:

Failure 4:

Failure 5:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 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 36 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 46 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.hialeahfl.gov/

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

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:

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

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 2:

Failure 3:

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 52 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

https://www.cityoftacoma.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 1:

Failure 2:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 299 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

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

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

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

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 4:

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

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 4:

Failure 5:

… and 73 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R42

Failure 1:

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 59 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 5:

… and 22 more failures for this rule

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 252 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 42 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 33 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

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

Failure 5:

… and 2 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

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

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.cityofpsl.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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:

Failure 4:

Failure 5:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 298 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 52 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.slc.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

https://www.opkansas.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 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 65 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 113 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

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

Failure 1:

http://www.talgov.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 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 17 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:

Failure 2:

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:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Rule: SIA-R113

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:

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 52 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

http://www.capecoral.net/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R64

Failure 1:

Failure 2:

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:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.siouxfalls.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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:

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:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 65 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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:

Failure 2:

Rule: SIA-R47

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

Failure 2:

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

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 336 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Rule: SIA-R13

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 61 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 49 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 33 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://www.aurora-il.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

Rule: SIA-R113

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

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

http://www.elkgrovecity.org/

Rule: SIA-R74

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 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 2:

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

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

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

Failure 1:

https://ggcity.org/

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

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

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 270 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.cityofpalmdale.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 55 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-R42

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 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 25 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 106 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 60 more failures for this rule

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:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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.cityofsalinas.org/Home

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: SIA-R13

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.hayward-ca.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 11 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 72 more failures for this rule

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R20

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R61

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 83 more failures for this rule

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

Failure 1:

https://www.maconbibb.us/

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

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

Failure 1:

Rule: SIA-R42

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:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 100 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.wycokck.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

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

Failure 1:

Failure 2:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 42 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

https://sunnyvale.ca.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

http://www.jacksonms.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 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 39 more failures for this rule

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

http://www.hollywoodfl.org/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 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 27 more failures for this rule

Rule: SIA-R42

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 58 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

https://www.murfreesborotn.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

Rule: SIA-R70

Failure 1:

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

Failure 1:

https://bellevuewa.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 46 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

http://www.escondido.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 103 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 127 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

https://www.charleston-sc.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 21 more failures for this rule

Rule: SIA-R42

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:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

https://www.cityofmesquite.com/

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

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

https://www.naperville.il.us/

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

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 277 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Failure 2:

https://www.syr.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

https://savannahga.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

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

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

http://www.roseville.ca.us/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

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

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:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 92 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R75

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

http://www.surpriseaz.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.cityofthornton.net/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 218 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 193 more failures for this rule

https://www.visalia.city/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 62 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

https://www.gainesvillefl.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 293 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 33 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

https://www.spotsylvania.va.us/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

https://www.cityofdenton.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R13

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 66 more failures for this rule

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:

Failure 5:

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

Failure 1:

https://cityofwarren.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 37 more failures for this rule

https://www.cityofpasadena.net/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 85 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

Rule: SIA-R17

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R20

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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:

Failure 5:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

https://daytonohio.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R42

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:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

https://www.elizabethnj.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 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-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 294 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

http://www.hampton.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

Rule: SIA-R13

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

https://columbiasc.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

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

Failure 1:

https://www.stamfordct.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.miramarfl.gov/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

http://www.coralsprings.org/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

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:

Failure 3:

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

Failure 1:

https://www.sterlingheights.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

https://www.newhavenct.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

http://www.cityofcarrollton.com/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.normanok.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

http://www.santaclaraca.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

http://www.athensclarkecounty.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 37 more failures for this rule

Rule: SIA-R17

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 82 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 53 more failures for this rule

https://www.toaks.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 202 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

http://www.topeka.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

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

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

Failure 1:

https://www.simivalley.org/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.como.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.cityofvallejo.net/

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

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Failure 2:

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 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

http://ci.fargo.nd.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 94 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 69 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

http://www.allentownpa.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 79 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 75 more failures for this rule

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:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 2:

Failure 3:

https://www.pearlandtx.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.cityofconcord.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

http://www.abilenetx.com/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 64 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 39 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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:

http://arvada.org/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R42

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R72

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://berkeleyca.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 1:

https://www.a2gov.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 33 more failures for this rule

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R84

Failure 1:

https://www.independencemo.gov/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://rochestermn.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.lafayettetravel.com/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R13

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 107 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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:

http://www.cstx.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Rule: SIA-R72

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Failure 1:

http://www.ci.clovis.ca.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R13

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 2:

Rule: SIA-R84

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.fairfield.ca.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.palmbayflorida.org/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.cor.net/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.roundrocktexas.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 45 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 63 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

https://www.cambridgema.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

https://meridiancity.org/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.wpb.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.evansvillegov.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-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:

http://www.myclearwater.com/

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

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:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.billingsmt.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.westjordan.utah.gov/

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.ci.richmond.ca.us/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 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-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 304 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

http://www.ci.westminster.co.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 64 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 46 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

http://www.manchesternh.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 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 2:

Failure 3:

Failure 4:

Failure 5:

… and 168 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.lowellma.gov/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 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 41 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:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 35 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

http://www.wilmingtonnc.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

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:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.antiochca.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: SIA-R13

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Rule: SIA-R42

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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.beaumonttexas.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 100 more failures for this rule

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:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 60 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.provo.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 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:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 252 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

http://www.northcharleston.org/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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-R17

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.cityofelgin.org/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

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:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 53 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

http://www.carlsbadca.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.odessa-tx.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 49 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 2:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.waterburyct.org/

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 4 more failures for this rule

Rule: SIA-R42

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:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R84

Failure 1:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://springfield.il.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R13

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-R18: ARIA states are consistent with element semantics

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-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 1:

http://www.leaguecity.com/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R42

Failure 1:

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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.downeyca.org/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.greshamoregon.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: SIA-R64

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.highpointnc.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 46 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 255 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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:

Failure 2:

Failure 3:

https://www.brokenarrowok.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.peoriagov.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 297 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R93

Failure 1:

Failure 2:

http://www.lansingmi.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R113

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 251 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

http://www.lakelandgov.net/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 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 11 more failures for this rule

Rule: SIA-R47

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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:

Failure 2:

Failure 3:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

https://www.pompanobeachfl.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 37 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Rule: SIA-R71

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Failure 1:

https://www.costamesaca.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.pueblo.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

http://www.cityoflewisville.com/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.miamigardens-fl.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 25 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

Failure 2:

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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 300 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.lascruces.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.sugarlandtx.gov/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 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 1 more failures for this rule

Rule: SIA-R42

Failure 1:

Failure 2:

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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 33 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.murrietaca.gov/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 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:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-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-R80: ASCII art has a text alternative

Failure 1:

https://www.cityofventura.ca.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 64 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

https://everettwa.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

Rule: SIA-R113

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:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 250 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://dearborn.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

Rule: SIA-R71

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

http://www.westcovina.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

http://www.ci.el-monte.ca.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: SIA-R13

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

http://greeleygov.com/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 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:

Failure 2:

Rule: SIA-R61

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.cityofsparks.us/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 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 29 more failures for this rule

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

https://www.centennialco.gov/Home

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-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://bouldercolorado.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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://www.cityofinglewood.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 292 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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.burbankca.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

http://www.rentonwa.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 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:

Failure 2:

Failure 3:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.hillsboro-oregon.gov/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.ci.el-cajon.ca.us/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.cityoftyler.org/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.cityofsanmateo.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 59 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R42

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:

Failure 2:

Failure 3:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

http://ci.fargo.nd.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 44 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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 94 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 69 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://www.jurupavalley.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 292 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

http://www.dalycity.org/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 45 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

http://www.cityofallen.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 1:

Failure 2:

Rule: SIA-R13

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.rrnm.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R42

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:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Failure 3:

http://www.southbendin.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://www.spokanevalley.org/

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-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Rule: SIA-R72

Failure 1:

http://www.norwalk.org/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R46

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 66 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

http://www.cityofmenifee.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.cityofvacaville.com/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

http://www.wichitafallstx.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-R13

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

http://www.cityofdavenportiowa.com/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

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-R64

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R74

Failure 1:

http://www.quincyma.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://chico.ca.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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-R42

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

http://www.lees-summit.mo.us/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 55 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 89 more failures for this rule

Rule: SIA-R64

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 40 more failures for this rule

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.newbedford-ma.gov/

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://federalwaywa.gov/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

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:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://cityofedinburg.com/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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:

Failure 2:

Failure 3:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.cityofnampa.us/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R42

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:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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:

Failure 2:

Failure 3:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://roanokeva.gov/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 57 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 2:

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:

Failure 2:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

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:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://www.houstontx.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: object-alt

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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: 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:

http://bronxboropres.nyc.gov/

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

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 6 more failures for this rule

https://www.denvergov.org/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

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 6 more failures for this rule

https://www.nashville.gov/

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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://detroitmi.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

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.cityofsacramento.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 125 more failures for this rule

Rule: scrollable-region-focusable

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 37 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.minneapolismn.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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:

http://www.cctexas.com/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

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: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.stpaul.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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-attr

Impact: critical

Failure 1:

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 49 more failures for this rule

https://greensboro-nc.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.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:

Failure 2:

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 7 more failures for this rule

https://www.lincoln.ne.gov/

Rule: heading-order

Impact: moderate

Failure 1:

http://www.plano.gov/

Rule: frame-title

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.durhamnc.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

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: button-name

Impact: critical

Failure 1:

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 9 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 2 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:

Failure 3:

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:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

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.cityoffortwayne.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:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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 19 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:

Failure 5:

… and 2 more failures for this rule

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 3 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 34 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:

Failure 2:

Failure 3:

Failure 4:

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 3 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 4 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 7 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: listitem

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: image-redundant-alt

Impact: minor

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: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 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 7 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: 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 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: 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 6 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 2 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 8 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:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

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 3 more failures for this rule

http://www.capecoral.net/

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

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 30 more failures for this rule

https://www.knoxvilletn.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: aria-roles

Impact: critical

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 11 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 5 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

http://www.elkgrovecity.org/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

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-hidden-focus

Impact: serious

Failure 1:

Failure 2:

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:

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 2 more failures for this rule

http://www.cityofclarksville.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: 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

https://www.cityofsalinas.org/Home

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

http://www.hayward-ca.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

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 2 more failures for this rule

https://www.patersonnj.gov/

Rule: aria-valid-attr

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

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 7 more failures for this rule

https://www.alexandriava.gov/

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.maconbibb.us/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://www.lakewood.org/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.springfield-ma.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Impact: moderate

Failure 1:

https://sunnyvale.ca.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.jacksonms.gov/

Rule: aria-command-name

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

http://www.ci.killeen.tx.us/

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://www.hollywoodfl.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:

Impact: serious

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.murfreesborotn.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:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.pasadenatx.gov/

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://bellevuewa.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.escondido.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: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 103 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.joliet.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.charleston-sc.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: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.cityofmesquite.com/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.naperville.il.us/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: document-title

Impact: serious

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://rockfordil.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: empty-heading

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

http://www.bridgeportct.gov/

Rule: region

Impact: moderate

Failure 1:

https://www.syr.gov/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://savannahga.gov/

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

http://www.roseville.ca.us/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: aria-input-field-name

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://www.torranceca.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.cityoffullerton.com/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.surpriseaz.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.mcallen.net/

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

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 12 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Failure 2:

Rule: listitem

Impact: serious

Failure 1:

Rule: meta-refresh

Impact: critical

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.visalia.city/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.olatheks.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.gainesvillefl.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

https://www.wvc-ut.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 2 more failures for this rule

https://www.spotsylvania.va.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.cityoforange.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.cityofdenton.com/

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://cityofwarren.org/

Rule: region

Impact: moderate

Failure 1:

https://www.cityofpasadena.net/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.waco-texas.com/

Rule: aria-dialog-name

Impact: serious

Failure 1:

https://www.cedar-rapids.org/

Rule: color-contrast

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://daytonohio.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://www.elizabethnj.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: 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 2 more failures for this rule

http://www.hampton.gov/

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://columbiasc.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://kentwa.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.stamfordct.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.miramarfl.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://www.sterlingheights.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.newhavenct.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.cityofcarrollton.com/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.midlandtexas.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

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 346 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://www.normanok.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.santaclaraca.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.athensclarkecounty.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

http://www.caguas.gov.pr/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.toaks.org/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

http://www.topeka.org/

Rule: frame-title

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.simivalley.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.como.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.cityofvallejo.net/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: frame-title

Impact: serious

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 3 more failures for this rule

http://ci.fargo.nd.us/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.allentownpa.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://www.pearlandtx.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.cityofconcord.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.abilenetx.com/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

http://arvada.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://www.a2gov.org/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: meta-viewport-large

Impact: minor

Failure 1:

https://www.independencemo.gov/

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://rochestermn.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.lafayettetravel.com/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

http://www.cstx.gov/

Rule: aria-valid-attr-value

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:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: role-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.ci.clovis.ca.us/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.fairfield.ca.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.palmbayflorida.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.cor.net/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.roundrocktexas.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: nested-interactive

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.cambridgema.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://meridiancity.org/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.wpb.org/

Rule: heading-order

Impact: moderate

Failure 1:

http://www.evansvillegov.org/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

http://www.myclearwater.com/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.billingsmt.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://www.westjordan.utah.gov/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.ci.richmond.ca.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

http://www.ci.westminster.co.us/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

http://www.manchesternh.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://www.lowellma.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

http://www.wilmingtonnc.gov/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://www.antiochca.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://www.beaumonttexas.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

https://www.provo.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.northcharleston.org/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.cityofelgin.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

http://www.carlsbadca.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.odessa-tx.gov/

Rule: 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:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://www.waterburyct.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://springfield.il.us/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

http://www.leaguecity.com/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

http://www.downeyca.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.greshamoregon.gov/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: moderate

Failure 1:

https://www.highpointnc.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.brokenarrowok.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.peoriagov.org/

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

http://www.lansingmi.gov/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.lakelandgov.net/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://www.pompanobeachfl.gov/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://www.costamesaca.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.pueblo.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.cityoflewisville.com/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.miamigardens-fl.gov/

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.lascruces.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.sugarlandtx.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

https://www.murrietaca.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.cityofventura.ca.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://everettwa.gov/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.cityoftemecula.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://dearborn.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: select-name

Impact: critical

Failure 1:

http://www.westcovina.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

http://www.ci.el-monte.ca.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://greeleygov.com/

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.cityofsparks.us/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bouldercolorado.gov/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.cityofinglewood.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://www.burbankca.gov/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.hillsboro-oregon.gov/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.ci.el-cajon.ca.us/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.cityoftyler.org/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.cityofsanmateo.org/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.jurupavalley.org/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.dalycity.org/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

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.cityofallen.org/

Rule: frame-title

Impact: serious

Failure 1:

https://www.rrnm.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

http://www.rialtoca.gov/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

http://www.southbendin.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.spokanevalley.org/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://www.norwalk.org/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

http://www.cityofmenifee.us/

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

http://www.cityofvacaville.com/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

http://www.wichitafallstx.gov/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

http://www.cityofdavenportiowa.com/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

http://www.quincyma.gov/

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

https://chico.ca.us/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: aria-input-field-name

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-toggle-field-name

Impact: serious

Failure 1:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

http://www.ci.lynn.ma.us/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

http://www.lees-summit.mo.us/

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 51 more failures for this rule

https://www.newbedford-ma.gov/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://federalwaywa.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: select-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://cityofedinburg.com/

Rule: aria-command-name

Impact: serious

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.cityofnampa.us/

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://roanokeva.gov/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule