Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Total Unique | Page Title |
|---|---|---|---|---|---|---|
| View Page | 8 | 25 | 430 | 14 | 477 | Welcome to the City of Cambridge |
| View Page | 71 | 17 | 245 | 86 | 419 | Thousand Oaks, CA |
| View Page | 6 | 7 | 362 | 14 | 389 | City of West Jordan, UT |
| View Page | 51 | 21 | 183 | 126 | 381 | City of Clovis |
| View Page | 9 | 18 | 286 | 15 | 328 | Welcome to Edinburg, TX |
| View Page | 58 | 42 | 120 | 88 | 308 | Sparks, NV |
| View Page | 18 | 25 | 61 | 188 | 292 | Home - City of Davenport |
| View Page | 43 | 45 | 134 | 58 | 280 | Denton, TX | Official Website |
| View Page | 40 | 29 | 156 | 27 | 252 | Lafayette Hotels & Things to Do | Lafayette Vacations |
| View Page | 1 | 22 | 54 | 153 | 230 | Home | Allen, Texas |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 87 of 127 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 75 of 127 | View Rule |
| SIA-R57: Landmarks don’t repeat the same content | 73 of 127 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 66 of 127 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 54 of 127 | View Rule |
| SIA-R53: Headings follow a logical hierarchy | 47 of 127 | View Rule |
| SIA-R68: Accessible name contains the visible label text | 40 of 127 | View Rule |
| SIA-R69: Text has sufficient contrast with its background | 33 of 127 | View Rule |
| SIA-R14: Images have an accessible name or are decorative | 31 of 127 | View Rule |
| SIA-R61 | 31 of 127 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| region | 92 of 127 | View Rule |
| landmark-unique | 56 of 127 | View Rule |
| heading-order | 43 of 127 | View Rule |
| landmark-one-main | 30 of 127 | View Rule |
| aria-valid-attr-value | 29 of 127 | View Rule |
| color-contrast | 28 of 127 | View Rule |
| aria-required-children | 28 of 127 | View Rule |
| aria-required-parent | 25 of 127 | View Rule |
| html-has-lang | 22 of 127 | View Rule |
| link-name | 21 of 127 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
Scanner: axe Rule: landmark-unique Impact: moderate Issue: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
HTML Pattern:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">
XPath (use in browser DevTools):
#graphicLinkWidgetc26a0721-77ca-4ae4-8b81-30760b07e12a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]
How to Replicate:
$x('#graphicLinkWidgetc26a0721-77ca-4ae4-8b81-30760b07e12a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]')Affected Pages:
Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks
HTML Pattern:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>
XPath (use in browser DevTools):
#miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cp-miniCalendar-title
How to Replicate:
$x('#miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cp-miniCalendar-title')Affected Pages:
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:
$x('/a[@class="widgetDesc widgetQuickLinksLink"]')Affected Pages:
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:
$x('/a[@class="widgetDesc widgetQuickLinksLink"]')Affected Pages:
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:
$x('/p[@class="dropdown"]')Affected Pages:
Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks
HTML Pattern:
<div class="cpToolbar user public" style="z-index: 1;">
XPath (use in browser DevTools):
.user
How to Replicate:
$x('.user')Affected Pages:
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:
$x('/html')Affected Pages:
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:
$x('h1')Affected Pages:
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:
$x('/a[@class="widgetDesc widgetQuickLinksLink"]')Affected Pages:
Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5
HTML Pattern:
<p>...</p>
XPath (use in browser DevTools):
/p
How to Replicate:
$x('/p')Affected Pages:
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:
$x('.cpBylineTextTS')Affected Pages:
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:
$x('/a[@class="widgetDesc widgetQuickLinksLink"]')Affected Pages:
Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks
HTML Pattern:
<p class="widgetItem">There are no published events in current month.</p>
XPath (use in browser DevTools):
#widgetCalendar2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cpGrid3.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p
How to Replicate:
$x('#widgetCalendar2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cpGrid3.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p')Affected Pages:
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:
$x('html')Affected Pages:
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:
$x('html')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.
Complete scan results for all tested pages:
| Submitted URL | Final URL | Status | HTTP | Redirected | Time (ms) | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Duplicates | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://www.cityofdenton.com/ | https://www.cityofdenton.com/ | OK | 200 | no | 22224 | 43 | 45 | 134 | 58 | 195 | Denton, TX | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: frame-title, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_onchange_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words | |||||||||||
| https://cityofwarren.org/ | https://www.cityofwarren.org/ | OK | 200 | yes | 19395 | 1 | 11 | 39 | 2 | 114 | Home - City of Warren |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/region | |||||||||||
| https://www.cityofpasadena.net/ | https://www.cityofpasadena.net/ | OK | 200 | no | 22121 | 6 | 17 | 34 | 11 | 159 | City of Pasadena - California |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_tabbable_role_valid, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, navigable/heading-order, navigable/link-name | |||||||||||
| http://www.waco-texas.com/ | https://www.waco-texas.com/Home | OK | 200 | yes | 15405 | 1 | 10 | 24 | 2 | 12 | Home City of Waco |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-dialog-name | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://www.cedar-rapids.org/ | https://www.cedar-rapids.org/ | OK | 200 | no | 12633 | 3 | 11 | 98 | 25 | 59 | Cedar Rapids, Iowa | City of Five Seasons® |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: color-contrast, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, html_skipnav_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/aria-hidden-focus, aria/aria-valid-attr, keyboard-accessible/focus-order, navigable/link-name | |||||||||||
| https://daytonohio.gov/ | https://daytonohio.gov/ | OK | 200 | no | 14729 | 11 | 19 | 61 | 15 | 25 | Dayton, OH | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |||||||||||
| axe failed rules: aria-allowed-role, aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_exists, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.elizabethnj.org/ | https://www.elizabethnj.org/ | OK | 200 | no | 20988 | 16 | 18 | 69 | 18 | 100 | Elizabeth, NJ | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.hampton.gov/ | https://www.hampton.gov/ | OK | 200 | yes | 37231 | 8 | 17 | 71 | 0 | 77 | page.addScriptTag: Refused to frame ‘https://311.hampton.gov/’ because an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘self’”. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: frame-title, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| https://columbiasc.gov/ | https://columbiasc.gov/ | OK | 200 | no | 4531 | 1 | 2 | 6 | 3 | 0 | Welcome to the City of Columbia, SC - |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: meta-refresh | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one | |||||||||||
| https://kentwa.gov/ | https://kentwa.gov/ | FAIL | - | no | 99 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.stamfordct.gov/ | https://www.stamfordct.gov/ | FAIL | 403 | no | 2769 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://ci.victorville.ca.us/ | http://ci.victorville.ca.us/ | FAIL | - | no | 10494 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.miramarfl.gov/ | https://www.miramarfl.gov/Home | OK | 200 | yes | 15494 | 3 | 7 | 74 | 14 | 18 | Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, aria-dialog-name, aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region, text-alternatives/image-alt-words | |||||||||||
| http://www.coralsprings.org/ | https://www.coralsprings.gov/Home | OK | 200 | yes | 13113 | 0 | 10 | 18 | 5 | 35 | Home - City of Coral Springs |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, landmarks/no-duplicate-main, landmarks/region | |||||||||||
| https://www.sterlingheights.gov/ | https://www.sterlingheights.gov/ | OK | 200 | no | 21942 | 8 | 23 | 62 | 22 | 113 | Sterling Heights, MI - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |||||||||||
| axe failed rules: heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.newhavenct.gov/ | https://www.newhavenct.gov/ | FAIL | 403 | no | 2806 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.cityofcarrollton.com/ | http://www.cityofcarrollton.com/ | FAIL | 403 | no | 2623 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.midlandtexas.gov/ | http://www.midlandtexas.gov/ | FAIL | - | no | 60003 | 0 | 0 | 0 | 0 | 0 | URL scan exceeded 60s timeout |
| https://www.normanok.gov/ | https://www.normanok.gov/ | OK | 200 | no | 17918 | 10 | 18 | 175 | 6 | 102 | Welcome to the City of Norman, OK | City of Norman, OK |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85 | |||||||||||
| axe failed rules: aria-allowed-role, aria-prohibited-attr, empty-heading, list, presentation-role-conflict, region | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_landmark_name_unique, aria_role_redundant, aria_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, form_submit_button_exists, heading_content_exists, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, keyboard-accessible/focus-order, labels-and-names/aria-command-name, labels-and-names/button-name, navigable/empty-heading | |||||||||||
| http://www.santaclaraca.gov/ | http://www.santaclaraca.gov/ | FAIL | 403 | no | 2802 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.athensclarkecounty.com/ | https://www.accgov.com/ | OK | 200 | yes | 21569 | 14 | 19 | 69 | 15 | 66 | Athens-Clarke County, GA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-allowed-role, aria-required-children, aria-required-parent, aria-valid-attr-value, empty-heading, heading-order, landmark-complementary-is-top-level, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_content_exists, input_label_before, input_label_exists, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one | |||||||||||
| http://www.caguas.gov.pr/ | https://caguas.gov.pr/ | OK | 200 | yes | 43037 | 64 | 13 | 81 | 63 | 211 | Home Caguas - Municipio de Caguas |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, link-in-text-block, link-name, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_contentinfo_label_unique, aria_contentinfo_single, aria_hidden_nontabbable, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, script_onclick_misuse, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/link-name, navigable/page-has-heading-one | |||||||||||
| https://www.toaks.org/ | https://toaks.gov/ | OK | 200 | yes | 39598 | 71 | 17 | 245 | 86 | 576 | Thousand Oaks, CA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| axe failed rules: aria-allowed-role, aria-required-children, color-contrast, heading-order, landmark-one-main, list, listitem, meta-viewport, presentation-role-conflict, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, distinguishable/meta-viewport, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | |||||||||||
| http://www.topeka.org/ | https://topeka.gov/ | OK | 200 | yes | 11994 | 5 | 16 | 49 | 7 | 29 | Welcome to Topeka, KS |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |||||||||||
| axe failed rules: frame-title, image-alt, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, frame_title_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/region, text-alternatives/img-alt | |||||||||||
| https://www.simivalley.org/ | https://www.simivalley.org/ | FAIL | 403 | no | 2886 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.como.gov/ | https://www.como.gov/ | OK | 200 | no | 5147 | 6 | 5 | 9 | 6 | 2 | City of Columbia Missouri - Official Government Website |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, meta-viewport, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, html_skipnav_exists, skip_main_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang | |||||||||||
| https://www.cityofvallejo.net/ | https://www.cityofvallejo.net/ | OK | 200 | no | 21647 | 21 | 15 | 32 | 10 | 162 | Home - City of Vallejo, CA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-allowed-role, aria-hidden-focus, aria-progressbar-name, aria-prohibited-attr, color-contrast, empty-heading, frame-title, landmark-complementary-is-top-level, landmark-unique, meta-viewport, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, frame_title_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/landmark-main, landmarks/landmark-unique | |||||||||||
| http://ci.fargo.nd.us/ | https://fargond.gov/ | OK | 200 | yes | 14237 | 14 | 10 | 90 | 4 | 272 | The City of Fargo - Home Page |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: color-contrast, label-title-only, landmark-unique, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: labels-and-names/label-title-only, landmarks/landmark-main, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| http://www.allentownpa.gov/ | https://www.allentownpa.gov/en-us/ | OK | 200 | yes | 34140 | 17 | 12 | 163 | 3 | 172 | Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: heading-order, landmark-no-duplicate-contentinfo, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, landmarks/no-duplicate-contentinfo, navigable/heading-order | |||||||||||
| https://www.pearlandtx.gov/ | https://www.pearlandtx.gov/ | FAIL | 403 | no | 2803 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.cityofconcord.org/ | https://www.cityofconcord.org/ | OK | 200 | no | 17435 | 14 | 13 | 63 | 11 | 42 | Concord, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| http://www.abilenetx.com/ | https://www.abilenetx.gov/ | OK | 200 | yes | 24675 | 12 | 35 | 119 | 23 | 178 | Abilene, TX | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words | |||||||||||
| http://arvada.org/ | https://www.arvadaco.gov/ | OK | 200 | yes | 18085 | 25 | 21 | 60 | 14 | 94 | Arvada, CO | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://berkeleyca.gov/ | https://berkeleyca.gov/ | FAIL | - | no | 60001 | 0 | 0 | 0 | 0 | 0 | URL scan exceeded 60s timeout |
| https://www.a2gov.org/ | https://www.a2gov.org/ | OK | 200 | no | 29482 | 7 | 18 | 35 | 6 | 80 | Home | City of Ann Arbor |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R84 | |||||||||||
| axe failed rules: color-contrast, meta-viewport-large | |||||||||||
| Equal Access failed rules: aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region | |||||||||||
| https://www.independencemo.gov/ | https://www.independencemo.gov/ | OK | 200 | no | 12703 | 59 | 14 | 15 | 3 | 83 | City of Independence | City of Independence, MO |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: presentation-role-conflict, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| AccessLint failed rules: labels-and-names/label-content-mismatch, navigable/link-name, text-alternatives/image-alt-words | |||||||||||
| https://rochestermn.gov/ | http://www.rochestermn.gov/ | FAIL | 403 | yes | 2850 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.lafayettetravel.com/ | https://www.lafayettetravel.com/ | OK | 200 | no | 25364 | 40 | 29 | 156 | 27 | 219 | Lafayette Hotels & Things to Do | Lafayette Vacations |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: button-name, frame-title, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_exists, input_label_visible, label_content_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner | |||||||||||
| http://www.hartford.gov/ | http://www.hartford.gov/ | FAIL | - | no | 335 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| http://www.cstx.gov/ | https://www.cstx.gov/ | OK | 200 | yes | 26039 | 9 | 28 | 45 | 11 | 65 | Home | City of College Station Station |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: aria-valid-attr-value, color-contrast, landmark-unique, meta-viewport-large, nested-interactive, role-img-alt | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, text-alternatives/role-img-alt | |||||||||||
| http://www.ci.clovis.ca.us/ | https://www.clovisca.gov/ | OK | 200 | yes | 19950 | 51 | 21 | 183 | 126 | 200 | City of Clovis |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84 | |||||||||||
| axe failed rules: aria-hidden-focus, button-name, color-contrast, frame-title, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_complementary_label_visible, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/region | |||||||||||
| http://www.fairfield.ca.gov/ | https://www.fairfield.ca.gov/ | FAIL | 403 | yes | 3698 | 5 | 3 | 8 | 5 | 3 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, skip_main_exists, style_focus_visible, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.palmbayflorida.org/ | https://www.palmbayfl.gov/ | FAIL | 403 | yes | 2966 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.cor.net/ | https://www.cor.net/ | FAIL | 403 | no | 3260 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.roundrocktexas.gov/ | https://www.roundrocktexas.gov/ | OK | 200 | yes | 26741 | 52 | 31 | 115 | 27 | 238 | Home - City of Round Rock |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: aria-allowed-role, aria-hidden-focus, color-contrast, heading-order, label-title-only, landmark-unique, link-name, nested-interactive, page-has-heading-one | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_hidden_nontabbable, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_content_exists, html_lang_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-title-only, landmarks/landmark-unique, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-alt-words | |||||||||||
| https://www.cambridgema.gov/ | https://www.cambridgema.gov/ | OK | 200 | no | 18962 | 8 | 25 | 430 | 14 | 156 | Welcome to the City of Cambridge |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| axe failed rules: color-contrast, heading-order, image-redundant-alt, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, heading_markup_misuse, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/frame-title, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | |||||||||||
| https://meridiancity.org/ | https://meridiancity.org/ | FAIL | 403 | no | 4144 | 1 | 2 | 6 | 2 | 0 | Just a moment… |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: meta-refresh | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception | |||||||||||
| https://www.wpb.org/ | https://www.wpb.org/Home | OK | 200 | yes | 23966 | 1 | 19 | 25 | 2 | 49 | Home City of West Palm Beach |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region, navigable/heading-order | |||||||||||
| http://www.evansvillegov.org/ | https://www.evansvillegov.org/ | OK | 200 | yes | 6861 | 6 | 6 | 23 | 3 | 12 | Welcome to Evansville and Vanderburgh County / City of Evansville - Vanderburgh County |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: landmark-one-main, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one | |||||||||||
| http://www.myclearwater.com/ | https://www.myclearwater.com/Home | OK | 200 | yes | 14567 | 1 | 11 | 23 | 3 | 50 | Home - City of Clearwater |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order | |||||||||||
| https://www.billingsmt.gov/ | https://www.billingsmt.gov/ | OK | 200 | no | 26460 | 22 | 19 | 85 | 22 | 100 | City of Billings, MT - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, heading_markup_misuse, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://www.westjordan.utah.gov/ | https://www.westjordan.utah.gov/ | OK | 200 | no | 22094 | 6 | 7 | 362 | 14 | 105 | City of West Jordan, UT |
| ALFA failed rules: SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: button-name, landmark-no-duplicate-banner, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_banner_label_unique, aria_banner_single, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, caption_track_exists, combobox_popup_reference, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, html_skipnav_exists, input_label_visible, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/banner-is-top-level, navigable/page-has-heading-one, text-alternatives/image-alt-words | |||||||||||
| https://www.ci.richmond.ca.us/ | https://www.ci.richmond.ca.us/ | OK | 200 | no | 23998 | 21 | 27 | 125 | 23 | 82 | Richmond, CA - Official Website | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| http://www.ci.westminster.co.us/ | https://www.westminsterco.gov/ | OK | 200 | yes | 23662 | 11 | 20 | 57 | 17 | 148 | Westminster, CO | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.manchesternh.gov/ | https://www.manchesternh.gov/ | OK | 200 | yes | 26912 | 15 | 29 | 41 | 5 | 298 | City Of Manchester |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, navigable/heading-order | |||||||||||
| https://www.lowellma.gov/ | https://www.lowellma.gov/ | OK | 200 | no | 22729 | 26 | 28 | 98 | 38 | 88 | Lowell, MA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content) | |||||||||||
| axe failed rules: heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| http://www.wilmingtonnc.gov/ | https://www.wilmingtonnc.gov/Home | OK | 200 | yes | 13391 | 3 | 12 | 34 | 7 | 27 | Home - Wilmington, NC |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, aria-dialog-name, aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region | |||||||||||
| https://www.antiochca.gov/ | https://www.antiochca.gov/ | OK | 200 | no | 21954 | 19 | 30 | 78 | 21 | 83 | Antioch, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.beaumonttexas.gov/ | https://www.beaumonttexas.gov/ | OK | 200 | no | 34303 | 25 | 22 | 92 | 25 | 450 | Beaumont, TX | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-prohibited-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://www.provo.org/ | https://www.provo.gov/ | OK | 200 | yes | 22795 | 15 | 17 | 78 | 24 | 46 | Provo, UT | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one | |||||||||||
| http://www.northcharleston.org/ | https://www.northcharleston.org/ | OK | 200 | yes | 16199 | 26 | 23 | 66 | 55 | 71 | Welcome to City of North Charleston |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-prohibited-attr, button-name, color-contrast, heading-order, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-redundant-alt | |||||||||||
| https://www.cityofelgin.org/ | https://elginil.gov/ | OK | 200 | yes | 22196 | 24 | 34 | 106 | 29 | 102 | City of Elgin, Illinois - Official Website | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| http://www.carlsbadca.gov/ | http://www.carlsbadca.gov/ | FAIL | 403 | no | 2964 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.odessa-tx.gov/ | https://www.odessa-tx.gov/ | OK | 200 | yes | 34645 | 14 | 13 | 107 | 41 | 326 | Odessa, TX | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: image-redundant-alt, landmark-unique, region, scrollable-region-focusable | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, heading_content_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.waterburyct.org/ | https://www.waterburyct.org/ | OK | 200 | no | 14253 | 27 | 20 | 41 | 19 | 64 | Welcome to the Brass City! - City of Waterbury, CT |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84, SIA-R85 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, color-contrast, heading-order, landmark-unique, link-name, listitem, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_misuse, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/listitem-parent, labels-and-names/frame-title, landmarks/landmark-unique, navigable/heading-order, navigable/link-name | |||||||||||
| https://springfield.il.us/ | https://springfield.il.us/ | OK | 200 | no | 11900 | 7 | 14 | 25 | 12 | 31 | City of Springfield, IL City of Springfield - Home of Abraham Lincoln |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-banner-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-main, list, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_main_label_visible, aria_role_redundant, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_valid, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/no-duplicate-main, navigable/empty-heading, navigable/page-has-heading-one, text-alternatives/img-alt | |||||||||||
| http://www.leaguecity.com/ | https://www.leaguecitytx.gov/ | OK | 200 | yes | 26817 | 18 | 31 | 70 | 27 | 160 | The League City Official Website! | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R72 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.downeyca.org/ | http://www.downeyca.org/ | FAIL | 403 | no | 2533 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.greshamoregon.gov/ | https://www.greshamoregon.gov/ | OK | 200 | yes | 12701 | 14 | 19 | 55 | 13 | 94 | Home | City of Gresham |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-prohibited-attr, empty-heading, heading-order, region, skip-link | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://www.highpointnc.gov/ | https://www.highpointnc.gov/ | OK | 200 | no | 28376 | 18 | 45 | 67 | 25 | 329 | High Point, NC | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.brokenarrowok.gov/ | https://www.brokenarrowok.gov/ | FAIL | 403 | no | 2682 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.peoriagov.org/ | https://www.peoriagov.org/ | OK | 200 | yes | 26853 | 12 | 23 | 88 | 15 | 357 | Peoria, IL | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R93 | |||||||||||
| axe failed rules: frame-title, landmark-no-duplicate-banner, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_banner_label_unique, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_spacing_valid, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-alt-words | |||||||||||
| http://www.lansingmi.gov/ | https://www.lansingmi.gov/ | OK | 200 | yes | 11952 | 2 | 3 | 28 | 0 | 7 | page.addScriptTag: The Content Security Policy directive ‘upgrade-insecure-requests’ is ignored when delivered in a report-only policy. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| http://www.lakelandgov.net/ | https://www.lakelandgov.net/ | OK | 200 | yes | 12824 | 30 | 21 | 86 | 16 | 154 | Home | City of Lakeland |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| axe failed rules: color-contrast, landmark-one-main, landmark-unique, link-name, list, meta-viewport, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, navigable/link-name | |||||||||||
| https://www.pompanobeachfl.gov/ | https://www.pompanobeachfl.gov/ | OK | 200 | no | 15344 | 15 | 7 | 60 | 5 | 72 | Home | City of Pompano Beach |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R71, SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: landmark-one-main, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://www.costamesaca.gov/ | https://www.costamesaca.gov/ | FAIL | 403 | no | 2660 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.pueblo.us/ | https://www.pueblo.us/ | OK | 200 | yes | 25738 | 13 | 16 | 69 | 18 | 292 | Pueblo, CO - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.cityoflewisville.com/ | http://www.cityoflewisville.com/ | FAIL | 403 | no | 2708 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.miamigardens-fl.gov/ | https://www.miamigardens-fl.gov/ | OK | 200 | no | 30312 | 17 | 26 | 82 | 25 | 94 | Miami Gardens, FL | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R85 | |||||||||||
| axe failed rules: frame-title, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_markup_misuse, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.lascruces.gov/ | https://www.lascruces.gov/ | FAIL | 403 | no | 3939 | 1 | 2 | 6 | 2 | 0 | Just a moment… |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: meta-refresh | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception | |||||||||||
| https://www.sugarlandtx.gov/ | https://www.sugarlandtx.gov/ | OK | 200 | no | 19482 | 26 | 17 | 68 | 19 | 140 | Sugar Land, TX - Official Website | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.murrietaca.gov/ | https://www.murrietaca.gov/ | OK | 200 | no | 18811 | 22 | 21 | 81 | 21 | 87 | Murrieta, CA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.cityofventura.ca.gov/ | https://www.cityofventura.ca.gov/ | OK | 200 | no | 27738 | 7 | 22 | 82 | 18 | 127 | Ventura, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_onchange_review, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words | |||||||||||
| https://everettwa.gov/ | https://www.everettwa.gov/ | OK | 200 | yes | 22467 | 7 | 17 | 58 | 17 | 80 | Everett, WA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: landmark-complementary-is-top-level, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one | |||||||||||
| http://www.cityoftemecula.org/ | http://www.cityoftemecula.org/ | OK | 200 | no | 2817 | 4 | 0 | 7 | 4 | 0 | No request found in response |
| axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang | |||||||||||
| https://dearborn.gov/ | https://dearborn.gov/ | OK | 200 | no | 15474 | 8 | 25 | 71 | 11 | 63 | Home Page | City of Dearborn |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R71, SIA-R8 (Form elements have accessible labels) | |||||||||||
| axe failed rules: aria-hidden-focus, button-name, frame-title, heading-order, landmark-unique, page-has-heading-one, select-name | |||||||||||
| Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_hidden_nontabbable, aria_id_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, form_interaction_review, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/form-label, labels-and-names/frame-title, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one | |||||||||||
| http://www.ci.santa-maria.ca.us/ | http://www.ci.santa-maria.ca.us/ | FAIL | - | no | 10494 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| http://www.westcovina.org/ | https://www.westcovina.gov/ | OK | 200 | yes | 21316 | 14 | 30 | 73 | 15 | 128 | West Covina, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.ci.el-monte.ca.us/ | https://www.ci.el-monte.ca.us/ | OK | 200 | yes | 16287 | 15 | 14 | 115 | 11 | 38 | El Monte, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://greeleygov.com/ | https://greeleyco.gov/ | OK | 200 | yes | 17291 | 1 | 11 | 18 | 10 | 36 | City of Greeley |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly | |||||||||||
| AccessLint failed rules: adaptable/aria-required-parent, distinguishable/color-contrast, labels-and-names/frame-title | |||||||||||
| https://www.cityofsparks.us/ | https://www.cityofsparks.us/ | OK | 200 | no | 16862 | 58 | 42 | 120 | 88 | 174 | Sparks, NV |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, link-name, meta-viewport, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/frame-title, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.centennialco.gov/Home | https://www.centennialco.gov/Home | OK | 200 | no | 10194 | 0 | 6 | 10 | 1 | 30 | Home – City of Centennial |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://bouldercolorado.gov/ | https://bouldercolorado.gov/ | OK | 200 | no | 6600 | 1 | 16 | 23 | 3 | 37 | Home | City of Boulder |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/landmark-unique | |||||||||||
| http://www.sandyspringsga.org/ | http://www.sandyspringsga.org/ | FAIL | - | no | 351 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.cityofinglewood.org/ | https://www.cityofinglewood.org/ | OK | 200 | no | 22007 | 23 | 24 | 95 | 37 | 107 | Inglewood, CA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://cityofsouthfultonga.gov/ | https://cityofsouthfultonga.gov/ | FAIL | - | no | 111 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| http://www.ci.green-bay.wi.us/ | http://www.ci.green-bay.wi.us/ | FAIL | - | no | 10382 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.burbankca.gov/ | https://www.burbankca.gov/ | OK | 200 | no | 4415 | 1 | 2 | 6 | 3 | 0 | City of Burbank - Official Website - City of Burbank |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: meta-refresh | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one | |||||||||||
| http://www.rentonwa.gov/ | https://www.rentonwa.gov/Home | OK | 200 | yes | 14389 | 0 | 13 | 34 | 4 | 38 | Home | City of Renton |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/region | |||||||||||
| https://www.hillsboro-oregon.gov/ | https://www.hillsboro-oregon.gov/ | FAIL | 403 | no | 2667 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.ci.el-cajon.ca.us/ | http://www.elcajon.gov/ | FAIL | 403 | yes | 3215 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.cityoftyler.org/ | https://www.cityoftyler.org/ | FAIL | 403 | no | 2787 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.cityofsanmateo.org/ | https://www.cityofsanmateo.org/ | OK | 200 | no | 46022 | 25 | 0 | 92 | 30 | 4 | RangeError: Invalid string length at stringify ( |
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-complementary-is-top-level, landmark-unique | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.ci.brockton.ma.us/ | http://www.ci.brockton.ma.us/ | FAIL | - | no | 59 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| http://ci.fargo.nd.us/ | https://fargond.gov/ | OK | 200 | yes | 14784 | 14 | 10 | 89 | 4 | 274 | The City of Fargo - Home Page |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: color-contrast, label-title-only, landmark-unique, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: labels-and-names/label-title-only, landmarks/landmark-main, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| http://www.concordnc.gov/ | http://www.concordnc.gov/ | FAIL | - | no | 227 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.jurupavalley.org/ | https://www.jurupavalley.org/ | OK | 200 | no | 19284 | 8 | 7 | 85 | 15 | 76 | Jurupa Valley, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-dialog-name, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| http://www.dalycity.org/ | https://www.dalycity.org/ | OK | 200 | yes | 19997 | 11 | 21 | 72 | 19 | 166 | Daly City, CA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| http://www.cityofallen.org/ | https://www.cityofallen.org/ | OK | 200 | yes | 17532 | 1 | 22 | 54 | 153 | 46 | Home | Allen, Texas |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: frame-title | |||||||||||
| Equal Access failed rules: aria_complementary_label_visible, aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, aria/presentational-children-focusable, labels-and-names/frame-title | |||||||||||
| https://www.rrnm.gov/ | https://www.rrnm.gov/ | OK | 200 | no | 17461 | 15 | 11 | 45 | 20 | 80 | The Official Site of Rio Rancho, NM | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.rialtoca.gov/ | https://www.rialtoca.gov/ | OK | 200 | yes | 25173 | 21 | 23 | 99 | 20 | 96 | Rialto, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.southbendin.gov/ | https://southbendin.gov/ | OK | 200 | yes | 19886 | 4 | 13 | 25 | 8 | 48 | Official Website for City of South Bend - South Bend, Indiana |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: color-contrast, landmark-no-duplicate-contentinfo, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/contentinfo-is-top-level, navigable/heading-order | |||||||||||
| https://www.spokanevalley.org/ | https://www.spokanevalleywa.gov/ | OK | 200 | yes | 15560 | 10 | 15 | 69 | 23 | 61 | Spokane Valley, WA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R72 | |||||||||||
| axe failed rules: heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_content_in_landmark, aria_form_label_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_interaction_review, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.norwalk.org/ | https://www.norwalk.org/ | OK | 200 | yes | 23301 | 7 | 10 | 110 | 65 | 188 | City of Norwalk |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R46, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, landmarks/region | |||||||||||
| http://www.cityofmenifee.us/ | https://www.cityofmenifee.us/ | OK | 200 | yes | 17279 | 9 | 15 | 55 | 14 | 76 | City of Menifee | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| http://www.cityofvacaville.com/ | http://www.cityofvacaville.gov/ | FAIL | 403 | yes | 2727 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.wichitafallstx.gov/ | http://www.wichitafallstx.gov/ | OK | 200 | no | 19409 | 22 | 13 | 120 | 16 | 55 | Wichita Falls, TX - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: aria-hidden-focus, aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, landmark-complementary-is-top-level, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_content_exists, input_label_before, input_onchange_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region | |||||||||||
| http://www.cityofdavenportiowa.com/ | https://www.davenportiowa.com/ | OK | 200 | yes | 22297 | 18 | 25 | 61 | 188 | 65 | Home - City of Davenport |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74 | |||||||||||
| axe failed rules: aria-allowed-role, aria-hidden-focus, aria-required-children, color-contrast, empty-heading, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, listitem, region | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_longdesc_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_structure_misuse, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, distinguishable/color-contrast, landmarks/banner-is-top-level, navigable/empty-heading, text-alternatives/image-alt-words | |||||||||||
| http://www.quincyma.gov/ | https://www.quincyma.gov/ | OK | 200 | yes | 11381 | 1 | 13 | 86 | 8 | 74 | Quincy, MA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region | |||||||||||
| https://chico.ca.us/ | https://chicoca.gov/ | OK | 200 | yes | 25465 | 13 | 40 | 89 | 15 | 107 | City of Chico - Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R47, SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: aria-allowed-attr, aria-hidden-focus, aria-input-field-name, aria-required-children, aria-toggle-field-name, aria-valid-attr-value, heading-order, meta-viewport, presentation-role-conflict, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-attr, aria/aria-hidden-focus, aria/presentation-role-conflict, distinguishable/meta-viewport, keyboard-accessible/focus-order, labels-and-names/aria-input-field-name, labels-and-names/form-label, landmarks/region, navigable/heading-order | |||||||||||
| http://www.ci.lynn.ma.us/ | http://www.ci.lynn.ma.us/ | FAIL | 404 | no | 2695 | 4 | 0 | 4 | 4 | 1 | No request found in response |
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.lees-summit.mo.us/ | https://cityofls.net/ | OK | 200 | yes | 22774 | 84 | 23 | 94 | 14 | 339 | City of Lee’s Summit, MO | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: button-name, color-contrast, empty-heading, heading-order, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_child_valid, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_content_exists, input_label_exists, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, table_headers_exists, table_headers_related, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, landmarks/landmark-main, navigable/empty-heading, navigable/heading-order, time-based-media/audio-transcript | |||||||||||
| https://www.newbedford-ma.gov/ | https://www.newbedford-ma.gov/ | OK | 200 | no | 3176 | 4 | 3 | 11 | 3 | 0 | Home - City of New Bedford Official Website |
| ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region | |||||||||||
| https://federalwaywa.gov/ | https://www.federalwaywa.gov/ | OK | 200 | yes | 9354 | 11 | 23 | 57 | 31 | 79 | Welcome Home | City of Federal Way |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels) | |||||||||||
| axe failed rules: color-contrast, label, landmark-no-duplicate-contentinfo, landmark-unique, link-name, select-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/form-label, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, navigable/link-name, text-alternatives/image-alt-words | |||||||||||
| https://cityofedinburg.com/ | https://cityofedinburg.com/ | OK | 200 | no | 11131 | 9 | 18 | 286 | 15 | 525 | Welcome to Edinburg, TX |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-command-name, color-contrast, link-name, list, listitem, page-has-heading-one | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, distinguishable/color-contrast, labels-and-names/aria-command-name, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, navigable/page-has-heading-one | |||||||||||
| https://www.cityofnampa.us/ | https://www.cityofnampa.us/ | OK | 200 | no | 29191 | 23 | 34 | 103 | 37 | 138 | Nampa, ID - Official Website | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words | |||||||||||
| https://roanokeva.gov/ | https://www.roanokeva.gov/ | OK | 200 | yes | 22233 | 30 | 17 | 69 | 18 | 98 | Roanoke, VA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order |
Failure 1:
<a href="/CivicAlerts.aspx?AID=1226" target="_self">...</a>/aFailure 1:
<a href="/CivicAlerts.aspx?AID=1229" target="_self">Novartis to Build New Radioligand Therapy Site in ...</a>/aFailure 2:
<a id="newsFlashReadOn1229" href="/CivicAlerts.aspx?AID=1229" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1229 newsFlashReadOn1229">Read on...</a>/a[@id="newsFlashReadOn1229"]Failure 3:
<a id="newsFlashReadOn1226" href="/CivicAlerts.aspx?AID=1226" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1226 newsFlashReadOn1226">Read on...</a>/a[@id="newsFlashReadOn1226"]Failure 4:
<a id="newsFlashReadOn1214" href="/CivicAlerts.aspx?AID=1214" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1214 newsFlashReadOn1214">Read on...</a>/a[@id="newsFlashReadOn1214"]Failure 5:
<a id="newsFlashReadOn1213" href="/CivicAlerts.aspx?AID=1213" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1213 newsFlashReadOn1213">Read on...</a>/a[@id="newsFlashReadOn1213"]… and 31 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe id="repd-embed" src="https://embed.repd.us/denton?referrer=https%253A%252F%252Fwww.cityofdenton.com%252F" style="position: fixed; bottom: 0rem; left: 0rem; border: none; z-index: 50; transition: 0.3s; background: transparent; width: 200px; height: 200px; max-height: calc(-40px + 100vh); max-width: 98vw; border-radius: 10px;" />/iframe[@id="repd-embed"]Failure 1:
<h4 id="newsFlashItemHeader1229" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1229"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ul class="list" start="1"> </ul>/ul[@class="list"]Failure 1:
<p>215 E. McKinney St.</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a rel="noopener" href="https://www.facebook.com/CityofWarren/" target="_blank" aria-label="Visit us on facebook (goes to new website) (opens in a new tab)" ada-link-managed="1">...</a>/aFailure 2:
<button type="submit" aria-label="Submit" class="flex-center">...</button>/button[@class="flex-center"]Failure 3:
<a href="https://www.cityofwarren.org/events/black-history-month-celebration-2026/" class="arrow-link" ada-link-managed="1">Learn More About BLACK HISTORY MONTH CELEBRATION 2...</a>/a[@class="arrow-link"]Failure 4:
<a aria-label="Email us at webmaster@cityofwarren.org (goes to new website)" class="link" href="mailto:webmaster@cityofwarren.org" ada-link-managed="1" rel="noopener">webmaster@cityofwarren.org</a>/a[@class="link"]Failure 5:
<select class="gt_selector notranslate" aria-label="Select Language">...</select>/select[@class="gt_selector notranslate"]Failure 1:
Failure 1:
Failure 1:
<p class="event-thumbnail--location">...</p>/p[@class="event-thumbnail--location"]Failure 2:
<p class="event-thumbnail--time">...</p>/p[@class="event-thumbnail--time"]Failure 3:
<p>...</p>/pFailure 4:
<p class="flex">...</p>/p[@class="flex"]Failure 1:
<a class="nav-item nav-link d-none d-md-block" href="/">...</a>/a[@class="nav-item nav-link d-none d-md-block"]Failure 2:
<a class="nav-item nav-link d-none d-lg-block" href="/events">...</a>/a[@class="nav-item nav-link d-none d-lg-block"]Failure 3:
<a href="#" class="gt_switcher-popup glink nturl notranslate">...</a>/a[@class="gt_switcher-popup glink nturl notranslate"]Failure 4:
<a href="https://www.cityofpasadena.net/city-closures/" class="badge badge-success float-lg-right">Scheduled City Closures</a>/a[@class="badge badge-success float-lg-right"]Failure 5:
<a href="https://www.cityofpasadena.net/event/villa-parke-youth-soccer-inauguration-parade/" title="Villa Parke Youth Soccer Inauguration Parade" rel="bookmark" class="tribe-events-widget-events-list__event-title-link tribe-common-anchor-thin"> Villa Parke Youth Soccer Inauguration Parade </a>/a[@class="tribe-events-widget-events-list__event-title-link tribe-common-anchor-thin"]… and 5 more failures for this rule
Failure 1:
<h6 class="d-inline">Awards</h6>/h6[@class="d-inline"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="d-inline-block ml-1 mb-0 newsloop-date">• February 26, 2026</p>/p[@class="d-inline-block ml-1 mb-0 newsloop-date"]Failure 1:
<h2 class="mb-0">...</h2>/h2[@class="mb-0"]Failure 1:
<a href="https://www.waco-texas.com/Departments/Human-Resources/ADA" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 2:
<a href="https://www.waco-texas.com/Government/Meeting-Agendas" class="oc-icon-b oc-i--none link-type-external">...</a>/a[@class="oc-icon-b oc-i--none link-type-external"]Failure 3:
<a href="https://library.municode.com/tx/waco/codes/code_of_ordinances" class="oc-icon-b oc-i--none link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i--none link-type-external opens-in-new-tab"]Failure 4:
<button type="button" aria-controls="toolbar-language-drop-down" aria-expanded="false" class="toolbar-button toolbar-button-language js-element">...</button>/button[@class="toolbar-button toolbar-button-language js-element"]Failure 5:
<a href="https://www.waco-texas.com/Departments/Communications-Marketing/Brand-Guide" target="_self">Brand Guide</a>/a… and 3 more failures for this rule
Failure 1:
<h2>Pay My Utility Bill</h2>/h2Failure 1:
Failure 1:
<a href="https://cedar-rapids.org/local_government/departments_g_-_v/public_works/snow_and_ice_control.php" />/aFailure 1:
<a href="javascript:void RZloadingDone('show')">...</a>/aFailure 1:
<li data-transition="fade" data-slotamount="1" style="background:url('sliderimage/downtown-snow.jpg?t=20251204113913867') center no-repeat;background-size:cover;transition: all 1s;" class="tns-item tns-normal tns-slide-cloned" aria-hidden="true" tabindex="-1">...</li>/li[@class="tns-item tns-normal tns-slide-cloned"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ul class="tweet_list" />/ul[@class="tweet_list"]Failure 1:
<p class="date">...</p>/p[@class="date"]Failure 2:
<p>The City of Cedar Rapids Utilities’ Solid Waste an...</p>/pFailure 1:
<p class="date">...</p>/p[@class="date"]Failure 1:
<a class="Hyperlink" title="Dayton, Ohio - Official Website" target="_self" href="http://www.daytonohio.gov/">...</a>/a[@class="Hyperlink"]Failure 2:
<a href="/Facebook" target="_self" class="fancyButton fancyButton298 ">...</a>/a[@class="fancyButton fancyButton298 "]Failure 3:
<a href="/YouTube" target="_self" class="fancyButton fancyButton299 ">...</a>/a[@class="fancyButton fancyButton299 "]Failure 4:
<a href="/twitter" target="_self" class="fancyButton fancyButton300 ">...</a>/a[@class="fancyButton fancyButton300 "]Failure 5:
<a href="/Instagram" target="_self" class="fancyButton fancyButton301 ">...</a>/a[@class="fancyButton fancyButton301 "]… and 7 more failures for this rule
Failure 1:
<a href="/Instagram" target="_self" class="fancyButton fancyButton301 ">...</a>/a[@class="fancyButton fancyButton301 "]Failure 1:
Failure 1:
<a href="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_0" class="tabButton" role="tab" aria-controls="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_0" aria-selected="true" style="height: 66px;">...</a>/a[@class="tabButton"]Failure 1:
<h3>Dayton Highlights</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<div id="divTabbedbe48665c-107a-4e0e-a5d0-ba6bd52003f7" class="widget widgetTabbed skin54 wide" data-widgetid="be48665c-107a-4e0e-a5d0-ba6bd52003f7" role="tablist">...</div>/div[@id="divTabbedbe48665c-107a-4e0e-a5d0-ba6bd52003f7"]Failure 1:
<a id="newsFlashReadOn494" href="/CivicAlerts.aspx?AID=494" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader494 newsFlashReadOn494">Read on...</a>/a[@id="newsFlashReadOn494"]Failure 2:
<a href="/CivicAlerts.aspx?AID=490" target="_self">...</a>/aFailure 3:
<a id="newsFlashReadOn490" href="/CivicAlerts.aspx?AID=490" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader490 newsFlashReadOn490">Read on...</a>/a[@id="newsFlashReadOn490"]Failure 4:
<a id="newsFlashReadOn489" href="/CivicAlerts.aspx?AID=489" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader489 newsFlashReadOn489">Read on...</a>/a[@id="newsFlashReadOn489"]Failure 5:
<a id="newsFlashReadOn480" href="/CivicAlerts.aspx?AID=480" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader480 newsFlashReadOn480">Read on...</a>/a[@id="newsFlashReadOn480"]… and 3 more failures for this rule
Failure 1:
<a id="newsFlashViewAll5229f369-04d8-4659-a0d3-1431932ac8ee" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1,5" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll5229f369-04d8-4659-a0d3-1431932ac8ee"]Failure 2:
<a id="calendarViewAll2ba6d4c7-a93b-4965-bdb1-06a5df34a021" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll2ba6d4c7-a93b-4965-bdb1-06a5df34a021"]Failure 1:
<a href="#tab90095918-ed96-4444-be63-e6da5c11d941_0" class="tabButton" role="tab" aria-controls="#tab90095918-ed96-4444-be63-e6da5c11d941_0" aria-selected="true" style="height: 93px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader494" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader494"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021">...</h3>/h3[@id="miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<div id="divTabbed90095918-ed96-4444-be63-e6da5c11d941" class="widget widgetTabbed skin70 wide" data-widgetid="90095918-ed96-4444-be63-e6da5c11d941" role="tablist">...</div>/div[@id="divTabbed90095918-ed96-4444-be63-e6da5c11d941"]Failure 1:
<p>Stay Informed</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/CivicAlerts.aspx?AID=5981" target="_self">Residential property values up by 5 percent </a>/aFailure 2:
<a id="newsFlashViewAll21c38d39-c587-4f9f-ae61-2d42e7a957e8" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=10" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll21c38d39-c587-4f9f-ae61-2d42e7a957e8"]Failure 3:
<a class="widgetDesc widgetQuickLinksLink docaccess-activated" href="/agendacenter" target="_self" data-docaccess-source-url="https://www.hampton.gov/agendacenter" data-url-hash="archived" data-url-status="archived">Agendas & Minutes</a>/a[@class="widgetDesc widgetQuickLinksLink docaccess-activated"]Failure 4:
<a class="widgetDesc widgetQuickLinksLink" href="/employee" target="_self">Employee Connection</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 5:
<a href="/facebook" target="_blank" class="fancyButton fancyButton1392 " aria-label="Facebook Opens in new window">...</a>/a[@class="fancyButton fancyButton1392 "]… and 3 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe src="https://main.withapps.io/calendar?organizationId=30&id=6840f292036efb212eddc969" class="responsive-iframe" scrolling="no" id="ae_iframe_l2ulhdzf"> </iframe>/iframe[@id="ae_iframe_l2ulhdzf"]Failure 2:
<iframe> does not have an accessible name<iframe src="https://snapwidget.com/embed/1038511" class="snapwidget-widget" allowtransparency="true" frameborder="0" scrolling="no" style="border: none; overflow: hidden; width: 100%; height: 629px;" id="iFrameResizer0" />/iframe[@id="iFrameResizer0"]Failure 1:
<a id="newsFlashViewAll21c38d39-c587-4f9f-ae61-2d42e7a957e8" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=10" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll21c38d39-c587-4f9f-ae61-2d42e7a957e8"]Failure 1:
<h4 id="newsFlashItemHeader5981" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5981"]Failure 2:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.8f623017.1772202086.3b77cb </p>/pFailure 1:
Failure 1:
<button class="prefix-overlay-close prefix-overlay-action-later">Close subscription dialog</button>/button[@class="prefix-overlay-close prefix-overlay-action-later"]Failure 2:
<button class="prefix-overlay-action-dismiss" id="prefix-dismissButton">No Thanks</button>/button[@id="prefix-dismissButton"]Failure 3:
<button class="prefix-overlay-action-later" id="prefix-laterButton">Remind Me Later</button>/button[@id="prefix-laterButton"]Failure 1:
Failure 1:
<ul class="footer-links without-icons "> </ul>/ul[@class="footer-links without-icons "]Failure 1:
<p class="published-on small-text">Published on February 09, 2026</p>/p[@class="published-on small-text"]Failure 1:
<h2>Check Out Our Upcoming Shows!</h2>/h2Failure 1:
<button type="button" aria-controls="toolbar-language-drop-down" aria-expanded="false" class="toolbar-button toolbar-button-language js-element">...</button>/button[@class="toolbar-button toolbar-button-language js-element"]Failure 2:
<a href="https://www.facebook.com/CityofCoralSprings" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab acknowledge">...</a>/a[@class="opens-in-new-tab acknowledge"]Failure 3:
<a href="https://www.coralsprings.gov/Government/City-Commission" target="_self">City Commission</a>/aFailure 4:
<a href="/files/assets/public/documents/code-compliance/liensearchinquiryform_v2__20210219.pdf" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">Lien Search Inquiry</a>/a[@class="opens-in-new-tab"]Failure 5:
<a href="https://www.coralsprings.gov/Residents/Make-a-Payment/Pay-Water-Bill" target="_self" class="acknowledge">Pay Water Bill</a>/a[@class="acknowledge"]Failure 1:
<div id="oc-aria-status" role="status" aria-live="polite" aria-atomic="true" class="visuallyhidden">Ready</div>/div[@id="oc-aria-status"]Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h2>Legal Notices</h2>/h2Failure 1:
Failure 1:
<a href="https://digitaledition.pub/wc/studio-communications/sterlingmade/Spring-2026/" target="_self">sterlingmade City Magazine: Spring 2026 Edition </a>/aFailure 2:
<a href="https://digitaledition.pub/wc/studio-communications/sterlingmade/Spring-2026/" target="_self" class="readOn">More Info</a>/a[@class="readOn"]Failure 3:
<a id="newsFlashReadOn1929" href="/CivicAlerts.aspx?AID=1929" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1929 newsFlashReadOn1929">More Info</a>/a[@id="newsFlashReadOn1929"]Failure 4:
<a id="newsFlashReadOn1923" href="/CivicAlerts.aspx?AID=1923" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1923 newsFlashReadOn1923">More Info</a>/a[@id="newsFlashReadOn1923"]Failure 5:
<a id="newsFlashReadOn1924" href="/CivicAlerts.aspx?AID=1924" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1924 newsFlashReadOn1924">More Info</a>/a[@id="newsFlashReadOn1924"]… and 8 more failures for this rule
Failure 1:
<a id="newsFlashViewAllee97b621-c9b7-4a4d-b0e0-9af445dd25c0" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=18" aria-label="News Flash View All">View More Articles</a>/a[@id="newsFlashViewAllee97b621-c9b7-4a4d-b0e0-9af445dd25c0"]Failure 2:
<a id="calendarViewAll64561945-ad7a-4394-bc3e-a8b7dbd83c9e" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll64561945-ad7a-4394-bc3e-a8b7dbd83c9e"]Failure 1:
<h4 id="newsFlashItemHeader1901" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1901"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader64561945-ad7a-4394-bc3e-a8b7dbd83c9e">...</h3>/h3[@id="miniCalendarHeader64561945-ad7a-4394-bc3e-a8b7dbd83c9e"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>IN STERLING HEIGHTS</p>/pFailure 1:
<p>IN STERLING HEIGHTS</p>/pFailure 1:
<p>IN STERLING HEIGHTS</p>/pFailure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.8f623017.1772202150.3bfa95 </p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.96623017.1772202153.518c6a </p>/pFailure 1:
Failure 1:
<a href="https://www.normanok.gov/your-government/city-council">Information on City Council </a>/aFailure 2:
<img src="https://www.normanok.gov/modules/contrib/leaflet/js/leaflet/dist/images/marker-icon.png" class="leaflet-marker-icon leaflet-zoom-animated leaflet-interactive" alt="" tabindex="0" role="button" style="margin-left: -12px; margin-top: -41px; width: 25px; height: 41px; transform: translate3d(218px, 150px, 0px); z-index: 150;" />/img[@class="leaflet-marker-icon leaflet-zoom-animated leaflet-interactive"]Failure 3:
<a class="leaflet-control-zoom-in" href="#" title="Zoom in" role="button" aria-label="Zoom in" aria-disabled="false">...</a>/a[@class="leaflet-control-zoom-in"]Failure 4:
<a class="leaflet-control-zoom-out" href="#" title="Zoom out" role="button" aria-label="Zoom out" aria-disabled="false">...</a>/a[@class="leaflet-control-zoom-out"]Failure 5:
<button type="submit">...</button>/button… and 1 more failures for this rule
Failure 1:
<img src="https://www.normanok.gov/modules/contrib/leaflet/js/leaflet/dist/images/marker-icon.png" class="leaflet-marker-icon leaflet-zoom-animated leaflet-interactive" alt="" tabindex="0" role="button" style="margin-left: -12px; margin-top: -41px; width: 25px; height: 41px; transform: translate3d(218px, 150px, 0px); z-index: 150;" />/img[@class="leaflet-marker-icon leaflet-zoom-animated leaflet-interactive"]Failure 1:
<header role="banner" class="header" aria-hidden="true">...</header>/header[@class="header"]Failure 2:
<div id="block-paladin-branding" aria-hidden="true">...</div>/div[@id="block-paladin-branding"]Failure 3:
<nav role="navigation" aria-labelledby="block-main-menu" id="block-main-menu" aria-hidden="true">...</nav>/nav[@id="block-main-menu"]Failure 4:
<div class="languages dropdown" aria-hidden="true">...</div>/div[@class="languages dropdown"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<h2>...</h2>/h2Failure 1:
Failure 1:
<h2>How do I?</h2>/h2Failure 1:
<p class="date">...</p>/p[@class="date"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.9baa3717.1772202233.132adbf2 </p>/pFailure 1:
Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/accgov/" target="_blank" aria-label="Facebook Opens in new window">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton08b6f61d-9881-4032-aa4d-ea223741952b" role="button">...</a>/a[@id="btnSearchIcon"]Failure 3:
<a href="/CivicAlerts.aspx?AID=6817" target="_self">Leaf & Limb Collection Begins New Four-Week Schedu...</a>/aFailure 4:
<a id="calendarViewAllb3b54102-e089-4d8a-9861-6500e7e4ea40" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=119,76,75,35,40,78,29,32,33,126,41,97,38,92,81,72,122,117,73,69,115,125,127" aria-labelledby="calendarHeaderb3b54102-e089-4d8a-9861-6500e7e4ea40 calendarViewAllb3b54102-e089-4d8a-9861-6500e7e4ea40">View All</a>/a[@id="calendarViewAllb3b54102-e089-4d8a-9861-6500e7e4ea40"]Failure 5:
<header id="widgetShareHeadereba60765-016a-487d-a7bb-8a84f69702af" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">...</header>/header[@id="widgetShareHeadereba60765-016a-487d-a7bb-8a84f69702af"]… and 3 more failures for this rule
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton08b6f61d-9881-4032-aa4d-ea223741952b" role="button">...</a>/a[@id="btnSearchIcon"]Failure 1:
Failure 1:
<a href="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_0" class="tabButton" role="tab" aria-controls="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_0" aria-selected="true" style="height: 48px;">...</a>/a[@class="tabButton"]Failure 1:
<h3 data-headertext="How Can We Help?">How Can We Help?</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h1 data-cprole="banner" id="banner2" class="logo empty">...</h1>/h1[@id="banner2"]Failure 1:
Failure 1:
<div id="divTabbededcbb056-e5f4-433c-9002-e185c8ae1b19" class="widget widgetTabbed skin30 wide" data-widgetid="edcbb056-e5f4-433c-9002-e185c8ae1b19" role="tablist">...</div>/div[@id="divTabbededcbb056-e5f4-433c-9002-e185c8ae1b19"]Failure 1:
Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://caguas.gov.pr/servicios/">...</a>/aFailure 1:
<a href="https://caguas.gov.pr/caguas-la-revista/">...</a>/aFailure 2:
<a class="fusion-button button-flat fusion-button-default-size button-default fusion-button-default button-1 fusion-button-span-no fusion-button-default-type" target="_blank" rel="noopener noreferrer" href="https://caguas.gov.pr/caguascomunica/">...</a>/a[@class="fusion-button button-flat fusion-button-default-size button-default fusion-button-default button-1 fusion-button-span-no fusion-button-default-type"]Failure 3:
<a class="fusion-button button-flat fusion-button-default-size button-default fusion-button-default button-2 fusion-button-span-no fusion-button-default-type" target="_blank" rel="noopener noreferrer" href=" https://caguas.gov.pr/eventos/">...</a>/a[@class="fusion-button button-flat fusion-button-default-size button-default fusion-button-default button-2 fusion-button-span-no fusion-button-default-type"]Failure 4:
<a class="fusion-button button-3d button-large button-custom fusion-button-default button-3 fusion-button-span-no " style="--button_accent_color:#ffffff;--button_accent_hover_color:#ffffff;--button_border_hover_color:#ffffff;--button_gradient_top_color:#f09a3e;--button_gradient_bottom_color:#f09a3e;--button_gradient_top_color_hover:#464d5f;--button_gradient_bottom_color_hover:#464d5f;" target="_blank" rel="noopener noreferrer" href="https://visitacaguas.us8.list-manage.com/subscribe?u=56d268d4da45b57deccf9e81a&id=72901c1837">...</a>/a[@class="fusion-button button-3d button-large button-custom fusion-button-default button-3 fusion-button-span-no "]Failure 5:
<a class="fusion-sb-toggle" href="#">...</a>/a[@class="fusion-sb-toggle"]Failure 1:
<a id="SR7_33_1-877-3" class="sr7-layer sr7-btn" href="https://caguas.gov.pr/mujerespoderosas/" target="_self" rel="nofollow" aria-hidden="true" data-type="text" data-subtype="button" style="font-family: Roboto; font-size: 17px; font-weight: 500; color: rgb(255, 58, 45); text-transform: none; text-decoration: none; letter-spacing: 0px; line-height: 40px; text-align: left; white-space: nowrap; overflow: visible; padding: 0px 25px; min-height: 0px; width: auto; height: auto; z-index: 11; border-radius: 25px; position: absolute; vertical-align: top; transform-origin: 50% 50%; display: block; left: 580px; top: 281px; background: rgb(255, 255, 255); translate: none; rotate: none; scale: none; visibility: visible; opacity: 0.2735; transform: translate3d(0px, 0px, 0px); pointer-events: none;">Conoce más</a>/a[@id="SR7_33_1-877-3"]Failure 1:
contentinfo have the same name.Failure 1:
Failure 1:
Failure 1:
<a href="https://caguas.gov.pr/caguasinforma/"> [...]</a>/aFailure 1:
Failure 1:
Failure 1:
<a href="https://toaks.gov/news-and-updates&prrid=182"> ...</a>/aFailure 2:
<a href="#evt324" role="tab" data-toggle="tab" class="active">03.04.26</a>/a[@class="active"]Failure 3:
<button type="submit">...</button>/buttonFailure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />/metaFailure 1:
<h4>Visit our virtual permit counter, TO/24</h4>/h4Failure 2:
<h6>...</h6>/h6Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ul class="add-slider owl-carousel owl-theme owl-loaded owl-drag">...</ul>/ul[@class="add-slider owl-carousel owl-theme owl-loaded owl-drag"]Failure 1:
Failure 1:
<p>Get free homework assistance from dedicated volunt...</p>/pFailure 1:
<p>...</p>/pFailure 1:
<h4>Watch the latest meetings and footage of Thousand ...</h4>/h4Failure 1:
<p>From water billing to permitting, we have the link...</p>/pFailure 1:
<button type="button" role="presentation" class="owl-prev">...</button>/button[@class="owl-prev"]Failure 2:
<button type="button" role="presentation" class="owl-next">...</button>/button[@class="owl-next"]Failure 1:
<a href="fire/index.php" target="_self">...</a>/aFailure 2:
<a href="http://www.facebook.com/cityoftopeka" target="_blank" class="social-media-link social-media-link-facebook" rel="noopener">...</a>/a[@class="social-media-link social-media-link-facebook"]Failure 3:
<a href="https://twitter.com/cityoftopeka" target="_blank" class="social-media-link social-media-link-twitter" rel="noopener">...</a>/a[@class="social-media-link social-media-link-twitter"]Failure 4:
<a href="https://www.instagram.com/cityoftopeka/" target="_blank" class="social-media-link social-media-link-instagram" rel="noopener">...</a>/a[@class="social-media-link social-media-link-instagram"]Failure 5:
<a href="https://www.youtube.com/user/cityoftopekaks" target="_blank" class="social-media-link social-media-link-youtube" rel="noopener">...</a>/a[@class="social-media-link social-media-link-youtube"]… and 5 more failures for this rule
Failure 1:
<button>...</button>/buttonFailure 1:
<iframe> does not have an accessible name<iframe id="tmg-widget-iframe" src="https://textmygov.com/widget-update/widgetconfig.php?key=20190437&placement=right&parentOrigin=https://topeka.gov&mobile=0" style="width: 255px; height: 235px; border: none; position: fixed; right: 20px; left: unset; bottom: 60px; z-index: 10000;" />/iframe[@id="tmg-widget-iframe"]Failure 1:
<div id="google-translate" class="d-none">...</div>/div[@id="google-translate"]Failure 1:
Failure 1:
Failure 1:
<ul> </ul>/ulFailure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.b3aa3717.1772202352.1f7a5dae </p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0" />/metaFailure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>The page cannot be displayed. Please contact the a...</p>/pFailure 1:
Failure 1:
<a title="SeeClickFix" href="https://seeclickfix.com/vallejo" target="_blank">...</a>/aFailure 2:
<a title="Check Us out on Facebook" class="fa fa-facebook" href="https://www.facebook.com/cityofvallejo">...</a>/a[@class="fa fa-facebook"]Failure 3:
<a title="Follow us on Instagram" class="fa fa-instagram" href="https://www.instagram.com/cityofvallejo/">...</a>/a[@class="fa fa-instagram"]Failure 4:
<a title="Visit us on LinkedIn" class="fa fa-linkedin" href="https://www.linkedin.com/company/city-of-vallejo/">...</a>/a[@class="fa fa-linkedin"]Failure 5:
<a title="Watch Us on Vimeo" class="fa fa-vimeo" href="https://vimeo.com/cityofvallejo">...</a>/a[@class="fa fa-vimeo"]… and 1 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe allow="clipboard-write" sandbox="allow-top-navigation allow-top-navigation-by-user-activation allow-downloads allow-scripts allow-same-origin allow-popups allow-modals allow-popups-to-escape-sandbox allow-forms" allowfullscreen="true" style="position:absolute;border:none;width:100%;height:100%;left:0;right:0;top:0;bottom:0;" src="https://e.issuu.com/embed.html?backgroundColor=%23FFFFFF&d=vallejo_weekly_vol_14_issue_9&hideIssuuLogo=true&themeSecondaryColor=%230f7ec7&u=cityofvallejo" />/iframeFailure 1:
<a href="javascript:void(0);" class="trigger fa fa-search" aria-hidden="true">...</a>/a[@class="trigger fa fa-search"]Failure 1:
Failure 1:
<meta> element restricts the ability to zoom<meta id="viewport" name="viewport" content="width=320, initial-scale=1, maximum-scale=1, user-scalable=no" />/meta[@id="viewport"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p style="text-align: center;">...</p>/pFailure 1:
<a href="">translate</a>/aFailure 2:
<a class="heading" id="youtubetitle" href="https://youtu.be/M93M--abI8c?si=FNlGNIX19QMM_Xun">...</a>/a[@id="youtubetitle"]Failure 3:
<a class="read-more" href="https://www.youtube.com/user/FargoNDGovernment">...</a>/a[@class="read-more"]Failure 4:
<a class="arrow-link" href="https://facebook.com/thecityoffargo">...</a>/a[@class="arrow-link"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="month">Mar</p>/p[@class="month"]Failure 2:
<p class="day">02</p>/p[@class="day"]Failure 1:
<a id="dnn_ctl03_hypLogo" title="City of Allentown - PA - Official Site" aria-label="City of Allentown - PA - Official Site" href="https://www.allentownpa.gov/en-us/">...</a>/a[@id="dnn_ctl03_hypLogo"]Failure 2:
<a href="https://www.allentownpa.gov/en-us/Quick-Links" class="linkchildren" tabindex="0"> Quick Links ...</a>/a[@class="linkchildren"]Failure 3:
<a href="/en-us/Government/Elected-Offices/Mayors-Office" target="_blank" rel="noopener">Learn more about the Mayor's Office and Staff.</a>/aFailure 4:
<a href="mailto:cynthia.mota@allentownpa.gov" class="data-content my-1" target="_blank">...</a>/a[@class="data-content my-1"]Failure 1:
Failure 1:
<h6 class="text-info pb-3">About</h6>/h6[@class="text-info pb-3"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ul class="slides" style="width: 1400%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);">...</ul>/ul[@class="slides"]Failure 1:
<p>...</p>/pFailure 1:
<p>...</p>/pFailure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.bdaa3717.1772202430.155afbd8 </p>/pFailure 1:
Failure 1:
<a href="mailto:cityinfo@cityofconcord.org" target="_self" class="Hyperlink">cityinfo@cityofconcord.org</a>/a[@class="Hyperlink"]Failure 2:
<a style="" href="/QuickLinks.aspx?CID=23">Quick Links</a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="/600" target="_self">Activity Guides</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FCityofConcordCA%2F&tabs=timeline&width=350&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="350" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media" />/iframeFailure 1:
Failure 1:
<a href="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_0" class="tabButton" role="tab" aria-controls="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_0" aria-selected="true" style="height: 66px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed72f9eea8-e749-4b83-a4a7-069058cb87e1" class="widget widgetTabbed skin56 wide" data-widgetid="72f9eea8-e749-4b83-a4a7-069058cb87e1" role="tablist">...</div>/div[@id="divTabbed72f9eea8-e749-4b83-a4a7-069058cb87e1"]Failure 2:
<div id="divTabbedbda88bf3-7199-44ec-b47c-bac3181a08a7" class="widget widgetTabbed skin63 narrow" data-widgetid="bda88bf3-7199-44ec-b47c-bac3181a08a7" role="tablist">...</div>/div[@id="divTabbedbda88bf3-7199-44ec-b47c-bac3181a08a7"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href=" https://cvcpl.us/nLh210x" target="_self">...</a>/aFailure 1:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem2 " href="/153/Departments" target="_self"> Departments </a>/a[@id="mainNavDepartments"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavCommunications" class="navMainItem mainNavItem mainNavItem3 " href="/31/Communications" target="_self"> Communications </a>/a[@id="mainNavCommunications"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavOnlineServices" class="navMainItem mainNavItem mainNavItem4 " href="/9/Online-Services" target="_self"> Online Services </a>/a[@id="mainNavOnlineServices"]Failure 5:
<a href=" https://cvcpl.us/nLh210x" target="_self">City TEA (Totally Easy Agenda) for February 26, 20...</a>/a… and 18 more failures for this rule
Failure 1:
<a href=" https://cvcpl.us/nLh210x" target="_self">City TEA (Totally Easy Agenda) for February 26, 20...</a>/aFailure 1:
<a id="newsFlashViewAllb48b8a16-19f4-47bc-bda7-b414868c7f19" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">See All News</a>/a[@id="newsFlashViewAllb48b8a16-19f4-47bc-bda7-b414868c7f19"]Failure 2:
<a id="calendarViewAll5849d0bb-bc25-4717-a5ca-ba276a9001fb" class="widgetViewAll" style="" href="/calendar.aspx?CID=22,32,35,39" aria-label="Calendar View All">See All Calendars</a>/a[@id="calendarViewAll5849d0bb-bc25-4717-a5ca-ba276a9001fb"]Failure 1:
<h4 id="newsFlashItemHeader3205" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader3205"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader5849d0bb-bc25-4717-a5ca-ba276a9001fb">...</h3>/h3[@id="miniCalendarHeader5849d0bb-bc25-4717-a5ca-ba276a9001fb"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>What’s happening across the City of Abilene</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://www.arvadaco.gov/1404/Cold-weather-shelter" target="_self">...</a>/aFailure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtonfdf6f40b-ac22-4108-852e-dfb022fa5e5a" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.instagram.com/cityofarvada/?hl=en" target="_self" aria-label=" Instagram graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 3:
<a href="/602" target="_self">...</a>/aFailure 4:
<a id="newsFlashViewAll5155dbd2-93e7-49ed-8923-70ed748eecee" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">News Flash: View All</a>/a[@id="newsFlashViewAll5155dbd2-93e7-49ed-8923-70ed748eecee"]Failure 5:
<a href="/Calendar.aspx?EID=3563" class="readOn" style="display:block;">...</a>/a[@class="readOn"]… and 2 more failures for this rule
Failure 1:
<a href="/602" target="_self">...</a>/aFailure 1:
Failure 1:
<a href="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_0" class="tabButton" role="tab" aria-controls="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_0" aria-selected="true" style="height: 55px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader318" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader318"]Failure 2:
<h6 class="headline" style="font-size: 1.5em !important;margin:1em;">Contact Us</h6>/h6[@class="headline"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ol class="semanticList cpSlider fade cpSliderJS1140" style="width: 100%;">...</ol>/ol[@class="semanticList cpSlider fade cpSliderJS1140"]Failure 2:
<div id="divTabbed79d442c4-6ff5-4f4f-99c6-e8a55ba91514" class="widget widgetTabbed skin43 wide" data-widgetid="79d442c4-6ff5-4f4f-99c6-e8a55ba91514" role="tablist">...</div>/div[@id="divTabbed79d442c4-6ff5-4f4f-99c6-e8a55ba91514"]Failure 1:
<p style="text-align: center; text-transform: uppercase;">Stay up to date with all that Arvada has to offer</p>/pFailure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi 👋, how can I help?</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/services/parking/" title="Parking">Parking Ticket</a>/aFailure 2:
<select class="gt_selector notranslate" aria-label="Select Language">...</select>/select[@class="gt_selector notranslate"]Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="link">...</p>/p[@class="link"]Failure 3:
<p class="heading base-heading ">Share Your Experiences to Help Shape the Future of...</p>/p[@class="heading base-heading "]Failure 4:
<p class="heading c16-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Stay in the Know</p>/p[@class="heading c16-heading "]Failure 5:
<p class="link " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">...</p>/p[@class="link "]… and 2 more failures for this rule
Failure 1:
<p class="heading base-heading ">Share Your Experiences to Help Shape the Future of...</p>/p[@class="heading base-heading "]Failure 2:
<p class="heading c16-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Stay in the Know</p>/p[@class="heading c16-heading "]Failure 3:
<p class="heading c6-heading">Upcoming City Events</p>/p[@class="heading c6-heading"]Failure 1:
<h1 class="sr-only heading main base-heading">City of Ann Arbor Michigan</h1>/h1[@class="sr-only heading main base-heading"]Failure 1:
<div class="inner">...</div>/div[@class="inner"]Failure 1:
<a href="#">...</a>/aFailure 1:
<a class="link" href="/departments/newsroom" alt=""> News </a>/a[@class="link"]Failure 2:
<a class="link ext" href="https://www.invoicecloud.com/CityOfIndependenceMO" alt="" data-extlink="" target="_blank" rel="noopener noreferrer" title="(opens in a new window)">...</a>/a[@class="link ext"]Failure 3:
<a class="heading-link" href="/events/heritage-commission-march-3-2026">Heritage Commission, March 3, 2026</a>/a[@class="heading-link"]Failure 4:
<a class="if-logo-link" target="_black" href="https://www.ifsight.com/" alt="">...</a>/a[@class="if-logo-link"]Failure 1:
Failure 1:
Failure 1:
<p class="hero-header__subheading">A great American Story</p>/p[@class="hero-header__subheading"]Failure 2:
<p>Feb</p>/pFailure 1:
<p class="hero-header__subheading">A great American Story</p>/p[@class="hero-header__subheading"]Failure 2:
<p>Feb</p>/pFailure 3:
<p class="paragraph paragraph--card__body"> The City of Independence has selected four ex...</p>/p[@class="paragraph paragraph--card__body"]Failure 4:
<p class="icon-card__paragraph"> 111 E Maple Ave, Independence, MO 64050 </p>/p[@class="icon-card__paragraph"]Failure 1:
<h3 class="h3"> Public Safety </h3>/h3[@class="h3"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.ec263e17.1772202596.53472680 </p>/pFailure 1:
Failure 1:
<button class="search-button" data-toggle-search="" aria-expanded="false" aria-label="toggle search dropdown" aria-controls="headerbox-search-form">...</button>/button[@class="search-button"]Failure 2:
<a class="read-more" href="https://www.lafayettetravel.com/lafayette-weekly/" target="_self" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Read%20More", "interactionUrl" : "https%3A%2F%2Fwww.lafayettetravel.com%2Flafayette-weekly%2F", "interactionText" : "Read%20More" } }"> Read More </a>/a[@class="read-more"]Failure 3:
<a href="/event/kurt-metzger/46315/" target="" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Title", "itemName" : "Kurt%20Metzger", "interactionUrl": "%2Fevent%2Fkurt-metzger%2F46315%2F", "interactionText" : "Kurt%20Metzger" } }">Kurt Metzger</a>/aFailure 4:
<button class="glide__bullet glide__bullet--active" data-glide-dir="=0" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }" />/button[@class="glide__bullet glide__bullet--active"]Failure 5:
<button class="glide__bullet" data-glide-dir="=1" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }" />/button[@class="glide__bullet"]… and 2 more failures for this rule
Failure 1:
<button class="glide__bullet glide__bullet--active" data-glide-dir="=0" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }" />/button[@class="glide__bullet glide__bullet--active"]Failure 2:
<button class="glide__bullet" data-glide-dir="=1" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }" />/button[@class="glide__bullet"]Failure 1:
<button class="glide__bullet glide__bullet--active" data-glide-dir="=0" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }" />/button[@class="glide__bullet glide__bullet--active"]Failure 2:
<button class="glide__bullet" data-glide-dir="=1" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }" />/button[@class="glide__bullet"]Failure 1:
<iframe> does not have an accessible name<iframe width="0" height="0" name="Trade Desk Tracking - Lafayette - Retargeting - Site" frameborder="0" scrolling="no" src="https://insight.adsrvr.org/tags/s74zw9x/o402w7b/iframe" />/iframeFailure 1:
Failure 1:
<div id="weather-dropdown" class="weather-dropdown" data-sv-weather-dropdown="">...</div>/div[@id="weather-dropdown"]Failure 2:
<button id="56c7a08c8136be223f8ba55a" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="56c7a08c8136be223f8ba55a"]Failure 3:
<button id="56c7a2678136be223f8ba589" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="56c7a2678136be223f8ba589"]Failure 4:
<button id="56c7a38c8136be223f8ba5af" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="56c7a38c8136be223f8ba5af"]Failure 5:
<button id="56c7a4878136be223f8ba5e5" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="56c7a4878136be223f8ba5e5"]… and 6 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="widget-description">Here's a list of events & festivals in and around ...</p>/p[@class="widget-description"]Failure 1:
<h3 class="subtitle">Welcome To</h3>/h3[@class="subtitle"]Failure 1:
<button class="btn base-btn-bg base-btn-bg base-btn-bg-solid base-btn-bg-hover-solid base-btn-text base-btn-borders accept-cookies" aria-label="Agree to cookie consent message">...</button>/button[@class="btn base-btn-bg base-btn-bg base-btn-bg-solid base-btn-bg-hover-solid base-btn-text base-btn-borders accept-cookies"]Failure 2:
<button class="expand-search" type="button" data-toggle="collapse" aria-label="Expand site search">...</button>/button[@class="expand-search"]Failure 3:
<a style="color: #ffffff;" href="/calendar/" title="Calendar">View All Meetings & Events</a>/aFailure 1:
<div class="image background-image lazyloaded" style="background-image: url("https://www.cstx.gov/media/0qaapnyn/54074881697_9a372fd8b9_o.jpg?width=3000&height=1400&v=1dc02f153bcd390&format=webp");" data-bgset="/media/0qaapnyn/54074881697_9a372fd8b9_o.jpg?width=3000&height=1400&v=1dc02f153bcd390&format=webp [type:image/webp] \| /media/0qaapnyn/54074881697_9a372fd8b9_o.jpg?width=3000&height=1400&v=1dc02f153bcd390 1x" role="img" aria-label="">...</div>/div[@class="image background-image lazyloaded"]Failure 2:
<div class="image background-image component-background-image lazyloaded" style="background-image: url("https://www.cstx.gov/media/o3tpeowh/cityhallbw.png?format=webp"); background-repeat: no-repeat; background-size: auto; background-position: center center;" data-bgset="/media/o3tpeowh/cityhallbw.png?format=webp [type:image/webp] \| /media/o3tpeowh/cityhallbw.png" role="img" aria-label="">...</div>/div[@class="image background-image component-background-image lazyloaded"]Failure 3:
<div class="image lazyload background-image component-background-image" style="background-image:url('/media/jgfdjwxv/city-branded-background.jpg'); background-repeat:no-repeat;background-size:auto;background-position:center center;" data-bgset="/media/jgfdjwxv/city-branded-background.jpg?format=webp [type:image/webp] \| /media/jgfdjwxv/city-branded-background.jpg" data-sizes="auto" role="img" aria-label="" />/div[@class="image lazyload background-image component-background-image"]Failure 1:
<script data-cid="10001667" src="https://customer.cludo.com/scripts/bundles/experiences/manager.js" id="cludo-experience-manager" defer="" />/script[@id="cludo-experience-manager"]Failure 2:
<iframe id="timely-iframe-embed-0" title="timely-iframe-embed-0" name="timely-iframe-embed-0" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-pointer-lock allow-same-origin allow-scripts allow-top-navigation allow-downloads" scrolling="no" src="https://events.timely.fun/yl7pe679/agenda?categories=677613560¬oolbar=1&nofilters=1&range=events&events=3&timely_id=timely-iframe-embed-0" class="timely-frame" />/iframe[@id="timely-iframe-embed-0"]Failure 3:
<script src="https://events.timely.fun/embed.js" data-src="https://events.timely.fun/yl7pe679/agenda?categories=677613560¬oolbar=1&nofilters=1&range=events&events=3" data-max-height="0" id="timely-iframe-embed-0" class="timely-script" />/script[@id="timely-iframe-embed-0"]Failure 4:
<iframe id="timely-iframe-embed-2" title="timely-iframe-embed-2" name="timely-iframe-embed-2" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-pointer-lock allow-same-origin allow-scripts allow-top-navigation allow-downloads" scrolling="no" src="https://events.timely.fun/yl7pe679/agenda?categories=677613559&filter_groups_659989886=677656162¬oolbar=1&nofilters=1&range=events&events=3&timely_id=timely-iframe-embed-2" class="timely-frame" />/iframe[@id="timely-iframe-embed-2"]Failure 5:
<script id="timely-iframe-embed-2" class="timely-script" src="https://events.timely.fun/embed.js" data-src="https://events.timely.fun/yl7pe679/agenda?categories=677613559&filter_groups_659989886=677656162¬oolbar=1&nofilters=1&range=events&events=3" data-max-height="0" />/script[@id="timely-iframe-embed-2"]… and 6 more failures for this rule
Failure 1:
Failure 1:
<p class="secondary-heading c2-secondary-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Welcome to</p>/p[@class="secondary-heading c2-secondary-heading "]Failure 1:
<p class="secondary-heading c2-secondary-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Welcome to</p>/p[@class="secondary-heading c2-secondary-heading "]Failure 2:
<p class="heading lg base-heading ">Check out our blog!</p>/p[@class="heading lg base-heading "]Failure 3:
<p class="heading base-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Upcoming Meetings</p>/p[@class="heading base-heading "]Failure 4:
<p class="heading sm footer-heading ">Contact Us</p>/p[@class="heading sm footer-heading "]Failure 1:
<p class="secondary-heading c2-secondary-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Welcome to</p>/p[@class="secondary-heading c2-secondary-heading "]Failure 2:
<p class="heading lg base-heading ">Check out our blog!</p>/p[@class="heading lg base-heading "]Failure 3:
<p class="heading base-heading " data-os-animation="fadeIn" data-os-animation-delay="0s" data-os-animation-duration="1.2s">Upcoming Meetings</p>/p[@class="heading base-heading "]Failure 4:
<p class="heading sm footer-heading ">Contact Us</p>/p[@class="heading sm footer-heading "]Failure 1:
Failure 1:
<a href="./" class="logo-text">...</a>/a[@class="logo-text"]Failure 2:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 3:
<button id="languageButton" style="padding: 0 0.5rem; font-size: 0.875rem; border-radius: 0.375rem; border: 1px solid #e5e7eb; height: 2rem; background: white; cursor: pointer;">en</button>/button[@id="languageButton"]Failure 4:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="top-links-slider">...</button>/buttonFailure 5:
<a href="./" id="footer-logo">...</a>/a[@id="footer-logo"]… and 1 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe id="searchBoxFrame" src="https://chatbot.revize.com/source_finder/search_box?websiteRef=a22133873d7d4b009508e5020038f0aa" scrolling="no" style="height: 58px; width: 100%; border: none; position: relative;" />/iframe[@id="searchBoxFrame"]Failure 1:
<a href="news_detail_T5_R231.php" class="featured-news" aria-label="Featured news: 144th Fighter Wing Honors Clovis, Unveils Jet Bearing City Seal">...</a>/a[@class="featured-news"]Failure 2:
<a href="news_detail_T5_R230.php" class="h-news" aria-label="News: Free Compost Giveaway for Clovis Residents" data-categories="main" data-dept="main">...</a>/a[@class="h-news"]Failure 1:
<div class="top-link-wrap tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">...</div>/div[@class="top-link-wrap tns-item tns-slide-cloned"]Failure 2:
<div class="top-link-wrap tns-item" id="top-links-slider-item2" aria-hidden="true" tabindex="-1">...</div>/div[@id="top-links-slider-item2"]Failure 3:
<div class="quick-link-wrap tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">...</div>/div[@class="quick-link-wrap tns-item tns-slide-cloned"]Failure 4:
<div class="quick-link-wrap tns-item" id="tns2-item4" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item4"]Failure 5:
<div class="quick-link-wrap tns-item" id="tns3-item5" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item5"]… and 1 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div class="h-news-info">...</div>/div[@class="h-news-info"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.d50ec617.1772202670.3c796821 </p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.8daa3717.1772202674.cf9180b </p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.e8263e17.1772202677.52c28969 </p>/pFailure 1:
Failure 1:
<a class="elementor-post__thumbnail__link" href="https://www.roundrocktexas.gov/news/round-rock-green-lights-design-for-traffic-signal-at-chandler-creek-and-kenney-fort/" tabindex="-1">...</a>/a[@class="elementor-post__thumbnail__link"]Failure 1:
<a href="https://www.roundrocktexas.gov/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a>/a[@class="elementor-item elementor-item-active menu-link"]Failure 2:
<a aria-expanded="false" href="https://www.roundrocktexas.gov/city-about-round-rock/" class="elementor-item menu-link has-submenu" id="sm-17722026833721138-1" aria-haspopup="true" aria-controls="sm-17722026833721138-2">...</a>/a[@id="sm-17722026833721138-1"]Failure 3:
<a aria-expanded="false" href="https://www.roundrocktexas.gov/city-services/" class="elementor-item menu-link has-submenu" id="sm-17722026833721138-7" aria-haspopup="true" aria-controls="sm-17722026833721138-8">...</a>/a[@id="sm-17722026833721138-7"]Failure 4:
<a aria-expanded="false" href="https://www.roundrocktexas.gov/city-departments/" class="elementor-item menu-link has-submenu" id="sm-17722026833721138-9" aria-haspopup="true" aria-controls="sm-17722026833721138-10">...</a>/a[@id="sm-17722026833721138-9"]Failure 5:
<a aria-expanded="false" href="https://www.roundrocktexas.gov/city-businesses/" class="elementor-item menu-link has-submenu" id="sm-17722026833721138-11" aria-haspopup="true" aria-controls="sm-17722026833721138-12">...</a>/a[@id="sm-17722026833721138-11"]… and 9 more failures for this rule
Failure 1:
<a style="color: #ffffff;" href="https://www.roundrocktexas.gov/news/">News</a>/aFailure 1:
<div data-slide-duration="0" data-id="398" data-slide-public-id="2" aria-hidden="true" data-title="MyMeter" data-haslink="1" data-href="https://www.roundrocktexas.gov/news/water-consumption-feature-to-launch-next-month-for-round-rock-customers/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-398">...</div>/div[@class="n2-ss-slide n2-ow n2-ss-slide-398"]Failure 2:
<div data-slide-duration="0" data-id="289" data-slide-public-id="3" aria-hidden="true" data-title="downtown" data-haslink="1" data-href="https://downtownroundrocktexas.com/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-289">...</div>/div[@class="n2-ss-slide n2-ow n2-ss-slide-289"]Failure 3:
<div data-slide-duration="0" data-id="205" data-slide-public-id="4" aria-hidden="true" data-title="STR" data-haslink="1" data-href="https://shoptherock.com/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-205">...</div>/div[@class="n2-ss-slide n2-ow n2-ss-slide-205"]Failure 4:
<div data-slide-duration="0" data-id="37" data-slide-public-id="5" aria-hidden="true" data-title="Connect with Us" data-haslink="1" data-href="https://www.roundrocktexas.gov/city-departments/communications-and-marketing/social-media/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-37">...</div>/div[@class="n2-ss-slide n2-ow n2-ss-slide-37"]Failure 1:
<ul id="menu-1-71a3c6fa" class="elementor-nav-menu" data-smartmenus-id="17722026833692317">...</ul>/ul[@id="menu-1-71a3c6fa"]Failure 2:
<ul id="menu-2-71a3c6fa" class="elementor-nav-menu" data-smartmenus-id="1772202683370755">...</ul>/ul[@id="menu-2-71a3c6fa"]Failure 1:
<h4 class="elementor-post__title">...</h4>/h4[@class="elementor-post__title"]Failure 2:
<h4 class="elementor-heading-title elementor-size-default">Site Search</h4>/h4[@class="elementor-heading-title elementor-size-default"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Construction contract expected to return to Counci...</p>/pFailure 1:
<p>Construction contract expected to return to Counci...</p>/pFailure 1:
<div data-first="1" data-slide-duration="0" data-id="36" data-slide-public-id="1" data-title="Stage 1 Watering Restrictions" data-haslink="1" data-href="https://www.roundrocktexas.gov/news/round-rock-enacts-mandatory-watering-restrictions/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-36">...</div>/div[@class="n2-ss-slide n2-ow n2-ss-slide-36"]Failure 1:
<a href="javascript:void(0);" class="title">Quick Links</a>/a[@class="title"]Failure 2:
<a href="https://www.cambridgema.gov/privacystatement">View the City's privacy statement</a>/aFailure 3:
<a href="/iwantto/payabillonline" target="" class="computer screen" title="Pay Bills Online">...</a>/a[@class="computer screen"]Failure 4:
<a href="/propertydatabase" target="" class="building" title="Property Database">...</a>/a[@class="building"]Failure 5:
<a href="https://cambridgema.primegov.com/public/portal" target="" class="video" title="Watch City Council">...</a>/a[@class="video"]… and 4 more failures for this rule
Failure 1:
<p class="desc" id="shortDesc">The Office of Mayor Sumbul Siddiqui, in collaborat...</p>/p[@id="shortDesc"]Failure 2:
<p id="fullDesc" class="desc" style="display:none">The Office of Mayor Sumbul Siddiqui, in collaborat...</p>/p[@id="fullDesc"]Failure 3:
<div id="GridItem" runat="server" class="item withButton" style="}">...</div>/div[@id="GridItem"]Failure 1:
<h4 class="title">Career Center</h4>/h4[@class="title"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="usa-banner__header-text"> An official websi...</p>/p[@class="usa-banner__header-text"]Failure 2:
normal which will result in a line height of less than 1.5<p class="title">Pay a Bill Online</p>/p[@class="title"]Failure 3:
<p class="desc">Winter storms and extreme temperatures pose a seve...</p>/p[@class="desc"]Failure 4:
normal which will result in a line height of less than 1.5<p class="desc" id="shortDesc">The Office of Mayor Sumbul Siddiqui, in collaborat...</p>/p[@id="shortDesc"]Failure 5:
normal which will result in a line height of less than 1.5<p class="content">...</p>/p[@class="content"]… and 1 more failures for this rule
Failure 1:
<h2 class="title">Cambridge Seeking Community Members for New Commis...</h2>/h2[@class="title"]Failure 1:
<iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-84qcmnijqfen" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Le54kwpAAAAAMqsq6GL210byANPuAcjmKbPd90J&co=aHR0cHM6Ly93d3cuY2FtYnJpZGdlbWEuZ292OjQ0Mw..&hl=en&v=AWtrSI7lAmTAfV1rzWqEqz54&size=invisible&anchor-ms=20000&execute-ms=30000&cb=bpmlvtyqh3dm" />/iframeFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<a href="/files/assets/city/v/2/engineering/documents/detour-utility-work.pdf" target="_self">North Flagler Drive Underground Utility Improvemen...</a>/aFailure 2:
<a href="https://www.wpb.org/Departments/Human-Resources/Job-Opportunities" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 3:
<a href="https://public.govdelivery.com/accounts/FLWPB/subscriber/new" class="oc-icon-b oc-i--none link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i--none link-type-external opens-in-new-tab"]Failure 4:
<a href="https://www.wpb.org/Our-City" class="nav-level-1 nav-has-children sf-with-ul" target="">...</a>/a[@class="nav-level-1 nav-has-children sf-with-ul"]Failure 5:
<a href="https://www.wpb.org/Visitors" class="nav-level-1 " target="_self">Visitors</a>/a[@class="nav-level-1 "]… and 4 more failures for this rule
Failure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<p class="panel-text">Native Tree Giveaway – Drive-Thru Pick-Up at Paseo...</p>/p[@class="panel-text"]Failure 2:
<p class="ocsf-title">Trash Collection</p>/p[@class="ocsf-title"]Failure 3:
<p class="ocpt-dv-counter">...</p>/p[@class="ocpt-dv-counter"]Failure 4:
<p class="ocpt-dv-title">Residents</p>/p[@class="ocpt-dv-title"]Failure 5:
<p>City of West Palm Beach</p>/pFailure 1:
<h2>Make a Payment</h2>/h2Failure 1:
<a class="splashHome" href="/city/" title="Link to City of Evansville Departments">...</a>/a[@class="splashHome"]Failure 2:
<a class="splashDept" href="/city/departments/" title="Link to City of Evansville Departments">View City Departments</a>/a[@class="splashDept"]Failure 3:
<a href="https://www.evansvillegov.org/egov/apps/document/center.egov?view=item&id=10872" class="newsLink">Mayor Terry Launches Citywide "We Read" Literacy I...</a>/a[@class="newsLink"]Failure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>Welcome to the website for the City of Evansville ...</p>/pFailure 2:
normal which will result in a line height of less than 1.5<p id="footerLegal">...</p>/p[@id="footerLegal"]Failure 1:
<a href="https://www.invoicecloud.com/portal/(S(aciljt32gug1j1hn0ihcbpy0))/2/customerlocator.aspx?iti=42&bg=b669f1a8-7bb3-460c-b930-3cfb6e147ecb&vsii=52&return=1" class="oc-icon-b oc-i-link link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-link link-type-external opens-in-new-tab"]Failure 2:
<a href="https://twitter.com/MyClearwater" class="oc-icon-b oc-i-x link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-x link-type-external opens-in-new-tab"]Failure 3:
<a href="https://public.govdelivery.com/accounts/FLCLRWATER/signup/33294" class="oc-icon-b oc-i-email link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-email link-type-external opens-in-new-tab"]Failure 4:
<a href="https://www.myclearwater.com/My-Government/Contact-Us" target="_self">Phone Directory</a>/aFailure 5:
<a href="https://www.facebook.com/cityofclearwater/" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 2:
<button class="hide-chatbot-button" aria-label="Hide chatbot" aria-controls="citibot_support_chat">...</button>/button[@class="hide-chatbot-button"]Failure 1:
<h3>Stay Up To Date</h3>/h3Failure 1:
Failure 1:
Failure 1:
<h2>Report A Problem</h2>/h2Failure 1:
<a style="" href="/calendar.aspx?CID=55">Calendar</a>/aFailure 2:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/Billings-MT-City-Government-74352842013/" target="_blank" aria-label="Facebook Opens in new window">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://outlook.office365.com" target="_self">City Email O365</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<a class="widgetDesc widgetQuickLinksLink docaccess-activated" href="https://ci.billings.mt.us/DocumentCenter/View/35993/Website-Privacy-Policy--9-14-2017" target="_blank" aria-label="Privacy Policy Opens in new window" data-docaccess-source-url="https://ci.billings.mt.us/DocumentCenter/View/35993/Website-Privacy-Policy--9-14-2017" data-url-hash="4e81a05a7a57be248d2cbb354ed2ba4b10f3251bd2a728b6abd173b3a79e3110" data-url-status="enabled">Privacy Policy</a>/a[@class="widgetDesc widgetQuickLinksLink docaccess-activated"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FCityofBillings&tabs=timeline&width=500&height=1000&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=false&appId" width="500" height="1000" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />/iframeFailure 1:
<h3 class="subhead2" id="isPasted">...</h3>/h3[@id="isPasted"]Failure 2:
<span style="color: rgb(0, 0, 90); font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;" id="isPasted">...</span>/span[@id="isPasted"]Failure 3:
<p id="isPasted">...</p>/p[@id="isPasted"]Failure 1:
<a href="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_0" class="tabButton" role="tab" aria-controls="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_0" aria-selected="true" style="height: 128px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390" class="widget widgetTabbed skin20 wide" data-widgetid="22adc9a9-cef3-488d-9a06-8a8797b70390" role="tablist">...</div>/div[@id="divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390"]Failure 2:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 3:
<div id="divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929" class="widget widgetTabbed skin21 wide" data-widgetid="98e39e69-c9a5-4b20-a262-d2a9c0c97929" role="tablist">...</div>/div[@id="divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929"]Failure 1:
<h3>Welcome to the City of Billings website!</h3>/h3Failure 2:
<h3 class="subhead2" id="isPasted">...</h3>/h3[@id="isPasted"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label" style="max-width: 150px;">...</button>/button[@class="launcherBtn"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<h2 class="wp-block-heading has-text-align-center gb-white-text has-white-color has-text-color">Be in the Know</h2>/h2[@class="wp-block-heading has-text-align-center gb-white-text has-white-color has-text-color"]Failure 2:
<h2 class="wp-block-heading has-text-align-center">Meetings & Events Calendar</h2>/h2[@class="wp-block-heading has-text-align-center"]Failure 1:
<a href="/CivicAlerts.aspx?AID=2469" target="_self">...</a>/aFailure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton4d53079e-18a4-4735-ab97-63f41bcb1700" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=2471" target="_self">Bay Trail Construction Arrives at Point Molate Bea...</a>/aFailure 3:
<a id="newsFlashReadOn2471" href="/CivicAlerts.aspx?AID=2471" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2471 newsFlashReadOn2471">Read on...</a>/a[@id="newsFlashReadOn2471"]Failure 4:
<a id="newsFlashReadOn2439" href="/CivicAlerts.aspx?AID=2439" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader2439 newsFlashReadOn2439" aria-label="Read on... Opens in new window">Read on...</a>/a[@id="newsFlashReadOn2439"]Failure 5:
<a id="newsFlashReadOn2469" href="/CivicAlerts.aspx?AID=2469" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2469 newsFlashReadOn2469">More about the Filing Period</a>/a[@id="newsFlashReadOn2469"]… and 9 more failures for this rule
Failure 1:
<a id="newsFlashViewAllef85ab7d-7e85-4dd7-9604-b5d3a57e70a4" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=38" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllef85ab7d-7e85-4dd7-9604-b5d3a57e70a4"]Failure 2:
<a id="calendarViewAll26a66078-82b9-4bff-a472-95566d78fd79" class="widgetViewAll" style="" href="/calendar.aspx?CID=34,15" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll26a66078-82b9-4bff-a472-95566d78fd79"]Failure 1:
<a href="#tab644b2321-45a6-4413-a445-b10c832bcb1d_0" class="tabButton" role="tab" aria-controls="#tab644b2321-45a6-4413-a445-b10c832bcb1d_0" aria-selected="true" style="height: 70px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader2471" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2471"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader26a66078-82b9-4bff-a472-95566d78fd79">...</h3>/h3[@id="miniCalendarHeader26a66078-82b9-4bff-a472-95566d78fd79"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed644b2321-45a6-4413-a445-b10c832bcb1d" class="widget widgetTabbed skin53 wide" data-widgetid="644b2321-45a6-4413-a445-b10c832bcb1d" role="tablist">...</div>/div[@id="divTabbed644b2321-45a6-4413-a445-b10c832bcb1d"]Failure 2:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi 👋, how can I help?</p>/pFailure 1:
<a id="bannerLogoTS-54" style=" display: block; text-align: center; " class="bannerObject" href="/" target="_self">...</a>/a[@id="bannerLogoTS-54"]Failure 2:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton36be3302-7889-460b-b0c8-f658fdc89e67" role="button">...</a>/a[@id="btnSearchIcon"]Failure 3:
<a tabindex="0" href="/calendar.aspx?view=list&year=2026&month=2&day=27&CID=14,22">...</a>/aFailure 4:
<a id="newsFlashReadOn19715" href="https://www.westminsterco.gov/187/Access-Westminster" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader19715 newsFlashReadOn19715">Submit a Request</a>/a[@id="newsFlashReadOn19715"]Failure 5:
<a id="newsFlashReadOn19780" href="https://westy.news/westminster-launches-utility-affordability-listening-sessions/" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader19780 newsFlashReadOn19780">Read more...</a>/a[@id="newsFlashReadOn19780"]… and 8 more failures for this rule
Failure 1:
<a id="calendarViewAll24dd7443-f8b0-492a-b279-e0d989bb699c" class="widgetViewAll" style="" href="/calendar.aspx?CID=14,22" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll24dd7443-f8b0-492a-b279-e0d989bb699c"]Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader24dd7443-f8b0-492a-b279-e0d989bb699c">...</h3>/h3[@id="miniCalendarHeader24dd7443-f8b0-492a-b279-e0d989bb699c"]Failure 2:
<h4 id="newsFlashItemHeader19715" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader19715"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="https://www.manchesternh.gov/Government/Mayor-and-Aldermen/Mayors-Office/Press-Room#Item13560" target="_blank">Mayor Ruais Statement on Board of School Committee...</a>/aFailure 2:
<a href="/e-Services/Alert-Notifications" class="dnnSecondaryAction" style="margin-right:10px;">Get Notified</a>/a[@class="dnnSecondaryAction"]Failure 3:
<a id="ctlEvents_Mod_3737_EventID_105394_EventDate_2026Feb02" href="https://www.manchesternh.gov/City-Of-Manchester/ModuleID/3737/ItemID/105394/mctl/EventDetails">Committee on Bills on Second Reading</a>/a[@id="ctlEvents_Mod_3737_EventID_105394_EventDate_2026Feb02"]Failure 4:
<a id="ctlEvents_Mod_3737_EventID_105396_EventDate_2026Feb03" href="https://www.manchesternh.gov/City-Of-Manchester/ModuleID/3737/ItemID/105396/mctl/EventDetails">Committee on Human Resources/Insurance</a>/a[@id="ctlEvents_Mod_3737_EventID_105396_EventDate_2026Feb03"]Failure 5:
<a id="ctlEvents_Mod_3737_EventID_105359_EventDate_2026Feb03" href="https://www.manchesternh.gov/City-Of-Manchester/ModuleID/3737/ItemID/105359/mctl/EventDetails">Board of Mayor and Aldermen</a>/a[@id="ctlEvents_Mod_3737_EventID_105359_EventDate_2026Feb03"]… and 15 more failures for this rule
Failure 1:
<a href="/Contact-Us" aria-label="Contact page">Contact Us</a>/aFailure 1:
<h5>Absentee Ballot</h5>/h5Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Manchester is a city born of hope and optimism, an...</p>/pFailure 1:
<h1>...</h1>/h1Failure 1:
<p>Manchester is a city born of hope and optimism, an...</p>/pFailure 1:
Failure 1:
<a href="https://cityoflowellma.munisselfservice.com/ess/employmentopportunities/default.aspx" target="_self">...</a>/aFailure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton3cced1bd-f2a3-42da-b8d9-31eac9dfd4a5" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a id="newsFlashReadOn594" href="/CivicAlerts.aspx?AID=594" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader594 newsFlashReadOn594" aria-label="Read on... Opens in new window">Read on...</a>/a[@id="newsFlashReadOn594"]Failure 3:
<a href="https://cityoflowellma.munisselfservice.com/ess/employmentopportunities/default.aspx" target="_self" class="readOn">Learn more & apply today.</a>/a[@class="readOn"]Failure 4:
<a href="/CivicAlerts.aspx?AID=1014" target="_self">City of Lowell Thanks DPW Crews, Contractors, & Re...</a>/aFailure 5:
<a id="newsFlashReadOn1014" href="/CivicAlerts.aspx?AID=1014" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1014 newsFlashReadOn1014">Read on...</a>/a[@id="newsFlashReadOn1014"]… and 15 more failures for this rule
Failure 1:
<a id="newsFlashViewAlld7c707a3-7091-4a65-a68d-50a46f959bbb" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAlld7c707a3-7091-4a65-a68d-50a46f959bbb"]Failure 2:
<a href="https://www.likelowell.com/calendar" target="_blank" aria-label="Dancers in the street, downtown Lowell Opens in new window">...</a>/aFailure 3:
<a id="calendarViewAll11d3779a-e67a-4730-b83d-64ef6d0bd5d7" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=62,64,14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll11d3779a-e67a-4730-b83d-64ef6d0bd5d7"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader578" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader578"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<a href="https://www.facebook.com/cityofwilmington" class="oc-icon-b oc-i-facebook link-type-external">...</a>/a[@class="oc-icon-b oc-i-facebook link-type-external"]Failure 2:
<a href="https://www.instagram.com/cityofwilm/" class="oc-icon-b oc-i-link link-type-external">...</a>/a[@class="oc-icon-b oc-i-link link-type-external"]Failure 3:
<a href="https://twitter.com/cityofwilm" class="oc-icon-b oc-i-xwhite link-type-external">...</a>/a[@class="oc-icon-b oc-i-xwhite link-type-external"]Failure 4:
<a href="https://www.wilmingtonnc.gov/Parks-Recreation" class="nav-level-1 nav-has-children sf-with-ul" target="">...</a>/a[@class="nav-level-1 nav-has-children sf-with-ul"]Failure 5:
<a href="https://public.govdelivery.com/accounts/NCWILMINGTON/subscriber/new" target="_self">Sign Up Now</a>/a… and 3 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
<p class="panel-text">Check out the latest news updates from the city.</p>/p[@class="panel-text"]Failure 1:
<h2>Golf</h2>/h2Failure 1:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem2 " href="/149/Departments" target="_self"> Departments </a>/a[@id="mainNavDepartments"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavServices" class="navMainItem mainNavItem mainNavItem3 " href="/101/Services" target="_self"> Services </a>/a[@id="mainNavServices"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4 " href="/35/Business" target="_self"> Business </a>/a[@id="mainNavBusiness"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem5 " href="/160/How-Do-I" target="_self"> How Do I? </a>/a[@id="mainNavHowDoI"]… and 9 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=http%3A%2F%2Ffacebook.com%2Fcityofantiochca&tabs=timeline&width=400&height=450&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="400" height="450" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />/iframeFailure 1:
<a id="newsFlashViewAllb49c7864-3d22-41a4-91c2-1b893c42263b" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllb49c7864-3d22-41a4-91c2-1b893c42263b"]Failure 2:
<a id="calendarViewAll210df29a-8f2b-4024-b457-ca0dd71eb633" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll210df29a-8f2b-4024-b457-ca0dd71eb633"]Failure 3:
<a id="newsFlashViewAll4a5a7f2a-c25d-4c50-95d6-3c814c68a609" class="widgetViewAll alignLeft" style="" href="/CivicAlerts.aspx?CID=11" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll4a5a7f2a-c25d-4c50-95d6-3c814c68a609"]Failure 1:
<h4 id="newsFlashItemHeader93" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader93"]Failure 1:
<a href="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_0" class="tabButton" role="tab" aria-controls="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_0" aria-selected="true" style="height: 46px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader100" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader100"]Failure 2:
<h4 id="newsFlashItemHeader93" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader93"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedc925088b-6f16-4459-867f-aac8cbdc3a9d" class="widget widgetTabbed skin60 wide" data-widgetid="c925088b-6f16-4459-867f-aac8cbdc3a9d" role="tablist">...</div>/div[@id="divTabbedc925088b-6f16-4459-867f-aac8cbdc3a9d"]Failure 2:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
<h2 class="subhead1">Welcome to</h2>/h2[@class="subhead1"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton512d7933-8ab4-47b9-bd48-7492ed8ce61d" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=738" target="_self">City of Beaumont Announces 2026 State of the City:...</a>/aFailure 3:
<a href="/DocumentCenter/View/4183/Resolution-26-009" target="_self" class="docaccess-activated" data-docaccess-source-url="https://www.beaumonttexas.gov/DocumentCenter/View/4183/Resolution-26-009" data-url-hash="7f5ff47886eed0d1bcf9411e419eee7f6813df51ae8d0195c91242e6bc43a72f" data-url-status="disabled">...</a>/a[@class="docaccess-activated"]Failure 4:
<a class="widgetDesc widgetQuickLinksLink docaccess-activated" href="/DocumentCenter/View/242/City-Charter-PDF" target="_self" data-docaccess-source-url="https://www.beaumonttexas.gov/DocumentCenter/View/242/City-Charter-PDF" data-url-hash="cd2b73bdabb4daab8cfa8c468421b2064d17b850690a0de6c94e357e4152dbc4" data-url-status="disabled">City Charter</a>/a[@class="widgetDesc widgetQuickLinksLink docaccess-activated"]Failure 5:
<a class="widgetDesc widgetQuickLinksLink" href="/187/City-Council" target="_self">City Council</a>/a[@class="widgetDesc widgetQuickLinksLink"]… and 3 more failures for this rule
Failure 1:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 1:
<a id="newsFlashViewAllc3cf006c-8a78-4e3b-b675-ac029d8f3764" class="widgetViewAll" style="" href="https://tx-beaumont.civicplus.com/CivicAlerts.aspx?CID=1%2c16&sort=date" aria-label="News Flash View All">View Notices & Updates</a>/a[@id="newsFlashViewAllc3cf006c-8a78-4e3b-b675-ac029d8f3764"]Failure 2:
<a id="calendarViewAllc88b7de0-e08e-4f0e-929c-32ca2eb3919d" class="widgetViewAll" style="" href="/calendar.aspx?CID=56,25,57" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllc88b7de0-e08e-4f0e-929c-32ca2eb3919d"]Failure 3:
<a id="newsFlashViewAll97363dd3-81dd-4f89-921d-ed4c8aaf1f83" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=6" aria-label="News Flash View All">View All City Resources</a>/a[@id="newsFlashViewAll97363dd3-81dd-4f89-921d-ed4c8aaf1f83"]Failure 1:
Failure 1:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_0" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_0" aria-selected="true" style="height: 69px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed37b367f0-5ce2-430c-9fe4-0ce1df19422e" class="widget widgetTabbed skin60 wide" data-widgetid="37b367f0-5ce2-430c-9fe4-0ce1df19422e" role="tablist">...</div>/div[@id="divTabbed37b367f0-5ce2-430c-9fe4-0ce1df19422e"]Failure 1:
Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a style="" href="/CivicAlerts.aspx?CID=1">Latest News</a>/aFailure 2:
<a href="/CivicAlerts.aspx?AID=222" target="_self" id="newsFlashReadOn222" aria-labelledby="newsFlashItemHeader222 newsFlashReadOn222" class="readOn">Read on...</a>/a[@id="newsFlashReadOn222"]Failure 3:
<a href="/CivicAlerts.aspx?AID=216" target="_self" id="newsFlashReadOn216" aria-labelledby="newsFlashItemHeader216 newsFlashReadOn216" class="readOn">Read on...</a>/a[@id="newsFlashReadOn216"]Failure 4:
<a href="/CivicAlerts.aspx?AID=233" target="_self" id="newsFlashReadOn233" aria-labelledby="newsFlashItemHeader233 newsFlashReadOn233" class="readOn">Read on...</a>/a[@id="newsFlashReadOn233"]Failure 5:
<a href="/CivicAlerts.aspx?AID=228" target="_self" id="newsFlashReadOn228" aria-labelledby="newsFlashItemHeader228 newsFlashReadOn228" class="readOn">Read on...</a>/a[@id="newsFlashReadOn228"]… and 3 more failures for this rule
Failure 1:
<a id="calendarViewAlld8234742-587b-45c4-a117-110bf23fa28a" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlld8234742-587b-45c4-a117-110bf23fa28a"]Failure 1:
<a href="#tab95bf2877-da43-4d15-b948-3c7b4a761622_0" class="tabButton" role="tab" aria-controls="#tab95bf2877-da43-4d15-b948-3c7b4a761622_0" aria-selected="true" style="height: 67px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed95bf2877-da43-4d15-b948-3c7b4a761622" class="widget widgetTabbed skin59 wide" data-widgetid="95bf2877-da43-4d15-b948-3c7b4a761622" role="tablist">...</div>/div[@id="divTabbed95bf2877-da43-4d15-b948-3c7b4a761622"]Failure 1:
<p class="widgetItem">There are no published events in current month.</p>/p[@class="widgetItem"]Failure 2:
<p>...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://www.facebook.com/northcharleston" target="_blank" class="slink" style="background-image:url('_assets_/images/fb-ico.png');" rel="noopener" />/a[@class="slink"]Failure 1:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns2">...</button>/buttonFailure 2:
<button type="button" data-nav="0" aria-controls="tns2" style="" aria-label="Carousel Page 1 (Current Slide)" class="tns-nav-active" />/button[@class="tns-nav-active"]Failure 3:
<button type="button" class="close" data-dismiss="alert" aria-label="Close">...</button>/button[@class="close"]Failure 4:
<a href="alert_detail.php" class="rz-btn">Read More</a>/a[@class="rz-btn"]Failure 5:
<a href="sitemap.php" target="_self">Sitemap</a>/a… and 1 more failures for this rule
Failure 1:
<button type="button" data-nav="0" aria-controls="tns2" style="" aria-label="Carousel Page 1 (Current Slide)" class="tns-nav-active" />/button[@class="tns-nav-active"]Failure 2:
<button type="button" data-nav="1" tabindex="-1" aria-controls="tns2" style="" aria-label="Carousel Page 2" />/buttonFailure 1:
<button class="adaBtn" />/button[@class="adaBtn"]Failure 2:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1" disabled="">...</button>/buttonFailure 1:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 1:
<li class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item5"]Failure 1:
Failure 1:
<div id="divider">...</div>/div[@id="divider"]Failure 1:
<h3 class="q-header">Jobs</h3>/h3[@class="q-header"]Failure 2:
<h6 class="title">Resources</h6>/h6[@class="title"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p> Important updates and emergency alerts from the...</p>/pFailure 1:
<h3 class="q-header">Jobs</h3>/h3[@class="q-header"]Failure 1:
<p> Important updates and emergency alerts from the...</p>/pFailure 1:
<a href="/CivicAlerts.aspx?AID=2931" target="_self">...</a>/aFailure 1:
<a id="newsFlashReadOn2935" href="/CivicAlerts.aspx?AID=2935" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2935 newsFlashReadOn2935">Read on...</a>/a[@id="newsFlashReadOn2935"]Failure 2:
<a id="newsFlashReadOn2929" href="/CivicAlerts.aspx?AID=2929" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2929 newsFlashReadOn2929">Read on...</a>/a[@id="newsFlashReadOn2929"]Failure 3:
<a id="newsFlashReadOn2928" href="/CivicAlerts.aspx?AID=2928" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2928 newsFlashReadOn2928">Read on...</a>/a[@id="newsFlashReadOn2928"]Failure 4:
<a id="newsFlashReadOn2931" href="/CivicAlerts.aspx?AID=2931" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2931 newsFlashReadOn2931">Read on...</a>/a[@id="newsFlashReadOn2931"]Failure 5:
<a id="newsFlashReadOn2927" href="/CivicAlerts.aspx?AID=2927" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2927 newsFlashReadOn2927">Read on...</a>/a[@id="newsFlashReadOn2927"]… and 12 more failures for this rule
Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 1:
<a id="newsFlashViewAll90619c3b-d5eb-45e0-bb34-ba522233864c" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll90619c3b-d5eb-45e0-bb34-ba522233864c"]Failure 2:
<a id="calendarViewAll5dd90efc-c39a-47c4-8681-4ca521eb7381" class="widgetViewAll" style="" href="/calendar.aspx?CID=56,18,14,19,32,28,21,25,23,26,17,15,31,59" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll5dd90efc-c39a-47c4-8681-4ca521eb7381"]Failure 1:
Failure 1:
<a href="#tab36832aee-44d3-46ff-aae3-ef234306df45_0" class="tabButton" role="tab" aria-controls="#tab36832aee-44d3-46ff-aae3-ef234306df45_0" aria-selected="true" style="height: 61px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader2935" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2935"]Failure 2:
<h4 class="widgetTitle">Mayor and City Council</h4>/h4[@class="widgetTitle"]Failure 3:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader5dd90efc-c39a-47c4-8681-4ca521eb7381">...</h3>/h3[@id="miniCalendarHeader5dd90efc-c39a-47c4-8681-4ca521eb7381"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ol class="semanticList cpSlider fade cpSliderJS8724" style="width: 100%;">...</ol>/ol[@class="semanticList cpSlider fade cpSliderJS8724"]Failure 2:
<div id="divTabbed36832aee-44d3-46ff-aae3-ef234306df45" class="widget widgetTabbed skin28 wide" data-widgetid="36832aee-44d3-46ff-aae3-ef234306df45" role="tablist">...</div>/div[@id="divTabbed36832aee-44d3-46ff-aae3-ef234306df45"]Failure 1:
Failure 1:
<p>FOLLOW OUR UPDATES</p>/pFailure 1:
<p class="widgetMeta">...</p>/p[@class="widgetMeta"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.e4263e17.1772203052.7182b974 </p>/pFailure 1:
Failure 1:
<button title="close greeting" style="position: absolute; top: -8px; right: -5px; border: none; background: rgb(229, 229, 229); border-radius: 50%; cursor: pointer; padding: 0px; height: 18px; width: 18px; font-size: 0.7rem; display: flex;">...</button>/buttonFailure 1:
<a id="newsFlashViewAlle940343a-160a-4f17-b689-c03b9426dd55" class="widgetViewAll alignRight" style="" href="/CivicAlerts.aspx?CID=1,13" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAlle940343a-160a-4f17-b689-c03b9426dd55"]Failure 1:
Failure 1:
<h4 class="widgetTitle">Welcome to Odessa!</h4>/h4[@class="widgetTitle"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader6605a72d-19fb-4b61-9e73-9972a67f3e28">...</h3>/h3[@id="miniCalendarHeader6605a72d-19fb-4b61-9e73-9972a67f3e28"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ol class="pageStyles semanticList"> </ol>/ol[@class="pageStyles semanticList"]Failure 2:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi, I’m Jett 👋! How can I help you?</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl21$ctl01", "", true, "", "", false, true))" />/aFailure 2:
<a class="nav-link" id="ig-media-tab" href="https://www.instagram.com/cityofwtby/?igshid=OGQ5ZDc2ODk2ZA%3D%3D" target="_blank" name="instagram feed">...</a>/a[@id="ig-media-tab"]Failure 1:
<a class="NEWS_FEED_DISPLAY_LINK_TITLE" href="/local-news/?FeedID=3916">City of Waterbury – Plan of Conservation and Devel...</a>/a[@class="NEWS_FEED_DISPLAY_LINK_TITLE"]Failure 2:
<a href="/311/request/add" target="_blank">Submit a Service Request</a>/aFailure 1:
<li class="nav-item">...</li>/li[@class="nav-item"]Failure 2:
<a class="nav-link active" id="fb-media-tab" data-toggle="tab" href="#fb-feed" role="tab" aria-controls="fb-feed" aria-selected="true" name="facebook feed">...</a>/a[@id="fb-media-tab"]Failure 3:
<a class="nav-link" id="tw-media-tab" data-toggle="tab" href="#tw-feed" role="tab" aria-controls="tw-feed" aria-selected="false" name="twitter feed">...</a>/a[@id="tw-media-tab"]Failure 4:
<a class="nav-link" id="yt-media-tab" data-toggle="tab" href="#yt-feed" role="tab" aria-controls="yt-feed" aria-selected="false" name="youtub playlist">...</a>/a[@id="yt-media-tab"]Failure 1:
<h5>...</h5>/h5Failure 2:
<h5 class="bg-charcoal text-white text-right p-2 m-0">...</h5>/h5[@class="bg-charcoal text-white text-right p-2 m-0"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div class="carousel-inner" aria-label="Image Carousel" role="list">...</div>/div[@class="carousel-inner"]Failure 2:
<ul class="nav nav-tabs" id="mediaTabs" role="tablist">...</ul>/ul[@id="mediaTabs"]Failure 1:
<p style="font-weight: 400;font-style: italic;font-size: 14px;">of the</p>/pFailure 1:
<h5 class="bg-charcoal text-white text-right p-2 m-0">...</h5>/h5[@class="bg-charcoal text-white text-right p-2 m-0"]Failure 1:
Failure 1:
<div class="tab-content" id="mediaTabContent">...</div>/div[@id="mediaTabContent"]Failure 1:
<p>Check here to learn everything new and noteworthy ...</p>/pFailure 1:
<a class="nav-link " href="https://www.springfield.il.us/CommunityHome.aspx?OurCommunity">...</a>/a[@class="nav-link "]Failure 2:
<a href="https://www.springfield.il.us/Departments/HumanResources/HumanResourcesHome.aspx?ApplyHere" class="btn uniBtn w-100" target="_blank" rel="noopener" aria-label="Apply Now" style="background-color: #ffffff; color: #161a5c; border: 2px solid #161a5c;">...</a>/a[@class="btn uniBtn w-100"]Failure 3:
<a href="Departments/Mayor/MayorHome.aspx?FromMayorDesk">From the Mayor's Desk </a>/aFailure 1:
<a style="color: white;" href="https://www.municode.com/library/il/springfield/codes/code_of_ordinances" target="_blank" rel="noopener">City Code</a>/aFailure 1:
<iframe> does not have an accessible name<iframe class="instagram-media instagram-media-rendered" id="instagram-embed-0" src="https://www.instagram.com/city.of.springfield/embed/?cr=1&v=12&wp=413&rd=https%3A%2F%2Fspringfield.il.us&rp=%2F#%7B%22ci%22%3A0%2C%22os%22%3A686.6999999999534%2C%22ls%22%3A268.19999999995343%2C%22le%22%3A509.19999999995343%7D" allowtransparency="true" allowfullscreen="true" frameborder="0" height="470" data-instgrm-payload-id="instagram-media-payload-0" scrolling="no" style="width: 100%; background-color: white; border-radius: 3px; border: 1px solid rgb(219, 219, 219); box-shadow: none; display: block; margin: 0px 0px 12px; min-width: 326px; padding: 0px;" />/iframe[@id="instagram-embed-0"]Failure 1:
<a href="https://www.springfieldcitytreasurer.com/JetPay/JetPayPayment.aspx" class="btn uniBtn w-100" aria-label="Online Payments-Pay a parking ticket or violation today" style="background-color: #ffffff; color: #161a5c; border: 2px solid #161a5c;">...</a>/a[@class="btn uniBtn w-100"]Failure 2:
<a style="color: white;" href="mailto:ISD.WebMaster@cwlp.com" aria-label="Email the Webmaster">Contact Webmaster</a>/aFailure 1:
Failure 1:
<main id="main-content" role="main" tabindex="-1" aria-label="Main content">...</main>/main[@id="main-content"]Failure 2:
<div class="blog" id="blogDiv" style="background-image:url(/BlogImageHandler.ashx?id=60);">...</div>/div[@id="blogDiv"]Failure 1:
Failure 1:
Failure 1:
<p style="color: white; margin: 0;">...</p>/pFailure 1:
Failure 1:
<a href="/" target="_self" class="fancyButton fancyButton695 ">...</a>/a[@class="fancyButton fancyButton695 "]Failure 2:
<a href="/3223/Sign-In" target="_self" class="fancyButton fancyButton696 ">...</a>/a[@class="fancyButton fancyButton696 "]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavAbout" class="navMainItem mainNavItem mainNavItem1 " href="/4054/About" target="_self" style="font-size: 16px;">...</a>/a[@id="mainNavAbout"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem2 " href="/4072/Government" target="_self" style="font-size: 16px;">...</a>/a[@id="mainNavGovernment"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem3 " href="/4076/Departments" target="_self" style="font-size: 16px;">...</a>/a[@id="mainNavDepartments"]… and 8 more failures for this rule
Failure 1:
<a href="/" target="_self" class="fancyButton fancyButton695 ">...</a>/a[@class="fancyButton fancyButton695 "]Failure 2:
<a href="/3223/Sign-In" target="_self" class="fancyButton fancyButton696 ">...</a>/a[@class="fancyButton fancyButton696 "]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavAbout" class="navMainItem mainNavItem mainNavItem1 " href="/4054/About" target="_self" style="font-size: 16px;">...</a>/a[@id="mainNavAbout"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem2 " href="/4072/Government" target="_self" style="font-size: 16px;">...</a>/a[@id="mainNavGovernment"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem3 " href="/4076/Departments" target="_self" style="font-size: 16px;">...</a>/a[@id="mainNavDepartments"]… and 3 more failures for this rule
Failure 1:
<a id="calendarViewAlle8d0df34-e70b-48fc-aeff-ac235b00f4aa" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=22" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlle8d0df34-e70b-48fc-aeff-ac235b00f4aa"]Failure 1:
<a href="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_0" class="tabButton" role="tab" aria-controls="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_0" aria-selected="true" style="height: 69px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader6016" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader6016"]Failure 2:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed6d13c235-62c6-405e-a03f-b9e7b938f50d" class="widget widgetTabbed skin29 wide" data-widgetid="6d13c235-62c6-405e-a03f-b9e7b938f50d" role="tablist">...</div>/div[@id="divTabbed6d13c235-62c6-405e-a03f-b9e7b938f50d"]Failure 1:
Failure 1:
<p style="text-align: center;">Stay Up To Date</p>/pFailure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.e6263e17.1772203142.7f2c447d </p>/pFailure 1:
Failure 1:
<button aria-label="search this website" data-href="/search/" class="submit js-submit">...</button>/button[@class="submit js-submit"]Failure 2:
<a href="/services/report-an-issue/mygresham/" target="_top">My Gresham</a>/aFailure 3:
<li class="tab" aria-selected="true" role="tab" tabindex="0" id="Tabs-1-1">...</li>/li[@id="Tabs-1-1"]Failure 4:
<li class="tab" aria-selected="false" role="tab" tabindex="-1" id="Tabs-1-2">...</li>/li[@id="Tabs-1-2"]Failure 5:
<li class="tab" aria-selected="false" role="tab" tabindex="-1" id="Tabs-1-3">...</li>/li[@id="Tabs-1-3"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<h3>I Want To...</h3>/h3Failure 2:
<h5>...</h5>/h5Failure 1:
Failure 1:
<h1 />/h1Failure 2:
<h2 class="Teaser-title" data-icon="news" />/h2[@class="Teaser-title"]Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p id="prefix-overlay-label">Sign up for the latest news from the City of Gresh...</p>/p[@id="prefix-overlay-label"]Failure 1:
<p id="prefix-overlay-label">Sign up for the latest news from the City of Gresh...</p>/p[@id="prefix-overlay-label"]Failure 1:
Failure 1:
<a id="bannerLogoTS-146" style=" display: block; text-align: center; " class="bannerObject" href="/" target="_self">...</a>/a[@id="bannerLogoTS-146"]Failure 2:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton70781205-b5de-4096-ad99-4959df4c43b6" role="button">...</a>/a[@id="btnSearchIcon"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavServices" class="navMainItem mainNavItem mainNavItem2 " href="/101/Services" target="_self"> Services </a>/a[@id="mainNavServices"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidents" class="navMainItem mainNavItem mainNavItem3 " href="/31/Residents" target="_self"> Residents </a>/a[@id="mainNavResidents"]… and 14 more failures for this rule
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton70781205-b5de-4096-ad99-4959df4c43b6" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavServices" class="navMainItem mainNavItem mainNavItem2 " href="/101/Services" target="_self"> Services </a>/a[@id="mainNavServices"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidents" class="navMainItem mainNavItem mainNavItem3 " href="/31/Residents" target="_self"> Residents </a>/a[@id="mainNavResidents"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4 " href="/35/Business" target="_self"> Business </a>/a[@id="mainNavBusiness"]… and 2 more failures for this rule
Failure 1:
<a id="newsFlashViewAll337d7b6b-049c-439f-9a85-2716f447e6f0" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=25" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll337d7b6b-049c-439f-9a85-2716f447e6f0"]Failure 1:
<h4 id="newsFlashItemHeader5284" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5284"]Failure 2:
<h4 id="newsFlashItemHeader5296" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5296"]Failure 3:
<h4 id="newsFlashItemHeader5291" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5291"]Failure 4:
<a id="newsFlashReadOn5291" href="/CivicAlerts.aspx?AID=5291" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader5291 newsFlashReadOn5291">Read on...</a>/a[@id="newsFlashReadOn5291"]Failure 5:
<h4 id="newsFlashItemHeader5175" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5175"]… and 4 more failures for this rule
Failure 1:
<a href="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_0" class="tabButton" role="tab" aria-controls="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_0" aria-selected="true" style="height: 61px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader5284" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5284"]Failure 2:
<h3>City of High Point</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438" class="widget widgetTabbed skin75 wide" data-widgetid="39a68b9b-eb3d-471c-bf48-7be6befa0438" role="tablist">...</div>/div[@id="divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438"]Failure 2:
<div id="divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76" class="widget widgetTabbed skin77 wide" data-widgetid="0cafdae8-67c9-44a7-b0b7-cb3cdc424c76" role="tablist">...</div>/div[@id="divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76"]Failure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.a8aa3717.1772203186.3a533e </p>/pFailure 1:
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton6841c2a3-206f-4fd4-b6c5-c9f208913501" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="https://peoriagov.org/1151/Government-Contract-and-Opportunity-Expo" target="_self" class="readOn">Additional Info...</a>/a[@class="readOn"]Failure 3:
<a href="https://peoriagov.org/1127/Time-Capsule" target="_self">...</a>/aFailure 4:
<a id="newsFlashReadOn1482" href="https://peoriagov.org/1127/Time-Capsule" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1482 newsFlashReadOn1482">Read on...</a>/a[@id="newsFlashReadOn1482"]Failure 5:
<a id="newsFlashReadOn781" href="/CivicAlerts.aspx?AID=781" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader781 newsFlashReadOn781" aria-label="Read on... Opens in new window">Read on...</a>/a[@id="newsFlashReadOn781"]… and 6 more failures for this rule
Failure 1:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fpeoriail&tabs=timeline&width=340&height=500&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=false&appId" width="100%" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />/iframeFailure 1:
<a id="newsFlashViewAll2da0cea8-c4cd-4833-a77c-267f29491c83" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=8" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll2da0cea8-c4cd-4833-a77c-267f29491c83"]Failure 2:
<a id="calendarViewAll20968a81-cf69-4888-89a0-85b2fd7c6a8d" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll20968a81-cf69-4888-89a0-85b2fd7c6a8d"]Failure 3:
<a href="https://www.elocallink.tv/m/v/Redesign4/?pid=w6wBwp14&fp=ilpeor22_wel_rev4_iwd" target="_blank" aria-label="PeoriaVideo Tour Opens in new window">...</a>/aFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p id="prefix-overlay-label">Sign up for the latest news and updates from City ...</p>/p[@id="prefix-overlay-label"]Failure 1:
<p id="prefix-overlay-label">Sign up for the latest news and updates from City ...</p>/p[@id="prefix-overlay-label"]Failure 1:
<span style="white-space: nowrap; display: inline-block; font-size: 123.736px; line-height: 100% !important;">Peoria</span>/spanFailure 1:
<button title="close greeting" style="position: absolute; top: -8px; right: -5px; border: none; background: rgb(229, 229, 229); border-radius: 50%; cursor: pointer; padding: 0px; height: 18px; width: 18px; font-size: 0.7rem; display: flex;">...</button>/buttonFailure 1:
Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi, how can I help?</p>/pFailure 1:
<a href="https://www.polkfl.gov/news/polk-county-officials-enact-burn-ban-nov-25/" target="_blank" class="active">...</a>/a[@class="active"]Failure 2:
<a href="https://www.surveymonkey.com/r/CGLVJMD" target="_blank">...</a>/aFailure 3:
<a href="https://lakelandgov.net/media/21785/2024-water-quality-report.pdf" class="docaccess-activated" data-docaccess-source-url="https://lakelandgov.net/media/21785/2024-water-quality-report.pdf" data-url-hash="b9dc6fb8ba104cc35296da1b0e69cd8de2e7b01123e82891c795b0752976ae84" data-url-status="enabled">...</a>/a[@class="docaccess-activated"]Failure 1:
<a href="http://www.facebook.com/lakelandgov" class="symbol icoSocialHover" target="_blank" title="Facebook Link will open in a new window/tab">...</a>/a[@class="symbol icoSocialHover"]Failure 2:
<a class="txtupper" href="/government/">Government</a>/a[@class="txtupper"]Failure 3:
<button type="button" class="close" data-dismiss="alert" aria-label="Close">...</button>/button[@class="close"]Failure 4:
<a href="#" aria-label="next slider image" class="orbit-prev">...</a>/a[@class="orbit-prev"]Failure 5:
<a href="#" aria-label="previous slider image" class="orbit-next">...</a>/a[@class="orbit-next"]… and 1 more failures for this rule
Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />/metaFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="icoHover">job opportunities</p>/p[@class="icoHover"]Failure 2:
normal which will result in a line height of less than 1.5<p class="ctct-gdpr-text" data-qe-id="form-gdpr-text">...</p>/p[@class="ctct-gdpr-text"]Failure 1:
<p data-qe-id="form-description" class="ctct-form-text">Subscribe to the Access Lakeland Newsletter and im...</p>/p[@class="ctct-form-text"]Failure 2:
<p class="ctct-gdpr-text" data-qe-id="form-gdpr-text">...</p>/p[@class="ctct-gdpr-text"]Failure 1:
<h2 class="newsh2">Latest News</h2>/h2[@class="newsh2"]Failure 1:
Failure 1:
<iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-h39jyul876we" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfHrSkUAAAAAPnKk5cT6JuKlKPzbwyTYuO8--Vr&co=aHR0cHM6Ly93d3cubGFrZWxhbmRnb3YubmV0OjQ0Mw..&hl=en&v=AWtrSI7lAmTAfV1rzWqEqz54&size=invisible&anchor-ms=20000&execute-ms=30000&cb=tke29pmu8jrp" />/iframeFailure 1:
<a target="_blank" href="https://facebook.com/cityofpompanobeach">...</a>/aFailure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Catch up on the latest news from the City of Pompa...</p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.e5263e17.1772203256.4f8d6132 </p>/pFailure 1:
Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/CityofPueblo/" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a href="https://www.google.com/maps/dir//1+City+Hall+Place,+Pueblo,+CO+81003/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8713a31d458b6c7d:0xf05cfe46b069b156?sa=X&ved=1t:707&ictx=111" target="_blank" rel="noopener" aria-label="1 CITY HALL PLACEPUEBLO, CO 81003 Opens in new window">...</a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://www.pueblo.us/84/Boards-Commissions" target="_blank" aria-label="Board and Commissions Opens in new window">Board and Commissions </a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<select class="goog-te-combo" aria-label="google translate languages">...</select>/select[@class="goog-te-combo"]Failure 5:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<a href="tel:719-553-CITY">719-553-CITY</a>/aFailure 2:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<a id="newsFlashViewAll126a86f9-5d9c-410c-b012-c0a3441dee06" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View More News</a>/a[@id="newsFlashViewAll126a86f9-5d9c-410c-b012-c0a3441dee06"]Failure 2:
<a href="https://www.google.com/maps/dir//1+City+Hall+Place,+Pueblo,+CO+81003/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8713a31d458b6c7d:0xf05cfe46b069b156?sa=X&ved=1t:707&ictx=111" target="_blank" rel="noopener" aria-label="1 CITY HALL PLACEPUEBLO, CO 81003 Opens in new window">...</a>/aFailure 1:
<a href="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_0" class="tabButton" role="tab" aria-controls="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_0" aria-selected="true" style="height: 67px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader4921" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader4921"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<div id="divTabbed46f15757-fb2f-442a-9ab6-d34b1b3f93f9" class="widget widgetTabbed skin38 wide" data-widgetid="46f15757-fb2f-442a-9ab6-d34b1b3f93f9" role="tablist">...</div>/div[@id="divTabbed46f15757-fb2f-442a-9ab6-d34b1b3f93f9"]Failure 1:
<p>Here are some of our most used links. These links ...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.8daa3717.1772203284.cfa2bde </p>/pFailure 1:
Failure 1:
<a href="/CivicAlerts.aspx?AID=171" target="_self">...</a>/aFailure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton2b76a22a-4ca7-4914-8d8d-4535e534da62" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=172" target="_self">FIFA World Cup 2026™ </a>/aFailure 3:
<a id="newsFlashReadOn172" href="/CivicAlerts.aspx?AID=172" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader172 newsFlashReadOn172">Read on...</a>/a[@id="newsFlashReadOn172"]Failure 4:
<a id="newsFlashReadOn171" href="/CivicAlerts.aspx?AID=171" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader171 newsFlashReadOn171">Read on...</a>/a[@id="newsFlashReadOn171"]Failure 5:
<a href="/956/City-University-Partnership" target="_self" class="readOn">Read on...</a>/a[@class="readOn"]… and 5 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fmiamigardensfl%2F&tabs=timeline&width=600&height=650&small_header=true&adapt_container_width=true&hide_cover=true&show_facepile=true&appId" width="600" height="650" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />/iframeFailure 1:
<a id="newsFlashViewAll205a77a4-76a6-4d1d-857a-607e6b3224fa" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll205a77a4-76a6-4d1d-857a-607e6b3224fa"]Failure 2:
<a id="calendarViewAll6dbd4e4c-a753-48cd-bbe9-41f5f407968a" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=26,27,38,32,24,23,31,14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll6dbd4e4c-a753-48cd-bbe9-41f5f407968a"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader172" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader172"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader6dbd4e4c-a753-48cd-bbe9-41f5f407968a">...</h3>/h3[@id="miniCalendarHeader6dbd4e4c-a753-48cd-bbe9-41f5f407968a"]Failure 3:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<h2 class="subhead1" style="text-align: center;">Miami Gardens is a City with endless possibilities...</h2>/h2[@class="subhead1"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<p style="text-align: center;">...</p>/pFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<a href="/CivicAlerts.aspx?AID=2017" target="_self">...</a>/aFailure 1:
<a href="/CivicAlerts.aspx?AID=2017" target="_self">...</a>/aFailure 2:
<a href="/Calendar.aspx?EID=2954" class="readOn" style="display:block;">...</a>/a[@class="readOn"]Failure 3:
<a class="widgetDesc widgetQuickLinksLink" href="/160/Mayor-City-Council" target="_self">City Council</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
Failure 1:
<p id="isPasted">...</p>/p[@id="isPasted"]Failure 1:
<a href="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_0" class="tabButton" role="tab" aria-controls="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_0" aria-selected="true" style="height: 97px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader2018" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2018"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader2dfbc36e-bdf7-4721-adf1-dee4cbc704e6">...</h3>/h3[@id="miniCalendarHeader2dfbc36e-bdf7-4721-adf1-dee4cbc704e6"]Failure 3:
<h4 id="newsFlashItemHeader1815" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1815"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed9cf368c0-b8d3-466b-af6c-38c3cc4abd15" class="widget widgetTabbed skin25 wide" data-widgetid="9cf368c0-b8d3-466b-af6c-38c3cc4abd15" role="tablist">...</div>/div[@id="divTabbed9cf368c0-b8d3-466b-af6c-38c3cc4abd15"]Failure 1:
Failure 1:
<p style="text-align: center;">Stay in the know</p>/pFailure 1:
<p class="widgetMeta">...</p>/p[@class="widgetMeta"]Failure 1:
<a href="https://www.murrietaca.gov/1350/Childrens-Library-Expansion-Project" target="_self">...</a>/aFailure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a id="newsFlashReadOn1210" href="/CivicAlerts.aspx?AID=1210" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1210 newsFlashReadOn1210">Read on...</a>/a[@id="newsFlashReadOn1210"]Failure 3:
<a id="newsFlashReadOn1209" href="/CivicAlerts.aspx?AID=1209" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1209 newsFlashReadOn1209">Read on...</a>/a[@id="newsFlashReadOn1209"]Failure 4:
<a id="newsFlashReadOn1205" href="/CivicAlerts.aspx?AID=1205" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader1205 newsFlashReadOn1205" aria-label="Read on... Opens in new window">Read on...</a>/a[@id="newsFlashReadOn1205"]Failure 5:
<a href="https://www.murrietaca.gov/1350/Childrens-Library-Expansion-Project" target="_self">...</a>/a… and 1 more failures for this rule
Failure 1:
<a id="newsFlashViewAlleff7d49a-fc03-4a9a-91fe-b20639b44380" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=12,5" aria-label="News Flash View All">VIEW ALL SPOTLIGHTS</a>/a[@id="newsFlashViewAlleff7d49a-fc03-4a9a-91fe-b20639b44380"]Failure 2:
<a id="calendarViewAll33eec4de-856a-40c8-9183-b770aa93334c" class="widgetViewAll" style="" href="/calendar.aspx?CID=50,22,51,14" aria-label="Calendar View All">VIEW FULL CALENDAR</a>/a[@id="calendarViewAll33eec4de-856a-40c8-9183-b770aa93334c"]Failure 1:
<h4 id="newsFlashItemHeader1205" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1205"]Failure 2:
<a id="newsFlashReadOn1205" href="/CivicAlerts.aspx?AID=1205" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader1205 newsFlashReadOn1205" aria-label="Read on... Opens in new window">Read on...</a>/a[@id="newsFlashReadOn1205"]Failure 1:
<a href="#tab19391905-da63-46b5-99d7-7b0032d2ac43_0" class="tabButton" role="tab" aria-controls="#tab19391905-da63-46b5-99d7-7b0032d2ac43_0" aria-selected="true" style="height: 58px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1210" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1210"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader33eec4de-856a-40c8-9183-b770aa93334c">...</h3>/h3[@id="miniCalendarHeader33eec4de-856a-40c8-9183-b770aa93334c"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed19391905-da63-46b5-99d7-7b0032d2ac43" class="widget widgetTabbed skin71 wide" data-widgetid="19391905-da63-46b5-99d7-7b0032d2ac43" role="tablist">...</div>/div[@id="divTabbed19391905-da63-46b5-99d7-7b0032d2ac43"]Failure 2:
<div id="divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607" class="widget widgetTabbed skin73 wide" data-widgetid="9519605c-4c19-4ff6-9767-4bef68d6f607" role="tablist">...</div>/div[@id="divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607"]Failure 1:
<p>1 Town Square</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtond68c0b56-4f74-4b0a-93c6-1195804236ec" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="https://www.cityofventura.ca.gov/Blog.aspx?IID=82#item" target="_self">Ventura PD restores full K9 Unit strength by doubl...</a>/aFailure 3:
<a href="https://www.cityofventura.ca.gov/Blog.aspx?IID=82#item" target="_self" class="readOn">Additional Info...</a>/a[@class="readOn"]Failure 4:
<a id="newsFlashReadOn1644" href="/CivicAlerts.aspx?AID=1644" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1644 newsFlashReadOn1644">Read on...</a>/a[@id="newsFlashReadOn1644"]Failure 5:
<a id="newsFlashReadOn1628" href="/CivicAlerts.aspx?AID=1628" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1628 newsFlashReadOn1628">Read on...</a>/a[@id="newsFlashReadOn1628"]… and 7 more failures for this rule
Failure 1:
<a href="tel:8056547800">805-654-7800</a>/aFailure 1:
<div id="google-translate-container">...</div>/div[@id="google-translate-container"]Failure 2:
<div id="google_translate_element">...</div>/div[@id="google_translate_element"]Failure 1:
<h4 id="newsFlashItemHeader1647" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1647"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavYourCity" class="navMainItem mainNavItem mainNavItem1 " href="/27/Your-City" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavYourCity"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavServices" class="navMainItem mainNavItem mainNavItem2 " href="/31/Services" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavServices"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDoingBusiness" class="navMainItem mainNavItem mainNavItem3 " href="/35/Doing-Business" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavDoingBusiness"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavLiveVisit" class="navMainItem mainNavItem mainNavItem4 " href="/1996/Live-Visit" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavLiveVisit"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavIWantTo" class="navMainItem mainNavItem mainNavItem5 " href="/9/I-Want-To" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavIWantTo"]… and 3 more failures for this rule
Failure 1:
<h4>...</h4>/h4Failure 2:
<h4 id="newsFlashItemHeader4312" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader4312"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 1:
Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/" class="flex items-center">...</a>/a[@class="flex items-center"]Failure 2:
<a href="https://www.instagram.com/dearborngov/" class="icon--instagram w-4.5 h-4.5 flex justify-center items-center" target="_blank">...</a>/a[@class="icon--instagram w-4.5 h-4.5 flex justify-center items-center"]Failure 3:
<a href="https://www.facebook.com/Dearborngov/" class="icon--facebook w-4.5 h-4.5 flex justify-center items-center" target="_blank">...</a>/a[@class="icon--facebook w-4.5 h-4.5 flex justify-center items-center"]Failure 4:
<a href="https://twitter.com/Dearborngov" class="icon--twitter w-4.5 h-4.5 flex justify-center items-center" target="_blank">...</a>/a[@class="icon--twitter w-4.5 h-4.5 flex justify-center items-center"]Failure 5:
<a href="https://www.tiktok.com/@dearborngov" class="icon--tiktok w-4.5 h-4.5 flex justify-center items-center" target="_blank">...</a>/a[@class="icon--tiktok w-4.5 h-4.5 flex justify-center items-center"]… and 8 more failures for this rule
Failure 1:
<button aria-label="">...</button>/buttonFailure 1:
<iframe> does not have an accessible name<iframe style="border: 0px; background: transparent; vertical-align: middle; width: 5rem; height: 5rem;" />/iframeFailure 1:
<div class="order-1 navbar__main-menu-mobile fixed top-9.5 left-0 z-50 w-full h-[calc(100vh-120px)] transition-transform transition-opacity -translate-x-full md:h-auto md:translate-x-0 md:relative md:top-0 md:block md:mb-0 top-0" id="navbar-hamburger-menu" aria-hidden="true">...</div>/div[@id="navbar-hamburger-menu"]Failure 1:
<clipPath id="clip0_532_111752">...</clipPath>/clipPath[@id="clip0_532_111752"]Failure 2:
<clipPath id="clip0_532_111754">...</clipPath>/clipPath[@id="clip0_532_111754"]Failure 1:
<h4 class="text-lg font-semibold text-gray-900 text-left line-clamp-none h-full"> Pay a Bill </h4>/h4[@class="text-lg font-semibold text-gray-900 text-left line-clamp-none h-full"]Failure 2:
<h4 id="pagination-heading" class="visually-hidden">Pagination</h4>/h4[@id="pagination-heading"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="text-align-justify">...</p>/p[@class="text-align-justify"]Failure 1:
<select data-drupal-selector="edit-field-event-category-target-id" id="edit-field-event-category-target-id" name="field_event_category_target_id" class="form-select px-2.5 py-2 text-gray-500 text-sm font-normal bg-gray-50 border border-gray-300 rounded-lg w-full">...</select>/select[@id="edit-field-event-category-target-id"]Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton6fcfc6e9-1ce0-4d98-8607-0c78cc159d57" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=40" target="_blank" aria-label="City of West Covina Budget Survey Fiscal Year 2026-2027 Opens in new window">City of West Covina Budget Survey Fiscal Year 2026...</a>/aFailure 3:
<a id="newsFlashReadOn40" href="/CivicAlerts.aspx?AID=40" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader40 newsFlashReadOn40" aria-label="Read on... Opens in new window">Read on...</a>/a[@id="newsFlashReadOn40"]Failure 4:
<a id="newsFlashReadOn39" href="/CivicAlerts.aspx?AID=39" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader39 newsFlashReadOn39">Read on...</a>/a[@id="newsFlashReadOn39"]Failure 5:
<a id="newsFlashReadOn38" href="/CivicAlerts.aspx?AID=38" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader38 newsFlashReadOn38">Read on...</a>/a[@id="newsFlashReadOn38"]… and 14 more failures for this rule
Failure 1:
<a id="calendarViewAllf02873d8-b43f-4441-885c-07e5d5b16604" class="widgetViewAll" style="" href="/calendar.aspx?CID=14,22" aria-label="Calendar View All">View All Meetings</a>/a[@id="calendarViewAllf02873d8-b43f-4441-885c-07e5d5b16604"]Failure 2:
<a id="newsFlashViewAll909b7695-36b5-4ca4-b0a8-0a579583dd84" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1,7" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll909b7695-36b5-4ca4-b0a8-0a579583dd84"]Failure 1:
<a href="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_0" class="tabButton" role="tab" aria-controls="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_0" aria-selected="true" style="height: 46px;">...</a>/a[@class="tabButton"]Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderf02873d8-b43f-4441-885c-07e5d5b16604">...</h3>/h3[@id="miniCalendarHeaderf02873d8-b43f-4441-885c-07e5d5b16604"]Failure 2:
<h4 id="newsFlashItemHeader40" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader40"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed4d031b11-fe20-4ee9-b899-f923dbe89651" class="widget widgetTabbed skin58 wide" data-widgetid="4d031b11-fe20-4ee9-b899-f923dbe89651" role="tablist">...</div>/div[@id="divTabbed4d031b11-fe20-4ee9-b899-f923dbe89651"]Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi, I am WC, how can I help?</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a style="" href="/AlertCenter.aspx?CID=4">Alerts</a>/aFailure 2:
<a href="/directory.aspx" target="_self" class="Hyperlink">Email</a>/a[@class="Hyperlink"]Failure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://library.municode.com/ca/el_monte/codes/code_of_ordinances" target="_blank" aria-label="Municipal Code Opens in new window">Municipal Code</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<a class="widgetDesc widgetFAQQuestion" href="/Faq.aspx?QID=202">Where can I register to vote? </a>/a[@class="widgetDesc widgetFAQQuestion"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FCityofElMonte%2F&tabs=timeline&width=300&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="300" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media" />/iframeFailure 1:
<a href="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_0" class="tabButton" role="tab" aria-controls="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_0" aria-selected="true" style="height: 62px;">...</a>/a[@class="tabButton"]Failure 1:
<h3 class="miniCalendarHeader" id="miniCalendarHeader8067b2a7-6aa5-4a9e-abab-f7eb33744e07">February 2026</h3>/h3[@id="miniCalendarHeader8067b2a7-6aa5-4a9e-abab-f7eb33744e07"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4" class="widget widgetTabbed skin62 wide" data-widgetid="033c31f0-d624-4dd0-b89f-ea9dfe25a5f4" role="tablist">...</div>/div[@id="divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4"]Failure 2:
<div id="divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733" class="widget widgetTabbed skin62 wide" data-widgetid="cbc8d78b-c2df-4fcf-8dd8-3cccf967d733" role="tablist">...</div>/div[@id="divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 2:
<a data-id="id-searchModal" class="search-icon-button" href="/search-results">...</a>/a[@class="search-icon-button"]Failure 3:
<a href="http://utility-portal.greeleyco.gov" class="cog-btn" target="_blank" rel="noopener noreferrer" aria-label="Pay Water Bill">Pay Water Bill</a>/a[@class="cog-btn"]Failure 4:
<a href="#" class="" title="Things to Do" aria-haspopup="true" aria-expanded="false" aria-label="Things to Do">...</a>/aFailure 5:
<button class="playpausebutton video-playing" type="button">...</button>/button[@class="playpausebutton video-playing"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<p class="h6">City of Greeley</p>/p[@class="h6"]Failure 1:
<p class="small">...</p>/p[@class="small"]Failure 2:
<p class="p small">...</p>/p[@class="p small"]Failure 1:
<h3 class="h4">Apply for a Job</h3>/h3[@class="h4"]Failure 1:
<a href="index.php">...</a>/aFailure 1:
<a href="newslist.php" target="_self" class="footer-list-link">News</a>/a[@class="footer-list-link"]Failure 2:
<a href="https://twitter.com/cityofsparks" target="_blank" class="social-media-link" rel="noopener">...</a>/a[@class="social-media-link"]Failure 1:
<button class="sr-only" />/button[@class="sr-only"]Failure 2:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="quick-links">...</button>/buttonFailure 1:
<div class="qlink-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">...</div>/div[@class="qlink-item tns-item tns-slide-cloned"]Failure 2:
<div class="qlink-item tns-item" id="quick-links-item1" aria-hidden="true" tabindex="-1">...</div>/div[@id="quick-links-item1"]Failure 3:
<div class="nlink-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">...</div>/div[@class="nlink-item tns-item tns-slide-cloned"]Failure 4:
<div class="nlink-item tns-item" id="news-links-item3" aria-hidden="true" tabindex="-1">...</div>/div[@id="news-links-item3"]Failure 5:
<div class="nlink-item tns-item" id="news-links-item4" aria-hidden="true" tabindex="-1">...</div>/div[@id="news-links-item4"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<img src="_assets_/images/phone.png" alt="" role="img" />/imgFailure 2:
<img src="_assets_/images/arrow-right.png" class="arrow-right" alt="" role="img" />/img[@class="arrow-right"]Failure 3:
<img src="_assets_/images/curve.png" id="curve" alt="" role="img" />/img[@id="curve"]Failure 4:
<img src="_assets_/images/curve-news.png" id="curve-news" alt="" role="img" />/img[@id="curve-news"]Failure 5:
<img src="_assets_/images/ellipse.png" id="ellipse" alt="" role="img" />/img[@id="ellipse"]… and 2 more failures for this rule
Failure 1:
<iframe id=":2.container" class="VIpgJd-ZVi9od-ORHb-OEVmcd skiptranslate" frameborder="0" src="#" style="visibility:visible" />/iframe[@id=":2.container"]Failure 2:
<div id=":0.targetLanguage" class="goog-te-gadget-simple" style="white-space: nowrap;">...</div>/div[@id=":0.targetLanguage"]Failure 3:
<div id="goog-gt-tt" class="VIpgJd-yAWNEb-L7lbkb skiptranslate" style="border-radius: 12px; margin: 0 0 0 -23px; padding: 0; font-family: 'Google Sans', Arial, sans-serif;" data-id="">...</div>/div[@id="goog-gt-tt"]Failure 4:
<div id="goog-gt-vt" class="VIpgJd-yAWNEb-hvhgNd">...</div>/div[@id="goog-gt-vt"]Failure 5:
<div id="goog-gt-original-text" class="VIpgJd-yAWNEb-nVMfcd-fmcmS VIpgJd-yAWNEb-hvhgNd-axAV1" />/div[@id="goog-gt-original-text"]… and 13 more failures for this rule
Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />/metaFailure 1:
<h4>It's Happening Here</h4>/h4Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="https://www.centennialco.gov/Online-Services/Contact-Us" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 2:
<a href="https://maps.app.goo.gl/jfyyeV7XwR6MDwNg6" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">View on Map</a>/a[@class="opens-in-new-tab"]Failure 3:
<a href="tel:3033258000">303-325-8000</a>/aFailure 1:
Failure 1:
<ul class="footer-links without-icons "> </ul>/ul[@class="footer-links without-icons "]Failure 1:
<h2>Schedule a Building Inspection</h2>/h2Failure 1:
<a href="/events" class="menu__link" data-drupal-link-system-path="events">Calendar</a>/a[@class="menu__link"]Failure 2:
<a href="/search?cludorefurl=https%3A//bouldercolorado.gov/homepage&cludorefpt=Homepage" data-icon="magnifying_glass" class="menu__link menu__item--icon" data-drupal-link-system-path="search">...</a>/a[@class="menu__link menu__item--icon"]Failure 3:
<a href="/news" class="o-link--arrow--right--big">See More News</a>/a[@class="o-link--arrow--right--big"]Failure 4:
<a href="/contact-us">Contact</a>/aFailure 1:
<div id="section-128" class="paragraph paragraph--type--card paragraph--view-mode--card">...</div>/div[@id="section-128"]Failure 2:
<article id="section-128" class="paragraph paragraph--type--card paragraph--view-mode--card click-region card">...</article>/article[@id="section-128"]Failure 3:
<div id="section-127" class="paragraph paragraph--type--card paragraph--view-mode--card">...</div>/div[@id="section-127"]Failure 4:
<article id="section-127" class="paragraph paragraph--type--card paragraph--view-mode--card click-region card">...</article>/article[@id="section-127"]Failure 5:
<div id="section-130" class="paragraph paragraph--type--card paragraph--view-mode--card">...</div>/div[@id="section-130"]… and 3 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="card__metadata">...</p>/p[@class="card__metadata"]Failure 1:
<p class="hero-full__slogan">Community of endless adventure</p>/p[@class="hero-full__slogan"]Failure 1:
<a href="/CivicAlerts.aspx?AID=878" target="_self">...</a>/aFailure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton67fbf056-0438-41ab-83ec-bff2030ffce6" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a id="newsFlashReadOn878" href="/CivicAlerts.aspx?AID=878" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader878 newsFlashReadOn878">Read on...</a>/a[@id="newsFlashReadOn878"]Failure 3:
<a href="/CivicAlerts.aspx?AID=878" target="_self">Free Smoke Alarm Installations in District 3 This ...</a>/aFailure 4:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/cityofinglewood/" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fcityofinglewood&tabs=timeline&width=768&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="768" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />/iframeFailure 1:
<a id="newsFlashViewAll8b8b92de-46cd-47d5-80ab-b17b78e90c25" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All Updates</a>/a[@id="newsFlashViewAll8b8b92de-46cd-47d5-80ab-b17b78e90c25"]Failure 2:
<a id="newsFlashViewAll074081ec-79a1-4852-bfa7-82c0314055fd" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All Updates</a>/a[@id="newsFlashViewAll074081ec-79a1-4852-bfa7-82c0314055fd"]Failure 3:
<a id="calendarViewAlle04d11b9-187d-4646-93b3-306a19aa866f" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlle04d11b9-187d-4646-93b3-306a19aa866f"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader878" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader878"]Failure 2:
<a id="newsFlashReadOn878" href="/CivicAlerts.aspx?AID=878" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader878 newsFlashReadOn878">Read on...</a>/a[@id="newsFlashReadOn878"]Failure 1:
<a href="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_0" class="tabButton" role="tab" aria-controls="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_0" aria-selected="true" style="height: 83px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader878" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader878"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadere04d11b9-187d-4646-93b3-306a19aa866f">...</h3>/h3[@id="miniCalendarHeadere04d11b9-187d-4646-93b3-306a19aa866f"]Failure 3:
<h3>...</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ol class="semanticList cpSlider fade cpSliderJS2352" style="width: 100%;">...</ol>/ol[@class="semanticList cpSlider fade cpSliderJS2352"]Failure 2:
<div id="divTabbedfd75e441-31b8-416a-973b-c7ccf8c72ee2" class="widget widgetTabbed skin69 wide" data-widgetid="fd75e441-31b8-416a-973b-c7ccf8c72ee2" role="tablist">...</div>/div[@id="divTabbedfd75e441-31b8-416a-973b-c7ccf8c72ee2"]Failure 3:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
<p>TO INGLEWOOD CALIFORNIA</p>/pFailure 1:
<p>TO INGLEWOOD CALIFORNIA</p>/pFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<a href="https://www.facebook.com/CityofRenton/" class="oc-icon-b oc-i-facebook link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-facebook link-type-external opens-in-new-tab"]Failure 2:
<a href="https://x.com/CityofRenton" class="oc-icon-b oc-i-x link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-x link-type-external opens-in-new-tab"]Failure 3:
<a href="https://www.instagram.com/cityofrenton/" class="oc-icon-b oc-i-instagram link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-instagram link-type-external opens-in-new-tab"]Failure 4:
<a href="https://nextdoor.com/agency-detail/wa/renton/city-of-renton/" class="oc-icon-b oc-i-nextdoor link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-nextdoor link-type-external opens-in-new-tab"]Failure 5:
<a href="https://www.youtube.com/channel/UCuYPL89Peh3oH_TIGWtzbvg/videos" class="oc-icon-b oc-i-youtube link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-youtube link-type-external opens-in-new-tab"]… and 4 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
<p class="ocpt-dv-counter">...</p>/p[@class="ocpt-dv-counter"]Failure 1:
<h2>File a Police Report</h2>/h2Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.bbaa3717.1772203578.5862876 </p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.6707d417.1772203581.766278e </p>/pFailure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.6d07d417.1772203584.25f55400 </p>/pFailure 1:
Failure 1:
<a href="">translate</a>/aFailure 2:
<a class="heading" id="youtubetitle" href="https://youtu.be/M93M--abI8c?si=FNlGNIX19QMM_Xun">...</a>/a[@id="youtubetitle"]Failure 3:
<a class="read-more" href="https://www.youtube.com/user/FargoNDGovernment">...</a>/a[@class="read-more"]Failure 4:
<a class="arrow-link" href="https://facebook.com/thecityoffargo">...</a>/a[@class="arrow-link"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="month">Mar</p>/p[@class="month"]Failure 2:
<p class="day">02</p>/p[@class="day"]Failure 1:
<button class="prefix-overlay-close prefix-overlay-action-later">Close subscription dialog</button>/button[@class="prefix-overlay-close prefix-overlay-action-later"]Failure 2:
<button class="prefix-overlay-action-dismiss" id="prefix-dismissButton">No Thanks</button>/button[@id="prefix-dismissButton"]Failure 3:
<button class="prefix-overlay-action-later" id="prefix-laterButton">Remind Me Later</button>/button[@id="prefix-laterButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="/" target="_self" class="fancyButton fancyButton516 ">...</a>/a[@class="fancyButton fancyButton516 "]Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a href="https://www.dalycity.org/460/Street-Sweeping-Schedule" target="_blank" aria-label="Street Sweeping Schedule Opens in new window">Street Sweeping Schedule </a>/aFailure 3:
<a href="https://www.dalycity.org/460/Street-Sweeping-Schedule" target="_blank" rel="noopener" class="readOn" aria-label="View schedules here... Opens in new window">View schedules here...</a>/a[@class="readOn"]Failure 4:
<a id="newsFlashReadOn1051" href="/CivicAlerts.aspx?AID=1051" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1051 newsFlashReadOn1051">Read on...</a>/a[@id="newsFlashReadOn1051"]Failure 5:
<a id="newsFlashReadOn1046" href="/CivicAlerts.aspx?AID=1046" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1046 newsFlashReadOn1046">Read on...</a>/a[@id="newsFlashReadOn1046"]… and 5 more failures for this rule
Failure 1:
<button title="close greeting" style="position: absolute; top: -8px; right: -5px; border: none; background: rgb(229, 229, 229); border-radius: 50%; cursor: pointer; padding: 0px; height: 18px; width: 18px; font-size: 0.7rem; display: flex;">...</button>/buttonFailure 1:
<a id="newsFlashViewAll00ea7100-2202-4805-9a24-9c5a2ebbaae8" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1,16,31" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll00ea7100-2202-4805-9a24-9c5a2ebbaae8"]Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderf49d5f74-7769-40af-8c13-1b4bcfded4cf">...</h3>/h3[@id="miniCalendarHeaderf49d5f74-7769-40af-8c13-1b4bcfded4cf"]Failure 2:
<h4 id="newsFlashItemHeader775" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader775"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hello, welcome to Daly City's AI-driven, non-emerg...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 2:
<button aria-label="Submit Search">...</button>/buttonFailure 1:
<button class="cr__asset__button isVideo focusTransform" type="button" id="3221-ig-17913650205279424" style="max-width: 134.66px; max-height: 243.291px; width: 134.66px; height: 243.291px; border-radius: 0px;">...</button>/button[@id="3221-ig-17913650205279424"]Failure 2:
<button class="cr__asset__button focusTransform" type="button" id="3221-ig-18080499755242841" style="max-width: 243.29px; max-height: 243.291px; width: 243.29px; height: 243.291px; border-radius: 0px;">...</button>/button[@id="3221-ig-18080499755242841"]Failure 3:
<button class="cr__asset__button focusTransform" type="button" id="3221-ig-18238723750305271" style="max-width: 181.21px; max-height: 243.291px; width: 181.21px; height: 243.291px; border-radius: 0px;">...</button>/button[@id="3221-ig-18238723750305271"]Failure 4:
<button class="cr__asset__button focusTransform" type="button" id="3221-ig-18101212120667390" style="max-width: 181.39px; max-height: 243.291px; width: 181.39px; height: 243.291px; border-radius: 0px;">...</button>/button[@id="3221-ig-18101212120667390"]Failure 5:
<button class="cr__asset__button focusTransform" type="button" id="3221-ig-18088934561513939" style="max-width: 181.21px; max-height: 243.291px; width: 181.21px; height: 243.291px; border-radius: 0px;">...</button>/button[@id="3221-ig-18088934561513939"]… and 2 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe src="https://main.withapps.io/calendar?organizationId=53&id=698256bb1eada9bc772f91df" class="responsive-iframe" scrolling="no" data-gtm-yt-inspected-8="true"> </iframe>/iframe[@class="responsive-iframe"]Failure 1:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 1:
<a href="./" id="logo" aria-label="City of Allen Texas Homepage">...</a>/a[@id="logo"]Failure 2:
<script id="citibot-chatscript" type="text/javascript" src="https://webchat-ui.citibot.net/script.js?account_id=685cf2c07967fc3d5c9c7a5c" />/script[@id="citibot-chatscript"]Failure 3:
<div id="careers-video-wrap" class="has-edit-buttons yes-has-edit-buttons">...</div>/div[@id="careers-video-wrap"]Failure 4:
<div id="careers-video-banner" style="background:url('Images/Home%20Page/Home%20Page%20First%20Section/Ebenezer%20Dreams%20Thumb.jpg?t=202512311501430') center no-repeat;background-size:cover" />/div[@id="careers-video-banner"]Failure 5:
<iframe title="Support chatbot" id="citibot-chat-frame" srcdoc=" <head><meta name="viewport" content="width=device-width, initial-scale=1.0"></head> <div id="citibot_support_chat" data-account_id="685cf2c07967fc3d5c9c7a5c" aria-live="polite"></div> <link rel="stylesheet" type="text/css" href="https://webchat-ui.citibot.net/index.css" /> <script type="text/javascript" src="https://webchat-ui.citibot.net/index.js"></script> " aria-hidden="true" style="position: fixed; bottom: 20px; right: 20px; border: none; z-index: 2147483000; width: 120px; height: 120px;" data-gtm-yt-inspected-8="true" />/iframe[@id="citibot-chat-frame"]Failure 1:
Failure 1:
Failure 1:
<p class="qlink-title" style="height: 60px;">Pay Water Bill</p>/p[@class="qlink-title"]Failure 2:
<p>...</p>/pFailure 1:
<p class="qlink-title" style="height: 60px;">Pay Water Bill</p>/p[@class="qlink-title"]Failure 2:
<p>...</p>/pFailure 1:
<a style="" href="/CivicAlerts.aspx?CID=1,4">News Flash</a>/aFailure 2:
<a class="widgetDesc widgetQuickLinksLink" href="https://www.rrnm.gov/1642/RR-360-Government-Transparency" target="_self">RR 360 Government Transparency</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<a id="calendarViewAlla0a133a6-70e3-4306-a9b9-37708642da4c" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlla0a133a6-70e3-4306-a9b9-37708642da4c"]Failure 1:
<a href="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_0" class="tabButton" role="tab" aria-controls="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_0" aria-selected="true" style="height: 63px;">...</a>/a[@class="tabButton"]Failure 1:
<h3>...</h3>/h3Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera0a133a6-70e3-4306-a9b9-37708642da4c">...</h3>/h3[@id="miniCalendarHeadera0a133a6-70e3-4306-a9b9-37708642da4c"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ol class="pageStyles semanticList"> </ol>/ol[@class="pageStyles semanticList"]Failure 2:
<div id="divTabbed864ddecf-d69f-4e9b-8a3f-29fdde49e568" class="widget widgetTabbed skin19 wide" data-widgetid="864ddecf-d69f-4e9b-8a3f-29fdde49e568" role="tablist">...</div>/div[@id="divTabbed864ddecf-d69f-4e9b-8a3f-29fdde49e568"]Failure 1:
<a id="bannerLogoTS-71" style=" display: block; text-align: center; " class="bannerObject" href="/" target="_self">...</a>/a[@id="bannerLogoTS-71"]Failure 2:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/rialtonetwork" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 3:
<a href="/CivicAlerts.aspx?AID=633" target="_self">Spring Eggstravaganza 2026 </a>/aFailure 4:
<a id="newsFlashReadOn633" href="/CivicAlerts.aspx?AID=633" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader633 newsFlashReadOn633">Read on...</a>/a[@id="newsFlashReadOn633"]Failure 5:
<a id="newsFlashReadOn635" href="/CivicAlerts.aspx?AID=635" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader635 newsFlashReadOn635">Read on...</a>/a[@id="newsFlashReadOn635"]… and 5 more failures for this rule
Failure 1:
<a id="newsFlashViewAll4cfcdb2c-9d29-498d-bc8f-d4146180b0b7" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=27,13,12,24,14,11,10,7,9,1,8,28,25,6" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll4cfcdb2c-9d29-498d-bc8f-d4146180b0b7"]Failure 2:
<a id="calendarViewAlla7e4f14d-fc3f-4bc2-96c6-d9569c6c2902" class="widgetViewAll" style="" href="/calendar.aspx?CID=30,28,31,24,23,14,27" aria-label="Calendar View All">View More</a>/a[@id="calendarViewAlla7e4f14d-fc3f-4bc2-96c6-d9569c6c2902"]Failure 3:
<a href="/calendar.aspx?EID=4617" target="_blank" aria-label="Passport Day 2026 Opens in new window">...</a>/aFailure 1:
Failure 1:
<a href="#tab705ae320-ec9c-46da-9727-d668b375d7f8_0" class="tabButton" role="tab" aria-controls="#tab705ae320-ec9c-46da-9727-d668b375d7f8_0" aria-selected="true" style="height: 64px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader633" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader633"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera7e4f14d-fc3f-4bc2-96c6-d9569c6c2902">...</h3>/h3[@id="miniCalendarHeadera7e4f14d-fc3f-4bc2-96c6-d9569c6c2902"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<div id="divTabbed705ae320-ec9c-46da-9727-d668b375d7f8" class="widget widgetTabbed skin74 wide" data-widgetid="705ae320-ec9c-46da-9727-d668b375d7f8" role="tablist">...</div>/div[@id="divTabbed705ae320-ec9c-46da-9727-d668b375d7f8"]Failure 2:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
<p>...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://southbendin.gov/contact-directory/">Contact Directory</a>/aFailure 2:
<select class="goog-te-combo" aria-label="Language Translate Widget" style="background: transparent; color: rgb(255, 255, 255); border: 0px; box-shadow: none; width: auto; padding: 0px 8px; margin: 0px; height: auto; font-size: 14px; line-height: 1.2; font-weight: 400; font-family: inherit; display: inline-block; cursor: pointer;">...</select>/select[@class="goog-te-combo"]Failure 3:
<a href="https://southbendin.gov/department/public-works/solid-waste/" class="red" target="">View Trash Pickup Info</a>/a[@class="red"]Failure 1:
Failure 1:
<mask id="mask0_2255_1643" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="32" height="32">...</mask>/mask[@id="mask0_2255_1643"]Failure 1:
<h4 id="footer-connect-heading" class="widget-title widgettitle">Connect</h4>/h4[@id="footer-connect-heading"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="site-title">...</p>/p[@class="site-title"]Failure 2:
<p class="site-description">Mayor James Mueller</p>/p[@class="site-description"]Failure 1:
<p class="site-description">Mayor James Mueller</p>/p[@class="site-description"]Failure 2:
<p>Leaf pickup is currently paused due to weather con...</p>/pFailure 1:
<a href="https://www.spokanevalleywa.gov/" target="_self" class="fancyButton fancyButton67 ">...</a>/a[@class="fancyButton fancyButton67 "]Failure 2:
<a href="/CivicAlerts.aspx?AID=635" target="_self">Sullivan Road Property & Ice Sheet Proposal </a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://public.govdelivery.com/accounts/WASPOKANEVALLEY/subscriber/new?qsp=CODE_RED" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self">News & Alerts - Subscribe</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<a href="https://engage.publiccoordinate.com/project/svatp" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" aria-label="Blue banner reads "Share Your Thoughts" and "Spokane Valley Active Transportation Plan" Opens in new window">...</a>/aFailure 2:
<a id="newsFlashViewAllac94508b-b2e9-422b-8759-d4a53a78bf1b" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllac94508b-b2e9-422b-8759-d4a53a78bf1b"]Failure 3:
<a id="calendarViewAll670e9f0d-51e4-4617-8519-d231c505718c" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll670e9f0d-51e4-4617-8519-d231c505718c"]Failure 4:
<a id="newsFlashViewAll431c1c31-3da8-4ef1-9e3f-eeb4707c6622" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=13" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll431c1c31-3da8-4ef1-9e3f-eeb4707c6622"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader696" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader696"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader670e9f0d-51e4-4617-8519-d231c505718c">...</h3>/h3[@id="miniCalendarHeader670e9f0d-51e4-4617-8519-d231c505718c"]Failure 3:
<h4 id="newsFlashItemHeader635" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader635"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p style="font-weight: 700;font-size: 1.25em;font-family: Open Sans, 'Segoe', 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';text-transform: uppercase;letter-spacing: 3px;">Sign Up for Updates</p>/pFailure 1:
<button aria-label="Submit Search">...</button>/buttonFailure 2:
<a aria-label="Visit our Instagram" href="https://www.instagram.com/cityofnorwalkca/" target="_blank" class="social-media-link" rel="noopener">...</a>/a[@class="social-media-link"]Failure 3:
<a class="fc-day-grid-event fc-h-event fc-event fc-start fc-end" href="https://www.norwalk.org/departments_services/recreation_and_park_services/teen_center/teen_alliance_program.php" style="background-color:#1d28cd;border-color:#1d28cd">...</a>/a[@class="fc-day-grid-event fc-h-event fc-event fc-start fc-end"]Failure 4:
<a href="government/mayor_and_city_council/index.php" target="_self">Mayor And City Council</a>/aFailure 1:
<a class="fc-day-grid-event fc-h-event fc-event fc-start fc-end" href="https://www.norwalk.org/departments_services/recreation_and_park_services/park_projects/park_master_plans.php" style="background-color:#1d28cd;border-color:#1d28cd">...</a>/a[@class="fc-day-grid-event fc-h-event fc-event fc-start fc-end"]Failure 1:
<th class="fc-day-header fc-widget-header fc-sat">...</th>/th[@class="fc-day-header fc-widget-header fc-sat"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtone9eab18d-a8a8-4acc-aeae-da6e53c38e03" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=1520" target="_self">Menifee Named a Top 20 Safest City for Third Conse...</a>/aFailure 3:
<a id="newsFlashReadOn1520" href="/CivicAlerts.aspx?AID=1520" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1520 newsFlashReadOn1520">Read on...</a>/a[@id="newsFlashReadOn1520"]Failure 4:
<a id="newsFlashReadOn1519" href="/CivicAlerts.aspx?AID=1519" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1519 newsFlashReadOn1519">Read on...</a>/a[@id="newsFlashReadOn1519"]Failure 5:
<a class="widgetDesc widgetQuickLinksLink" href="/" target="_self">Home</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<a id="newsFlashViewAll78e91b64-42c0-484b-8e1b-cc9d4b3f336a" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=11" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll78e91b64-42c0-484b-8e1b-cc9d4b3f336a"]Failure 2:
<a id="calendarViewAll2fed2aac-6f73-49a7-82d8-53e802350429" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=26,27,28,14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll2fed2aac-6f73-49a7-82d8-53e802350429"]Failure 3:
<a href="tel:951-672-6777" class="Hyperlink" aria-label="Call 951 672 6777">951-672-6777</a>/a[@class="Hyperlink"]Failure 1:
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.85623017.1772203824.35dc0c6 </p>/pFailure 1:
Failure 1:
<a href="https://city-wichita-falls-tx-cleardoc.cleargov.com/18234">Fiscal Year 2026 Proposed Budget</a>/aFailure 2:
<a class="widgetDesc widgetQuickLinksLink" href="/1948/City-Internships" target="_self">City Internships</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fcityofwichitafalls%2F&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="340" height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" />/iframeFailure 1:
<h1 class="headline" role="heading" aria-hidden="true" tabindex="-1" aria-level="3" style="text-align: center;">...</h1>/h1[@class="headline"]Failure 1:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_0" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_0" aria-selected="true">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 2:
<div id="divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7" class="widget widgetTabbed skin20 leftTabs narrow" data-widgetid="10257af7-eb57-4eea-9f58-8facf6b4dfa7" role="tablist">...</div>/div[@id="divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7"]Failure 3:
<div id="divTabbed624ddabc-fb8a-4289-820b-6688e794c0cf" class="widget widgetTabbed skin20 wide" data-widgetid="624ddabc-fb8a-4289-820b-6688e794c0cf" role="tablist">...</div>/div[@id="divTabbed624ddabc-fb8a-4289-820b-6688e794c0cf"]Failure 1:
Failure 1:
<a href="https://nextdoor.com/city/davenport--ia/" title="Follow Us on Nextdoor" target="_blank">...</a>/aFailure 2:
<a href="/government" title="Government" id="accessible-megamenu-1772203852891-1" aria-haspopup="true" aria-controls="accessible-megamenu-1772203852891-2" aria-expanded="false">...</a>/a[@id="accessible-megamenu-1772203852891-1"]Failure 3:
<a href="/our_community" title="Our Community" id="accessible-megamenu-1772203852893-3" aria-haspopup="true" aria-controls="accessible-megamenu-1772203852893-4" aria-expanded="false">...</a>/a[@id="accessible-megamenu-1772203852893-3"]Failure 4:
<a href="/services" title="Services" id="accessible-megamenu-1772203852897-5" aria-haspopup="true" aria-controls="accessible-megamenu-1772203852897-6" aria-expanded="false">...</a>/a[@id="accessible-megamenu-1772203852897-5"]Failure 5:
<a href="/news___communications" title="News & Communications" id="accessible-megamenu-1772203852898-7">...</a>/a[@id="accessible-megamenu-1772203852898-7"]… and 7 more failures for this rule
Failure 1:
<div class="sub-nav" id="accessible-megamenu-1772203852891-2" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203852891-1">...</div>/div[@id="accessible-megamenu-1772203852891-2"]Failure 2:
<div class="sub-nav" id="accessible-megamenu-1772203852893-4" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203852893-3">...</div>/div[@id="accessible-megamenu-1772203852893-4"]Failure 3:
<div class="sub-nav" id="accessible-megamenu-1772203852897-6" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203852897-5">...</div>/div[@id="accessible-megamenu-1772203852897-6"]Failure 4:
<div class="sub-nav" id="accessible-megamenu-1772203852901-9" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203852901-8">...</div>/div[@id="accessible-megamenu-1772203852901-9"]Failure 1:
Failure 1:
<div id="em-alerts" role="alert" />/div[@id="em-alerts"]Failure 1:
<li>...</li>/liFailure 1:
navigation have the same name.Failure 1:
Failure 1:
<h2 style="text-align: center;" />/h2Failure 1:
Failure 1:
Failure 1:
<p style="font-size: 16px; letter-spacing: 0.64px; text-align: center;">As the largest, most diverse, and urban of the Qua...</p>/pFailure 1:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 2:
<button class="button-info show-alert" tabindex="-1">...</button>/button[@class="button-info show-alert"]Failure 3:
<button class="button-close hide-alert" tabindex="0">...</button>/button[@class="button-close hide-alert"]Failure 4:
<button type="button" class="share-btn floating-share-btn" data-toggle="modal" data-target="#shareModal">...</button>/button[@class="share-btn floating-share-btn"]Failure 5:
<a href="https://maps.app.goo.gl/2Gdu92D3AXT8PAH46" target="_blank" rel="noopener">...</a>/a… and 2 more failures for this rule
Failure 1:
<button class="button-info show-alert" tabindex="-1">...</button>/button[@class="button-info show-alert"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<p>Snow hauling operations will continue around the b...</p>/pFailure 1:
<a href="https://biz.catapultcms.com/utilities/SitePageForward.aspx?siteid=220&guid=a2bef405-d0bd-4e3b-b9c3-52a7188d9a31" target="_self"> Home </a>/aFailure 2:
<a class="dropdown-toggle" href="#" role="button" id="findItFastDropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false" data-bs-offset="0,60"> Search </a>/a[@id="findItFastDropdownMenuLink"]Failure 3:
<a class="dropdown-toggle" href="#" role="button" id="translateDropdownMenuLink" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-bs-display="static"> Translate </a>/a[@id="translateDropdownMenuLink"]Failure 4:
<a class="dropdown-toggle" href="#" role="button" id="quicklinksDropdownMenuLink" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-bs-display="static"> Quicklinks </a>/a[@id="quicklinksDropdownMenuLink"]Failure 5:
<a class="nav-link dropdown-toggle" data-featured-photo="" data-page-icon="" data-page-tagline="" href="How-Can-We-Help/index.html" target="_self" data-bs-toggle="dropdown" data-bs-auto-close="outside">...</a>/a[@class="nav-link dropdown-toggle"]… and 7 more failures for this rule
Failure 1:
<button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Bicyclists</button>/buttonFailure 1:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation01" id="slick-slide01">...</li>/li[@id="slick-slide01"]Failure 2:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation02" id="slick-slide02">...</li>/li[@id="slick-slide02"]Failure 3:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation03" id="slick-slide03">...</li>/li[@id="slick-slide03"]Failure 4:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation04" id="slick-slide04">...</li>/li[@id="slick-slide04"]Failure 5:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation05" id="slick-slide05">...</li>/li[@id="slick-slide05"]Failure 1:
Failure 1:
<div id="catapultannounce-postList" class="catapultannounce-list announcements slick-initialized slick-slider">...</div>/div[@id="catapultannounce-postList"]Failure 2:
<ul id="catapultannounce-postList">...</ul>/ul[@id="catapultannounce-postList"]Failure 3:
<script id="alwayson_chatbot_script" src="https://app.alwayson.ai/embed/chatbot.js?id=56db36c3-924b-47b5-afa6-c4cba92fdbc9" type="text/javascript" crossorigin="" defer="" async="" />/script[@id="alwayson_chatbot_script"]Failure 4:
<div id="alwayson_chatbot" />/div[@id="alwayson_chatbot"]Failure 1:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation00" id="slick-slide00">...</li>/li[@id="slick-slide00"]Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />/metaFailure 1:
<h3>...</h3>/h3Failure 1:
Failure 1:
<ul class="slick-dots" style="display: block;" role="tablist">...</ul>/ul[@class="slick-dots"]Failure 1:
<p class="card-text banner-link-text"> Current Agendas </p>/p[@class="card-text banner-link-text"]Failure 2:
<p class="card-text date">12/23/2025 09:00 AM</p>/p[@class="card-text date"]Failure 3:
<p class="card-text description is-truncated" style="overflow-wrap: break-word;">New Butte County Alert and Warning System - Regist...</p>/p[@class="card-text description is-truncated"]Failure 4:
<p class="card-text description" style="overflow-wrap: break-word;">North Valley Fiber - November 2025 Update</p>/p[@class="card-text description"]Failure 1:
<p class="card-text banner-link-text"> Current Agendas </p>/p[@class="card-text banner-link-text"]Failure 2:
<p class="card-text date">12/23/2025 09:00 AM</p>/p[@class="card-text date"]Failure 3:
<p class="card-text description is-truncated" style="overflow-wrap: break-word;">New Butte County Alert and Warning System - Regist...</p>/p[@class="card-text description is-truncated"]Failure 4:
<p class="card-text description" style="overflow-wrap: break-word;">North Valley Fiber - November 2025 Update</p>/p[@class="card-text description"]Failure 1:
<div class="slick-track" role="listbox" style="opacity: 1; width: 7746px;">...</div>/div[@class="slick-track"]Failure 1:
<p class="card-text date">12/23/2025 09:00 AM</p>/p[@class="card-text date"]Failure 1:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation00" id="slick-slide00">...</li>/li[@id="slick-slide00"]Failure 1:
<div class="row announcements-column slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" tabindex="-1" role="option" style="width: 1306.5px;">...</div>/div[@class="row announcements-column slick-slide slick-current slick-active"]Failure 1:
<button type="button" data-bs-target="#carousel-cols-banner-974" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 0" />/button[@class="active"]Failure 2:
<button type="button" data-bs-target="#carousel-cols-banner-974" data-bs-slide-to="1" aria-label="Slide 1" />/buttonFailure 3:
<a class="content-cols-button" href="https://cityofls.net/lsaware?utm_source=lsaware.net&utm_medium=domain&utm_campaign=domain_names" target="_self">Sign Up for LS Aware</a>/a[@class="content-cols-button"]Failure 4:
<a href="https://cityofls.net/city-events-meetings-calendar/city-events-meetings-details/pid/2126/mcat/2141/acat/2/ev/2/artdate/28-1-2026">28</a>/aFailure 5:
<a class="section-footer-button" href="/city-events-meetings-calendar">View Full City Calendar ></a>/a[@class="section-footer-button"]… and 2 more failures for this rule
Failure 1:
<a class="footerlink" href="/careers">Careers</a>/a[@class="footerlink"]Failure 1:
<button type="button" class="btn btn-link searchbar-icon">...</button>/button[@class="btn btn-link searchbar-icon"]Failure 1:
<h3 class="edn__contentBlock_title">...</h3>/h3[@class="edn__contentBlock_title"]Failure 2:
<h3>...</h3>/h3Failure 1:
Failure 1:
<h1>...</h1>/h1Failure 2:
<h2> </h2>/h2Failure 1:
Failure 1:
<ul> </ul>/ulFailure 1:
Failure 1:
<p style="text-align:center">Sign up for LS Aware and receive free alerts about...</p>/pFailure 1:
<p style="text-align:center">Sign up for LS Aware and receive free alerts about...</p>/pFailure 1:
<h1 class="pageTitleCentered white-bg">...</h1>/h1[@class="pageTitleCentered white-bg"]Failure 2:
<h2> </h2>/h2Failure 3:
<h1>...</h1>/h1Failure 1:
<p style="text-align:center">Sign up for LS Aware and receive free alerts about...</p>/pFailure 1:
<p class="text-13">...</p>/p[@class="text-13"]Failure 1:
<h2 class="cf-subheadline">...</h2>/h2[@class="cf-subheadline"]Failure 1:
Failure 1:
<a href="https://www.federalwaywa.gov/page/federal-way-citywide-news" />/aFailure 1:
<a href="/police-0" class="primary-nav__menu-link primary-nav__menu-link--level-1" data-drupal-selector="primary-nav-menu-link-has-children">Your Federal Way Police Department</a>/a[@class="primary-nav__menu-link primary-nav__menu-link--level-1"]Failure 2:
<a href="#">...</a>/aFailure 3:
<select data-fedway-jumpmenu="active" class="menu" data-once="jumpmenu">...</select>/select[@class="menu"]Failure 4:
<a href="/mayors-office" class="icon-building" data-drupal-link-system-path="group/4">Mayor's Office</a>/a[@class="icon-building"]Failure 5:
<a href="/page/permit-center" class="icon-permits" data-drupal-link-system-path="node/1346">Permits</a>/a[@class="icon-permits"]… and 8 more failures for this rule
Failure 1:
<a href="/page/animal-services-unit" class="primary-nav__menu-link primary-nav__menu-link--level-1" data-drupal-selector="primary-nav-menu-link-has-children" data-drupal-link-system-path="node/1675">Animal Services</a>/a[@class="primary-nav__menu-link primary-nav__menu-link--level-1"]Failure 1:
<h2 id="-menu">How Do I...</h2>/h2[@id="-menu"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>...</p>/pFailure 2:
normal which will result in a line height of less than 1.5<p class="text-center inline-block">...</p>/p[@class="text-center inline-block"]Failure 1:
<select data-fedway-jumpmenu="active" class="menu" data-once="jumpmenu">...</select>/select[@class="menu"]Failure 2:
<input class="search search-icon" type="search" name="search_fulltext" />/input[@class="search search-icon"]Failure 1:
<a class="slider-link" href="./" target="_self" style="float: none; list-style: none; position: absolute; width: 1280px; z-index: 50; display: block;">...</a>/a[@class="slider-link"]Failure 2:
<a style="position:absolute;top:0;right:0;bottom:0;left:0;background:none;text-decoration:none" href="https://cityofedinburg.com/departments/planning_and_zoning/comprehensive_plan_update.php" target="_self">...</a>/aFailure 1:
<button type="submit">...</button>/buttonFailure 2:
<a href="https://www.facebook.com/CityOfEdinburgGovernment/" target="_blank">...</a>/aFailure 3:
<a href="javascript:void(0)" class="contact-info-toggle" role="button" tabindex="0">...</a>/a[@class="contact-info-toggle"]Failure 4:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 1:
<div class="owl-prev" style="" role="button" tabindex="0">...</div>/div[@class="owl-prev"]Failure 2:
<div class="owl-next" style="" role="button" tabindex="0">...</div>/div[@class="owl-next"]Failure 1:
Failure 1:
Failure 1:
<a href="http://www.revize.com">Revize, The Government Website Experts</a>/aFailure 2:
<a id="revize-login" href="https://cms7.revize.com/revize/security/index.jsp?webspace=edinburgtx&filename=/index.php">LOGIN</a>/a[@id="revize-login"]Failure 1:
Failure 1:
<ul class="bxslider" style="width: auto; position: relative;">...</ul>/ul[@class="bxslider"]Failure 1:
Failure 1:
<p class="date">Mar 05, 2026</p>/p[@class="date"]Failure 1:
<p class="date">Mar 05, 2026</p>/p[@class="date"]Failure 1:
Failure 1:
<a href="/CivicAlerts.aspx?AID=1393" target="_self">...</a>/aFailure 1:
<a id="newsFlashReadOn1395" href="/CivicAlerts.aspx?AID=1395" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1395 newsFlashReadOn1395">Read on...</a>/a[@id="newsFlashReadOn1395"]Failure 2:
<a href="/CivicAlerts.aspx?AID=1394" target="_self">...</a>/aFailure 3:
<a id="newsFlashReadOn1394" href="/CivicAlerts.aspx?AID=1394" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1394 newsFlashReadOn1394">Read on...</a>/a[@id="newsFlashReadOn1394"]Failure 4:
<a id="newsFlashReadOn1393" href="/CivicAlerts.aspx?AID=1393" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1393 newsFlashReadOn1393">Read on...</a>/a[@id="newsFlashReadOn1393"]Failure 5:
<a id="newsFlashReadOn1392" href="/CivicAlerts.aspx?AID=1392" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1392 newsFlashReadOn1392">Read on...</a>/a[@id="newsFlashReadOn1392"]… and 8 more failures for this rule
Failure 1:
<a href="/CivicAlerts.aspx?AID=1394" target="_self">...</a>/aFailure 1:
<a id="newsFlashViewAll9611ecc6-f065-495c-9c81-85dd0eb07fcd" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll9611ecc6-f065-495c-9c81-85dd0eb07fcd"]Failure 2:
<a id="calendarViewAll8b631af5-2a74-44d3-8021-33ffd619cdf5" class="widgetViewAll alignRight" style="" href="/calendar.aspx" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll8b631af5-2a74-44d3-8021-33ffd619cdf5"]Failure 3:
<a id="newsFlashViewAll4602ddd5-99a5-4615-a3b6-b4e9f34bbec2" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=21" aria-label="News Flash View All">View All Highlights</a>/a[@id="newsFlashViewAll4602ddd5-99a5-4615-a3b6-b4e9f34bbec2"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader1394" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1394"]Failure 2:
<a id="newsFlashReadOn1394" href="/CivicAlerts.aspx?AID=1394" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1394 newsFlashReadOn1394">Read on...</a>/a[@id="newsFlashReadOn1394"]Failure 3:
<h4 id="newsFlashItemHeader1390" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1390"]Failure 4:
<a id="newsFlashReadOn1390" href="/CivicAlerts.aspx?AID=1390" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1390 newsFlashReadOn1390">Read on...</a>/a[@id="newsFlashReadOn1390"]Failure 5:
<h4 id="newsFlashItemHeader1382" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1382"]… and 1 more failures for this rule
Failure 1:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_0" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_0" aria-selected="true">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1395" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1395"]Failure 2:
<h4 id="newsFlashItemHeader1394" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1394"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed30851370-b430-48b6-a211-e7fb0b9db293" class="widget widgetTabbed skin27 leftTabs wide" data-widgetid="30851370-b430-48b6-a211-e7fb0b9db293" role="tablist">...</div>/div[@id="divTabbed30851370-b430-48b6-a211-e7fb0b9db293"]Failure 2:
<div id="divTabbedea5df32c-5326-4912-b95a-40aa3dfe78a1" class="widget widgetTabbed skin31 wide" data-widgetid="ea5df32c-5326-4912-b95a-40aa3dfe78a1" role="tablist">...</div>/div[@id="divTabbedea5df32c-5326-4912-b95a-40aa3dfe78a1"]Failure 1:
<p>Quickly access popular requests</p>/pFailure 1:
<a style="" href="/CivicAlerts.aspx?CID=17,26,27,23,21,20,18,31,6,16,15&sort=date">News Flash</a>/aFailure 2:
<a href="https://www.facebook.com/RoanokeVa" target="_self" class="fancyButton fancyButton865 ">...</a>/a[@class="fancyButton fancyButton865 "]Failure 3:
<a href="https://www.instagram.com/city_of_roanoke/?hl=en" target="_self" class="fancyButton fancyButton878 ">...</a>/a[@class="fancyButton fancyButton878 "]Failure 4:
<a href="https://www.youtube.com/channel/UCSxtU27c3Levk1e-uIasfvw" target="_self" class="fancyButton fancyButton879 ">...</a>/a[@class="fancyButton fancyButton879 "]Failure 5:
<a class="widgetDesc widgetQuickLinksLink" href="https://www.roanokeva.gov/1687/StarCam" target="_self">StarCam</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<div id="google_translate_element">...</div>/div[@id="google_translate_element"]Failure 2:
<a href="#EventDetails" onclick="openCalendarIcalEventDetailsModal('2/27/2026 12:00:00 AM','2/28/2026 12:00:00 AM','Raleigh Court Library','Learn to tell the time by the shadow of the sun! Take home this educational craft that creates a functioning sun dial. For more information, please call 853-2240.'); return false;" id="icalEvent">Sun Dial Craft</a>/a[@id="icalEvent"]Failure 1:
<h3>...</h3>/h3Failure 2:
<h3 id="calendarHeader84ac93e8-1a62-419d-bd14-93e2b3c23435">...</h3>/h3[@id="calendarHeader84ac93e8-1a62-419d-bd14-93e2b3c23435"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 1:
Failure 1:
<p>STAY UP TO DATE</p>/pFailure 1:
<p>STAY UP TO DATE</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Impact: serious
Failure 1:
<iframe id="repd-embed" src="https://embed.repd.u..." style="position: fixed; bot...">#repd-embedImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1229" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1229" target="_self">Novartis to Build New Radioligand Therapy Site in Denton </a> </h4>#newsFlashItemHeader1229Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetc26a0721-77ca-4ae4-8b81-30760b07e12a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv58687400-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv58687400-8eaf-4dea-b0fc-c21fa486387dFailure 3:
<section id="widgetQuicklinka4629..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-labelledby="quickLinksHeadera462...">#widgetQuicklinka4629126-7d64-4269-9aa8-b1e47daa6533Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=1226" target="_self">li[data-index="1"] > a[href="/CivicAlerts.aspx?AID=1226"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=1214" target="_self">li[data-index="2"] > a[href="/CivicAlerts.aspx?AID=1214"][target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=1213" target="_self">li[data-index="3"] > a[href="/CivicAlerts.aspx?AID=1213"][target="_self"]Failure 4:
<a href="/CivicAlerts.aspx?AID=1202" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=13060" alt="A photo of the historic Denton County Courthouse" data-delayed-image=""></a>li[data-index="4"] > a[href="/CivicAlerts.aspx?AID=1202"][target="_self"]Failure 5:
<a href="/CivicAlerts.aspx?AID=1197" target="_self">li[data-index="5"] > a[href="/CivicAlerts.aspx?AID=1197"][target="_self"]… and 27 more failures for this rule
Impact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(34, 34, 34); z-index: 2;">#\31 _divAlertBarFailure 2:
<div class="cpToolbar user public" style="z-index: 1;">.userFailure 3:
<div data-cprole="banner" id="bannerLogoTS" class="bannerLogoTS empty">#bannerLogoTSFailure 4:
<div> <a href="/civicalerts.aspx" target="_self" class="fancyButton fancyButton63 "> <span> <span><span class="text">View All News</span></span> </span> </a> </div>.cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 5:
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral">CivicPlus®</a></span>.cpBylineTextTS… and 1 more failures for this rule
Impact: moderate
Failure 1:
<div class="editor-content">.justify-center > .editor-contentImpact: serious
Failure 1:
<a class="btn btn-success btn-block btn-lg" href="https://www.cityofpasadena.net/eaton-fire/">.vc_col-sm-6.wpb_column.vc_column_container:nth-child(1) > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > p > .btn-success.btn-block.btn-lgFailure 2:
<a href="https://www.cityofpasadena.net/city-closures/" class="badge badge-success float-lg-right">Scheduled City Closures</a>.badgeImpact: moderate
Failure 1:
<h6 class="d-inline">Awards</h6>h6:nth-child(5)Impact: moderate
Failure 1:
<nav class="navbar fixed-top navbar-expand navbar-dark" role="navigation">.fixed-topImpact: moderate
Failure 1:
<section id="tile-links">#tile-linksFailure 2:
<section id="footer-department" class="bg-light">#footer-departmentImpact: serious
Failure 1:
<div id="prefix-overlay-outer" tabindex="0" role="dialog" aria-modal="true" aria-describedby="prefix-overlay-step1" style="height: 345px;">#prefix-overlay-outerImpact: serious
Failure 1:
<span>Calendar Loading...</span>#calendarImpact: serious
Failure 1:
<a href="https://cedar-rapids.org/local_government/departments_g_-_v/public_works/snow_and_ice_control.php"></a>#tns1-item0 > aImpact: moderate
Failure 1:
<div id="loader-wrapper"><img src="_assets_/images/ring-alt.gif" alt="loading..."></div>#loader-wrapperImpact: minor
Failure 1:
<header id="widgetSiteToolsHeaderb116f940-16fe-47c3-a0ce-9f3f9a46b6a5" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">#widgetSiteToolsHeaderb116f940-16fe-47c3-a0ce-9f3f9a46b6a5Failure 2:
<header id="widgetShareHeader1d4b1db6-acd8-4232-91ed-d7b79201687e" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">#widgetShareHeader1d4b1db6-acd8-4232-91ed-d7b79201687eImpact: critical
Failure 1:
<div id="divTabbedbe48665c-107a-4e0e-a5d0-ba6bd52003f7" class="widget widgetTabbed skin54 wide" data-widgetid="be48665c-107a-4e0e-a5d0-ba6bd52003f7" role="tablist">#divTabbedbe48665c-107a-4e0e-a5d0-ba6bd52003f7Impact: critical
Failure 1:
<a href="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_0" class="tabButton" role="tab" aria-controls="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_0" aria-selected="true" style="height: 66px;"><span class="tabName editable" data-sequence="0" data-tabname="News" contenteditable="false">News</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_1" class="tabButton" role="tab" aria-controls="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_1" aria-selected="false" style="height: 66px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_0" class="tabButton" role="tab" aria-controls="#tabbe48665c-107a-4e0e-a5d0-ba6bd52003f7_0" aria-selected="true" style="height: 66px;"><span class="tabName editable" data-sequence="0" data-tabname="News" contenteditable="false">News</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h3>Dayton Highlights</h3>#header13d31247-03e0-4da7-9a70-821642524387 > div > h3Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer10">#contentContainer10Failure 2:
<section id="divInfoAdv94498fe2-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv94498fe2-8aa7-41d1-9397-46df9b3e4b9bFailure 3:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget1a4c277a-e3a5-4164-b9e2-15997b3d2bab > .cpGrid4.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<h1 data-cprole="banner" id="banner2" class="logo empty">#banner2Impact: critical
Failure 1:
<div id="divTabbed90095918-ed96-4444-be63-e6da5c11d941" class="widget widgetTabbed skin70 wide" data-widgetid="90095918-ed96-4444-be63-e6da5c11d941" role="tablist">#divTabbed90095918-ed96-4444-be63-e6da5c11d941Impact: critical
Failure 1:
<a href="#tab90095918-ed96-4444-be63-e6da5c11d941_0" class="tabButton" role="tab" aria-controls="#tab90095918-ed96-4444-be63-e6da5c11d941_0" aria-selected="true" style="height: 93px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab90095918-ed96-4444-be63-e6da5c11d941_1" class="tabButton" role="tab" aria-controls="#tab90095918-ed96-4444-be63-e6da5c11d941_1" aria-selected="false" style="height: 93px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab90095918-ed96-4444-be63-e6da5c11d941_2" class="tabButton" role="tab" aria-controls="#tab90095918-ed96-4444-be63-e6da5c11d941_2" aria-selected="false" style="height: 93px;">li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab90095918-ed96-4444-be63-e6da5c11d941_0" class="tabButton" role="tab" aria-controls="#tab90095918-ed96-4444-be63-e6da5c11d941_0" aria-selected="true" style="height: 93px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader494" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=494" target="_self">Free Parking at City Garages </a> </h4>#newsFlashItemHeader494Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021">#miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget2b2a7592-d294-456a-9151-349f59c63ebd > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv13f2239d-2..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv13f2239d-29f3-4634-bcae-ab7d10bfaa6dImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeader2b..." summary="This table represent...">#widgetCalendar2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cpGrid3.mediaLeft.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>#widgetCalendar2ba6d4c7-a93b-4965-bdb1-06a5df34a021 > .cpGrid3.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p… and 2 more failures for this rule
Impact: serious
Failure 1:
<iframe src="https://main.withapps.io/calendar?organizationId=30&id=6840f292036efb212eddc969" class="responsive-iframe" scrolling="no" id="ae_iframe_l2ulhdzf"> </iframe>#ae_iframe_l2ulhdzfFailure 2:
<iframe src="https://snapwidget.com/embed/1038511" class="snapwidget-widget" allowtransparency="true" frameborder="0" scrolling="no" style="border: none; overflow: hidden; width: 100%; height: 629px;" id="iFrameResizer0"></iframe>#iFrameResizer0Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader5981" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=5981" target="_self">Residential property values up by 5 percent </a> </h4>#newsFlashItemHeader5981Failure 2:
<h3>Contact Us</h3>#header4d3a2ddd-6896-4bf9-b364-e7a7ea1b863e > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid2 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv258055f9-2..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv258055f9-235f-4c94-a81b-7b7aad9bac6aImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<figure class="thumbnail-image">#iFrameResizer0Impact: critical
Failure 1:
<meta http-equiv="refresh" content="360">meta[http-equiv="refresh"]Impact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.stamfordct.gov/" on this server.<p> Reference #18.93623017.1772202084.89d82ff </p><p>https://errors.edgesuite.net/18.93623017.1772202084.89d82ff</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.stamfordct.gov/" on this server.<p> Reference #18.93623017.1772202084.89d82ff </p><p>https://errors.edgesuite.net/18.93623017.1772202084.89d82ff</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.93623017.1772202084.89d82ff </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.93623017.1772202084.89d82ff</p>p:nth-child(3)Impact: minor
Failure 1:
<article id="OcSlideshow_oc_flex_..." class="slide slide-1 anchor..." style="background-image: ur..." data-thumb-alt="" role="tabpanel" aria-labelledby="OcSlideshow_oc_flex_..." aria-hidden="false">#OcSlideshow_oc_flex_slide_1Impact: serious
Failure 1:
<div id="prefix-overlay-outer" tabindex="0" role="dialog" aria-modal="true" aria-describedby="prefix-overlay-step1">#prefix-overlay-outerImpact: critical
Failure 1:
<div class="controls" aria-controls="OcSlideshow_oc_flex_viewport" role="toolbar">.controlsImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1901" class="widgetTitle"> <a href="https://digitaledition.pub/wc/studio-communications/sterlingmade/Spring-2026/" target="_self">sterlingmade City Magazine: Spring 2026 Edition </a> </h4>#newsFlashItemHeader1901Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader64561945-ad7a-4394-bc3e-a8b7dbd83c9e">#miniCalendarHeader64561945-ad7a-4394-bc3e-a8b7dbd83c9eImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetd8fe1b68-a71d-4005-a9ec-a62037be9d41 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv9f228085-c..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv9f228085-c207-4eeb-994a-aea8b96c6053Impact: moderate
Failure 1:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 2:
<table role="grid" aria-labelledby="miniCalendarHeader64..." summary="This table represent...">tableFailure 3:
<a id="calendarViewAll64561945-ad7a-4394-bc3e-a8b7dbd83c9e" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View Full Calendar</a>#calendarViewAll64561945-ad7a-4394-bc3e-a8b7dbd83c9eFailure 4:
<div class="widgetBody cpGrid cpGrid4 ">.cpGrid4Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.8f623017.1772202148.3bf6ea </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.8f623017.1772202148.3bf6ea</p>p:nth-child(3)Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.84623017.1772202151.102b55c3 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.84623017.1772202151.102b55c3</p>p:nth-child(3)Impact: minor
Failure 1:
<li class="search-trigger blue" role="button" data-once="dropdown">Search <i class="fas fa-search"></i> </li>.search-triggerFailure 2:
<img src="https://www.normanok..." class="leaflet-marker-icon ..." alt="" tabindex="0" role="button" style="margin-left: -12px; ...">.leaflet-marker-iconImpact: serious
Failure 1:
<a id="main-content" tabindex="-1" aria-label="Main Page Content"></a>#main-contentImpact: minor
Failure 1:
<h2><i class=""></i></h2>.howdoi__title > h2Impact: serious
Failure 1:
<ul class="menu menu-level-0">#block-main-menu > .menu-level-0.menuImpact: minor
Failure 1:
<img src="https://www.normanok..." class="leaflet-marker-icon ..." alt="" tabindex="0" role="button" style="margin-left: -12px; ...">.leaflet-marker-iconImpact: moderate
Failure 1:
<h4 class="title black nomargin"> NOTICE </h4>.titleFailure 2:
<div class="views-field views-field-field-link"><div class="field-content"><div class="arrow-right"></div> <div class="alert-text"> <h5><a href="https://www.normanok.gov/your-government/city-council">Information on City Council </a></h5> </div></div></div>.views-field-field-linkFailure 3:
<div class="hero-wrapper"> <div class="hero-image"> <img src="https://www.normanok.gov/sites/default/files/styles/hero_image/public/images/2024-03/CityWeb148-2000w.jpg?h=36e84ceb&itok=JbeRl5vR" alt="City view"> </div> </div>.hero-wrapperFailure 4:
<div class="how-do-i-wrapper">.how-do-i-wrapperImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.b1aa3717.1772202231.167dcd </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.b1aa3717.1772202231.167dcd</p>p:nth-child(3)Impact: minor
Failure 1:
<header id="widgetShareHeadereba60765-016a-487d-a7bb-8a84f69702af" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">#widgetShareHeadereba60765-016a-487d-a7bb-8a84f69702afFailure 2:
<header id="widgetSiteToolsHeader85b11b20-9c4b-4c9d-a647-b583995787b4" class="widgetHeader" tabindex="0" role="button" aria-haspopup="true">#widgetSiteToolsHeader85b11b20-9c4b-4c9d-a647-b583995787b4Impact: critical
Failure 1:
<div id="divTabbededcbb056-e5f4-433c-9002-e185c8ae1b19" class="widget widgetTabbed skin30 wide" data-widgetid="edcbb056-e5f4-433c-9002-e185c8ae1b19" role="tablist">#divTabbededcbb056-e5f4-433c-9002-e185c8ae1b19Impact: critical
Failure 1:
<a href="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_0" class="tabButton" role="tab" aria-controls="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_0" aria-selected="true" style="height: 48px;">.tabbedWidget.cpTabs.alignLeft > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_1" class="tabButton" role="tab" aria-controls="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_1" aria-selected="false" style="height: 48px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_2" class="tabButton" role="tab" aria-controls="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_2" aria-selected="false" style="height: 48px;">li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_3" class="tabButton" role="tab" aria-controls="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_3" aria-selected="false" style="height: 48px;">li:nth-child(4) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_0" class="tabButton" role="tab" aria-controls="#tabedcbb056-e5f4-433c-9002-e185c8ae1b19_0" aria-selected="true" style="height: 48px;">.tabbedWidget.cpTabs.alignLeft > .active > .tabButton[role="tab"]Impact: minor
Failure 1:
<h1 data-cprole="banner" id="banner2" class="logo empty"> <span id="banner2-15" style=" display: block; text-align: center; "><img alt="" class="bannerObject" height="80" src="/ImageRepository/Document?documentID=35136" width="377"></span> </h1>#banner2Impact: moderate
Failure 1:
<h3 data-headertext="How Can We Help?">How Can We Help?</h3>h3[data-headertext="How Can We Help?"]Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer2" class="search">#contentContainer2Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer2" class="search">#contentContainer2Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarImpact: serious
Failure 1:
<span class="menu-text">787.744.8833</span>#menu-item-11975 > .fusion-flex-link.fusion-bar-highlight[href="tel:787.744.8833"] > .menu-textFailure 2:
<span class="menu-text">Contáctenos</span>#menu-item-11976 > .fusion-flex-link.fusion-bar-highlight > .menu-textFailure 3:
<span class="menu-text">Directorio Municipal</span>#menu-item-11981 > .fusion-flex-link.fusion-bar-highlight > .menu-textFailure 4:
<span class="menu-text">Home Caguas</span>#menu-item-1959 > .fusion-bar-highlight[href$="caguas.gov.pr/"] > .menu-textFailure 5:
<a href="https://caguas.gov.pr/alcaldeentubarriosansalvador28feb2026/">Alcalde en Tu Barrio – San Salvador</a>#blog-1-post-34127 > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content.post-content > h2 > a… and 28 more failures for this rule
Impact: moderate
Failure 1:
<footer class="fusion-footer-widget-area fusion-widget-area">.fusion-footer-widget-areaImpact: moderate
Failure 1:
<footer class="fusion-footer-widget-area fusion-widget-area">.fusion-footer-widget-areaImpact: serious
Failure 1:
<a href="https://caguas.gov.pr/alcaldeentubarriosansalvador28feb2026/"> [...]</a>#blog-1-post-34127 > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content.post-content > .fusion-post-content-container > p > aFailure 2:
<a href="https://caguas.gov.pr/inauguraciondelasalaramonmonchitoosorio/"> [...]</a>#blog-1-post-34213 > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content.post-content > .fusion-post-content-container > p > aFailure 3:
<a href="https://caguas.gov.pr/vestidodeprom/"> [...]</a>#blog-1-post-22121 > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content.post-content > .fusion-post-content-container > p > aFailure 4:
<a href="https://caguas.gov.pr/compratucamisetadebienestaranimal/"> [...]</a>#blog-1-post-34188 > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content.post-content > .fusion-post-content-container > p > aFailure 5:
<a href="https://caguas.gov.pr/calendarioobraspublicasdel23al27defebrero/"> [...]</a>#blog-1-post-34174 > .fusion-post-wrapper > .fusion-post-content-wrapper > .fusion-post-content.post-content > .fusion-post-content-container > p > a… and 20 more failures for this rule
Impact: serious
Failure 1:
<a href="https://caguas.gov.pr/servicios/">.textwidget > p:nth-child(1) > aFailure 2:
<a href="https://caguas.gov.pr/eventos/"><img decoding="async" class="aligncenter wp-image-9733" src="https://caguas.gov.pr/wp-content/uploads/2025/05/Boton-Calendario-de-Eventos-Municipales.webp" alt="" width="180" height="119"></a>p:nth-child(2) > a[href$="eventos/"]Impact: moderate
Failure 1:
<html class="avada-html-layout-wi..." lang="en" prefix="og: http://ogp.me/ns..." data-useragent="Mozilla/5.0 (X11; Li...">htmlImpact: moderate
Failure 1:
<div class="fusion-sliding-bar-wrapper">.fusion-sliding-bar-wrapperImpact: minor
Failure 1:
<button type="button" role="presentation" class="owl-prev"><span class="add-prev"><i class="fas fa-long-arrow-alt-left"></i><span class="sr-only">Prev</span></span></button>.add-slider > .owl-nav > .owl-prev[type="button"]Failure 2:
<button type="button" role="presentation" class="owl-next"><span class="add-next"><i class="fas fa-long-arrow-alt-right"></i><span class="sr-only">Next</span></span></button>.add-slider > .owl-nav > .owl-next[type="button"]Failure 3:
<button type="button" role="presentation" class="owl-prev"><span aria-label="Previous">‹</span></button>.billboard-inner > .zone-slider.owl-carousel.owl-theme > .owl-nav > .owl-prev[type="button"]Failure 4:
<button type="button" role="presentation" class="owl-next"><span aria-label="Next">›</span></button>.billboard-inner > .zone-slider.owl-carousel.owl-theme > .owl-nav > .owl-next[type="button"]Failure 5:
<button type="button" role="presentation" class="owl-prev">.quote-slider > .owl-nav > .owl-prev[type="button"]… and 1 more failures for this rule
Impact: critical
Failure 1:
<ul class="nav nav-tabs nav-justified" role="tablist">.nav-justifiedImpact: serious
Failure 1:
<a href="#">GO</a>#word_cloud_go_btn > a[href="#"]Failure 2:
<a href="https://toaks.gov/index.php?section=events&evtid=412">City Hall Closed</a>.safe-blog-item.safe-blog-blog-widget:nth-child(2) > div > article > .safe-blog-standard-style > header > .safe-blog-blog-title > aFailure 3:
<a href="https://toaks.gov/index.php?section=events&evtid=476">Ventura County Landlords Fair Housing Workshop</a>.safe-blog-item.safe-blog-blog-widget:nth-child(3) > div > article > .safe-blog-standard-style > header > .safe-blog-blog-title > aFailure 4:
<a href="https://toaks.gov/index.php?section=events&evtid=324">Youth Commission Meeting</a>.safe-blog-item.safe-blog-blog-widget:nth-child(4) > div > article > .safe-blog-standard-style > header > .safe-blog-blog-title > aFailure 5:
<h6>Noel Doran, Assistant City Attorney, <span>Unique Employment Opportunity!</span></h6>.active.owl-item > .quote-safe-100-conent > ul > li:nth-child(2) > h6Impact: moderate
Failure 1:
<h4>Visit our virtual permit counter, TO/24</h4>.cloned.owl-item:nth-child(1) > .billboard-item > .billboard-text > h4Failure 2:
<h4>Enjoy year-round programming of all types!</h4>.cloned.owl-item:nth-child(2) > .billboard-item > .billboard-text > h4Failure 3:
<h4>Participate in a variety of ways!</h4>.active.owl-item > .billboard-item > .billboard-text > h4Failure 4:
<h4>Visit our virtual permit counter, TO/24</h4>.owl-item:nth-child(4) > .billboard-item > .billboard-text > h4Failure 5:
<h4>Enjoy year-round programming of all types!</h4>.owl-item:nth-child(5) > .billboard-item > .billboard-text > h4… and 4 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en" data-uw-w-loader="">htmlImpact: serious
Failure 1:
<ul class="add-slider owl-carousel owl-theme owl-loaded owl-drag">.add-sliderImpact: serious
Failure 1:
<li>.cloned.owl-item:nth-child(1) > liFailure 2:
<li>.cloned.owl-item:nth-child(2) > liFailure 3:
<li>.cloned.owl-item:nth-child(3) > liFailure 4:
<li>.active.owl-item:nth-child(4) > liFailure 5:
<li>.active.owl-item:nth-child(5) > li… and 7 more failures for this rule
Impact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">meta[name="viewport"]Impact: minor
Failure 1:
<button type="button" role="presentation" class="owl-prev"><span class="add-prev"><i class="fas fa-long-arrow-alt-left"></i><span class="sr-only">Prev</span></span></button>.add-slider > .owl-nav > .owl-prev[type="button"]Failure 2:
<button type="button" role="presentation" class="owl-next"><span class="add-next"><i class="fas fa-long-arrow-alt-right"></i><span class="sr-only">Next</span></span></button>.add-slider > .owl-nav > .owl-next[type="button"]Failure 3:
<button type="button" role="presentation" class="owl-prev"><span aria-label="Previous">‹</span></button>.billboard-inner > .zone-slider.owl-carousel.owl-theme > .owl-nav > .owl-prev[type="button"]Failure 4:
<button type="button" role="presentation" class="owl-next"><span aria-label="Next">›</span></button>.billboard-inner > .zone-slider.owl-carousel.owl-theme > .owl-nav > .owl-next[type="button"]Failure 5:
<button type="button" role="presentation" class="owl-prev">.quote-slider > .owl-nav > .owl-prev[type="button"]… and 1 more failures for this rule
Impact: moderate
Failure 1:
<div class="menu-icon-right"> <span class="span-open">☰</span> </div>.menu-icon-rightFailure 2:
<a href="javascript:void(0)" class="closebtn">×</a>.closebtnFailure 3:
<a class="offcanvas-link " href="index.php?section=yourcityhall">Your City Hall</a>a[href="index.php?section=yourcityhall"]Failure 4:
<a class="offcanvas-link " href="index.php?section=business">Business</a>a[href="index.php?section=business"]Failure 5:
<a class="offcanvas-link " href="index.php?section=programsandservices">Programs and Services</a>#mySidenav_ > ul > li:nth-child(3) > .offcanvas-link… and 24 more failures for this rule
Impact: serious
Failure 1:
<iframe id="tmg-widget-iframe" src="https://textmygov.co..." style="width: 255px; height...">#tmg-widget-iframeImpact: critical
Failure 1:
<img src="_assets_/images/translate-icon.png" class="translate icon">.translateImpact: moderate
Failure 1:
<div id="slider-caption"> <h1 class="slider-heading"> <span class="slider-section-top">Welcome to</span> <span class="slider-section-bottom">Topeka!</span> </h1> </div>#slider-captionFailure 2:
<img src="_assets_/images/side-img.png" alt="flower" class="home-side-img">.home-side-imgFailure 3:
<img id="tmg-widget-logo" src="dist/images/TextMyGov-Logo-R-Green.png" data-color="green" class="tmg-show" alt="Text My Gov Logo">#tmg-widget-iframeImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.bdaa3717.1772202351.155ac6d0 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.bdaa3717.1772202351.155ac6d0</p>p:nth-child(3)Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0">metaImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<div class="sidebar"><h2 class="fgd_icon">block</h2></div>.sidebarFailure 2:
<div class="main"><h3>Web Page Blocked!</h3><div class="notice"><p>The page cannot be displayed. Please contact the administrator for additional information.</p><p>URL: www.como.gov/<br><br>Client IP: 132.196.80.135<br>Attack ID: 20000051<br>Message ID: 000838460683</p><p></p></div></div>.mainImpact: minor
Failure 1:
<section class="MuiGrid2-root MuiGrid2-container MuiGrid2-direction-xs-row MuiGrid2-spacing-xs-1 prmbl-grid cpp-kbfj7k" role="toolbar" aria-label="Filters, Search, and Jump to Today button">iframe[title="Meetings & Agendas"]Impact: serious
Failure 1:
<a href="javascript:void(0);" class="trigger fa fa-search" aria-hidden="true"><span>Search</span></a>.triggerImpact: serious
Failure 1:
<span class="prmbl-skeletonLoader cpp-194 cpp-295" role="progressbar"><span aria-live="polite" aria-busy="true"><span class="react-loading-skeleton" style="width: 48px;"></span><br></span></span>iframe[title="Meetings & Agendas"]Impact: serious
Failure 1:
<div class="MuiGrid2-root MuiGrid2-container MuiGrid2-direction-xs-row prmbl-grid cpp-18ua6wv" id="eventListRow-undefined-datetime" aria-label="undefined event on undefined, undefined">iframe[title="Meetings & Agendas"]Failure 2:
<div id="events-container" class="flex-50" aria-label="Upcoming Events"><div class="inside-padding"><div class=""></div></div></div>#events-containerFailure 3:
<div id="signup-container" class="flex-50" aria-label="Sign Up"><div class="inside-padding"><div class=""></div></div></div>#signup-containerImpact: serious
Failure 1:
<div data-testid="page-numbers" aria-hidden="true" class="sc-23d94a00-0 Ohqik">1 / 28</div>iframe[allow="clipboard-write"]Impact: minor
Failure 1:
<h2 class="MuiTypography-root MuiTypography-h5 cpp-180 prmbl-typography cpp-18j93zf">iframe[title="Meetings & Agendas"]Impact: serious
Failure 1:
<iframe allow="clipboard-write" sandbox="allow-top-navigation..." allowfullscreen="true" style="position:absolute;bo..." src="https://e.issuu.com/...">iframe[allow="clipboard-write"]Impact: moderate
Failure 1:
<aside aria-label="Navigate to events from a specific date">iframe[title="Meetings & Agendas"]Impact: moderate
Failure 1:
<div id="menubar" role="navigation">#menubarFailure 2:
<main class="cpp-40">iframe[title="Meetings & Agendas"]Impact: moderate
Failure 1:
<meta id="viewport" name="viewport" content="width=320, initial-scale=1, maximum-scale=1, user-scalable=no">#viewportImpact: moderate
Failure 1:
<div id="skip"><a href="#page">Skip navigation</a></div>#skipFailure 2:
<span>Language</span>.translate_btn > span:nth-child(1)Failure 3:
<li id="loginPanel" class="fr"><a id="ctl00_lnkGateway" class="admin_menu" href="/gateway/Login.aspx?returnUrl=%2f">Login</a></li>#loginPanelFailure 4:
<div id="header-left">#header-leftFailure 5:
<section id="col-two">#col-two… and 3 more failures for this rule
Impact: serious
Failure 1:
<div class="icontext">Online <br>Payments</div>a[href$="online-payments"] > .icontextFailure 2:
<div class="icontext">Land <br>Parcels</div>a[href$="www.fargoparcels.com"] > .icontextFailure 3:
<h2>Residents</h2>.green-heading > h2Failure 4:
<h2>Visitors</h2>.orange-heading > h2Failure 5:
<a href="/news-events/calendar" data-key="2">City Calendar</a>a[data-key="2"]Impact: serious
Failure 1:
<input type="search" name="search" placeholder="Search..." autocomplete="off" title="Search" value="">input[type="search"]Impact: moderate
Failure 1:
<aside class="home-news-events" id="news-events">#news-eventsImpact: moderate
Failure 1:
<section class="homepage" id="home-hero">#home-heroFailure 2:
<article class="green-heading">.green-headingFailure 3:
<article class="orange-heading">.orange-headingFailure 4:
<article class="darkblue-heading">.darkblue-headingFailure 5:
<article class="blue-heading">.blue-heading… and 2 more failures for this rule
Impact: moderate
Failure 1:
<h6 class="text-info pb-3">About</h6>.ps-md-4 > h6Impact: moderate
Failure 1:
<footer id="footerBanner" class="">#footerBannerImpact: moderate
Failure 1:
<nav id="topNav">#topNavFailure 2:
<footer id="footerBanner" class="">#footerBannerImpact: moderate
Failure 1:
<div id="dnn_HeaderPane" class="s_pane">#dnn_HeaderPaneFailure 2:
<input name="dnn$dnnSearch$txtSearch" type="text" maxlength="255" size="20" id="dnn_dnnSearch_txtSearch" class="NormalTextBox" aria-label="Search" autocomplete="off" placeholder="Search...">#dnn_dnnSearch_txtSearchFailure 3:
<a id="dnn_dnnSearch_cmdSearch" class="SkinObject" href="javascript:__doPostBack('dnn$dnnSearch$cmdSearch','')">Discover</a>#dnn_dnnSearch_cmdSearchFailure 4:
<div class="content-title-description py-4 py-lg-5 text-blue">div[data-cb-instance="5602"] > .text-blue.py-4.py-lg-5Failure 5:
<div class="content-title-description py-4 py-lg-5 ">div[data-cb-instance="2836"] > .py-4.py-lg-5.content-title-description… and 8 more failures for this rule
Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.bdaa3717.1772202428.155afaba </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.bdaa3717.1772202428.155afaba</p>p:nth-child(3)Impact: critical
Failure 1:
<div id="divTabbed72f9eea8-e749-4b83-a4a7-069058cb87e1" class="widget widgetTabbed skin56 wide" data-widgetid="72f9eea8-e749-4b83-a4a7-069058cb87e1" role="tablist">#divTabbed72f9eea8-e749-4b83-a4a7-069058cb87e1Failure 2:
<div id="divTabbedbda88bf3-7199-44ec-b47c-bac3181a08a7" class="widget widgetTabbed skin63 narrow" data-widgetid="bda88bf3-7199-44ec-b47c-bac3181a08a7" role="tablist">#divTabbedbda88bf3-7199-44ec-b47c-bac3181a08a7Impact: critical
Failure 1:
<a href="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_0" class="tabButton" role="tab" aria-controls="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_0" aria-selected="true" style="height: 66px;">#divTabbed72f9eea8-e749-4b83-a4a7-069058cb87e1 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_1" class="tabButton" role="tab" aria-controls="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_1" aria-selected="false" style="height: 66px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabbda88bf3-7199-44ec-b47c-bac3181a08a7_0" class="tabButton" role="tab" aria-controls="#tabbda88bf3-7199-44ec-b47c-bac3181a08a7_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Facebook" contenteditable="false">Facebook</span></a>#divTabbedbda88bf3-7199-44ec-b47c-bac3181a08a7 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs > .active > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_0" class="tabButton" role="tab" aria-controls="#tab72f9eea8-e749-4b83-a4a7-069058cb87e1_0" aria-selected="true" style="height: 66px;">#divTabbed72f9eea8-e749-4b83-a4a7-069058cb87e1 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabbda88bf3-7199-44ec-b47c-bac3181a08a7_0" class="tabButton" role="tab" aria-controls="#tabbda88bf3-7199-44ec-b47c-bac3181a08a7_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Facebook" contenteditable="false">Facebook</span></a>#divTabbedbda88bf3-7199-44ec-b47c-bac3181a08a7 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="350" height="500" style="border:none;overflow..." scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media">#customHtmlac55531b-55c6-4e65-b03f-5e988f4dc711 > div > iframeImpact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer2a" class="search_ts">#contentContainer2aFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid6 > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlFailure 2:
<html><head></head><body></body></html>#customHtmlac55531b-55c6-4e65-b03f-5e988f4dc711 > div > iframeImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div data-cprole="banner" id="banner2" class="logo empty">#banner2Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader3205" class="widgetTitle"> <a href=" https://cvcpl.us/nLh210x" target="_self">City TEA (Totally Easy Agenda) for February 26, 2026 </a> </h4>#newsFlashItemHeader3205Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader5849d0bb-bc25-4717-a5ca-ba276a9001fb">#miniCalendarHeader5849d0bb-bc25-4717-a5ca-ba276a9001fbImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget3b0a56f3-9a10-450a-a76e-af048f14c96a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdvcf4fec53-4..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvcf4fec53-4a48-4087-b495-9714c27d8411Impact: serious
Failure 1:
<a href=" https://cvcpl.us/nLh210x" target="_self"><img class="media" src="/ImageRepository/Document?documentID=39844" alt="" data-delayed-image=""></a>li[data-index="0"] > a[href$="nLh210x"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=3196" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=39880" alt="" data-delayed-image=""></a>li[data-index="1"] > a[href="/CivicAlerts.aspx?AID=3196"][target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=3169" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=38988" alt="" data-delayed-image=""></a>li[data-index="6"] > a[href="/CivicAlerts.aspx?AID=3169"][target="_self"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeader58..." summary="This table represent...">tableFailure 4:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > pFailure 5:
<a id="calendarViewAll5849d0bb-bc25-4717-a5ca-ba276a9001fb" class="widgetViewAll" style="" href="/calendar.aspx?CID=22,32,35,39" aria-label="Calendar View All">See All Calendars</a>#calendarViewAll5849d0bb-bc25-4717-a5ca-ba276a9001fbImpact: critical
Failure 1:
<div id="divTabbed79d442c4-6ff5-4f4f-99c6-e8a55ba91514" class="widget widgetTabbed skin43 wide" data-widgetid="79d442c4-6ff5-4f4f-99c6-e8a55ba91514" role="tablist">#divTabbed79d442c4-6ff5-4f4f-99c6-e8a55ba91514Impact: critical
Failure 1:
<a href="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_0" class="tabButton" role="tab" aria-controls="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_0" aria-selected="true" style="height: 55px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_1" class="tabButton" role="tab" aria-controls="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_1" aria-selected="false" style="height: 55px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_0" class="tabButton" role="tab" aria-controls="#tab79d442c4-6ff5-4f4f-99c6-e8a55ba91514_0" aria-selected="true" style="height: 55px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader318" class="widgetTitle"> <a href="/614" target="_self">Feedback on draft ADA Transition Plan </a> </h4>#newsFlashItemHeader318Failure 2:
<h6 class="headline" style="font-size: 1.5em !important;margin:1em;">Contact Us</h6>#divEditoraa8f4443-3ce9-4f98-b404-0b1aadc46ba2 > .fr-view > h6Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgete4c2e171-5953-47ce-9972-2ef38f115278 > .cpGrid4.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: serious
Failure 1:
<a href="https://www.arvadaco.gov/1404/Cold-weather-shelter" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=6488" alt="" data-delayed-image=""></a>li[data-index="7"] > a[target="_self"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div class="fr-view">#divEditor7fcace73-8040-4049-81c3-c2d5cf525d19 > .fr-viewFailure 3:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 4:
<h4 class="widgetTitle">Sat, Feb. 28</h4>#widgetCalendar6e0df9e3-8f13-4064-a123-9df1a786a92a > .cpGrid2.widgetBody.cpGrid > .calendarInnerWrapper > .row.wide[data-event-list-row="true"] > .col1.col:nth-child(3) > ol > li:nth-child(1) > h4Failure 5:
<div style="" class="widgetDesc"> <strong><a href="/Calendar.aspx?EID=3563">Arvada Winterfest</a></strong> Arvada Winterfest is free outdoor multi-cultural celebration in the heart of Olde Town Arvada. Winte... </div>li[data-event-i-d="3563"] > .widgetDesc… and 12 more failures for this rule
Impact: serious
Failure 1:
<button class="btn base-btn-bg base-btn-bg base-btn-bg-solid base-btn-bg-hover-solid base-btn-text base-btn-borders accept-cookies" aria-label="Agree to cookie consent message"> <span></span> Agree </button>.base-btn-textFailure 2:
<a href="https://www.a2gov.org/residents-visitors/">Residents & Visitors</a>.no-child.mega-menu-dropdown.remove-dividers:nth-child(1) > span > aFailure 3:
<a href="https://www.a2gov.org/businesses/">Businesses</a>.no-child.mega-menu-dropdown.remove-dividers:nth-child(2) > span > aFailure 4:
<a href="https://www.a2gov.org/government/">Government</a>.no-child.mega-menu-dropdown.remove-dividers:nth-child(3) > span > aFailure 5:
<a href="https://www.a2gov.org/services/">Services</a>.no-child.mega-menu-dropdown.remove-dividers:nth-child(4) > span > a… and 1 more failures for this rule
Impact: minor
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=2">meta[name="viewport"]Impact: minor
Failure 1:
<svg class="svg-inline--fa fa-newspaper" role="presentation" aria-labelledby="svg-inline--fa-title-BQj1V8ULbGHk" data-prefix="far" data-icon="newspaper" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">.fa-newspaperFailure 2:
<svg class="svg-inline--fa fa-calendar" role="presentation" aria-labelledby="svg-inline--fa-title-4lRrlJHyoZAg" data-prefix="far" data-icon="calendar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg="">.utility_menu_icon__icon > .icon > .fa-calendar[data-icon="calendar"][viewBox="0 0 448 512"]Failure 3:
<svg class="svg-inline--fa fa-map" role="presentation" aria-labelledby="svg-inline--fa-title-qXw7fOOnH3pJ" data-prefix="far" data-icon="map" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg="">.fa-mapFailure 4:
<svg class="svg-inline--fa fa-phone" role="presentation" aria-labelledby="svg-inline--fa-title-hFULZ3Zv1LNj" data-prefix="far" data-icon="phone" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">.icon > .fa-phone[data-icon="phone"][viewBox="0 0 512 512"]Failure 5:
<svg class="svg-inline--fa fa-magnifying-glass" role="presentation" aria-labelledby="svg-inline--fa-title-qXLWQiDqCAUc" data-prefix="far" data-icon="magnifying-glass" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">.fa-magnifying-glass… and 53 more failures for this rule
Impact: moderate
Failure 1:
<h1 class="visually-hidden">City of Independence Missouri</h1>h1Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.ee263e17.1772202594.702861ff </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.ee263e17.1772202594.702861ff</p>p:nth-child(3)Impact: critical
Failure 1:
<button class="glide__bullet" data-glide-dir="=0" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }"></button>button[data-glide-dir="=0"]Failure 2:
<button class="glide__bullet" data-glide-dir="=1" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }"></button>button[data-glide-dir="=1"]Failure 3:
<button class="glide__bullet" data-glide-dir="=2" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }"></button>button[data-glide-dir="=2"]Failure 4:
<button class="glide__bullet" data-glide-dir="=3" data-gtm-click="" data-gtm-vars="{ "tClient_ga4" : { "linkObject" : "Slider \| Slide Bullet" } }"></button>button[data-glide-dir="=3"]Impact: serious
Failure 1:
<iframe width="0" height="0" name="Trade Desk Tracking - Lafayette - Retargeting - Site" frameborder="0" scrolling="no" src="https://insight.adsrvr.org/tags/s74zw9x/o402w7b/iframe"></iframe>body > iframe[scrolling="no"]Impact: moderate
Failure 1:
<html lang="en-us">htmlImpact: moderate
Failure 1:
<a class="skip-link sr-only" href="#slideshow-container">Skip navigation</a>a[href$="#slideshow-container"]Failure 2:
<a class="skip-link sr-only" href="#main-content">Skip to main content</a>a[href$="#main-content"]Failure 3:
<section class="ccl-widget core-hero..." data-guid="5abee1e4-a060-4510-a..." data-js="plugins_collections_..." data-gtm-vars="{ "tClient_ga4" : { ..." style="opacity: 0;" data-lazy-index="0">.core-hero-imageFailure 4:
<div class="panel-intro" data-guid="d24d01d3-c46d-4efd-acf1-41ef1886130a">.panel-introFailure 5:
<div class="img-cont">.core-side-by-side > .slides[data-slides=""] > article > .inner > .slide-top > .img-cont… and 29 more failures for this rule
Impact: critical
Failure 1:
<button _ngcontent-timely-calendar-c142="" type="button" class="timely-agenda-event-details-toggle" aria-controls="timely-agenda-event-details-76940969" aria-label="Expand event details">iframe[title="timely-iframe-embed-0"]Failure 2:
<button _ngcontent-timely-calendar-c142="" type="button" class="timely-agenda-event-details-toggle" aria-controls="timely-agenda-event-details-78280610" aria-label="Expand event details">iframe[title="timely-iframe-embed-2"]Impact: serious
Failure 1:
<span _ngcontent-timely-calendar-c142="" class="timely-agenda-event-title-text timely-title-text" style="color: rgb(73, 141, 84);"> Mexican Border Service Statue Dedication <!----></span>iframe[title="timely-iframe-embed-2"]Impact: moderate
Failure 1:
<main id="site-content" tabindex="-1">#site-contentImpact: minor
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=2">meta[name="viewport"]Impact: serious
Failure 1:
<div class="image background-ima..." style="background-image: ur..." data-bgset="/media/0qaapnyn/5407..." role="img" aria-label="">.lazyloaded.background-image[role="img"]Failure 2:
<div class="image background-ima..." style="background-image:url..." data-bgset="/media/o3tpeowh/city..." role="img" aria-label="">.lazyloadingFailure 3:
<div class="image lazyload backg..." style="background-image:url..." data-bgset="/media/jgfdjwxv/city..." data-sizes="auto" role="img" aria-label="">.usn_cmp_newsfeed > .component-background-image.background-image[data-sizes="auto"]Failure 4:
<div class="image lazyload backg..." style="background-image:url..." data-bgset="/media/h2qdsqfc/cs-l..." data-sizes="auto" role="img" aria-label="">.has-box-shadows.usn_cmp_pods.base-bg-solid:nth-child(7) > .component-background-image.background-image[data-sizes="auto"]Impact: serious
Failure 1:
<div class="top-link-wrap tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.top-link-wrap.tns-slide-cloned[aria-hidden="true"]:nth-child(1)Failure 2:
<div class="top-link-wrap tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.top-link-wrap.tns-slide-cloned[aria-hidden="true"]:nth-child(2)Failure 3:
<div class="top-link-wrap tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.top-link-wrap.tns-slide-cloned[aria-hidden="true"]:nth-child(3)Failure 4:
<div class="top-link-wrap tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.top-link-wrap.tns-slide-cloned[aria-hidden="true"]:nth-child(4)Failure 5:
<div class="top-link-wrap tns-item" id="top-links-slider-item0" aria-hidden="true" tabindex="-1">#top-links-slider-item0… and 43 more failures for this rule
Impact: critical
Failure 1:
<button class="flex items-center justify-center px-4 py-3 text-white bg-[#4900ff] hover:bg-blue-600 transition-colors border border-gray-300 rounded-r-lg mr-1 my-1 disabled:opacity-50 disabled:cursor-not-allowed">#searchBoxFrameImpact: serious
Failure 1:
<span class="section-title-first">Explore</span>#b-quick-links-in > .section-top > .has-edit-buttons.yes-has-edit-buttons > .section-title > .section-title-firstImpact: moderate
Failure 1:
<div id="app-userway-wrap"> <span id="app-userway-btn"> <img src="_assets_/images/ada-aside-icon.png" alt="userway"> </span> </div>#app-userway-wrapImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.441fd717.1772202668.daa437f </p>p:nth-child(3)Failure 3:
<p>https://errors.edgesuite.net/18.441fd717.1772202668.daa437f</p>p:nth-child(4)Impact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.palmbayfl.gov/" on this server.<p> Reference #18.85aa3717.1772202672.cf77c8c </p><p>https://errors.edgesuite.net/18.85aa3717.1772202672.cf77c8c</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.palmbayfl.gov/" on this server.<p> Reference #18.85aa3717.1772202672.cf77c8c </p><p>https://errors.edgesuite.net/18.85aa3717.1772202672.cf77c8c</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.85aa3717.1772202672.cf77c8c </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.85aa3717.1772202672.cf77c8c</p>p:nth-child(3)Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.e5263e17.1772202675.4f7387f0 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e5263e17.1772202675.4f7387f0</p>p:nth-child(3)Impact: minor
Failure 1:
<article class="elementor-post elementor-grid-item post-805356 news type-news status-publish has-post-thumbnail hentry tag-top-news department-category-transportation" role="listitem">.post-805356Failure 2:
<article class="elementor-post elementor-grid-item post-805478 news type-news status-publish has-post-thumbnail hentry tag-top-news" role="listitem">.post-805478Failure 3:
<article class="elementor-post elementor-grid-item post-805305 news type-news status-publish has-post-thumbnail hentry tag-top-news" role="listitem">.post-805305Failure 4:
<article class="elementor-post elementor-grid-item post-805039 news type-news status-publish has-post-thumbnail hentry tag-top-news department-category-transportation" role="listitem">.post-805039Failure 5:
<article class="elementor-post elementor-grid-item post-804359 news type-news status-publish has-post-thumbnail hentry tag-top-news" role="listitem">.post-804359Impact: serious
Failure 1:
<div data-slide-duration="0" data-id="398" data-slide-public-id="2" aria-hidden="true" data-title="MyMeter" data-haslink="1" data-href="https://www.roundroc..." tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n...">.n2-ss-slide-398Failure 2:
<div data-slide-duration="0" data-id="289" data-slide-public-id="3" aria-hidden="true" data-title="downtown" data-haslink="1" data-href="https://downtownroundrocktexas.com/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-289">.n2-ss-slide-289Failure 3:
<div data-slide-duration="0" data-id="205" data-slide-public-id="4" aria-hidden="true" data-title="STR" data-haslink="1" data-href="https://shoptherock.com/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n2-ss-slide-205">.n2-ss-slide-205Failure 4:
<div data-slide-duration="0" data-id="37" data-slide-public-id="5" aria-hidden="true" data-title="Connect with Us" data-haslink="1" data-href="https://www.roundroc..." tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n...">.n2-ss-slide-37Impact: serious
Failure 1:
<a href="https://www.roundrocktexas.gov/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a>ul[data-smartmenus-id="17722026795312412"] > .menu-item-605501.menu-item-home.current-menu-item > .elementor-item-active.elementor-item[aria-current="page"]Failure 2:
<p>Construction contract expected to return to Council for approval this fall</p>.post-805356 > .elementor-post__text > .elementor-post__excerpt > pFailure 3:
<p>City’s job market particularly stands out from the rest </p>.post-805478 > .elementor-post__text > .elementor-post__excerpt > pFailure 4:
<p>Submissions due by March 6</p>.post-805305 > .elementor-post__text > .elementor-post__excerpt > pFailure 5:
<p>Completion expected in late spring 2026</p>.post-805039 > .elementor-post__text > .elementor-post__excerpt > p… and 26 more failures for this rule
Impact: moderate
Failure 1:
<h4 class="elementor-post__title"> <a href="https://www.roundrocktexas.gov/news/round-rock-green-lights-design-for-traffic-signal-at-chandler-creek-and-kenney-fort/"> Round Rock green lights design for traffic signal at Chandler Creek and Kenney Fort </a> </h4>.post-805356 > .elementor-post__text > .elementor-post__titleFailure 2:
<h4 class="elementor-heading-title elementor-size-default">Site Search</h4>.elementor-element-475b3844 > .elementor-widget-container > .elementor-size-defaultImpact: serious
Failure 1:
<input placeholder="" class="hfe-search-form__input" type="search" name="s" title="Search" value="" style="padding-right: 42px;">.elementor-sticky--active > .elementor-column-gap-no.elementor-container > .elementor-element-733a676c.elementor-col-25[data-id="733a676c"] > .elementor-element-populated.elementor-widget-wrap > .elementor-element-76a0940e.hfe-search-layout-icon.elementor-widget-hfe-search-button > .elementor-widget-container > .hfe-search-button-wrapper > .hfe-search-icon-toggle > .hfe-search-form__input[placeholder=""][title="Search"]Impact: moderate
Failure 1:
<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">.elementor-sticky--active > .elementor-column-gap-no.elementor-container > .elementor-element-19408db3.elementor-hidden-mobile[data-id="19408db3"] > .elementor-element-populated.elementor-widget-wrap > .elementor-element-71a3c6fa.elementor-nav-menu__align-end[data-id="71a3c6fa"] > .elementor-widget-container > .elementor-nav-menu--main.elementor-nav-menu--layout-horizontal.e--pointer-noneFailure 2:
<search role="search">.elementor-element-6e9fff69 > .elementor-widget-container > searchImpact: serious
Failure 1:
<a class="elementor-post__thumbnail__link" href="https://www.roundrocktexas.gov/news/round-rock-green-lights-design-for-traffic-signal-at-chandler-creek-and-kenney-fort/" tabindex="-1">.post-805356 > .elementor-post__thumbnail__linkFailure 2:
<a class="elementor-post__thumbnail__link" href="https://www.roundrocktexas.gov/news/round-rock-makes-u-s-news-and-world-report-best-places-to-live-list/" tabindex="-1">.post-805478 > .elementor-post__thumbnail__linkFailure 3:
<a class="elementor-post__thumbnail__link" href="https://www.roundrocktexas.gov/news/round-rock-seeking-nominations-for-neighborhood-leader-conference-awards/" tabindex="-1">.post-805305 > .elementor-post__thumbnail__linkFailure 4:
<a class="elementor-post__thumbnail__link" href="https://www.roundrocktexas.gov/news/mays-street-bridge-project-creates-lane-closures-in-downtown-round-rock-area/" tabindex="-1">.post-805039 > .elementor-post__thumbnail__linkFailure 5:
<a class="elementor-post__thumbnail__link" href="https://www.roundrocktexas.gov/news/chip-readers-helping-to-reunite-round-rock-pets-owners/" tabindex="-1">.post-804359 > .elementor-post__thumbnail__linkImpact: serious
Failure 1:
<div data-first="1" data-slide-duration="0" data-id="36" data-slide-public-id="1" data-title="Stage 1 Watering Res..." data-haslink="1" data-href="https://www.roundroc..." tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow n...">.n2-ss-slide-36Impact: moderate
Failure 1:
<html lang="en-US" class="n2webp">htmlImpact: serious
Failure 1:
<div class="status">Ended 5 PM, 2/24</div>.green.card:nth-child(1) > a[href$="snow"][target=""] > .container > .statusFailure 2:
<div class="status">Regular Hours</div>.green.card:nth-child(2) > a[href$="snow"][target=""] > .container > .statusFailure 3:
<div class="status">Regular Hours</div>.green.card:nth-child(3) > .container > .statusFailure 4:
<div class="status">Regular Hours</div>.green.card:nth-child(4) > a[href$="snow"][target=""] > .container > .statusFailure 5:
<div class="status">Regular Hours</div>a[target="_blank"][rel="noopener noreferrer"] > .container > .statusImpact: moderate
Failure 1:
<h4 class="title">Career Center</h4>.item.withButton[runat="server"]:nth-child(1) > h4Impact: minor
Failure 1:
<img src="/-/media/Images/Resources/Nimblebot/Jobs.svg?h=308&iar=0&w=348&hash=B1D125B967F07B6197A4B947C40D9150" class="icon" alt="Apply for a Job" width="348" height="308">img[alt="Apply for a Job"]Impact: moderate
Failure 1:
<a href="#" onclick="showFeedbackDialog();" id="btnFeedback" class="btnFeedback">Contact Us</a>#btnFeedbackImpact: critical
Failure 1:
<meta http-equiv="refresh" content="360">meta[http-equiv="refresh"]Impact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.contact-us-widget > .footer-titleImpact: moderate
Failure 1:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" slick-uniqueid="3" data-uw-w-loader="">htmlImpact: moderate
Failure 1:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" slick-uniqueid="3" data-uw-w-loader="">htmlImpact: moderate
Failure 1:
<div class="splashColContainer">.splashColContainerFailure 2:
<div class="serviceIconsContainer">.serviceIconsContainerFailure 3:
<div id="contentContainer">#contentContainerFailure 4:
<div id="footer" class="clearfix">#footerImpact: moderate
Failure 1:
<h3>Stay Up To Date</h3>.stay-up-to-date > h3Impact: critical
Failure 1:
<div id="divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390" class="widget widgetTabbed skin20 wide" data-widgetid="22adc9a9-cef3-488d-9a06-8a8797b70390" role="tablist">#divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390Failure 2:
<div id="divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929" class="widget widgetTabbed skin21 wide" data-widgetid="98e39e69-c9a5-4b20-a262-d2a9c0c97929" role="tablist">#divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929Impact: critical
Failure 1:
<a href="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_0" class="tabButton" role="tab" aria-controls="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_0" aria-selected="true" style="height: 128px;">#divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_1" class="tabButton" role="tab" aria-controls="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_1" aria-selected="false" style="height: 128px;">#divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_2" class="tabButton" role="tab" aria-controls="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_2" aria-selected="false" style="height: 128px;">li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tab98e39e69-c9a5-4b20-a262-d2a9c0c97929_0" class="tabButton" role="tab" aria-controls="#tab98e39e69-c9a5-4b20-a262-d2a9c0c97929_0" aria-selected="true" style="height: 69px;">#divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 5:
<a href="#tab98e39e69-c9a5-4b20-a262-d2a9c0c97929_1" class="tabButton" role="tab" aria-controls="#tab98e39e69-c9a5-4b20-a262-d2a9c0c97929_1" aria-selected="false" style="height: 69px;">#divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_0" class="tabButton" role="tab" aria-controls="#tab22adc9a9-cef3-488d-9a06-8a8797b70390_0" aria-selected="true" style="height: 128px;">#divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab98e39e69-c9a5-4b20-a262-d2a9c0c97929_0" class="tabButton" role="tab" aria-controls="#tab98e39e69-c9a5-4b20-a262-d2a9c0c97929_0" aria-selected="true" style="height: 69px;">#divTabbed98e39e69-c9a5-4b20-a262-d2a9c0c97929 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="500" height="1000" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">iframe[width="500"]Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetf3682c15-4c43-41a8-ac8d-18cc52a60335 > .cpGrid4.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlFailure 2:
<html><head></head><body></body></html>iframe[width="500"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed22adc9a9-cef3-488d-9a06-8a8797b70390 > .tabbedWidget.cpTabsFailure 3:
<div class="widgetHeader "> <div class=""> <h3 id="calendarHeader40850bc9-3443-4d83-8c8f-cd9fde99e6d3"><a style="" href="/calendar.aspx?CID=55">Calendar</a></h3> </div> </div>#widgetCalendar40850bc9-3443-4d83-8c8f-cd9fde99e6d3 > .widgetHeaderFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader40850bc9-3443-4d83-8c8f-cd9fde99e6d3 > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeader40..." summary="This table represent...">#widgetCalendar40850bc9-3443-4d83-8c8f-cd9fde99e6d3 > .mediaAbove.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar[data-minicalendar="true"] > table… and 4 more failures for this rule
Impact: critical
Failure 1:
<button class="eedee-gutenslider-nav eedee-gutenslider-prev">.eedee-gutenslider-prevFailure 2:
<button class="eedee-gutenslider-nav eedee-gutenslider-next">.eedee-gutenslider-nextImpact: moderate
Failure 1:
<header id="wjcmasthead" role="banner" class="">#wjcmastheadImpact: moderate
Failure 1:
<nav id="main-nav" class="menu" role="navigation">#main-navImpact: moderate
Failure 1:
<html lang="en-US" class="fade-out loading wf-...">htmlImpact: moderate
Failure 1:
<figure class="anchor-image">.anchor-imageImpact: critical
Failure 1:
<div id="divTabbed644b2321-45a6-4413-a445-b10c832bcb1d" class="widget widgetTabbed skin53 wide" data-widgetid="644b2321-45a6-4413-a445-b10c832bcb1d" role="tablist">#divTabbed644b2321-45a6-4413-a445-b10c832bcb1dImpact: critical
Failure 1:
<a href="#tab644b2321-45a6-4413-a445-b10c832bcb1d_0" class="tabButton" role="tab" aria-controls="#tab644b2321-45a6-4413-a445-b10c832bcb1d_0" aria-selected="true" style="height: 70px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab644b2321-45a6-4413-a445-b10c832bcb1d_1" class="tabButton" role="tab" aria-controls="#tab644b2321-45a6-4413-a445-b10c832bcb1d_1" aria-selected="false" style="height: 70px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab644b2321-45a6-4413-a445-b10c832bcb1d_2" class="tabButton" role="tab" aria-controls="#tab644b2321-45a6-4413-a445-b10c832bcb1d_2" aria-selected="false" style="height: 70px;"><span class="tabName editable" data-sequence="2" data-tabname="Library" contenteditable="false">Library</span></a>li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab644b2321-45a6-4413-a445-b10c832bcb1d_0" class="tabButton" role="tab" aria-controls="#tab644b2321-45a6-4413-a445-b10c832bcb1d_0" aria-selected="true" style="height: 70px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<input type="email" placeholder="Your Email Address">input[type="email"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2471" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2471" target="_self">Bay Trail Construction Arrives at Point Molate Beach Park </a> </h4>#newsFlashItemHeader2471Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader26a66078-82b9-4bff-a472-95566d78fd79">#miniCalendarHeader26a66078-82b9-4bff-a472-95566d78fd79Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetac5f65f1-37bd-4288-9688-0e187c27f476 > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdva67c8a23-2..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdva67c8a23-2c73-4603-9098-9aeaec3cfe49Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=2469" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=77752" alt="NewsFlash - Election News" data-delayed-image=""></a>li[data-index="2"] > a[href="/CivicAlerts.aspx?AID=2469"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=2173" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=62004" alt="Banner - KCRT Promo" data-delayed-image=""></a>li[data-index="7"] > a[href="/CivicAlerts.aspx?AID=2173"][target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=2333" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=66067" alt="NewsFlash - Passport Services" data-delayed-image=""></a>li[data-index="8"] > a[href="/CivicAlerts.aspx?AID=2333"][target="_self"]Failure 4:
<a href="http://maps.google.c..." target="_self">a[target="_self"]:nth-child(2)Impact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(34, 34, 34); z-index: 1;">#\31 _divAlertBarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader26a66078-82b9-4bff-a472-95566d78fd79 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeader26..." summary="This table represent...">#widgetCalendar26a66078-82b9-4bff-a472-95566d78fd79 > .cpGrid2.mediaLeft.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<div class="col col1 first last">#widgetCalendar26a66078-82b9-4bff-a472-95566d78fd79 > .cpGrid2.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > .col1.first.last… and 2 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader24dd7443-f8b0-492a-b279-e0d989bb699c">#miniCalendarHeader24dd7443-f8b0-492a-b279-e0d989bb699cFailure 2:
<h4 id="newsFlashItemHeader19715" class="widgetTitle"> <a href="https://www.westminsterco.gov/187/Access-Westminster" target="_self">Contact us via Access Westminster </a> </h4>#newsFlashItemHeader19715Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget0cafd166-8c6f-490f-b1d6-dc633a5b921d > .cpGrid5.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="widgetQuicklink66fc8..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink66fc8b99-652a-4186-a973-cded52dd4983Failure 3:
<section id="divInfoAdvdd8f6b7f-9..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvdd8f6b7f-9add-4194-8bb9-421f4f9afe01Impact: moderate
Failure 1:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 2:
<table role="grid" aria-labelledby="miniCalendarHeader24..." summary="This table represent...">tableFailure 3:
<div class="col col1 first ">div[data-event-list-row="true"] > .col1.first.colFailure 4:
<div class="col col1 last">div[data-event-list-row="true"] > .col1.last.colFailure 5:
<a id="calendarViewAll24dd7443-f8b0-492a-b279-e0d989bb699c" class="widgetViewAll" style="" href="/calendar.aspx?CID=14,22" aria-label="Calendar View All">View All Events</a>#calendarViewAll24dd7443-f8b0-492a-b279-e0d989bb699c… and 1 more failures for this rule
Impact: serious
Failure 1:
<a id="ctlEvents_Mod_3737_EventID_105392_EventDate_2026Feb09" href="https://www.manchesternh.gov/City-Of-Manchester/ModuleID/3737/ItemID/105392/mctl/EventDetails" style="color:White;">CANCELED: Highway Commission</a>#ctlEvents_Mod_3737_EventID_105392_EventDate_2026Feb09Failure 2:
<a id="ctlEvents_Mod_3737_EventID_105221_EventDate_2026Feb12" href="https://www.manchesternh.gov/City-Of-Manchester/ModuleID/3737/ItemID/105221/mctl/EventDetails" style="color:White;">Manchester Development Corporation Board of Directors Meeting</a>#ctlEvents_Mod_3737_EventID_105221_EventDate_2026Feb12Failure 3:
<td class="EventSelectedDay EventTodayDay EventDay" align="center" valign="top">27<div class="EventDayScroll"></div></td>.EventSelectedDayImpact: moderate
Failure 1:
<h5>Absentee Ballot</h5>.col-lg-4.col-sm-6:nth-child(1) > .city_department_fig > .city_department_text > h5Impact: moderate
Failure 1:
<html lang="en-US" class=" js no-touch cssanimations csstransitions">htmlFailure 2:
<html ng-app="iApp" ng-controller="frameController as fc" class="ng-scope">#weatherwidget-io-0Impact: moderate
Failure 1:
<div class="medium_text">Welcome To Manchester</div>.medium_textFailure 2:
<a class="weatherwidget-io" data-basecolor="#4074c7" data-font="Roboto" data-label_1="MANCHESTER" data-label_2="WEATHER" data-lowcolor="#ffffff" data-mode="Current" data-raincolor="#ffffff" data-theme="original" href="https://forecast7.co..." style="display: block; posi...">.weatherwidget-ioFailure 3:
<div class="HomeBannerServices">.HomeBannerServicesFailure 4:
<div class="container">#content > .containerFailure 5:
<div class="DnnModule DnnModule-efforityWF_HTML DnnModule-8028">.DnnModule-8028… and 4 more failures for this rule
Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader578" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=578" target="_self">City Hall Hours & Operations </a> </h4>#newsFlashItemHeader578Impact: moderate
Failure 1:
<div class="widget slideShow skin66" role="region" aria-label="Slideshow" id="slideshow51b2a32f-eab1-4d00-a990-90bc3d1e7cef" aria-haspopup="false" data-widgetid="51b2a32f-eab1-4d00-a990-90bc3d1e7cef">#slideshow51b2a32f-eab1-4d00-a990-90bc3d1e7cefFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget2b6ba530-2001-4471-a032-8c4b6bb29d2b > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdved830b0d-a..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdved830b0d-a16c-48ef-9b56-dcb1912e25d1Failure 4:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlashad1df..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlashad1df44f-d347-41f7-81b1-117af5ab1d73Impact: serious
Failure 1:
<a href="https://cityoflowellma.munisselfservice.com/ess/employmentopportunities/default.aspx" target="_self">.cpWindowad1df44f-d347-41f7-81b1-117af5ab1d73 > .cpSlider > .widgetItem[data-index="2"] > a[target="_self"]Failure 2:
<a href="https://www.lowellma.gov/199/Board-and-Commission-Opportunities" target="_self">.cpWindowad1df44f-d347-41f7-81b1-117af5ab1d73 > .cpSlider > .widgetItem[data-index="3"] > a[target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=994" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=33735" alt="WinterFest returns on February 28, 2026" data-delayed-image=""></a>.widgetItem[data-index="1"] > a[href="/CivicAlerts.aspx?AID=994"][target="_self"]Failure 4:
<a href="/CivicAlerts.aspx?AID=1007" target="_self">.widgetItem[data-index="2"] > a[href="/CivicAlerts.aspx?AID=1007"][target="_self"]Failure 5:
<a href="/CivicAlerts.aspx?AID=1008" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=34003" alt="One Title Announcement (2)" data-delayed-image=""></a>.widgetItem[data-index="3"] > a[href="/CivicAlerts.aspx?AID=1008"][target="_self"]… and 12 more failures for this rule
Impact: moderate
Failure 1:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 2:
<table role="grid" aria-labelledby="miniCalendarHeader11..." summary="This table represent...">tableFailure 3:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > pFailure 4:
<a id="calendarViewAll11d3779a-e67a-4730-b83d-64ef6d0bd5d7" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=62,64,14" aria-label="Calendar View All">View All Events</a>#calendarViewAll11d3779a-e67a-4730-b83d-64ef6d0bd5d7Impact: minor
Failure 1:
<article id="OcSlideshow_oc_flex_..." class="slide slide-1 anchor..." style="background-image: ur..." data-thumb-alt="" role="tabpanel" aria-labelledby="OcSlideshow_oc_flex_..." aria-hidden="false">#OcSlideshow_oc_flex_slide_1Impact: serious
Failure 1:
<div id="prefix-overlay-outer" tabindex="0" role="dialog" aria-modal="true" aria-describedby="prefix-overlay-step1" style="height: 330px;">#prefix-overlay-outerImpact: critical
Failure 1:
<div class="controls" aria-controls="OcSlideshow_oc_flex_viewport" role="toolbar">.controlsImpact: critical
Failure 1:
<div id="divTabbedc925088b-6f16-4459-867f-aac8cbdc3a9d" class="widget widgetTabbed skin60 wide" data-widgetid="c925088b-6f16-4459-867f-aac8cbdc3a9d" role="tablist">#divTabbedc925088b-6f16-4459-867f-aac8cbdc3a9dImpact: critical
Failure 1:
<a href="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_0" class="tabButton" role="tab" aria-controls="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_0" aria-selected="true" style="height: 46px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>.alignLeft.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_1" class="tabButton" role="tab" aria-controls="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_1" aria-selected="false" style="height: 46px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_0" class="tabButton" role="tab" aria-controls="#tabc925088b-6f16-4459-867f-aac8cbdc3a9d_0" aria-selected="true" style="height: 46px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>.alignLeft.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="400" height="450" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">iframe[width="400"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader100" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=100" target="_blank" aria-label="Applications Open - General Plan Advisory Committee Opens in new window">Applications Open - General Plan Advisory Committee </a> </h4>#newsFlashItemHeader100Failure 2:
<h4 id="newsFlashItemHeader93" class="widgetTitle"> <a href="/739/Boards-Commissions" target="_blank" aria-label="Current Boards/Commission/Committees Vacancies Opens in new window">Current Boards/Commission/Committees Vacancies </a></h4>li[data-news-i-d="93"] > .text > h4Impact: moderate
Failure 1:
<section id="divInfoAdv182971b8-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv182971b8-8747-4bb9-884e-f3b05343e405Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget638715e6-788f-4db5-b795-0a872b537eaa > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlashb49c7..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlashb49c7864-3d22-41a4-91c2-1b893c42263bFailure 4:
<section id="widgetQuicklinkf2fe6..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-labelledby="quickLinksHeaderf2fe...">#widgetQuicklinkf2fe6795-8240-464a-93e0-f192c40528a7Impact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(34, 34, 34); z-index: 2;">#\31 _divAlertBarFailure 2:
<div class="cpToolbar user public" style="z-index: 1;">.userFailure 3:
<ol class="tabbedWidget cpTabs alignLeft" style="display: table;">.alignLeft.tabbedWidget.cpTabsFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader210df29a-8f2b-4024-b457-ca0dd71eb633 > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeader21..." summary="This table represent...">#widgetCalendar210df29a-8f2b-4024-b457-ca0dd71eb633 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > table… and 3 more failures for this rule
Impact: serious
Failure 1:
<a id="arrowPrev_banner1" tabindex="0" class="arrowNew prev" aria-label="Banner Arrow Previous"><svg style=" " class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowLeft"></use></svg></a>#arrowPrev_banner1Failure 2:
<a id="arrowNext_banner1" tabindex="0" class="arrowNew next" aria-label="Banner Arrow Next"><svg style=" " class=""><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#iconSlideshowArrowRight"></use></svg></a>#arrowNext_banner1Impact: critical
Failure 1:
<div id="divTabbed37b367f0-5ce2-430c-9fe4-0ce1df19422e" class="widget widgetTabbed skin60 wide" data-widgetid="37b367f0-5ce2-430c-9fe4-0ce1df19422e" role="tablist">#divTabbed37b367f0-5ce2-430c-9fe4-0ce1df19422eImpact: critical
Failure 1:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_0" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_0" aria-selected="true" style="height: 69px;">.alignCenter > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_1" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_1" aria-selected="false" style="height: 69px;"><span class="tabName editable" data-sequence="1" data-tabname="Events" contenteditable="false">Events</span></a>li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_2" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_2" aria-selected="false" style="height: 69px;">li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_3" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_3" aria-selected="false" style="height: 69px;">li:nth-child(4) > .tabButton[role="tab"]Failure 5:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_4" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_4" aria-selected="false" style="height: 69px;">li:nth-child(5) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_0" class="tabButton" role="tab" aria-controls="#tab37b367f0-5ce2-430c-9fe4-0ce1df19422e_0" aria-selected="true" style="height: 69px;">.alignCenter > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<a href="https://connect.civicplus.com/referral">CivicPlus®</a>.cpBylineTextTS > aImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget451f0963-4436-4afd-aeca-5ccafa673055 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlashc3cf0..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlashc3cf006c-8a78-4e3b-b675-ac029d8f3764Failure 3:
<section id="divInfoAdve86572a2-f..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdve86572a2-f36b-4682-89bd-264ab96b5c7cImpact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div id="bannerSlideshowControls_banner1" class="bannerSlideshowControlsNew centered container " style="">#bannerSlideshowControls_banner1Failure 3:
<div class="widgetHeader"> <div class=""> <h3>Live</h3> </div> </div>#graphicLinkWidget2b557c39-28a3-46e7-8380-0bfcd5717d0e > .widgetHeaderFailure 4:
<div class="widgetHeader"> <div class=""> <h3>Work</h3> </div> </div>#graphicLinkWidgetff6898d7-c0d3-4522-8ace-ca5d4318f571 > .widgetHeaderFailure 5:
<div class="widgetHeader"> <div class=""> <h3>Play</h3> </div> </div>#graphicLinkWidget2ff44f73-6a4c-4979-b926-f5a9b3bfe889 > .widgetHeader… and 6 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed95bf2877-da43-4d15-b948-3c7b4a761622" class="widget widgetTabbed skin59 wide" data-widgetid="95bf2877-da43-4d15-b948-3c7b4a761622" role="tablist">#divTabbed95bf2877-da43-4d15-b948-3c7b4a761622Impact: critical
Failure 1:
<a href="#tab95bf2877-da43-4d15-b948-3c7b4a761622_0" class="tabButton" role="tab" aria-controls="#tab95bf2877-da43-4d15-b948-3c7b4a761622_0" aria-selected="true" style="height: 67px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab95bf2877-da43-4d15-b948-3c7b4a761622_1" class="tabButton" role="tab" aria-controls="#tab95bf2877-da43-4d15-b948-3c7b4a761622_1" aria-selected="false" style="height: 67px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab95bf2877-da43-4d15-b948-3c7b4a761622_0" class="tabButton" role="tab" aria-controls="#tab95bf2877-da43-4d15-b948-3c7b4a761622_0" aria-selected="true" style="height: 67px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<a href="/MyAccount/ProfileCreate" role="link" class="myConnections" id="signedOutToolbarCreateProfileButton">Create a Website Account</a>#signedOutToolbarCreateProfileButtonFailure 2:
<span>Website Sign In</span>#loggedOutToolbarSignInButton > spanFailure 3:
<h2 class="subhead1">By the Numbers</h2>#divInfoAdv23e425fc-4232-45a5-a99c-ef859ce24a07 > .cpGrid1.widgetBody.cpGrid > .row.wide > .col1.first.last > .pageStyles > .InfoAdvanced.fr-view.widgetItem > h2Impact: moderate
Failure 1:
<footer data-cprole="structuralContainer" id="homeContaier3">#homeContaier3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget31529d67-6c24-47c1-a899-c05260926b72 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv0aa95ea5-1..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv0aa95ea5-1392-415e-8cec-9161d457a9c8Failure 3:
<footer data-cprole="structuralContainer" id="homeContaier3">#homeContaier3Impact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlFailure 2:
<html lang="en">#frase-iframeImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">CivicPlus®</a></span>.cpBylineTextTSImpact: serious
Failure 1:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#tns1-ow > .tns-controls[aria-label="Carousel Navigation"]Failure 2:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#tns2-ow > .tns-controls[aria-label="Carousel Navigation"]Impact: critical
Failure 1:
<button class="adaBtn"></button>.adaBtnFailure 2:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1" disabled=""><i class="fa fa-chevron-left" aria-hidden="true"></i></button>button[data-controls="prev"][aria-controls="tns1"][type="button"]Failure 3:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns1"><i class="fa fa-chevron-right" aria-hidden="true"></i></button>button[data-controls="next"][aria-controls="tns1"][type="button"]Failure 4:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns2" disabled=""><i class="prev"></i></button>button[data-controls="prev"][aria-controls="tns2"][type="button"]Failure 5:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns2"><i class="next"></i></button>button[data-controls="next"][aria-controls="tns2"][type="button"]Impact: serious
Failure 1:
<input name="q" class="form-control search-input" placeholder="Search..." type="search" id="search-input">#search-inputFailure 2:
<button>GO</button>form > buttonFailure 3:
<a href="news_detail_T13_R486.php" class="more">Read More</a>a[href$="news_detail_T13_R486.php"]Failure 4:
<span class="more">Read More</span>a[href$="news_detail_T13_R491.php"] > .moreFailure 5:
<span class="more">Read More</span>a[href$="news_detail_T13_R490.php"] > .more… and 6 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="q-header">Jobs</h3>#tns2-item0 > .qBx[target="_blank"][rel="noopener"] > .q-headerFailure 2:
<h6 class="title">Resources</h6>.col-lg-3.col-sm-4:nth-child(1) > h6Impact: serious
Failure 1:
<a href="https://www.facebook.com/northcharleston" target="_blank" class="slink" style="background-image:url('_assets_/images/fb-ico.png');" rel="noopener"></a>.slink[target="_blank"][rel="noopener"]:nth-child(1)Failure 2:
<a href="https://bsky.app/profile/northcharleston.bsky.social" target="_blank" class="slink" style="background-image:url('_assets_/images/tw-ico.png');" rel="noopener"></a>.slink[target="_blank"][rel="noopener"]:nth-child(2)Failure 3:
<a href="https://www.instagram.com/northcharleston" target="_blank" class="slink" style="background-image:url('_assets_/images/ig-ico.png');" rel="noopener"></a>.slink[target="_blank"][rel="noopener"]:nth-child(3)Failure 4:
<a href="https://www.youtube.com/northcharleston" target="_blank" class="slink" style="background-image:url('_assets_/images/yt-ico.png');" rel="noopener"></a>.slink[target="_blank"][rel="noopener"]:nth-child(4)Impact: moderate
Failure 1:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#tns1-ow > .tns-controls[aria-label="Carousel Navigation"]Failure 2:
<div class="slideCap">.slideCapImpact: critical
Failure 1:
<div id="divTabbed36832aee-44d3-46ff-aae3-ef234306df45" class="widget widgetTabbed skin28 wide" data-widgetid="36832aee-44d3-46ff-aae3-ef234306df45" role="tablist">#divTabbed36832aee-44d3-46ff-aae3-ef234306df45Impact: critical
Failure 1:
<a href="#tab36832aee-44d3-46ff-aae3-ef234306df45_0" class="tabButton" role="tab" aria-controls="#tab36832aee-44d3-46ff-aae3-ef234306df45_0" aria-selected="true" style="height: 61px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab36832aee-44d3-46ff-aae3-ef234306df45_1" class="tabButton" role="tab" aria-controls="#tab36832aee-44d3-46ff-aae3-ef234306df45_1" aria-selected="false" style="height: 61px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab36832aee-44d3-46ff-aae3-ef234306df45_2" class="tabButton" role="tab" aria-controls="#tab36832aee-44d3-46ff-aae3-ef234306df45_2" aria-selected="false" style="height: 61px;">li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab36832aee-44d3-46ff-aae3-ef234306df45_0" class="tabButton" role="tab" aria-controls="#tab36832aee-44d3-46ff-aae3-ef234306df45_0" aria-selected="true" style="height: 61px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2935" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2935" target="_self">Elgin Moving To Ban Single-Use Plastic Bags at Major Retailers <span class="htmlChar"></span> </a> </h4>#newsFlashItemHeader2935Failure 2:
<h4 class="widgetTitle">Mayor and City Council</h4>#\38 723_48063 > a[target="_blank"] > .overlay.inset.bottom > .overlayInner > h4Failure 3:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader5dd90efc-c39a-47c4-8681-4ca521eb7381">#miniCalendarHeader5dd90efc-c39a-47c4-8681-4ca521eb7381Impact: moderate
Failure 1:
<div class="widget slideShow skin29" role="region" aria-label="Slideshow" id="slideshow88c77e4e-b641-4df3-b0af-4104b63d142f" aria-haspopup="false" data-widgetid="88c77e4e-b641-4df3-b0af-4104b63d142f">#slideshow88c77e4e-b641-4df3-b0af-4104b63d142fFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget2ee10bde-50e8-4b11-b104-02a3229edcbf > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdvd95dc872-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvd95dc872-892a-407f-be2c-8dcc190ecad5Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=2931" target="_self"><img class="media cover" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=88023" alt="" data-delayed-image="" style="height: 186px"></a>.inlineTitle.widgetItem[data-index="3"] > a[href="/CivicAlerts.aspx?AID=2931"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=2917" target="_self"><img class="media cover" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=87686" alt="" data-delayed-image="" style="height: 186px"></a>li[data-index="8"] > a[href="/CivicAlerts.aspx?AID=2917"][target="_self"]Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: flex;">.tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader5dd90efc-c39a-47c4-8681-4ca521eb7381 > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeader5d..." summary="This table represent...">#widgetCalendar5dd90efc-c39a-47c4-8681-4ca521eb7381 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<h4 class="widgetTitle">Fri, Feb. 27 </h4>li[data-event-i-d="13456"] > h4Failure 5:
<div style="" class="widgetDesc"> <strong><a href="/Calendar.aspx?EID=13456">Private Event ~ Main Stage Theatre</a></strong> </div>li[data-event-i-d="13456"] > .widgetDesc… and 6 more failures for this rule
Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.e4263e17.1772203050.71829fb8 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e4263e17.1772203050.71829fb8</p>p:nth-child(3)Impact: minor
Failure 1:
<img src="/ImageRepository/Document?documentID=16347" class="" alt="Welcome to Odessa!" title="Welcome to Odessa!" data-delayed-image="" style="height: auto;">#\34 235_24869 > img[alt="Welcome to Odessa!"][title="Welcome to Odessa!"][data-delayed-image=""]Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv61c97fda-a..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv61c97fda-a437-4f60-8406-e4912b045d8fFailure 3:
<section id="widgetQuicklink00319..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink00319d69-9b1f-44a6-b02a-f53984517df3Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<h2 tabindex="-1">Tax Rates Notice</h2>h2:nth-child(2)Failure 3:
<h2 tabindex="-1">h2:nth-child(3)Failure 4:
<h2 tabindex="-1" data-pasted="true">Public Notice</h2>h2[data-pasted="true"]:nth-child(5)Failure 5:
<h2 tabindex="-1" data-pasted="true">h2[data-pasted="true"]:nth-child(6)… and 4 more failures for this rule
Impact: serious
Failure 1:
<div class="cp-Splash-body"> <div class="cp-Splash-Prose editorContent fr-view" id="editorContentDesc"><p><img src="/ImageRepository/Document?documentId=18874" class="fr-fil fr-dib" alt="CDBG Funds Available"></p></div> </div>.cp-Splash-bodyImpact: critical
Failure 1:
<ul class="nav nav-tabs" id="mediaTabs" role="tablist">#mediaTabsImpact: critical
Failure 1:
<a class="nav-link active" id="fb-media-tab" data-toggle="tab" href="#fb-feed" role="tab" aria-controls="fb-feed" aria-selected="true" name="facebook feed"> <i class="fab fa-facebook" alt="facebook feed"></i> </a>#fb-media-tabFailure 2:
<a class="nav-link" id="tw-media-tab" data-toggle="tab" href="#tw-feed" role="tab" aria-controls="tw-feed" aria-selected="false" name="twitter feed"> <i class="fab fa-twitter" alt="twitter feed"></i> </a>#tw-media-tabFailure 3:
<a class="nav-link" id="yt-media-tab" data-toggle="tab" href="#yt-feed" role="tab" aria-controls="yt-feed" aria-selected="false" name="youtub playlist"> <i class="fab fa-youtube" alt="youtube feed"></i> </a>#yt-media-tabImpact: serious
Failure 1:
<a class="btn btn-red submit-event" href="/dash/event/add">Submit<br> an Event</a>iframe[title="Community Events"]Impact: moderate
Failure 1:
<h5><a href="/local-news">More News <i class="fas fa-arrow-alt-circle-right"></i></a></h5>.news-description > h5Failure 2:
<h5 class="bg-charcoal text-white text-right p-2 m-0">VISIT THE WATERBURY.COM <i class="fas fa-arrow-alt-circle-right"></i></h5>.text-white.text-right.bg-charcoalImpact: moderate
Failure 1:
<nav class="mega-menu-nav navbar navbar-expand-xl p-0 m-0">.mega-menu-navImpact: serious
Failure 1:
<a href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl21$ctl01", "", true, "", "", false, true))"></a>.meetings-feed > span > aFailure 2:
<a href="wwww.youtube.com" target="_blank"></a>a[href$="wwww.youtube.com"]Failure 3:
<a class="nav-link active" id="fb-media-tab" data-toggle="tab" href="#fb-feed" role="tab" aria-controls="fb-feed" aria-selected="true" name="facebook feed"> <i class="fab fa-facebook" alt="facebook feed"></i> </a>#fb-media-tabFailure 4:
<a class="nav-link" id="ig-media-tab" href="https://www.instagram.com/cityofwtby/?igshid=OGQ5ZDc2ODk2ZA%3D%3D" target="_blank" name="instagram feed"> <i class="fab fa-instagram" alt="instagram feed"></i> </a>#ig-media-tabFailure 5:
<a class="nav-link" id="tw-media-tab" data-toggle="tab" href="#tw-feed" role="tab" aria-controls="tw-feed" aria-selected="false" name="twitter feed"> <i class="fab fa-twitter" alt="twitter feed"></i> </a>#tw-media-tab… and 1 more failures for this rule
Impact: serious
Failure 1:
<li class="navbar-brand nav-branding">.navbar-brandFailure 2:
<li><a href="/services/economic-development/downtown-plan">Downtown Strategic Plan</a></li>.p-5.justify-content-center.row > li:nth-child(4)Failure 3:
<li><a href="/RAISE">RAISE</a></li>.p-5.justify-content-center.row > li:nth-child(5)Failure 4:
<li><a href="/services/economic-development/TIGER">TIGER</a></li>.p-5.justify-content-center.row > li:nth-child(6)Failure 5:
<li><a href="http://gis.waterburyct.org/GIS/index.asp" target="_blank">GIS Maps</a></li>.p-5.justify-content-center.row > li:nth-child(7)… and 7 more failures for this rule
Impact: moderate
Failure 1:
<div class="carousel-inner" aria-label="Image Carousel" role="list">.carousel-innerImpact: minor
Failure 1:
<a href="https://www.springfi..." target="_blank" rel="noopener" class="carousel-item active" data-bs-interval="7000" role="img" aria-label="2026 Grass Cutting/B..." style="background-image: ur...">.activeImpact: moderate
Failure 1:
<header role="banner" aria-label="Site header">headerImpact: moderate
Failure 1:
<main id="main-content" role="main" tabindex="-1" aria-label="Main content">main[aria-label="Main content"]Failure 2:
<main id="main-content" role="main" aria-label="Main content - City of Springfield">main[aria-label="Main content"] > mainImpact: moderate
Failure 1:
<main id="main-content" role="main" tabindex="-1" aria-label="Main content">main[aria-label="Main content"]Impact: serious
Failure 1:
<ul class="navbar-nav" style="padding-left: 75px;" aria-label="Site navigation menu">.navbar-nav[aria-label="Site navigation menu"]:nth-child(1)Impact: moderate
Failure 1:
<html xmlns="http://www.w3.org/19..." lang="en" data-uw-w-loader="" class="csstransforms csstra...">htmlImpact: critical
Failure 1:
<div id="divTabbed6d13c235-62c6-405e-a03f-b9e7b938f50d" class="widget widgetTabbed skin29 wide" data-widgetid="6d13c235-62c6-405e-a03f-b9e7b938f50d" role="tablist">#divTabbed6d13c235-62c6-405e-a03f-b9e7b938f50dImpact: critical
Failure 1:
<a href="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_0" class="tabButton" role="tab" aria-controls="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_0" aria-selected="true" style="height: 69px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_1" class="tabButton" role="tab" aria-controls="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_1" aria-selected="false" style="height: 69px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_0" class="tabButton" role="tab" aria-controls="#tab6d13c235-62c6-405e-a03f-b9e7b938f50d_0" aria-selected="true" style="height: 69px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader6016" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=6016" target="_self">Local Autistic Artist to Showcase Work this Friday, February 27 </a> </h4>#newsFlashItemHeader6016Failure 2:
<h3>Contact Us</h3>#header0847abe1-4e9d-4edf-a4f4-2273338549af > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetcce5653a-d5e2-4624-bc9a-9f87267d2519 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdvf1d31d84-0..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvf1d31d84-047a-405c-8d6f-d69a63573f51Impact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(34, 34, 34); z-index: 1;">#\31 _divAlertBarFailure 2:
<div data-cprole="banner" id="bannerLogoTS" class="bannerLogoTS empty">#bannerLogoTSFailure 3:
<div> <a href="/4447" target="_self" class="fancyButton fancyButton729 "> <span> <span><span class="text">Where is this photo?</span></span> </span> </a> </div>.cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 4:
<div data-cprole="structuralContainer" id="engageContainerTS" class="fixedLeftTS">#engageContainerTSFailure 5:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabs… and 5 more failures for this rule
Impact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.downeyca.org/" on this server.<p> Reference #18.e6263e17.1772203141.7f2c2d20 </p><p>https://errors.edgesuite.net/18.e6263e17.1772203141.7f2c2d20</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.downeyca.org/" on this server.<p> Reference #18.e6263e17.1772203141.7f2c2d20 </p><p>https://errors.edgesuite.net/18.e6263e17.1772203141.7f2c2d20</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.e6263e17.1772203141.7f2c2d20 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e6263e17.1772203141.7f2c2d20</p>p:nth-child(3)Impact: serious
Failure 1:
<div class="HomeHero-wrapper" style="background-image: url('/globalassets/home/hero-images/rockwood-lights.jpg')" aria-label="Lights in Rockwood at night" title="Lights in Rockwood at night">.HomeHero-wrapperImpact: minor
Failure 1:
<h1></h1>.content > h1Failure 2:
<h2 class="Teaser-title" data-icon="news"></h2>div[aria-labelledby="Tabs-1-1"] > div > div > .widgetBody > div[data-state="show-more"] > .hasBorder.Teaser-head > h2[data-icon="news"]Impact: moderate
Failure 1:
<h3>I Want To...</h3>.QuickMenu > h3Failure 2:
<h5> <a href="/events/2026/council/city-council-work-session/?d=03/03/2026">City Council Work Session</a> </h5>li:nth-child(1) > .wrap > .details > h5Failure 3:
<h3> <a href="~/link/73c3ed690dc34651a6dd176aa502db22.aspx" target="_top"> Meet the Council </a> </h3>li:nth-child(1) > .text > h3Impact: moderate
Failure 1:
<a class="SkipToPage" href="#mainCol">Skip to main content</a>.SkipToPageFailure 2:
<label for="GlobalSearch" class="Hidden">Search</label>labelFailure 3:
<input id="GlobalSearch" name="GlobalSearch" type="text" class="text js-query" placeholder="Search…">#GlobalSearchFailure 4:
<div class="Max">#SiteMenu > .Max:nth-child(1)Failure 5:
<a class="category" href="/business-services/" target="_top">Business</a>.category[href$="business-services/"][target="_top"]… and 2 more failures for this rule
Impact: moderate
Failure 1:
<a class="SkipToPage" href="#mainCol">Skip to main content</a>.SkipToPageImpact: critical
Failure 1:
<div id="divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438" class="widget widgetTabbed skin75 wide" data-widgetid="39a68b9b-eb3d-471c-bf48-7be6befa0438" role="tablist">#divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438Failure 2:
<div id="divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76" class="widget widgetTabbed skin77 wide" data-widgetid="0cafdae8-67c9-44a7-b0b7-cb3cdc424c76" role="tablist">#divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76Impact: critical
Failure 1:
<a href="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_0" class="tabButton" role="tab" aria-controls="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_0" aria-selected="true" style="height: 61px;">#divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438 > .alignRight.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_1" class="tabButton" role="tab" aria-controls="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_1" aria-selected="false" style="height: 61px;">#divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438 > .alignRight.tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab0cafdae8-67c9-44a7-b0b7-cb3cdc424c76_0" class="tabButton" role="tab" aria-controls="#tab0cafdae8-67c9-44a7-b0b7-cb3cdc424c76_0" aria-selected="true" style="height: 61px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76 > .alignRight.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 4:
<a href="#tab0cafdae8-67c9-44a7-b0b7-cb3cdc424c76_1" class="tabButton" role="tab" aria-controls="#tab0cafdae8-67c9-44a7-b0b7-cb3cdc424c76_1" aria-selected="false" style="height: 61px;">#divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76 > .alignRight.tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_0" class="tabButton" role="tab" aria-controls="#tab39a68b9b-eb3d-471c-bf48-7be6befa0438_0" aria-selected="true" style="height: 61px;">#divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438 > .alignRight.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab0cafdae8-67c9-44a7-b0b7-cb3cdc424c76_0" class="tabButton" role="tab" aria-controls="#tab0cafdae8-67c9-44a7-b0b7-cb3cdc424c76_0" aria-selected="true" style="height: 61px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76 > .alignRight.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<span style="color: #ee5656;">Read On...</span>.alert > spanImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader5284" class="widgetTitle"> <a href="/DocumentCenter/View/29091/A-Point-in-Time-2026" target="_blank" aria-label="A Point In Time 2026 Opens in new window">A Point In Time 2026 </a> </h4>li[data-index="0"] > .text > h4Failure 2:
<h3>City of High Point</h3>#header9621da8d-5426-4981-bc57-79e7e9a0cb57 > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid4 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="widgetQuicklink2218f..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink2218f2e1-62d0-4d07-89f0-9b0fb5e62f8dFailure 3:
<section id="divInfoAdvebe8821d-2..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvebe8821d-29fc-40dd-a1a7-793a6d6e4ffbImpact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(28, 38, 82); z-index: 1;">#\31 _divAlertBarFailure 2:
<ol class="tabbedWidget cpTabs alignRight" style="display: table;">#divTabbed39a68b9b-eb3d-471c-bf48-7be6befa0438 > .alignRight.tabbedWidget.cpTabsFailure 3:
<ol class="tabbedWidget cpTabs alignRight" style="display: table;">#divTabbed0cafdae8-67c9-44a7-b0b7-cb3cdc424c76 > .alignRight.tabbedWidget.cpTabsFailure 4:
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral">CivicPlus®</a></span>.cpBylineTextTSImpact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.brokenarrowok.gov/" on this server.<p> Reference #18.8daa3717.1772203184.cf9ffe9 </p><p>https://errors.edgesuite.net/18.8daa3717.1772203184.cf9ffe9</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.brokenarrowok.gov/" on this server.<p> Reference #18.8daa3717.1772203184.cf9ffe9 </p><p>https://errors.edgesuite.net/18.8daa3717.1772203184.cf9ffe9</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.8daa3717.1772203184.cf9ffe9 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.8daa3717.1772203184.cf9ffe9</p>p:nth-child(3)Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="100%" height="500" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">#customHtml204b45bd-bdd0-4f4f-aa60-1c523cb23582 > div > iframeImpact: moderate
Failure 1:
<header data-cprole="structuralContainer" id="headerContainerTS">#headerContainerTSImpact: moderate
Failure 1:
<header data-cprole="structuralContainer" id="headerContainerTS">#headerContainerTSFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash2da0c..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash2da0cea8-c4cd-4833-a77c-267f29491c83Impact: moderate
Failure 1:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 2:
<table role="grid" aria-labelledby="miniCalendarHeader20..." summary="This table represent...">tableFailure 3:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > pFailure 4:
<a id="calendarViewAll20968a81-cf69-4888-89a0-85b2fd7c6a8d" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>#calendarViewAll20968a81-cf69-4888-89a0-85b2fd7c6a8dFailure 5:
<a aria-label=" Opens in new window" href="https://www.elocallink.tv/m/v/Redesign4/?pid=w8wBwp84&fp=ilpeor22_wel_rev4_iwd" target="_blank">a[aria-label=" Opens in new window"]… and 2 more failures for this rule
Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="">#divTabbed826f6bd9-be02-410b-8cf7-03cd5391cad1 > olFailure 2:
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral">CivicPlus®</a></span>.cpBylineTextTSImpact: serious
Failure 1:
<strong>ATTENTION, BURN BAN</strong>strongFailure 2:
<span> for all of Polk County, until further notice. </span>p > span:nth-child(2)Failure 3:
<a style="color: #fff700;" href="https://www.polkfl.gov/news/polk-county-officials-enact-burn-ban-nov-25/" title="Learn more about 'Polk County Officials Enact Burn Ban'">Learn more</a>.spc > div > p > aImpact: moderate
Failure 1:
<html lang="en" class=" js flexbox flexboxl..." style="" data-uw-w-loader="">htmlImpact: moderate
Failure 1:
<nav class="small-12 columns hide-for-small-only text-right">.wrapper > .text-rightImpact: serious
Failure 1:
<a href="https://www.polkfl.gov/news/polk-county-officials-enact-burn-ban-nov-25/" target="_blank" class="active"> <img src="/media/22774/1.png?anchor=center&mode=crop&width=2000&height=450&rnd=134163343650000000" alt=""> </a>.activeFailure 2:
<a href="https://www.surveymonkey.com/r/CGLVJMD" target="_blank"> <img src="/media/22765/26-lakeland-community-survey_web-banner_2000x450-eng.png?anchor=center&mode=crop&width=2000&height=450&rnd=134159686150000000" alt=""> </a>.example-orbit > a[target="_blank"]:nth-child(2)Failure 3:
<a href="https://www.surveymonkey.com/r/CGLVJMD?lang=es" target="_blank"> <img src="/media/22766/26-lakeland-community-survey_web-banner_2000x450-spa.png?anchor=center&mode=crop&width=2000&height=450&rnd=134159686670000000" alt=""> </a>.example-orbit > a[target="_blank"]:nth-child(3)Failure 4:
<a href="https://lakelandgov.net/Plantae26?fbclid=IwY2xjawP3NppleHRuA2FlbQIxMABicmlkETExSFJuRjlWUmtaYVlubDFnc3J0YwZhcHBfaWQQMjIyMDM5MTc4ODIwMDg5MgABHlDK77v85EpBAu0-7SpK3WPyJ8yw9iTc57gfA2ZJUa9eRtamSNKlLnqs3Oxw_aem_xJNGaF_n1RbVUBCuh73B_Q" target="_blank">.example-orbit > a[target="_blank"]:nth-child(4)Failure 5:
<a href="https://lakelandgov.net/water" target="_blank"> <img src="/media/22779/3.png?anchor=center&mode=crop&width=2000&height=450&rnd=134164827940000000" alt=""> </a>a[href$="water"]… and 7 more failures for this rule
Impact: serious
Failure 1:
<ul class="example-orbit orbit-slides-container" data-orbit="" data-options="slide_number: false;pause_on_hover: true;resume_on_mouseout: true;bullets:false;">.example-orbitImpact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">meta[name="viewport"]Impact: moderate
Failure 1:
<ul class="example-orbit orbit-slides-container" data-orbit="" data-options="slide_number: false;pause_on_hover: true;resume_on_mouseout: true;bullets:false;">.example-orbitFailure 2:
<a href="#" aria-label="next slider image" class="orbit-prev"><span></span></a>.orbit-prevFailure 3:
<a href="#" aria-label="previous slider image" class="orbit-next"><span></span></a>.orbit-nextFailure 4:
<div class="bglightGreen mostvisited">.bglightGreenFailure 5:
<div>.large-11 > .medium-12 > div:nth-child(2)… and 6 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en" style="height: 100%;">htmlImpact: moderate
Failure 1:
<html lang="en" style="height: 100%;">htmlImpact: moderate
Failure 1:
<a class="show-on-focus" href="#mainContent">Skip to Content</a>.show-on-focusFailure 2:
<div class="row g-0"> <div id="introImgContainer"> <img src="/pompanobeachfl/assets/images/page_specific/home/home-2.jpg" alt="Pompano Beach"> </div> </div>.g-0.row:nth-child(1)Failure 3:
<div id="maincontent" class="row g-0">#maincontentFailure 4:
<img class="br-desktop w-100" src="https://cdn.pompanobeachfl.gov/city/storage/images/downtown/downtown-banner-for-website-final.jpg" alt="A brand new downtown is on the rise!">.br-desktopFailure 5:
<div class="col-xl-3 col-lg-4 col-sm-12">.newsHome > .row > .col-sm-12.col-xl-3.col-lg-4… and 8 more failures for this rule
Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.e8263e17.1772203254.52d9d9e1 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e8263e17.1772203254.52d9d9e1</p>p:nth-child(3)Impact: critical
Failure 1:
<div id="divTabbed46f15757-fb2f-442a-9ab6-d34b1b3f93f9" class="widget widgetTabbed skin38 wide" data-widgetid="46f15757-fb2f-442a-9ab6-d34b1b3f93f9" role="tablist">#divTabbed46f15757-fb2f-442a-9ab6-d34b1b3f93f9Impact: critical
Failure 1:
<a href="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_0" class="tabButton" role="tab" aria-controls="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_0" aria-selected="true" style="height: 67px;"><span class="tabName editable" data-sequence="0" data-tabname="News" contenteditable="false">News</span></a>.alignRight.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_1" class="tabButton" role="tab" aria-controls="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_1" aria-selected="false" style="height: 67px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_2" class="tabButton" role="tab" aria-controls="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_2" aria-selected="false" style="height: 67px;">li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_3" class="tabButton" role="tab" aria-controls="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_3" aria-selected="false" style="height: 67px;">li:nth-child(4) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_0" class="tabButton" role="tab" aria-controls="#tab46f15757-fb2f-442a-9ab6-d34b1b3f93f9_0" aria-selected="true" style="height: 67px;"><span class="tabName editable" data-sequence="0" data-tabname="News" contenteditable="false">News</span></a>.alignRight.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader4921" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=4921" target="_self">Pueblo Transit to Host Open House Feb. 25 About Hybrid Fleet Transition Plan </a></h4>#newsFlashItemHeader4921Impact: moderate
Failure 1:
<section id="divInfoAdv4d0b9ed5-b..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv4d0b9ed5-b007-45ee-b79d-da3d59c3230dFailure 2:
<section id="widgetQuicklink65c9f..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink65c9f94a-6727-4a31-84c8-39da5c0155aaFailure 3:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget5ae36c24-f9fb-4eb5-8887-349a35894858 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs alignRight" style="display: table;">.alignRight.tabbedWidget.cpTabsFailure 3:
<span class="cpBylineTextTS">Government Websites by <a href="https://www.civicplus.com/">CivicPlus®</a></span>.cpBylineTextTSImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.85aa3717.1772203282.cfa329a </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.85aa3717.1772203282.cfa329a</p>p:nth-child(3)Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="600" height="650" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">.facebook-container > iframe[width="600"][height="650"][scrolling="no"]Failure 2:
<iframe src="https://www.facebook..." width="600" height="650" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">#customHtmlfb45e132-b730-4698-90bc-1b8eb2905408 > div > iframe[width="600"][height="650"][scrolling="no"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader172" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=172" target="_self">FIFA World Cup 2026™ </a> </h4>#newsFlashItemHeader172Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader6dbd4e4c-a753-48cd-bbe9-41f5f407968a">#miniCalendarHeader6dbd4e4c-a753-48cd-bbe9-41f5f407968aFailure 3:
<h3>Contact Us</h3>#headerb4c46816-0624-4886-876d-841cb64f2cde > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget19612713-4ad7-4359-93ea-4bf7193fbf34 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv765d499b-3..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv765d499b-37c4-4a6b-afff-cb5cc3dcc2b2Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=171" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=8157" alt="Jazz in the Gardens Music Festival 2026 Logo" data-delayed-image=""></a>.widgetItem[data-index="1"] > a[href="/CivicAlerts.aspx?AID=171"][target="_self"]Failure 2:
<a href="/956/City-University-Partnership" target="_self">.widgetItem[data-index="2"] > a[target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=162" target="_self">.widgetItem[data-index="3"] > a[href="/CivicAlerts.aspx?AID=162"][target="_self"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeader6d..." summary="This table represent...">tableFailure 4:
<div class="col col1 first ">div[data-event-list-row="true"] > .col1.col.firstFailure 5:
<div class="col col1 last">div[data-event-list-row="true"] > .col1.col.last… and 2 more failures for this rule
Impact: critical
Failure 1:
<meta http-equiv="refresh" content="360">meta[http-equiv="refresh"]Impact: critical
Failure 1:
<div id="divTabbed9cf368c0-b8d3-466b-af6c-38c3cc4abd15" class="widget widgetTabbed skin25 wide" data-widgetid="9cf368c0-b8d3-466b-af6c-38c3cc4abd15" role="tablist">#divTabbed9cf368c0-b8d3-466b-af6c-38c3cc4abd15Impact: critical
Failure 1:
<a href="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_0" class="tabButton" role="tab" aria-controls="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_0" aria-selected="true" style="height: 97px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_1" class="tabButton" role="tab" aria-controls="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_1" aria-selected="false" style="height: 97px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_0" class="tabButton" role="tab" aria-controls="#tab9cf368c0-b8d3-466b-af6c-38c3cc4abd15_0" aria-selected="true" style="height: 97px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2018" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2018" target="_self">Sugar Land Lends a Hand to Residents for a Second Year <span class="htmlChar"></span> </a> </h4>#newsFlashItemHeader2018Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader2dfbc36e-bdf7-4721-adf1-dee4cbc704e6">#miniCalendarHeader2dfbc36e-bdf7-4721-adf1-dee4cbc704e6Failure 3:
<h4 id="newsFlashItemHeader1815" class="widgetTitle">#newsFlashItemHeader1815Impact: moderate
Failure 1:
<section id="divInfoAdve28bdffb-d..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdve28bdffb-db7d-4d28-9deb-7b5072e26eb9Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash7d880..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash7d880f15-0b9d-4525-a798-44b2718f01b0Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=2017" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=40023" alt="" data-delayed-image=""></a>.inlineTitle.widgetItem[data-index="1"] > a[href="/CivicAlerts.aspx?AID=2017"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=2015" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=40520" alt="" data-delayed-image=""></a>.inlineTitle.widgetItem[data-index="2"] > a[href="/CivicAlerts.aspx?AID=2015"][target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=2012" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=40023" alt="" data-delayed-image=""></a>li[data-index="5"] > a[href="/CivicAlerts.aspx?AID=2012"][target="_self"]Impact: moderate
Failure 1:
<div> <a href="/311" target="_self" class="fancyButton fancyButton1077 "> <span> <span><span class="text">Get Help and Information<br><span class="textStyle2">Your one stop for non-emergency service requests or general questions.</span></span></span> </span> </a> </div>#graphicLinkWidget034ee2a6-c866-4880-a467-3620245da231 > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div> <a href="/news" target="_self" class="fancyButton fancyButton1096 "> <span> <span><span class="text">View More News</span></span> </span> </a> </div>#graphicLinkWidget798e177e-c05c-4338-b6fe-6a29b0e42f56 > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeader2d..." summary="This table represent...">table… and 8 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed19391905-da63-46b5-99d7-7b0032d2ac43" class="widget widgetTabbed skin71 wide" data-widgetid="19391905-da63-46b5-99d7-7b0032d2ac43" role="tablist">#divTabbed19391905-da63-46b5-99d7-7b0032d2ac43Failure 2:
<div id="divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607" class="widget widgetTabbed skin73 wide" data-widgetid="9519605c-4c19-4ff6-9767-4bef68d6f607" role="tablist">#divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607Impact: critical
Failure 1:
<a href="#tab19391905-da63-46b5-99d7-7b0032d2ac43_0" class="tabButton" role="tab" aria-controls="#tab19391905-da63-46b5-99d7-7b0032d2ac43_0" aria-selected="true" style="height: 58px;">#divTabbed19391905-da63-46b5-99d7-7b0032d2ac43 > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab19391905-da63-46b5-99d7-7b0032d2ac43_1" class="tabButton" role="tab" aria-controls="#tab19391905-da63-46b5-99d7-7b0032d2ac43_1" aria-selected="false" style="height: 58px;">#divTabbed19391905-da63-46b5-99d7-7b0032d2ac43 > .cpTabs.tabbedWidget > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab9519605c-4c19-4ff6-9767-4bef68d6f607_0" class="tabButton" role="tab" aria-controls="#tab9519605c-4c19-4ff6-9767-4bef68d6f607_0" aria-selected="true" style="height: 58px;">#divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607 > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 4:
<a href="#tab9519605c-4c19-4ff6-9767-4bef68d6f607_1" class="tabButton" role="tab" aria-controls="#tab9519605c-4c19-4ff6-9767-4bef68d6f607_1" aria-selected="false" style="height: 58px;"><span class="tabName editable" data-sequence="1" data-tabname="EVENTS" contenteditable="false">EVENTS</span></a>#divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607 > .cpTabs.tabbedWidget > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab19391905-da63-46b5-99d7-7b0032d2ac43_0" class="tabButton" role="tab" aria-controls="#tab19391905-da63-46b5-99d7-7b0032d2ac43_0" aria-selected="true" style="height: 58px;">#divTabbed19391905-da63-46b5-99d7-7b0032d2ac43 > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab9519605c-4c19-4ff6-9767-4bef68d6f607_0" class="tabButton" role="tab" aria-controls="#tab9519605c-4c19-4ff6-9767-4bef68d6f607_0" aria-selected="true" style="height: 58px;">#divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607 > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1210" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1210" target="_self">March 3, 2026 4 PM City Council Meeting Agenda; Closed Session Following Regular Meeting; </a> </h4>#newsFlashItemHeader1210Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader33eec4de-856a-40c8-9183-b770aa93334c">#miniCalendarHeader33eec4de-856a-40c8-9183-b770aa93334cImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid3 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdveace65b4-e..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdveace65b4-e2c1-4111-bd5b-9b0797314245Impact: serious
Failure 1:
<a href="https://www.murrietaca.gov/1350/Childrens-Library-Expansion-Project" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=13444" alt="" data-delayed-image=""></a>li[data-index="3"] > a[target="_self"]Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div class="fr-view"> <p><br></p><h1 class="headline">Report an Issue</h1><p><a href="https://www.murrietaca.gov/fixit"><img src="/ImageRepository/Document?documentId=12467" class="fr-fil fr-dib" alt="Murrieta Fix It logo that reads Report an Issue"></a></p><p><br></p> </div>#divEditorc2f53e52-8b6c-4cc7-83c5-ce2288e3e540 > .fr-viewFailure 3:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed19391905-da63-46b5-99d7-7b0032d2ac43 > .cpTabs.tabbedWidgetFailure 4:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed9519605c-4c19-4ff6-9767-4bef68d6f607 > .cpTabs.tabbedWidgetFailure 5:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader33eec4de-856a-40c8-9183-b770aa93334c > .cp-miniCalendar-title… and 4 more failures for this rule
Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1647" class="widgetTitle"> <a href="https://www.cityofventura.ca.gov/Blog.aspx?IID=82#item" target="_self">Ventura PD restores full K9 Unit strength by doubling capacity </a> </h4>#newsFlashItemHeader1647Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget6ba0c79e-b796-4d2b-98b2-0aea6dc93d8a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv0fc922b0-a..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv0fc922b0-a8f6-4c38-abfc-ec7f2bfab4c1Failure 3:
<section id="widgetQuicklink1a0ad..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink1a0ad219-c23c-486f-91b5-955f1e08b67eImpact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlFailure 2:
<html lang="en">#frase-iframeImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarImpact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer4a" class="search_ts">#contentContainer4aFailure 2:
<aside data-cprole="contentContainer" id="contentContainer4b" class="scroll_ts">#contentContainer4bImpact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer4a" class="search_ts">#contentContainer4aFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid3 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv1ee8259c-b..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv1ee8259c-ba35-4e44-a07f-a8fb700101beImpact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarImpact: serious
Failure 1:
<html xmlns="http://www.w3.org/1999/xhtml">htmlImpact: moderate
Failure 1:
<html xmlns="http://www.w3.org/1999/xhtml">htmlImpact: moderate
Failure 1:
<html xmlns="http://www.w3.org/1999/xhtml">htmlImpact: moderate
Failure 1:
<div id="container"> <a href="http://go.microsoft.com/fwlink/?linkid=66138&clcid=0x409"><img src="iisstart.png" alt="IIS" width="960" height="600"></a> </div>#containerImpact: serious
Failure 1:
<div class="order-1 navbar__main-menu-mobile fixed top-9.5 left-0 z-50 w-full h-[calc(100vh-120px)] transition-transform transition-opacity -translate-x-full md:h-auto md:translate-x-0 md:relative md:top-0 md:block md:mb-0 top-0" id="navbar-hamburger-menu" aria-hidden="true">#navbar-hamburger-menuImpact: critical
Failure 1:
<button aria-label="">#ujet-launcher > iframeImpact: moderate
Failure 1:
<h4 class="text-lg font-semibold text-gray-900 text-left line-clamp-none h-full"> Pay a Bill </h4>.space-x-5.md\:flex-col[href$="pay-bill"] > .flex-grow.items-start.flex-col > h4Failure 2:
<h4 id="pagination-heading" class="visually-hidden">Pagination</h4>#pagination-headingImpact: moderate
Failure 1:
<nav class="navbar__top-nav box-border py-0 px-0 md:py-3 md:px-4 xl:px-0 mx-auto max-w-screen-xl bg-transparent border-gray-200 dark:bg-gray-800">.navbar__top-navImpact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js" data-once="drupal-dialog-deprecation-listener">htmlFailure 2:
<html>#ujet-launcher > iframeImpact: critical
Failure 1:
<select data-drupal-selector="edit-field-event-category-target-id" id="edit-field-event-category-target-id" name="field_event_category_target_id" class="form-select px-2.5 py-2 text-gray-500 text-sm font-normal bg-gray-50 border border-gray-300 rounded-lg w-full">#edit-field-event-category-target-idImpact: critical
Failure 1:
<div id="divTabbed4d031b11-fe20-4ee9-b899-f923dbe89651" class="widget widgetTabbed skin58 wide" data-widgetid="4d031b11-fe20-4ee9-b899-f923dbe89651" role="tablist">#divTabbed4d031b11-fe20-4ee9-b899-f923dbe89651Impact: critical
Failure 1:
<a href="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_0" class="tabButton" role="tab" aria-controls="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_0" aria-selected="true" style="height: 46px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_1" class="tabButton" role="tab" aria-controls="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_1" aria-selected="false" style="height: 46px;"><span class="tabName editable" data-sequence="1" data-tabname="Events" contenteditable="false">Events</span></a>li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_0" class="tabButton" role="tab" aria-controls="#tab4d031b11-fe20-4ee9-b899-f923dbe89651_0" aria-selected="true" style="height: 46px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderf02873d8-b43f-4441-885c-07e5d5b16604">#miniCalendarHeaderf02873d8-b43f-4441-885c-07e5d5b16604Failure 2:
<h4 id="newsFlashItemHeader40" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=40" target="_blank" aria-label="City of West Covina Budget Survey Fiscal Year 2026-2027 Opens in new window">City of West Covina Budget Survey Fiscal Year 2026-2027 </a> </h4>#newsFlashItemHeader40Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget90f902ae-28d6-49eb-be55-f53941441028 > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv423bc662-9..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv423bc662-9eb3-4e3a-9ca6-fa9e9bd2e9c2Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderf02873d8-b43f-4441-885c-07e5d5b16604 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeaderf0..." summary="This table represent...">#widgetCalendarf02873d8-b43f-4441-885c-07e5d5b16604 > .cpGrid2.mediaLeft.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>.text.row[data-event-list-row="true"] > p… and 1 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4" class="widget widgetTabbed skin62 wide" data-widgetid="033c31f0-d624-4dd0-b89f-ea9dfe25a5f4" role="tablist">#divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4Failure 2:
<div id="divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733" class="widget widgetTabbed skin62 wide" data-widgetid="cbc8d78b-c2df-4fcf-8dd8-3cccf967d733" role="tablist">#divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733Impact: critical
Failure 1:
<a href="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_0" class="tabButton" role="tab" aria-controls="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_0" aria-selected="true" style="height: 62px;">#divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_1" class="tabButton" role="tab" aria-controls="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_1" aria-selected="false" style="height: 62px;">#divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabcbc8d78b-c2df-4fcf-8dd8-3cccf967d733_0" class="tabButton" role="tab" aria-controls="#tabcbc8d78b-c2df-4fcf-8dd8-3cccf967d733_0" aria-selected="true" style="height: 62px;">#divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 4:
<a href="#tabcbc8d78b-c2df-4fcf-8dd8-3cccf967d733_1" class="tabButton" role="tab" aria-controls="#tabcbc8d78b-c2df-4fcf-8dd8-3cccf967d733_1" aria-selected="false" style="height: 62px;"><span class="tabName editable" data-sequence="1" data-tabname="Twitter" contenteditable="false">Twitter</span></a>#divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_0" class="tabButton" role="tab" aria-controls="#tab033c31f0-d624-4dd0-b89f-ea9dfe25a5f4_0" aria-selected="true" style="height: 62px;">#divTabbed033c31f0-d624-4dd0-b89f-ea9dfe25a5f4 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabcbc8d78b-c2df-4fcf-8dd8-3cccf967d733_0" class="tabButton" role="tab" aria-controls="#tabcbc8d78b-c2df-4fcf-8dd8-3cccf967d733_0" aria-selected="true" style="height: 62px;">#divTabbedcbc8d78b-c2df-4fcf-8dd8-3cccf967d733 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="300" height="500" style="border:none;overflow..." scrolling="no" frameborder="0" allowtransparency="true" allow="encrypted-media">#customHtml0f191bd8-fc1d-48a8-967a-9fe814447d3c > div > iframeImpact: moderate
Failure 1:
<h3 class="miniCalendarHeader" id="miniCalendarHeader8067b2a7-6aa5-4a9e-abab-f7eb33744e07">February 2026</h3>#miniCalendarHeader8067b2a7-6aa5-4a9e-abab-f7eb33744e07Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer4a"> <div id="cc4e73ca05-8d26-43df-b9b1-750479bf6bd5" data-containerid="4e73ca05-8d26-43df-b9b1-750479bf6bd5" class="pageContent cpGrid cpGrid24 showInMobile"> </div> </aside>#contentContainer4aFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget9f07721d-aa1f-45e8-a670-ecb13739a05f > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv481236e8-d..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv481236e8-ddfc-4e97-85fb-4069d70d9471Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div data-cprole="banner" id="banner2" class="logo empty">#banner2Impact: moderate
Failure 1:
<aside class="ctablock ctablock-horizontal">.sidebar-container.container-light-background.container-component > .component-content > .cog-ctablock.component > .component-content > asideImpact: minor
Failure 1:
<img src="_assets_/images/phone.png" alt="" role="img">.text-right > a[href="tel:7753535555"] > img[src$="phone.png"][alt=""][role="img"]Failure 2:
<img src="_assets_/images/map-marker.png" alt="" role="img">.text-right > a[target="_blank"][rel="noopener"] > img[src$="map-marker.png"][alt=""][role="img"]Failure 3:
<img src="_assets_/images/twitter.png" alt="" role="img">img[src$="twitter.png"]Failure 4:
<img src="_assets_/images/facebook.png" alt="" role="img">img[src$="facebook.png"]Failure 5:
<img src="_assets_/images/instagram.png" alt="" role="img">img[src$="instagram.png"]… and 20 more failures for this rule
Impact: serious
Failure 1:
<div class="qlink-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.qlink-item.tns-slide-cloned[aria-hidden="true"]:nth-child(1)Failure 2:
<div class="qlink-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.qlink-item.tns-slide-cloned[aria-hidden="true"]:nth-child(2)Failure 3:
<div class="qlink-item tns-item" id="quick-links-item1" aria-hidden="true" tabindex="-1">#quick-links-item1Failure 4:
<div class="qlink-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.qlink-item.tns-slide-cloned[aria-hidden="true"]:nth-child(5)Failure 5:
<div class="qlink-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">.qlink-item.tns-slide-cloned[aria-hidden="true"]:nth-child(6)… and 13 more failures for this rule
Impact: serious
Failure 1:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#quick-links-ow > .tns-controls[aria-label="Carousel Navigation"]Failure 2:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#news-links-ow > .tns-controls[aria-label="Carousel Navigation"]Impact: critical
Failure 1:
<button class="sr-only"></button>.search-form > .sr-onlyFailure 2:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="quick-links"><img src="_assets_/images/arrow-left-carousel.png" alt="" role="img"></button>button[data-controls="prev"][aria-controls="quick-links"][type="button"]Failure 3:
<button type="button" data-controls="next" tabindex="-1" aria-controls="quick-links"><img src="_assets_/images/arrow-right-carousel.png" alt="" role="img"></button>button[data-controls="next"][aria-controls="quick-links"][type="button"]Failure 4:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="news-links"><img src="_assets_/images/arrow-left-carousel.png" alt="" role="img"></button>button[data-controls="prev"][aria-controls="news-links"][type="button"]Failure 5:
<button type="button" data-controls="next" tabindex="-1" aria-controls="news-links"><img src="_assets_/images/arrow-right-carousel.png" alt="" role="img"></button>button[data-controls="next"][aria-controls="news-links"][type="button"]Impact: serious
Failure 1:
<input name="q" class="form-control search-input" placeholder="Search Here" type="search" id="search-input">#search-inputFailure 2:
<a href="https://www.cityofsparks.us/explore_sparks/community_engagement/mysparks_app.php" target="_blank" class="btn" rel="noopener">My Sparks App<img src="_assets_/images/arrow-right.png" class="arrow-right" alt="" role="img"></a>.btn[target="_blank"][rel="noopener"]:nth-child(1)Impact: serious
Failure 1:
<a href="index.php"> <img src="img/logos/footer-top-img.png?t=202111120644470" id="footer-top-img" alt="" role="img"><!-- /#footer-top-img --> </a>a[href="index.php"]Impact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">meta[name="viewport"]Impact: moderate
Failure 1:
<h1 id="slider-caption"><span>Welcome To</span>city of <div translate="no">sparks</div></h1>#slider-captionFailure 2:
<div id="slider-btns">#slider-btnsFailure 3:
<div id="slider-bottom" class="container text-right"> <div id="weather" class="weather">city of sparks <span class="dots">⋮</span> <span class="forecast">Clouds</span> <span class="temp">45°</span> <span class="dots">⋮</span> <i class="icon-26"></i></div> </div>#slider-bottomFailure 4:
<img src="_assets_/images/curve.png" id="curve" alt="" role="img">#curveImpact: moderate
Failure 1:
<nav aria-label="featured action">.l-spacing--collapsed > .l-one-col__main.l-page-section__region > div > nav[aria-label="featured action"]Impact: critical
Failure 1:
<div id="divTabbedfd75e441-31b8-416a-973b-c7ccf8c72ee2" class="widget widgetTabbed skin69 wide" data-widgetid="fd75e441-31b8-416a-973b-c7ccf8c72ee2" role="tablist">#divTabbedfd75e441-31b8-416a-973b-c7ccf8c72ee2Impact: critical
Failure 1:
<a href="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_0" class="tabButton" role="tab" aria-controls="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_0" aria-selected="true" style="height: 83px;"><span class="tabName editable" data-sequence="0" data-tabname="General" contenteditable="false">General</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_1" class="tabButton" role="tab" aria-controls="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_1" aria-selected="false" style="height: 83px;"><span class="tabName editable" data-sequence="1" data-tabname="Events" contenteditable="false">Events</span></a>li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_2" class="tabButton" role="tab" aria-controls="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_2" aria-selected="false" style="height: 83px;">li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_0" class="tabButton" role="tab" aria-controls="#tabfd75e441-31b8-416a-973b-c7ccf8c72ee2_0" aria-selected="true" style="height: 83px;"><span class="tabName editable" data-sequence="0" data-tabname="General" contenteditable="false">General</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="768" height="500" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">iframe[width="768"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader878" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=878" target="_self">Free Smoke Alarm Installations in District 3 This Saturday </a> </h4>.cpWindow8b8b92de-46cd-47d5-80ab-b17b78e90c25 > .cpSlider > .widgetItem[data-index="0"] > .text > h4Failure 2:
<h4 id="newsFlashItemHeader878" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=878" target="_self">Free Smoke Alarm Installations in District 3 This Saturday </a></h4>li[data-news-i-d="878"] > .text > h4Failure 3:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadere04d11b9-187d-4646-93b3-306a19aa866f">#miniCalendarHeadere04d11b9-187d-4646-93b3-306a19aa866fFailure 4:
<h3><a style="" href="/QuickLinks.aspx?CID=13">Helpful Links</a></h3>#quickLinksHeader88618013-106d-493b-9825-d3a2df406acd > div > h3Impact: moderate
Failure 1:
<section id="divInfoAdv7b172fda-5..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv7b172fda-5be7-45ec-b8de-99cf28de754aFailure 2:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash8b8b9..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash8b8b92de-46cd-47d5-80ab-b17b78e90c25Failure 3:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget2e7cb04d-794e-4267-a418-638b8ee08972 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=878" target="_self"><img class="media" src="/ImageRepository/Document?documentID=21842" alt="ING09918" data-delayed-image=""></a>.cpWindow8b8b92de-46cd-47d5-80ab-b17b78e90c25 > .cpSlider > .widgetItem[data-index="0"] > a[href="/CivicAlerts.aspx?AID=878"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=878" target="_self"><img class="media" src="/ImageRepository/Document?documentID=21842" alt="ING09918" data-delayed-image=""></a>.cpWindow074081ec-79a1-4852-bfa7-82c0314055fd > .cpSlider > .widgetItem[data-index="0"] > a[href="/CivicAlerts.aspx?AID=878"][target="_self"]Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadere04d11b9-187d-4646-93b3-306a19aa866f > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeadere0..." summary="This table represent...">#widgetCalendare04d11b9-187d-4646-93b3-306a19aa866f > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<h4 class="widgetTitle">Fri, Feb. 27 </h4>#widgetCalendare04d11b9-187d-4646-93b3-306a19aa866f > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > .col1.first.last > ol > .widgetItem[data-event-i-d="10752"] > h4Failure 5:
<div style="" class="widgetDesc"> <strong><a href="/Calendar.aspx?EID=10752">City Hall Closed</a></strong> </div>#widgetCalendare04d11b9-187d-4646-93b3-306a19aa866f > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > .col1.first.last > ol > .widgetItem[data-event-i-d="10752"] > .widgetDesc… and 3 more failures for this rule
Impact: critical
Failure 1:
<meta http-equiv="refresh" content="360">meta[http-equiv="refresh"]Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.bbaa3717.1772203577.5861d70 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.bbaa3717.1772203577.5861d70</p>p:nth-child(3)Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.6a07d417.1772203580.3453747d </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.6a07d417.1772203580.3453747d</p>p:nth-child(3)Impact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.cityoftyler.org/" on this server.<p> Reference #18.6a07d417.1772203583.3453dd57 </p><p>https://errors.edgesuite.net/18.6a07d417.1772203583.3453dd57</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.cityoftyler.org/" on this server.<p> Reference #18.6a07d417.1772203583.3453dd57 </p><p>https://errors.edgesuite.net/18.6a07d417.1772203583.3453dd57</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.6a07d417.1772203583.3453dd57 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.6a07d417.1772203583.3453dd57</p>p:nth-child(3)Impact: critical
Failure 1:
<div id="divTabbed776577ea-104d-4583-acff-fa1d17a15130" class="widget widgetTabbed skin7 wide" data-widgetid="776577ea-104d-4583-acff-fa1d17a15130" role="tablist">#divTabbed776577ea-104d-4583-acff-fa1d17a15130Impact: critical
Failure 1:
<a href="#tab776577ea-104d-4583-acff-fa1d17a15130_0" class="tabButton" role="tab" aria-controls="#tab776577ea-104d-4583-acff-fa1d17a15130_0" aria-selected="true" style="height: 69px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab776577ea-104d-4583-acff-fa1d17a15130_1" class="tabButton" role="tab" aria-controls="#tab776577ea-104d-4583-acff-fa1d17a15130_1" aria-selected="false" style="height: 69px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab776577ea-104d-4583-acff-fa1d17a15130_2" class="tabButton" role="tab" aria-controls="#tab776577ea-104d-4583-acff-fa1d17a15130_2" aria-selected="false" style="height: 69px;">li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab776577ea-104d-4583-acff-fa1d17a15130_0" class="tabButton" role="tab" aria-controls="#tab776577ea-104d-4583-acff-fa1d17a15130_0" aria-selected="true" style="height: 69px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<span class="tabName editable" data-sequence="1" data-tabname="Upcoming City Events" contenteditable="false">Upcoming City Events</span>li:nth-child(2) > .tabButton[role="tab"] > .tabName[data-sequence="1"][data-tabname="Upcoming City Events"]Failure 2:
<span class="tabName editable" data-sequence="2" data-tabname="Public Meeting Calendar" contenteditable="false">Public Meeting Calendar</span>li:nth-child(3) > .tabButton[role="tab"] > .tabName[data-sequence="2"][data-tabname="Public Meeting Calendar"]Failure 3:
<a href="https://goo.gl/maps/fX48rtz8RZyfzkbSA" target="_blank" class="Hyperlink" aria-label="Driving Directions Opens in new window">Driving Directions</a>.HyperlinkFailure 4:
<a class="widgetDesc widgetQuickLinksLink" href="/1186/Contact-the-City" target="_self">Contact the City</a>a[href$="Contact-the-City"]Failure 5:
<a class="widgetDesc widgetQuickLinksLink" href="https://www.cityofsanmateo.org/directory.aspx" target="_self">Phone Directory</a>#widgetQuicklinke9dd7998-5628-461d-8ed1-99f59643b41e > .cpGrid1.widgetBody.cpGrid > .autoWidths.left.narrow > .col1.first.last > ol > .QuickLinks.widgetItem:nth-child(2) > .widgetQuickLinksLink.widgetDesc[target="_self"]… and 8 more failures for this rule
Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1871" class="widgetTitle"> <a href="https://www.samtrans.com/planning-projects/CentralElCamino?agency=SamTrans" target="_blank" aria-label="Share feedback on the future of El Camino Real Opens in new window">Share feedback on the future of El Camino Real </a></h4>#newsFlashItemHeader1871Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer7" class="socialMedia_TS">#contentContainer7Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer7" class="socialMedia_TS">#contentContainer7Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash9f575..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash9f575f59-f32d-4b48-b9a4-a3f89803cd1eFailure 4:
<section id="divInfoAdv18241704-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv18241704-80f8-4b42-9cff-c2f2cb73e917Failure 5:
<section id="widgetQuicklinke9dd7..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklinke9dd7998-5628-461d-8ed1-99f59643b41eImpact: serious
Failure 1:
<div class="icontext">Online <br>Payments</div>a[href$="online-payments"] > .icontextFailure 2:
<div class="icontext">Land <br>Parcels</div>a[href$="www.fargoparcels.com"] > .icontextFailure 3:
<h2>Residents</h2>.green-heading > h2Failure 4:
<h2>Visitors</h2>.orange-heading > h2Failure 5:
<a href="/news-events/calendar" data-key="2">City Calendar</a>a[data-key="2"]Impact: serious
Failure 1:
<input type="search" name="search" placeholder="Search..." autocomplete="off" title="Search" value="">input[type="search"]Impact: moderate
Failure 1:
<aside class="home-news-events" id="news-events">#news-eventsImpact: moderate
Failure 1:
<section class="homepage" id="home-hero">#home-heroFailure 2:
<article class="green-heading">.green-headingFailure 3:
<article class="orange-heading">.orange-headingFailure 4:
<article class="darkblue-heading">.darkblue-headingFailure 5:
<article class="blue-heading">.blue-heading… and 2 more failures for this rule
Impact: serious
Failure 1:
<div id="prefix-overlay-outer" tabindex="0" role="dialog" aria-modal="true" aria-describedby="prefix-overlay-step1">#prefix-overlay-outerImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid4 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv6fbf8ef1-a..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv6fbf8ef1-a03d-4a65-9b82-3a03e96497baImpact: moderate
Failure 1:
<div data-cprole="banner" id="banner2" class="logo empty">#banner2Failure 2:
<div class="widgetHeader ">#widgetCalendarbe17873e-0b1a-4802-9ab6-a827430b3a3c > .widgetHeaderFailure 3:
<div data-minicalendar="true" class="miniCalendar media" style="width: 55%; ">.miniCalendarFailure 4:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > pFailure 5:
<div data-cprole="contentContainer" id="contentContainer12b">#contentContainer12bImpact: moderate
Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderf49d5f74-7769-40af-8c13-1b4bcfded4cf">#miniCalendarHeaderf49d5f74-7769-40af-8c13-1b4bcfded4cfFailure 2:
<h4 id="newsFlashItemHeader775" class="widgetTitle"> <a href="https://www.dalycity.org/460/Street-Sweeping-Schedule" target="_blank" aria-label="Street Sweeping Schedule Opens in new window">Street Sweeping Schedule </a> </h4>#newsFlashItemHeader775Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid1.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv7d198032-d..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv7d198032-dce6-43d7-a04d-2cf49ffcab07Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash0f198..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash0f198110-4092-4d41-ad80-0f099d61b1a0Impact: serious
Failure 1:
<a href="/" target="_self" class="fancyButton fancyButton516 "> <span> <span><span class="text"><br></span></span> </span> </a>.fancyButton516Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeaderf4..." summary="This table represent...">tableFailure 4:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > pFailure 5:
<span class="cpBylineTextTS">Government Websites by <a href="https://connect.civicplus.com/referral" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);">CivicPlus®</a></span>.cpBylineTextTSImpact: serious
Failure 1:
<iframe src="https://main.withapps.io/calendar?organizationId=53&id=698256bb1eada9bc772f91df" class="responsive-iframe" scrolling="no"> </iframe>.responsive-iframeImpact: critical
Failure 1:
<div id="divTabbed864ddecf-d69f-4e9b-8a3f-29fdde49e568" class="widget widgetTabbed skin19 wide" data-widgetid="864ddecf-d69f-4e9b-8a3f-29fdde49e568" role="tablist">#divTabbed864ddecf-d69f-4e9b-8a3f-29fdde49e568Impact: critical
Failure 1:
<a href="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_0" class="tabButton" role="tab" aria-controls="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_0" aria-selected="true" style="height: 63px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_1" class="tabButton" role="tab" aria-controls="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_1" aria-selected="false" style="height: 63px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_0" class="tabButton" role="tab" aria-controls="#tab864ddecf-d69f-4e9b-8a3f-29fdde49e568_0" aria-selected="true" style="height: 63px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h3><a style="" href="/CivicAlerts.aspx?CID=1,4">News Flash</a></h3>#newsFlashHeader269a942e-29ac-41b5-9042-4646167f1101 > div > h3Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera0a133a6-70e3-4306-a9b9-37708642da4c">#miniCalendarHeadera0a133a6-70e3-4306-a9b9-37708642da4cImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetc572afc0-7ae4-4d0e-8b65-cfee4eca50ff > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdvf6a06628-1..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvf6a06628-1140-47a1-a4f1-62b5bc85cab1Impact: moderate
Failure 1:
<div> <a href="/2086/Forms-Permits" target="_self" class="fancyButton fancyButton301 "> <span> <span><span class="text">Forms & Permits</span></span> </span> </a> </div>.cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadera0a133a6-70e3-4306-a9b9-37708642da4c > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeadera0..." summary="This table represent...">.mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>.mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p… and 2 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed705ae320-ec9c-46da-9727-d668b375d7f8" class="widget widgetTabbed skin74 wide" data-widgetid="705ae320-ec9c-46da-9727-d668b375d7f8" role="tablist">#divTabbed705ae320-ec9c-46da-9727-d668b375d7f8Impact: critical
Failure 1:
<a href="#tab705ae320-ec9c-46da-9727-d668b375d7f8_0" class="tabButton" role="tab" aria-controls="#tab705ae320-ec9c-46da-9727-d668b375d7f8_0" aria-selected="true" style="height: 64px;"><span class="tabName editable" data-sequence="0" data-tabname="All" contenteditable="false">All</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab705ae320-ec9c-46da-9727-d668b375d7f8_1" class="tabButton" role="tab" aria-controls="#tab705ae320-ec9c-46da-9727-d668b375d7f8_1" aria-selected="false" style="height: 64px;">li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab705ae320-ec9c-46da-9727-d668b375d7f8_2" class="tabButton" role="tab" aria-controls="#tab705ae320-ec9c-46da-9727-d668b375d7f8_2" aria-selected="false" style="height: 64px;"><span class="tabName editable" data-sequence="2" data-tabname="Events" contenteditable="false">Events</span></a>li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab705ae320-ec9c-46da-9727-d668b375d7f8_0" class="tabButton" role="tab" aria-controls="#tab705ae320-ec9c-46da-9727-d668b375d7f8_0" aria-selected="true" style="height: 64px;"><span class="tabName editable" data-sequence="0" data-tabname="All" contenteditable="false">All</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader633" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=633" target="_self">Spring Eggstravaganza 2026 </a> </h4>#newsFlashItemHeader633Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera7e4f14d-fc3f-4bc2-96c6-d9569c6c2902">#miniCalendarHeadera7e4f14d-fc3f-4bc2-96c6-d9569c6c2902Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget3b8dc5a4-fbcb-4ad8-a1e3-08973500c67a > .cpGrid5.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<div class="widget slideShow skin69" role="region" aria-label="Slideshow" id="slideshow108d8072-b7df-40be-98a3-0c41a9fda318" aria-haspopup="false" data-widgetid="108d8072-b7df-40be-98a3-0c41a9fda318">#slideshow108d8072-b7df-40be-98a3-0c41a9fda318Failure 3:
<section id="divInfoAdvf7fc7dd3-0..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvf7fc7dd3-05f6-4ef3-9f62-bb333ae55c31Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadera7e4f14d-fc3f-4bc2-96c6-d9569c6c2902 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeadera7..." summary="This table represent...">#widgetCalendara7e4f14d-fc3f-4bc2-96c6-d9569c6c2902 > .mediaAbove.cpGrid3.widgetBody > .calendarInnerWrapper > .miniCalendar[data-minicalendar="true"] > tableFailure 5:
<h4 class="widgetTitle">Fri, Feb. 27 </h4>#widgetCalendara7e4f14d-fc3f-4bc2-96c6-d9569c6c2902 > .mediaAbove.cpGrid3.widgetBody > .calendarInnerWrapper > .row.wide[data-event-list-row="true"] > .col1.first.col > ol > .widgetItem[data-event-i-d="4393"] > h4… and 6 more failures for this rule
Impact: serious
Failure 1:
<p class="site-description">Mayor James Mueller</p>.site-descriptionImpact: moderate
Failure 1:
<section class="footer-contact" role="contentinfo" aria-labelledby="footer-connect-heading">.footer-contactImpact: moderate
Failure 1:
<h2 style="font-size:30px;" class="feedback-heading">How was your experience?</h2>.feedback-headingFailure 2:
<h4 class="widget-title widgettitle">311 Service Portal</h4>#text-5 > .widget-wrap > h4Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader696" class="widgetTitle"> <a href="/DocumentCenter/View/4567/2025-Accomplishments-Folio" target="_self">City Manager Celebrates 2025 Accomplishments With Council </a></h4>#newsFlashItemHeader696Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader670e9f0d-51e4-4617-8519-d231c505718c">#miniCalendarHeader670e9f0d-51e4-4617-8519-d231c505718cFailure 3:
<h4 id="newsFlashItemHeader635" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=635" target="_self">Sullivan Road Property & Ice Sheet Proposal </a> </h4>#newsFlashItemHeader635Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv184820d7-3..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv184820d7-33ef-4599-9a75-db09cfc94975Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlashac945..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlashac94508b-b2e9-422b-8759-d4a53a78bf1bImpact: moderate
Failure 1:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 2:
<table role="grid" aria-labelledby="miniCalendarHeader67..." summary="This table represent...">tableFailure 3:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > pFailure 4:
<a id="calendarViewAll670e9f0d-51e4-4617-8519-d231c505718c" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>#calendarViewAll670e9f0d-51e4-4617-8519-d231c505718cImpact: moderate
Failure 1:
<div id="slider-controls" class="d-flex">#slider-controlsFailure 2:
<a href="#main" id="skip-to" class="Mbounce" aria-label="Skip to go to main content"><img src="_assets_/images/arrow.png" alt=""></a>#skip-toFailure 3:
<h1 class="sr-only">Welcome to the City of Norwalk California</h1>h1Failure 4:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item0">#tns1-item0Failure 5:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item1">#tns1-item1… and 2 more failures for this rule
Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgeteb048748-fc26-4a11-a8bd-804b615dc763 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv06feee89-d..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv06feee89-df4d-4fa0-8805-1d616bd7dbffImpact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlImpact: moderate
Failure 1:
<div data-minicalendar="true" class="miniCalendar media" style="width: 56%; ">.miniCalendarFailure 2:
<h4 class="widgetTitle">Saturday, February 28 </h4>li[data-event-i-d="3580"] > h4Failure 3:
<div style="" class="widgetDesc"> <strong><a href="/Calendar.aspx?EID=3580" target="_self">Ready, Set, Future! Teen Summit</a></strong> Grade 7-12 </div>li[data-event-i-d="3580"] > .widgetDescFailure 4:
<span class="visuallyHidden">Ready, Set, Future! Teen Summit</span>.visuallyHiddenFailure 5:
<a id="calendarViewAll2fed2aac-6f73-49a7-82d8-53e802350429" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=26,27,28,14" aria-label="Calendar View All">View All Events</a>#calendarViewAll2fed2aac-6f73-49a7-82d8-53e802350429… and 1 more failures for this rule
Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.94623017.1772203822.c1b2ec7 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.94623017.1772203822.c1b2ec7</p>p:nth-child(3)Impact: serious
Failure 1:
<h1 class="headline" role="heading" aria-hidden="true" tabindex="-1" aria-level="3" style="text-align: center;">#divEditor595b13f2-779e-4c61-9b33-e8450984dd10 > .fr-view > h1[role="heading"][aria-level="3"][aria-hidden="true"]Impact: critical
Failure 1:
<div id="divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7" class="widget widgetTabbed skin20 leftTabs narrow" data-widgetid="10257af7-eb57-4eea-9f58-8facf6b4dfa7" role="tablist">#divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7Failure 2:
<div id="divTabbed624ddabc-fb8a-4289-820b-6688e794c0cf" class="widget widgetTabbed skin20 wide" data-widgetid="624ddabc-fb8a-4289-820b-6688e794c0cf" role="tablist">#divTabbed624ddabc-fb8a-4289-820b-6688e794c0cfImpact: critical
Failure 1:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_0" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Order" contenteditable="false">Order</span></a>#divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1) > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_1" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Register For" contenteditable="false">Register For</span></a>#divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(3) > li > .tabButton[role="tab"]Failure 3:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_2" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_2" aria-selected="false"><span class="tabName editable" data-sequence="2" data-tabname="Get Involved" contenteditable="false">Get Involved</span></a>.tabbedWidgetNarrow.cpTabs:nth-child(5) > li > .tabButton[role="tab"]Failure 4:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_3" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_3" aria-selected="false"><span class="tabName editable" data-sequence="3" data-tabname="Apply For" contenteditable="false">Apply For</span></a>.tabbedWidgetNarrow.cpTabs:nth-child(7) > li > .tabButton[role="tab"]Failure 5:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_4" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_4" aria-selected="false"><span class="tabName editable" data-sequence="4" data-tabname="Pay" contenteditable="false">Pay</span></a>.tabbedWidgetNarrow.cpTabs:nth-child(9) > li > .tabButton[role="tab"]… and 5 more failures for this rule
Impact: critical
Failure 1:
<a href="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_0" class="tabButton" role="tab" aria-controls="#tab10257af7-eb57-4eea-9f58-8facf6b4dfa7_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Order" contenteditable="false">Order</span></a>#divTabbed10257af7-eb57-4eea-9f58-8facf6b4dfa7 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1) > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab624ddabc-fb8a-4289-820b-6688e794c0cf_0" class="tabButton" role="tab" aria-controls="#tab624ddabc-fb8a-4289-820b-6688e794c0cf_0" aria-selected="true" style="height: 48px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed624ddabc-fb8a-4289-820b-6688e794c0cf > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="340" height="500" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">iframe[width="340"]Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer3" class="search_ts">#contentContainer3Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer3" class="search_ts">#contentContainer3Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetcc33fe54-5c90-4f32-aec8-bcfc1d5e65f4 > .cpGrid4.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="widgetQuicklink20be6..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink20be62f8-7318-456e-b344-cf76c27fbf3eFailure 4:
<section id="divInfoAdvf163bbdb-3..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvf163bbdb-3355-4ff6-9d21-dd6040af7e0eImpact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(34, 34, 34); z-index: 1;">#\31 _divAlertBarImpact: minor
Failure 1:
<input name="q" type="text" placeholder="How may we help you ..." role="search" aria-label="Search Query">#advanced-data-display-97847 > .search > .form > input[name="q"]Impact: serious
Failure 1:
<div class="sub-nav" id="accessible-megamenu-1772203847884-2" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203847884-1">#accessible-megamenu-1772203847884-2Failure 2:
<div class="sub-nav" id="accessible-megamenu-1772203847887-4" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203847887-3">#accessible-megamenu-1772203847887-4Failure 3:
<div class="sub-nav" id="accessible-megamenu-1772203847891-6" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203847891-5">#accessible-megamenu-1772203847891-6Failure 4:
<div class="sub-nav" id="accessible-megamenu-1772203847895-9" role="group" aria-expanded="false" aria-hidden="true" aria-labelledby="accessible-megamenu-1772203847895-8">#accessible-megamenu-1772203847895-9Impact: critical
Failure 1:
<ul class="menubar" role="menubar">.menubarImpact: serious
Failure 1:
<span class="menuTitle">Government</span>#accessible-megamenu-1772203847884-1 > .menuTitleFailure 2:
<span class="menuTitle">Our Community</span>#accessible-megamenu-1772203847887-3 > .menuTitleFailure 3:
<span class="menuTitle">Services</span>#accessible-megamenu-1772203847891-5 > .menuTitleFailure 4:
<span class="menuTitle">News & Communications</span>#accessible-megamenu-1772203847892-7 > .menuTitleFailure 5:
<span class="menuTitle">Get Involved</span>#accessible-megamenu-1772203847895-8 > .menuTitleImpact: minor
Failure 1:
<h2 style="text-align: center;"></h2>#ctl00_ContentPlaceHolder1_ctl17_divContent > h2Impact: moderate
Failure 1:
<section id="hero" role="banner" aria-label="Images of Davenport">#heroImpact: moderate
Failure 1:
<header id="main-header">#main-headerImpact: moderate
Failure 1:
<nav class="megamenu mega_menu desktop-only" role="navigation">.megamenuImpact: serious
Failure 1:
<li>Powered by <a href="https://www.civiclive.com" target="_blank">CivicLive</a></li>.menubar > li:nth-child(4)Failure 2:
<li>.menubar > li:nth-child(5)Impact: moderate
Failure 1:
<img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6481372/Templates/img/next-door-logo.png" alt="Nextdoor logo">.medium-7.small-12.column > .socials > li:nth-child(5) > a[title="Follow Us on Nextdoor"][target="_blank"] > img[alt="Nextdoor logo"]Impact: critical
Failure 1:
<button id="tab-32" aria-controls="panel-32" role="tab" aria-selected="true" class="tab active">City of Quincy</button>#tab-32Impact: critical
Failure 1:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation00" id="slick-slide00"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Bicyclists</button></li>#slick-slide00Impact: serious
Failure 1:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation01" id="slick-slide01"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">One Mile Reflection</button></li>#slick-slide01Failure 2:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation02" id="slick-slide02"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Water Towers</button></li>#slick-slide02Failure 3:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation03" id="slick-slide03"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Culedsac</button></li>#slick-slide03Failure 4:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation04" id="slick-slide04"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Water Towers Sunset</button></li>#slick-slide04Failure 5:
<li aria-hidden="true" role="presentation" aria-selected="false" aria-controls="navigation05" id="slick-slide05"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Creek</button></li>#slick-slide05Impact: serious
Failure 1:
<div class="slick-track" role="listbox" style="opacity: 1; width: 7680px;">.ccms-banner-slider > .slick-list > .slick-trackImpact: critical
Failure 1:
<ul class="slick-dots" style="display: block;" role="tablist">.slick-dotsImpact: serious
Failure 1:
<div class="ccms-banner slick-sl..." style="background-image: ur..." data-alt="Bicyclists" data-slick-index="0" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide00">.ccms-banner-slider > .slick-list > .slick-track > .slick-currentImpact: moderate
Failure 1:
<h3><div class="superscript"></div><div class="title"><div style="text-align: center;"><strong>announcements</strong></div></div></h3>#d7a5d6c883ef4337835234fbd9659f93 > .catapultTitle > h3Impact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">meta[name="viewport"]Impact: minor
Failure 1:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation00" id="slick-slide00"><button type="button" data-role="none" role="button" aria-required="false" tabindex="0">Bicyclists</button></li>#slick-slide00Impact: moderate
Failure 1:
<div id="skiptocontent"><a href="#">skip to main content</a></div>#skiptocontentImpact: serious
Failure 1:
<html><head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>openresty/1.27.1.2</center> </body></html>htmlImpact: moderate
Failure 1:
<html><head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>openresty/1.27.1.2</center> </body></html>htmlImpact: moderate
Failure 1:
<center><h1>404 Not Found</h1></center>center:nth-child(1)Failure 2:
<center>openresty/1.27.1.2</center>center:nth-child(3)Impact: critical
Failure 1:
<button type="button" class="btn btn-link searchbar-icon"> <i class="fas fa-search" aria-hidden="true"></i> </button>#dnn_dnnSearch_pnlInput > .searchbar-bs5 > .btn.btn-link.searchbar-iconImpact: serious
Failure 1:
<span>25</span>tr:nth-child(3) > .other_month.day[align="center"]:nth-child(1) > spanFailure 2:
<span>26</span>.other_month.day[align="center"]:nth-child(2) > spanFailure 3:
<span>27</span>.other_month.day[align="center"]:nth-child(3) > spanFailure 4:
<a href="https://cityofls.net/city-events-meetings-calendar/city-events-meetings-details/pid/2126/mcat/2141/acat/2/ev/2/artdate/28-1-2026">28</a>.other_month.has_events.day:nth-child(4) > aFailure 5:
<a href="https://cityofls.net/city-events-meetings-calendar/city-events-meetings-details/pid/2126/mcat/2141/acat/2/ev/2/artdate/29-1-2026">29</a>.other_month.has_events.day:nth-child(5) > a… and 15 more failures for this rule
Impact: minor
Failure 1:
<h1><span id="dnn_ctr4563_TITLE1_titleLabel" class="Head"> </span> </h1>.DnnModule-4563 > .cols-wrapper:nth-child(2) > .row > .col-12 > .header-wrap.cols-row > .f-left > h1Failure 2:
<h2> </h2>#dnn_ctr4563_HtmlModule_lblContent > h2Failure 3:
<h2> </h2>#dnn_ctr10217_ModuleContent > .content-section-module > .cols-wrapper > .row > .col-12 > .cols-row > .content-cols > .csm-item-wrapper > .csm-item-content > h2:nth-child(1)Failure 4:
<h1><span id="dnn_ctr4564_TITLE1_titleLabel" class="Head"> </span> </h1>.DnnModule-4564 > .cols-wrapper:nth-child(2) > .row > .col-12 > .header-wrap.cols-row > .f-left > h1Impact: moderate
Failure 1:
<h3 class="edn__contentBlock_title"><span>Upcoming</span></h3>.edn__contentBlock_titleFailure 2:
<h3>#dnn_ctr536_HtmlModule_lblContent > h3Impact: moderate
Failure 1:
<html lang="en-US">htmlImpact: moderate
Failure 1:
<div class="carousel-item active" style="background-image: url("/Portals/0/Images/Banner-Images/IMG_3954.jpg?w=1600&h=800&mode=crop"); height: calc(-180px + 100vh);">.active.carousel-itemFailure 2:
<div class="cols-wrapper">.cols-wrapper:nth-child(4)Failure 3:
<div class="cols-outerwrapper important-item-wrap white-bg">.important-item-wrapFailure 4:
<div class="DnnModule DnnModule-DNN_HTML DnnModule-3180">.DnnModule-3180Failure 5:
<div class="cols-outerwrapper">.cols-outerwrapper:nth-child(9)… and 51 more failures for this rule
Impact: moderate
Failure 1:
<html class="no-js" lang="en-US">htmlImpact: moderate
Failure 1:
<div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> newbedford-ma.gov</h2> </div>.cf-headerFailure 2:
<div class="cf-section cf-wrapper">.cf-section.cf-wrapperFailure 3:
<p class="text-13">.text-13Impact: serious
Failure 1:
<a href="/page/public-comments" class="button light">Signup for Public Comment</a>a[href$="public-comments"]Failure 2:
<a href="/page/agendas-and-minutes" class="button light">Agendas & Minutes</a>a[href$="agendas-and-minutes"]Impact: critical
Failure 1:
<input class="search search-icon" type="search" name="search_fulltext">.searchImpact: moderate
Failure 1:
<footer role="contentinfo" class="grid justify-items-center full-width text-highlight2 bg-accent1 region-container region-container--action-footer">.text-highlight2Impact: moderate
Failure 1:
<nav role="navigation" aria-labelledby="-menu" class="center-header block block-menu navigation menu--how-do-i">.center-headerFailure 2:
<footer role="contentinfo" class="grid justify-items-center full-width text-highlight2 bg-accent1 region-container region-container--action-footer">.text-highlight2Impact: serious
Failure 1:
<a href="https://www.federalwaywa.gov/page/federal-way-citywide-news"></a>p:nth-child(4) > aImpact: critical
Failure 1:
<select data-fedway-jumpmenu="active" class="menu" data-once="jumpmenu">select:nth-child(1)Failure 2:
<select data-fedway-jumpmenu="active" class="menu" data-once="jumpmenu">select:nth-child(2)Failure 3:
<select data-fedway-jumpmenu="active" class="menu" data-once="jumpmenu">select:nth-child(3)Failure 4:
<select data-fedway-jumpmenu="active" class="menu" data-once="jumpmenu">select:nth-child(4)Impact: serious
Failure 1:
<div class="owl-prev" style="" role="button" tabindex="0"><i class="fa fa-chevron-left"></i></div>.owl-prev[role="button"]Failure 2:
<div class="owl-next" style="" role="button" tabindex="0"><i class="fa fa-chevron-right"></i></div>.owl-next[role="button"]Impact: serious
Failure 1:
<a href="http://www.revize.com">Revize, The Government Website Experts</a>a[href$="www.revize.com"]Failure 2:
<a id="revize-login" href="https://cms7.revize.com/revize/security/index.jsp?webspace=edinburgtx&filename=/index.php">LOGIN</a>#revize-loginImpact: serious
Failure 1:
<a class="slider-link" href="./" target="_self" style="float: none; list-style: none; position: absolute; width: 1280px; z-index: 50; display: block;">.slider-link[href="./"][target="_self"]:nth-child(1)Failure 2:
<a style="position:absolute;top:0;right:0;bottom:0;left:0;background:none;text-decoration:none" href="https://cityofedinburg.com/departments/planning_and_zoning/comprehensive_plan_update.php" target="_self"><span class="text"></span></a>.bxslider > li:nth-child(1) > a[target="_self"]Impact: serious
Failure 1:
<ul class="bxslider" style="width: auto; position: relative;">.slider > .bx-wrapper > .bx-viewport > .bxsliderImpact: serious
Failure 1:
<li style="background:url('sliderimage/2025_12_mayor_and_city_council_members.jpg?t=202512221554120') center / cover no-repeat;"></li>.slider-link[href="./"][target="_self"]:nth-child(1) > liImpact: moderate
Failure 1:
<html lang="en" class=" js flexbox canvas c...">htmlImpact: critical
Failure 1:
<div id="divTabbed30851370-b430-48b6-a211-e7fb0b9db293" class="widget widgetTabbed wide skin27 leftTabs" data-widgetid="30851370-b430-48b6-a211-e7fb0b9db293" role="tablist">#divTabbed30851370-b430-48b6-a211-e7fb0b9db293Failure 2:
<div id="divTabbedea5df32c-5326-4912-b95a-40aa3dfe78a1" class="widget widgetTabbed wide skin31" data-widgetid="ea5df32c-5326-4912-b95a-40aa3dfe78a1" role="tablist">#divTabbedea5df32c-5326-4912-b95a-40aa3dfe78a1Impact: critical
Failure 1:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_0" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Apply" contenteditable="false">Apply</span></a>.left.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_1" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Pay" contenteditable="false">Pay</span></a>.left.tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_2" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_2" aria-selected="false"><span class="tabName editable" data-sequence="2" data-tabname="Request" contenteditable="false">Request</span></a>li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_3" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_3" aria-selected="false"><span class="tabName editable" data-sequence="3" data-tabname="Find" contenteditable="false">Find</span></a>li:nth-child(4) > .tabButton[role="tab"]Failure 5:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_4" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_4" aria-selected="false"><span class="tabName editable" data-sequence="4" data-tabname="Report" contenteditable="false">Report</span></a>li:nth-child(5) > .tabButton[role="tab"]… and 2 more failures for this rule
Impact: critical
Failure 1:
<a href="#tab30851370-b430-48b6-a211-e7fb0b9db293_0" class="tabButton" role="tab" aria-controls="#tab30851370-b430-48b6-a211-e7fb0b9db293_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Apply" contenteditable="false">Apply</span></a>.left.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabea5df32c-5326-4912-b95a-40aa3dfe78a1_0" class="tabButton" role="tab" aria-controls="#tabea5df32c-5326-4912-b95a-40aa3dfe78a1_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Public Meetings" contenteditable="false">Public Meetings</span></a>#divTabbedea5df32c-5326-4912-b95a-40aa3dfe78a1 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<section id="divInfoAdvcf4e1b1c-f..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvcf4e1b1c-f69e-43bf-9094-f2ca1a2d6a2dFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget08390ff8-0436-429e-b8f8-6e8e38856055 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash9611e..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash9611ecc6-f065-495c-9c81-85dd0eb07fcdImpact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=1393" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=20246" alt="" data-delayed-image=""></a>.widgetItem[data-index="2"] > a[href="/CivicAlerts.aspx?AID=1393"][target="_self"]Impact: moderate
Failure 1:
<div> <a href="/list.aspx" target="_self" class="fancyButton fancyButton498 "> <span> <span><span class="text">Sign Up for Notifications</span></span> </span> </a> </div>#graphicLinkWidgetdc05859d-c186-4767-a7c0-932c022cf53a > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 2:
<ol class="tabbedWidget cpTabs left " style="width: 200px; ">.left.tabbedWidget.cpTabsFailure 3:
<ol class="tabbedWidget cpTabs " style=" ">#divTabbedea5df32c-5326-4912-b95a-40aa3dfe78a1 > .tabbedWidget.cpTabsFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader8b631af5-2a74-44d3-8021-33ffd619cdf5 > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeader8b..." summary="This table represent...">#widgetCalendar8b631af5-2a74-44d3-8021-33ffd619cdf5 > .mediaLeft.cpGrid1.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > table… and 3 more failures for this rule
Impact: serious
Failure 1:
<a style="" href="/calendar.aspx?CID=36,28,25,23,51,46,40,38,42,35,45,41,32,30,24,22,27,39,47,31,37">Calendar</a>#calendarHeader84ac93e8-1a62-419d-bd14-93e2b3c23435 > aImpact: moderate
Failure 1:
<h3><a style="" href="/CivicAlerts.aspx?CID=17,26,27,23,21,20,18,31,6,16,15&sort=date">News Flash</a></h3>#newsFlashHeader25451d13-bbc7-4bad-9176-05049fc410d3 > div > h3Failure 2:
<h3 id="calendarHeader84ac93e8-1a62-419d-bd14-93e2b3c23435"><a style="" href="/calendar.aspx?CID=36,28,25,23,51,46,40,38,42,35,45,41,32,30,24,22,27,39,47,31,37">Calendar</a></h3>#calendarHeader84ac93e8-1a62-419d-bd14-93e2b3c23435Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid4 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv0cd20731-6..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv0cd20731-6a33-43fb-b8e2-b6c62e349d9aImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div class="outer col col7 first" style="height: auto;" data-widgetcontainerid="70abd34c-06cd-4c10-8999-48284d25bef9">.col7.outer.colFailure 3:
<div class="widgetHeader "> <div class=""> <h3 id="calendarHeader84ac93e8-1a62-419d-bd14-93e2b3c23435"><a style="" href="/calendar.aspx?CID=36,28,25,23,51,46,40,38,42,35,45,41,32,30,24,22,27,39,47,31,37">Calendar</a></h3> </div> </div>#widgetCalendar84ac93e8-1a62-419d-bd14-93e2b3c23435 > .widgetHeaderFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeader84..." summary="This table represent...">table… and 20 more failures for this rule