Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Total Unique | Page Title |
|---|---|---|---|---|---|---|
| View Page | 352 | 355 | 841 | 361 | 1909 | Akron, OH |
| View Page | 121 | 21 | 307 | 121 | 570 | Escondido, CA | Official Website |
| View Page | 28 | 43 | 309 | 31 | 411 | Clarksville, TN | Official Website |
| View Page | 32 | 28 | 310 | 21 | 391 | Macon-Bibb County Government |
| View Page | 28 | 25 | 298 | 23 | 374 | Yonkers, NY | Official Website |
| View Page | 13 | 31 | 258 | 36 | 338 | Welcome to the City of Alexandria Homepage! | City of Alexandria, VA |
| View Page | 44 | 19 | 227 | 11 | 301 | City of Springfield, MA: City of Springfield, MA |
| View Page | 5 | 66 | 191 | 3 | 265 | Home | City of Rancho Cucamonga |
| View Page | 75 | 24 | 85 | 56 | 240 | Home - City of Santa Clarita |
| View Page | 37 | 25 | 138 | 27 | 227 | Home - City of Roseville |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 70 of 100 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 67 of 100 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 51 of 100 | View Rule |
| SIA-R57: Landmarks don’t repeat the same content | 45 of 100 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 40 of 100 | View Rule |
| SIA-R53: Headings follow a logical hierarchy | 35 of 100 | View Rule |
| SIA-R14: Images have an accessible name or are decorative | 33 of 100 | View Rule |
| SIA-R69: Text has sufficient contrast with its background | 33 of 100 | View Rule |
| SIA-R68: Accessible name contains the visible label text | 31 of 100 | View Rule |
| SIA-R61 | 30 of 100 | 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 | 66 of 100 | View Rule |
| landmark-unique | 37 of 100 | View Rule |
| heading-order | 36 of 100 | View Rule |
| landmark-one-main | 26 of 100 | View Rule |
| color-contrast | 23 of 100 | View Rule |
| aria-required-children | 22 of 100 | View Rule |
| aria-valid-attr-value | 22 of 100 | View Rule |
| link-name | 21 of 100 | View Rule |
| aria-required-parent | 20 of 100 | View Rule |
| html-has-lang | 18 of 100 | 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):
.cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]
How to Replicate:
$x('.cpGrid3.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):
.cp-miniCalendar-title
How to Replicate:
$x('.cp-miniCalendar-title')Affected Pages:
Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks
HTML Pattern:
<ol class="tabbedWidget cpTabs " style="display: table;">
XPath (use in browser DevTools):
.tabbedWidget.cpTabs
How to Replicate:
$x('.tabbedWidget.cpTabs')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: 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-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: 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: 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):
div[data-event-list-row="true"] > p
How to Replicate:
$x('div[data-event-list-row="true"] > p')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):
.cpToolbar
How to Replicate:
$x('.cpToolbar')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: 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="/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: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| http://www.santa-clarita.com/ | https://santaclarita.gov/ | OK | 200 | yes | 18814 | 75 | 24 | 85 | 56 | 240 | Home - City of Santa Clarita |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, color-contrast, heading-order, image-alt, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_content_in_landmark, aria_contentinfo_misuse, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-valid-attr-value, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | |||||||||||
| https://www.brla.gov/ | https://www.brla.gov/ | OK | 200 | no | 23158 | 11 | 34 | 98 | 20 | 128 | Baton Rouge, LA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.hialeahfl.gov/ | http://www.hialeahfl.gov/ | OK | 200 | no | 19389 | 19 | 15 | 67 | 20 | 102 | Hialeah, FL | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | |||||||||||
| https://www.ci.san-bernardino.ca.us/ | https://www.sanbernardino.gov/ | OK | 200 | yes | 32374 | 18 | 31 | 113 | 25 | 375 | San Bernardino, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.cityoftacoma.org/ | https://tacoma.gov/ | OK | 200 | yes | 21970 | 5 | 11 | 66 | 14 | 87 | City of Tacoma, Washington - Official Government Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: image-redundant-alt | |||||||||||
| Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | |||||||||||
| http://www.modestogov.com/ | https://www.modestogov.com/ | OK | 200 | yes | 35011 | 21 | 19 | 114 | 31 | 361 | Modesto, CA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: button-name, frame-title, heading-order, landmark-no-duplicate-banner, landmark-unique, link-name, list, listitem, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words | |||||||||||
| http://www.townofbabylon.com/ | https://www.townofbabylonny.gov/ | OK | 200 | yes | 35131 | 26 | 35 | 86 | 26 | 350 | Babylon, NY - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.huntsvilleal.gov/ | https://www.huntsvilleal.gov/ | OK | 200 | no | 14515 | 6 | 23 | 78 | 14 | 125 | City of Huntsville - Official website of the City of Huntsville, Alabama |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R85 | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_eventhandler_role_valid, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_ref_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | |||||||||||
| https://www.dsm.city/ | https://www.dsm.city/ | OK | 200 | no | 14532 | 9 | 28 | 91 | 61 | 57 | City of Des Moines |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-hidden-focus | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, labels-and-names/label-content-mismatch, landmarks/region | |||||||||||
| http://www.yonkersny.gov/ | https://www.yonkersny.gov/ | OK | 200 | yes | 30708 | 28 | 25 | 298 | 23 | 260 | Yonkers, NY | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74 | |||||||||||
| axe failed rules: aria-allowed-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, frame-title, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.cityofrochester.gov/ | https://www.cityofrochester.gov/ | OK | 200 | no | 22704 | 0 | 21 | 73 | 20 | 69 | Homepage | City of Rochester, New York |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| Equal Access failed rules: aria_child_tabbable, aria_complementary_label_visible, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_visible, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/list-children, navigable/empty-heading, navigable/page-has-heading-one, text-alternatives/image-alt-words | |||||||||||
| http://www.moval.org/ | http://www.moval.org/ | OK | 200 | no | 17867 | 22 | 10 | 42 | 10 | 73 | City of Moreno Valley, California |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: color-contrast, heading-order, label-title-only, link-name, scope-attr-valid | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_headers_related, table_scope_valid, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/label-title-only, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one | |||||||||||
| http://www.ci.fayetteville.nc.us/ | https://www.fayettevillenc.gov/ | FAIL | 403 | yes | 2880 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.fontanaca.gov/ | https://www.fontanaca.gov/ | OK | 200 | no | 20996 | 11 | 19 | 135 | 26 | 140 | Fontana, CA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.columbusga.org/ | https://www.columbusga.gov/ | OK | 200 | yes | 19670 | 45 | 12 | 97 | 61 | 116 | Columbus Consolidated Government | Home |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: aria-required-parent, button-name, color-contrast, heading-order, image-alt, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, element_attribute_deprecated, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/aria-required-parent, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, navigable/heading-order, navigable/link-name, text-alternatives/img-alt | |||||||||||
| https://www.worcesterma.gov/ | https://www.worcesterma.gov/ | OK | 200 | no | 16895 | 1 | 25 | 34 | 0 | 78 | Home | City of Worcester |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_misuse, input_label_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse | |||||||||||
| https://www.cityofpsl.com/ | https://www.cityofpsl.com/Home | OK | 200 | yes | 14040 | 0 | 4 | 11 | 1 | 9 | Home | City of Port St. Lucie, FL |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://littlerock.gov/ | https://littlerock.gov/ | OK | 200 | no | 15777 | 35 | 32 | 96 | 43 | 94 | Home - City of Little Rock |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: color-contrast, empty-heading, heading-order, landmark-complementary-is-top-level, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, caption_track_exists, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, heading_content_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/complementary-is-top-level, navigable/empty-heading, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.augustaga.gov/ | https://www.augustaga.gov/ | OK | 200 | no | 35515 | 15 | 10 | 95 | 24 | 310 | Augusta, GA - Official Website | Official Website |
| ALFA failed rules: SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R85 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://oxnard.gov/ | https://oxnard.gov/ | FAIL | 403 | no | 6527 | 4 | 3 | 17 | 3 | 1 | Just a moment… |
| ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region | |||||||||||
| https://www.birminghamal.gov/ | https://www.birminghamal.gov/ | OK | 200 | no | 11789 | 1 | 12 | 44 | 4 | 52 | Homepage | City of Birmingham, Alabama |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/label-content-mismatch | |||||||||||
| https://montgomeryal.gov/ | http://www.montgomeryal.gov/ | FAIL | 403 | yes | 2453 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.friscotexas.gov/ | https://www.friscotexas.gov/ | OK | 200 | yes | 20102 | 13 | 17 | 76 | 22 | 99 | Frisco, TX - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | |||||||||||
| https://www.amarillo.gov/ | https://www.amarillo.gov/ | OK | 200 | no | 28298 | 14 | 25 | 51 | 22 | 175 | - City of Amarillo |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85 | |||||||||||
| axe failed rules: color-contrast, link-name, scrollable-region-focusable | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, caption_track_exists, combobox_popup_reference, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, keyboard-accessible/scrollable-region, landmarks/landmark-unique, navigable/link-name | |||||||||||
| https://www.slc.gov/ | https://www.slc.gov/ | OK | 200 | no | 16775 | 10 | 8 | 108 | 10 | 30 | SLC.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: heading-order, image-alt, label-title-only, landmark-unique | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_valid, page_title_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/label-title-only, navigable/empty-heading, navigable/heading-order, text-alternatives/img-alt | |||||||||||
| https://grandrapidsmi.gov/ | https://www.grandrapidsmi.gov/Home | OK | 200 | yes | 10093 | 1 | 14 | 15 | 5 | 42 | Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: color-contrast | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/region | |||||||||||
| http://www.huntingtonbeachca.gov/ | https://www.huntingtonbeachca.gov/ | OK | 200 | yes | 15243 | 17 | 21 | 74 | 38 | 80 | Welcome to Huntington Beach, CA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-prohibited-attr, button-name, color-contrast, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, text-alternatives/image-redundant-alt | |||||||||||
| https://www.opkansas.org/ | https://www.opkansas.org/ | OK | 200 | no | 17183 | 27 | 15 | 38 | 42 | 275 | Home - City of Overland Park, Kansas |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-hidden-focus, heading-order, landmark-one-main, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_id_unique, element_attribute_deprecated, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, aria/aria-valid-attr-value, landmarks/landmark-main, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.glendaleca.gov/ | https://www.glendaleca.gov/ | FAIL | 403 | no | 2305 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.talgov.com/ | https://www.talgov.com/Main/Home | OK | 200 | yes | 14790 | 3 | 17 | 50 | 3 | 57 | Talgov.com | The Official Website of the City of Tallahassee |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R74 | |||||||||||
| axe failed rules: landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_eventhandler_role_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, script_onclick_misuse, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order | |||||||||||
| http://www.gptx.org/ | https://www.gptx.org/Home | OK | 200 | yes | 16548 | 2 | 9 | 36 | 10 | 31 | Home - City of Grand Prairie |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-allowed-role, aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/region | |||||||||||
| https://www.mckinneytexas.org/ | https://www.mckinneytexas.org/ | OK | 200 | no | 27185 | 17 | 24 | 72 | 21 | 426 | McKinney, TX - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one | |||||||||||
| http://www.capecoral.net/ | http://www.capecoral.net/ | FAIL | 500 | no | 2799 | 4 | 3 | 8 | 4 | 0 | 500 - Internal server error. |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, fieldset_legend_valid, html_lang_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.siouxfalls.gov/ | https://www.siouxfalls.gov/home | OK | 200 | yes | 13198 | 2 | 10 | 30 | 5 | 28 | Home - City of Sioux Falls |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: heading-order, landmark-unique | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.peoriaaz.gov/ | http://www.peoriaaz.gov/ | FAIL | 403 | no | 3398 | 1 | 2 | 6 | 2 | 0 | Just a moment… |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: meta-refresh | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception | |||||||||||
| https://www.providenceri.gov/ | https://www.providenceri.gov/ | OK | 200 | no | 9862 | 7 | 12 | 59 | 10 | 46 | City of Providence Home - City of Providence |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region | |||||||||||
| https://www.cityofvancouver.us/ | https://www.cityofvancouver.us/ | OK | 200 | no | 14496 | 37 | 12 | 68 | 19 | 151 | City of Vancouver, WA -The City of Vancouver, WA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don’t repeat the same content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| axe failed rules: landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/skip-link | |||||||||||
| https://www.knoxvilletn.gov/ | https://www.knoxvilletn.gov/ | OK | 200 | no | 17242 | 18 | 10 | 49 | 14 | 12 | Home - City of Knoxville |
| ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R59, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-prohibited-attr, aria-roles, link-name, list, meta-viewport, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_form_label_unique, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/list-children, aria/aria-roles, distinguishable/meta-viewport, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one | |||||||||||
| https://www.akronohio.gov/ | https://www.akronohio.gov/ | OK | 200 | no | 40317 | 352 | 355 | 841 | 361 | 413 | Akron, OH |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, empty-heading, heading-order, image-alt, listitem, region | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_redundant, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, frame_src_valid, heading_content_exists, heading_markup_misuse, img_alt_valid, input_label_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/img-alt | |||||||||||
| https://www.shreveportla.gov/ | https://www.shreveportla.gov/ | OK | 200 | no | 20449 | 30 | 16 | 79 | 28 | 110 | Shreveport, LA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://cityofmobile.org/ | https://www.cityofmobile.org/ | OK | 200 | yes | 15609 | 7 | 26 | 30 | 6 | 144 | City of Mobile |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: frame-title, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_visible, frame_title_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/heading-order | |||||||||||
| http://www.cob.us/ | http://www.cob.us/ | FAIL | - | no | 36 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.nnva.gov/ | https://www.nnva.gov/ | OK | 200 | no | 21813 | 26 | 39 | 71 | 20 | 229 | Newport News, VA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R85 | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://www.fortlauderdale.gov/ | https://www.fortlauderdale.gov/ | FAIL | 403 | no | 2656 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.chattanooga.gov/ | https://chattanooga.gov/ | OK | 200 | yes | 13775 | 0 | 25 | 67 | 11 | 43 | Welcome to Chattanooga.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch | |||||||||||
| https://www.tempe.gov/ | https://www.tempe.gov/ | FAIL | 403 | no | 2698 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.aurora-il.org/ | https://www.aurora.il.us/Home | OK | 200 | yes | 12057 | 2 | 8 | 31 | 7 | 27 | Home | City of Aurora, IL |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_child_tabbable, aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/region | |||||||||||
| http://ci.santa-rosa.ca.us/ | http://ci.santa-rosa.ca.us/ | FAIL | 403 | no | 5816 | 4 | 0 | 3 | 4 | 0 | No request found in response |
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.eugene-or.gov/ | https://www.eugene-or.gov/ | OK | 200 | no | 27744 | 30 | 17 | 93 | 14 | 384 | Eugene, OR Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| http://www.elkgrovecity.org/ | https://elkgrove.gov/ | FAIL | 403 | yes | 3332 | 4 | 3 | 11 | 3 | 0 | Just a moment… |
| ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region | |||||||||||
| https://www.cityofsalem.net/ | https://www.cityofsalem.net/ | FAIL | 403 | no | 2681 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.ontarioca.gov/ | https://www.ontarioca.gov/ | OK | 200 | no | 11440 | 0 | 20 | 30 | 0 | 70 | Homepage | City of Ontario, California |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_tabbable_role_valid, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| https://www.carync.gov/ | https://www.carync.gov/ | FAIL | 403 | no | 2696 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.cityofrc.us/ | https://www.cityofrc.us/ | OK | 200 | yes | 25769 | 5 | 66 | 191 | 3 | 201 | Home | City of Rancho Cucamonga |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-one-main | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_labelled, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, text-alternatives/image-alt-words | |||||||||||
| https://www.ci.oceanside.ca.us/ | https://www.ci.oceanside.ca.us/ | FAIL | 403 | no | 6371 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.cityoflancasterca.org/ | https://www.cityoflancasterca.org/ | FAIL | 403 | no | 2513 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://ggcity.org/ | https://ggcity.org/ | OK | 200 | no | 17001 | 8 | 8 | 62 | 6 | 47 | Home | City of Garden Grove |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85 | |||||||||||
| axe failed rules: button-name, landmark-banner-is-top-level, landmark-no-duplicate-banner, link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: labels-and-names/button-name, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, navigable/skip-link | |||||||||||
| http://www.ppines.com/ | https://www.ppines.com/ | OK | 200 | yes | 31451 | 22 | 25 | 86 | 19 | 320 | Pembroke Pines, FL - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title-unique, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.fcgov.com/ | https://www.fortcollins.gov/Home | OK | 200 | yes | 12756 | 0 | 5 | 15 | 2 | 22 | Home City of Fort Collins |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region, navigable/heading-order | |||||||||||
| http://www.cityofpalmdale.org/ | https://www.cityofpalmdaleca.gov/ | OK | 200 | yes | 22673 | 17 | 18 | 80 | 16 | 89 | Palmdale, CA | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.springfieldmo.gov/ | https://www.springfieldmo.gov/ | OK | 200 | no | 26286 | 12 | 36 | 65 | 21 | 120 | Springfield, MO - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_deprecated, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.cityofclarksville.com/ | https://www.clarksvilletn.gov/ | OK | 200 | yes | 35779 | 28 | 43 | 309 | 31 | 379 | Clarksville, TN | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, image-redundant-alt, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, application_content_accessible, aria_application_labelled, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_descendant_valid, 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, draggable_alternative_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, img_alt_redundant, input_label_before, input_label_exists, 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, navigable/link-name, text-alternatives/image-redundant-alt | |||||||||||
| https://www.cityofsalinas.org/Home | https://www.salinas.gov/Home | OK | 200 | yes | 13239 | 2 | 15 | 15 | 7 | 48 | Home - City of Salinas |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: frame-title, heading-order | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, frame_title_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/region, navigable/heading-order | |||||||||||
| http://www.hayward-ca.gov/ | http://www.hayward-ca.gov/ | OK | 200 | no | 11985 | 22 | 10 | 51 | 42 | 126 | City of Hayward - Official website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |||||||||||
| axe failed rules: heading-order, label-title-only, landmark-one-main, link-in-text-block, link-name, list, listitem, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.patersonnj.gov/ | https://www.patersonnj.gov/ | OK | 200 | no | 26940 | 21 | 12 | 33 | 82 | 67 | Home / Paterson, New Jersey |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R20, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-valid-attr, color-contrast, list, listitem, region | |||||||||||
| Equal Access failed rules: aria_attribute_allowed, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-valid-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/region, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| https://www.alexandriava.gov/ | https://www.alexandriava.gov/ | OK | 200 | no | 33064 | 13 | 31 | 258 | 36 | 188 | Welcome to the City of Alexandria Homepage! | City of Alexandria, VA |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: button-name, image-alt, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, table_headers_related, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/frame-title, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words, text-alternatives/img-alt | |||||||||||
| https://www.maconbibb.us/ | https://www.maconbibb.us/ | OK | 200 | no | 26323 | 32 | 28 | 310 | 21 | 232 | Macon-Bibb County Government |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: color-contrast, heading-order, landmark-no-duplicate-banner, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_redundant, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, table_headers_exists, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/td-has-header, aria/aria-allowed-role, aria/presentation-role-conflict, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/frame-title-unique, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/img-alt | |||||||||||
| http://www.ci.corona.ca.us/ | http://www.ci.corona.ca.us/ | FAIL | - | no | 224 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.wycokck.org/ | https://www.wycokck.org/Home | OK | 200 | yes | 15739 | 0 | 15 | 17 | 2 | 35 | Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://www.lakewood.org/ | https://www.lakewoodco.gov/Home | OK | 200 | yes | 10256 | 1 | 9 | 15 | 3 | 24 | Home - City of Lakewood, CO |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, 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, navigable/heading-order | |||||||||||
| https://www.springfield-ma.gov/ | https://www.springfield-ma.gov/cos/ | OK | 200 | yes | 10165 | 44 | 19 | 227 | 11 | 165 | City of Springfield, MA: City of Springfield, MA |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: heading-order, html-has-lang, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-one-main, landmark-unique, link-name, region, skip-link | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_content_in_landmark, aria_contentinfo_misuse, aria_eventhandler_role_valid, aria_landmark_name_unique, aria_navigation_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, form_submit_button_exists, html_lang_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, table_headers_related, target_spacing_sufficient, text_block_heading | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, navigable/link-name, navigable/skip-link, readable/html-has-lang | |||||||||||
| https://sunnyvale.ca.gov/ | https://sunnyvale.ca.gov/ | FAIL | - | no | 38 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| http://www.jacksonms.gov/ | https://www.jacksonms.gov/ | OK | 200 | yes | 13816 | 59 | 15 | 32 | 57 | 231 | |
| 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-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-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-required-children, color-contrast, landmark-one-main, link-name, page-has-heading-one, region, skip-link | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_lang_exists, html_skipnav_exists, style_color_misuse, style_highcontrast_visible, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/aria-required-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/link-name, navigable/page-has-heading-one, navigable/skip-link | |||||||||||
| http://www.ci.killeen.tx.us/ | http://www.ci.killeen.tx.us/ | OK | 200 | no | 2838 | 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 | |||||||||||
| http://www.hollywoodfl.org/ | http://www.hollywoodfl.org/ | OK | 200 | no | 21383 | 26 | 34 | 112 | 18 | 154 | Hollywood, FL - Official Website | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_deprecated, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_summary_redundant, target_spacing_sufficient, 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://www.murfreesborotn.gov/ | https://www.murfreesborotn.gov/ | OK | 200 | no | 23956 | 21 | 17 | 118 | 19 | 127 | Murfreesboro, TN - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_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: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.pasadenatx.gov/ | https://www.pasadenatx.gov/ | OK | 200 | no | 14144 | 8 | 14 | 48 | 13 | 57 | Pasadena, TX | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), 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_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, 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/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://bellevuewa.gov/ | https://bellevuewa.gov/ | OK | 200 | no | 15447 | 37 | 24 | 52 | 30 | 168 | Home | City of Bellevue |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-allowed-role, aria-required-children, color-contrast, label-title-only, landmark-banner-is-top-level, landmark-complementary-is-top-level, landmark-unique, listitem, region, tabindex | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_role_redundant, aria_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, form_submit_button_exists, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, distinguishable/color-contrast, keyboard-accessible/focus-order, keyboard-accessible/tabindex, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/banner-is-top-level, text-alternatives/image-alt-words | |||||||||||
| http://www.ci.pomona.ca.us/ | http://www.ci.pomona.ca.us/ | FAIL | - | no | 57 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| http://www.escondido.org/ | https://www.escondido.gov/ | OK | 200 | yes | 38399 | 121 | 21 | 307 | 121 | 403 | Escondido, CA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, link-name, page-has-heading-one, region | |||||||||||
| 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_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/image-alt-words | |||||||||||
| https://www.joliet.gov/ | https://www.joliet.gov/ | FAIL | 403 | no | 2417 | 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.charleston-sc.gov/ | https://www.charleston-sc.gov/ | OK | 200 | no | 18456 | 20 | 25 | 87 | 15 | 57 | Charleston, SC - Official Website | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, link-name, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: a_text_purpose, 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_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: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one | |||||||||||
| https://www.cityofmesquite.com/ | https://www.cityofmesquite.com/ | OK | 200 | no | 19059 | 10 | 14 | 76 | 15 | 92 | Mesquite, TX - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: heading-order, landmark-unique, region | |||||||||||
| 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, 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 | |||||||||||
| https://www.naperville.il.us/ | https://www.naperville.il.us/ | FAIL | 403 | no | 2973 | 9 | 6 | 21 | 6 | 4 | |
| ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R13, SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: color-contrast, document-title, frame-title, html-has-lang, landmark-one-main, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang | |||||||||||
| https://rockfordil.gov/ | https://rockfordil.gov/ | OK | 200 | no | 17209 | 30 | 12 | 104 | 10 | 80 | Rockford, IL | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, empty-heading, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, 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, heading_content_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/empty-heading | |||||||||||
| http://www.bridgeportct.gov/ | https://www.bridgeportct.gov/ | OK | 200 | yes | 13146 | 0 | 20 | 12 | 2 | 51 | Homepage | City of Bridgeport |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-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) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_id_unique, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, landmarks/landmark-unique | |||||||||||
| https://www.syr.gov/ | https://www.syr.gov/Home | OK | 200 | yes | 14233 | 1 | 6 | 22 | 5 | 16 | Home – City of Syracuse |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R72, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_id_unique, aria_keyboard_handler_exists, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region | |||||||||||
| https://savannahga.gov/ | https://savannahga.gov/ | OK | 200 | no | 26273 | 28 | 19 | 74 | 35 | 98 | Savannah, GA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: button-name, color-contrast, frame-title, heading-order, landmark-unique, region | |||||||||||
| 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_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_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, labels-and-names/frame-title, labels-and-names/frame-title-unique, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| http://www.roseville.ca.us/ | https://www.roseville.ca.us/ | OK | 200 | yes | 20496 | 37 | 25 | 138 | 27 | 170 | Home - City of Roseville |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: aria-allowed-attr, aria-dialog-name, aria-input-field-name, aria-required-children, aria-valid-attr-value, image-redundant-alt, label-title-only, link-name, list, nested-interactive, presentation-role-conflict, region | |||||||||||
| Equal Access failed rules: a_text_purpose, 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_toolbar_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, img_alt_redundant, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/aria-required-children, adaptable/list-children, aria/aria-allowed-attr, aria/aria-hidden-focus, aria/presentation-role-conflict, aria/presentational-children-focusable, distinguishable/color-contrast, labels-and-names/form-label, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | |||||||||||
| https://www.torranceca.gov/ | https://www.torranceca.gov/ | FAIL | 403 | no | 2301 | 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.cityoffullerton.com/ | https://www.cityoffullerton.com/ | FAIL | 403 | no | 2397 | 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.surpriseaz.gov/ | https://surpriseaz.gov/ | OK | 200 | yes | 14428 | 2 | 1 | 16 | 2 | 3 | Surprise, AZ - Official Website | Official Website |
| ALFA failed rules: SIA-R57 (Landmarks don’t repeat the same content) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/region | |||||||||||
| http://www.mcallen.net/ | http://www.mcallen.net/ | FAIL | - | no | 60001 | 0 | 0 | 0 | 0 | 0 | URL scan exceeded 60s timeout |
| http://www.cityofthornton.net/ | https://www.thorntonco.gov/ | OK | 200 | yes | 17210 | 0 | 7 | 180 | 2 | 440 | City of Thornton |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, input_onchange_review, script_select_review, style_background_decorative, style_color_misuse, style_highcontrast_visible, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: labels-and-names/frame-title, landmarks/region | |||||||||||
| https://www.visalia.city/ | https://www.visalia.city/ | OK | 200 | no | 5418 | 12 | 2 | 6 | 3 | 0 | City of Visalia - Home |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: color-contrast, heading-order, image-alt, region, tabindex | |||||||||||
| 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://www.olatheks.org/ | https://www.olatheks.org/ | FAIL | - | no | 42 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.gainesvillefl.gov/ | https://www.gainesvillefl.gov/Home | OK | 200 | yes | 10892 | 2 | 10 | 18 | 2 | 8 | Home Welcome to the City of Gainesville |
| 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-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: color-contrast | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region, navigable/heading-order | |||||||||||
| https://www.wvc-ut.gov/ | https://www.wvc-ut.gov/ | OK | 200 | no | 17222 | 13 | 10 | 79 | 14 | 159 | West Valley City, UT - Official Site | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_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_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://www.spotsylvania.va.us/ | https://www.spotsylvania.va.us/ | OK | 200 | no | 21399 | 24 | 17 | 102 | 21 | 90 | Spotsylvania County, VA | Official Website |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, frame-title, heading-order, image-alt, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, 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, text_quoted_correctly, 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://www.cityoforange.org/ | https://www.cityoforange.org/ | FAIL | 403 | no | 2604 | 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 |
Failure 1:
<a class="swiper-slide-inner" href="https://santaclarita.gov/blog/2026/02/24/city-celebrates-la-puerta-as-a-point-of-historical-interest/" target="_blank">...</a>/a[@class="swiper-slide-inner"]Failure 2:
<a class="elementor-post__thumbnail__link" href="https://santaclarita.gov/blog/2026/02/26/a-western-love-story-at-the-cowboy-festival/" tabindex="-1">...</a>/a[@class="elementor-post__thumbnail__link"]Failure 3:
<a href="https://santaclarita.gov/city-council/" tabindex="-1">...</a>/aFailure 1:
<a style="color: #225cae; font-size: larger;" href="/departments" aria-label="Go to the city's department page">...</a>/aFailure 2:
<span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true" />/span[@class="swiper-pagination-bullet swiper-pagination-bullet-active"]Failure 3:
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2" />/span[@class="swiper-pagination-bullet"]Failure 4:
<a class="elementor-post__read-more" href="https://santaclarita.gov/blog/2026/02/26/a-western-love-story-at-the-cowboy-festival/" aria-label="Read more about A Western Love Story at the Cowboy Festival" tabindex="-1"> Read More » </a>/a[@class="elementor-post__read-more"]Failure 5:
<a class="elementor-button elementor-button-link elementor-size-xs" href="/agendas" target="_blank">...</a>/a[@class="elementor-button elementor-button-link elementor-size-xs"]… and 2 more failures for this rule
Failure 1:
<a href="https://calendar.santa-clarita.com/" target="_blank">\| </a>/aFailure 2:
<span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true" />/span[@class="swiper-pagination-bullet swiper-pagination-bullet-active"]Failure 3:
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2" />/span[@class="swiper-pagination-bullet"]Failure 1:
<a style="color: #225cae; font-size: larger;" href="/departments" aria-label="Go to the city's department page">...</a>/aFailure 2:
<a class="footerlink" href="https://santaclarita.gov/rsc" aria-label="Submit a Service Request">Submit a Request</a>/a[@class="footerlink"]Failure 1:
<form id="cludo-search-form" role="search">...</form>/form[@id="cludo-search-form"]Failure 2:
<div id="google_translate_element2" />/div[@id="google_translate_element2"]Failure 1:
<h5 class="elementor-post__title">...</h5>/h5[@class="elementor-post__title"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p style="text-align: center;">...</p>/pFailure 1:
<h2>Public Meetings</h2>/h2Failure 1:
<a href="/CivicAlerts.aspx?AID=1673" target="_self">Mayor-President Announces 2026 Mayor’s Youth Workf...</a>/aFailure 2:
<a id="newsFlashReadOn1673" href="/CivicAlerts.aspx?AID=1673" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1673 newsFlashReadOn1673">Read on...</a>/a[@id="newsFlashReadOn1673"]Failure 3:
<a id="newsFlashReadOn1672" href="/CivicAlerts.aspx?AID=1672" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1672 newsFlashReadOn1672">Read on...</a>/a[@id="newsFlashReadOn1672"]Failure 4:
<a id="newsFlashReadOn1669" href="/CivicAlerts.aspx?AID=1669" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1669 newsFlashReadOn1669">Read on...</a>/a[@id="newsFlashReadOn1669"]Failure 5:
<a id="newsFlashReadOn1652" href="/CivicAlerts.aspx?AID=1652" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1652 newsFlashReadOn1652">Read on...</a>/a[@id="newsFlashReadOn1652"]… and 18 more failures for this rule
Failure 1:
<a id="newsFlashViewAllee620859-ee22-4123-ba61-5de4c830917a" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=48,8,5,46,9,56,49&sort=date" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllee620859-ee22-4123-ba61-5de4c830917a"]Failure 2:
<a id="calendarViewAllacd8080e-f58f-4ba8-9b77-216fc9c76527" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=62,88,25,63,61,64,80,78,68,27,83,93,67,77,84,14,71,65,79,30,81,85,82,94,89,86,97" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllacd8080e-f58f-4ba8-9b77-216fc9c76527"]Failure 1:
<h4 id="newsFlashItemHeader1673" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1673"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderacd8080e-f58f-4ba8-9b77-216fc9c76527">...</h3>/h3[@id="miniCalendarHeaderacd8080e-f58f-4ba8-9b77-216fc9c76527"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Find what you're looking for</p>/pFailure 1:
<p>...</p>/pFailure 1:
<p>Find what you're looking for</p>/pFailure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a class="widgetDesc widgetQuickLinksLink" href="/1028/Development-Services" target="_self">Community Development</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 3:
<a style="" href="/QuickLinks.aspx?CID=12">Popular Pages</a>/aFailure 1:
<a id="calendarViewAll16b27216-7d6c-4780-a951-a9f25daeff74" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll16b27216-7d6c-4780-a951-a9f25daeff74"]Failure 1:
Failure 1:
<a href="#tab4b933804-2010-478d-acdb-3301f2dbdc07_0" class="tabButton" role="tab" aria-controls="#tab4b933804-2010-478d-acdb-3301f2dbdc07_0" aria-selected="true">...</a>/a[@class="tabButton"]Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader16b27216-7d6c-4780-a951-a9f25daeff74">...</h3>/h3[@id="miniCalendarHeader16b27216-7d6c-4780-a951-a9f25daeff74"]Failure 2:
<h3>...</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed4b933804-2010-478d-acdb-3301f2dbdc07" class="widget widgetTabbed wide skin78" data-widgetid="4b933804-2010-478d-acdb-3301f2dbdc07" role="tablist">...</div>/div[@id="divTabbed4b933804-2010-478d-acdb-3301f2dbdc07"]Failure 2:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton48f3128a-490a-4b61-af50-8eda0dc44385" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a id="newsFlashReadOn894" href="/CivicAlerts.aspx?AID=894" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader894 newsFlashReadOn894">Read on...</a>/a[@id="newsFlashReadOn894"]Failure 3:
<a href="/CivicAlerts.aspx?AID=893" target="_self">...</a>/aFailure 4:
<a id="newsFlashReadOn893" href="/CivicAlerts.aspx?AID=893" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader893 newsFlashReadOn893">Read on...</a>/a[@id="newsFlashReadOn893"]Failure 5:
<a id="newsFlashReadOn892" href="/CivicAlerts.aspx?AID=892" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader892 newsFlashReadOn892">Read on...</a>/a[@id="newsFlashReadOn892"]… and 10 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:
<a id="newsFlashViewAll837731a2-ff2b-4d70-8484-5dd08883f53b" class="widgetViewAll" style="" href="/CivicAlerts.aspx" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll837731a2-ff2b-4d70-8484-5dd08883f53b"]Failure 2:
<a id="calendarViewAll4de70e00-80a0-4441-9bb5-a91acf862276" class="widgetViewAll" style="" href="/calendar.aspx?CID=49,50,52" aria-label="Calendar View All">View All Meetings</a>/a[@id="calendarViewAll4de70e00-80a0-4441-9bb5-a91acf862276"]Failure 1:
Failure 1:
<a href="#tab7482658c-6179-439d-ac77-2068022e31ef_0" class="tabButton" role="tab" aria-controls="#tab7482658c-6179-439d-ac77-2068022e31ef_0" aria-selected="true" style="height: 58px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 style="text-align: center;font-size: 18px;margin-top: 0;font-weight:normal;">...</h4>/h4Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader4de70e00-80a0-4441-9bb5-a91acf862276">...</h3>/h3[@id="miniCalendarHeader4de70e00-80a0-4441-9bb5-a91acf862276"]Failure 3:
<h3>...</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 2:
<div id="divTabbed7482658c-6179-439d-ac77-2068022e31ef" class="widget widgetTabbed skin63 wide" data-widgetid="7482658c-6179-439d-ac77-2068022e31ef" role="tablist">...</div>/div[@id="divTabbed7482658c-6179-439d-ac77-2068022e31ef"]Failure 3:
<ul class="slick-dots" style="display: block;" role="tablist">...</ul>/ul[@class="slick-dots"]Failure 4:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
Failure 1:
<a href="https://tacoma.gov/services/">...</a>/aFailure 2:
<button class="nav-expander" aria-controls="sub-nav-services" aria-expanded="false">...</button>/button[@class="nav-expander"]Failure 3:
<a href="#" class="gt_switcher-popup glink nturl notranslate">...</a>/a[@class="gt_switcher-popup glink nturl notranslate"]Failure 4:
<button popovertarget="popover-search">...</button>/buttonFailure 1:
<button class="swiper-button-next" tabindex="0" aria-label="Next slide" aria-controls="swiper-wrapper-d2a5625dd1e17976" aria-disabled="false">...</button>/button[@class="swiper-button-next"]Failure 1:
search have the same name.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="copyright-line">...</p>/p[@class="copyright-line"]Failure 1:
<span style="color:#666;font-size:8px;font-weight:bold;">▼</span>/spanFailure 1:
<h3 class="h4 title">Municipal Court</h3>/h3[@class="h4 title"]Failure 1:
<a href="/CivicAlerts.aspx?AID=1637" target="_self">...</a>/aFailure 1:
<button id="nx-nav-search-btn">...</button>/button[@id="nx-nav-search-btn"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://cdn.lightwidget.com/widgets/5f26217996c25fe489bcf41f9fcb9416.html" scrolling="no" allowtransparency="true" class="lightwidget-widget" style="width: 100%; border: 0px; overflow: hidden; height: 393px;" />/iframe[@class="lightwidget-widget"]Failure 1:
<a id="newsFlashViewAll2f13e99d-3429-434c-b07a-0fa2ecc02b21" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll2f13e99d-3429-434c-b07a-0fa2ecc02b21"]Failure 2:
<a id="newsFlashViewAll0d0833fb-e9b8-4027-b4e9-ccf80a44ef05" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=5" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll0d0833fb-e9b8-4027-b4e9-ccf80a44ef05"]Failure 1:
<h4 id="newsFlashItemHeader1668" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1668"]Failure 2:
<a id="newsFlashReadOn1668" href="/CivicAlerts.aspx?AID=1668" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1668 newsFlashReadOn1668">Read on...</a>/a[@id="newsFlashReadOn1668"]Failure 3:
<h4 id="newsFlashItemHeader1662" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1662"]Failure 4:
<a id="newsFlashReadOn1662" href="/CivicAlerts.aspx?AID=1662" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1662 newsFlashReadOn1662">Read on...</a>/a[@id="newsFlashReadOn1662"]Failure 5:
<h4 id="newsFlashItemHeader1644" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1644"]… and 1 more failures for this rule
Failure 1:
<h4 id="newsFlashItemHeader1668" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1668"]Failure 2:
<h3 class="miniCalendarHeader" id="miniCalendarHeader32184745-ef18-48be-b64f-d8d9d95491ec">February 2026</h3>/h3[@id="miniCalendarHeader32184745-ef18-48be-b64f-d8d9d95491ec"]Failure 3:
<h3 data-headertext="Current Job Listings">Current Job Listings</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a id="bannerLogoTS-34" style=" display: block; text-align: center; " class="bannerObject" href="https://townofbabylon.com/" target="_self">...</a>/a[@id="bannerLogoTS-34"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavCommunity" class="navMainItem mainNavItem mainNavItem1 " href="/31/Community" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavCommunity"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem2 " href="/170/Business" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavBusiness"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem3 " href="/27/Government" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavGovernment"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem4 " href="/8/Departments" target="_self" style="font-size: 18px;">...</a>/a[@id="mainNavDepartments"]… and 14 more failures for this rule
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtona37dad60-44ae-4cce-8bf5-03c0f0bd199f" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<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%2Ftownofbabylon.ny%2F%3Fref%3Dembed_page&tabs=timeline&width=430&height=480&small_header=true&adapt_container_width=true&hide_cover=false&show_facepile=false&appId" width="430" height="480" 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="newsFlashViewAlle79c1453-7f1a-4bd6-9e1a-4408bd01092d" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=9" aria-label="News Flash View All">View More Stories</a>/a[@id="newsFlashViewAlle79c1453-7f1a-4bd6-9e1a-4408bd01092d"]Failure 2:
<a id="calendarViewAll8487e816-d2f6-440c-b272-9726cc7eb635" class="widgetViewAll" style="" href="/calendar.aspx?CID=23,14" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll8487e816-d2f6-440c-b272-9726cc7eb635"]Failure 1:
Failure 1:
<a href="#tab79fef8a9-7509-4458-b672-8308549b6587_0" class="tabButton" role="tab" aria-controls="#tab79fef8a9-7509-4458-b672-8308549b6587_0" aria-selected="true">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1406" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1406"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader8487e816-d2f6-440c-b272-9726cc7eb635">...</h3>/h3[@id="miniCalendarHeader8487e816-d2f6-440c-b272-9726cc7eb635"]Failure 3:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed79fef8a9-7509-4458-b672-8308549b6587" class="widget widgetTabbed skin25 narrow" data-widgetid="79fef8a9-7509-4458-b672-8308549b6587" role="tablist">...</div>/div[@id="divTabbed79fef8a9-7509-4458-b672-8308549b6587"]Failure 2:
<div id="divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273" class="widget widgetTabbed skin25 narrow" data-widgetid="c71758ea-31bd-4e23-af2d-2e8741e37273" role="tablist">...</div>/div[@id="divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273"]Failure 1:
Failure 1:
<a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#">...</a>/a[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]Failure 2:
<a href="#" role="button" id="alertMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">...</a>/a[@id="alertMenuButton"]Failure 3:
<a class="nav-link" href="https://www.huntsvilleal.gov/residents/">Residents</a>/a[@class="nav-link"]Failure 4:
<a id="btn-mediacenter" class="nav-link active" href="https://www.huntsvilleal.gov/government/media-center/" onclick="ga('send', 'event', 'Buttons', 'Click', 'Front Page - News Slider Button - Media Center ');">Media Center</a>/a[@id="btn-mediacenter"]Failure 5:
<a id="btn-blog" class="nav-link" href="https://cityblog.huntsvilleal.gov/" onclick="ga('send', 'event', 'Buttons', 'Click', 'Front Page - News Slider Button - City Blog ');">City Blog</a>/a[@id="btn-blog"]… and 4 more failures for this rule
Failure 1:
<input type="checkbox" id="brg-tr" class="brg-tr invisible" tabindex="0" />/input[@id="brg-tr"]Failure 1:
<h4 data-mh="apollo-aps-grid-group" style="height: 32px;">...</h4>/h4Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Report a problem or submit a service request using...</p>/pFailure 1:
<p>Report a problem or submit a service request using...</p>/pFailure 2:
<p class="contact-info">...</p>/p[@class="contact-info"]Failure 1:
<h4 data-mh="apollo-aps-grid-group" style="height: 32px;">...</h4>/h4Failure 1:
<input type="checkbox" id="brg-tr" class="brg-tr a11y--h" />/input[@id="brg-tr"]Failure 1:
<p>Report a problem or submit a service request using...</p>/pFailure 1:
<p>Report a problem or submit a service request using...</p>/pFailure 1:
<a href="./moving/" class="alert-more" rel="noreferrer noopener"> Visit our new building for these s...</a>/a[@class="alert-more"]Failure 2:
<button type="button" aria-label="Close alert" class="alert-closebtn">...</button>/button[@class="alert-closebtn"]Failure 3:
<button>Go</button>/buttonFailure 4:
<a href="http://www.facebook.com/DesMoinesGov" class="link" style="background-image:url('./_assets_/images/social1.png');" target="_blank" rel="noopener noreferrer">...</a>/a[@class="link"]Failure 5:
<a href="./calendar.php" class="button viewCal" target="_blank" rel="noopener noreferrer"> View Calendar</a>/a[@class="button viewCal"]… and 4 more failures for this rule
Failure 1:
<button type="button" data-nav="0" aria-controls="tns1" 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="tns1" style="" aria-label="Carousel Page 2" />/buttonFailure 3:
<a href="mailto:communications@dmgov.org" rel="noreferrer noopener">communications@dmgov.org</a>/aFailure 1:
<li class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item5"]Failure 2:
<li class="tiny-item tns-item" id="tns2-item6" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item6"]Failure 3:
<li class="tiny-item tns-item" id="tns2-item7" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item7"]Failure 4:
<li class="tiny-item tns-item" id="tns2-item8" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item8"]Failure 5:
<li class="tiny-item tns-item" id="tns3-item3" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns3-item3"]… and 4 more failures for this rule
Failure 1:
<a href="#main" id="skip" tabindex="0" class="button" rel="noreferrer noopener">Skip to main content</a>/a[@id="skip"]Failure 2:
<div id="translation-links">...</div>/div[@id="translation-links"]Failure 3:
<ul id="translation-links">...</ul>/ul[@id="translation-links"]Failure 1:
Failure 1:
<p class="alert-text">All City Departments have now been relocated:</p>/p[@class="alert-text"]Failure 2:
<p>City Hall is now open at 1200 Locust Street with a...</p>/pFailure 1:
<h2 class="title" style="height: 43.1875px;">Parking</h2>/h2[@class="title"]Failure 1:
<a href="/718/City-Hall-TV" target="_self" class="fancyButton fancyButton275 ">...</a>/a[@class="fancyButton fancyButton275 "]Failure 2:
<a href="/291/Parks-Recreation-Conservation" target="_self" class="fancyButton fancyButton274 ">...</a>/a[@class="fancyButton fancyButton274 "]Failure 3:
<a href="https://www.yonkerspublicschools.org" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" class="fancyButton fancyButton287 ">...</a>/a[@class="fancyButton fancyButton287 "]Failure 4:
<a href="500/Recycling-Refuse-Guide" target="_self" class="fancyButton fancyButton310 ">...</a>/a[@class="fancyButton fancyButton310 "]Failure 5:
<a href="https://www.yonkersny.gov/714/" target="_self" class="fancyButton fancyButton318 ">...</a>/a[@class="fancyButton fancyButton318 "]… and 1 more failures for this rule
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtonc12b5b94-b964-4846-a7db-eae2104a2427" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=2095" target="_self">CITY OF YONKERS ACCEPTING 2026 NOMINATIONS FOR ANN...</a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="/204/Assessment-Rolls-Information-Online-Prop" target="_self">Assessment Roll</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<iframe> does not have an accessible name<iframe style="width: 100%; height: 540px; border: 0; overflow: auto;" allowfullscreen="" src="https://play.champds.com/yonkersny/live/5" />/iframeFailure 1:
<a id="newsFlashViewAll1668ec71-bafa-4786-a46b-70f3e9a3c730" class="widgetViewAll" style="" href="/civicalerts.aspx" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll1668ec71-bafa-4786-a46b-70f3e9a3c730"]Failure 2:
<a id="calendarViewAll70d4ff71-a562-47cb-9b7f-e4e804119960" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll70d4ff71-a562-47cb-9b7f-e4e804119960"]Failure 1:
Failure 1:
<label class="prechat-textinput-label" for="name" id="name-label">...</label>/label[@id="name-label"]Failure 2:
<label class="prechat-textinput-label" for="email" id="email-label">...</label>/label[@id="email-label"]Failure 1:
<a href="#tabffe70048-7a32-4142-8908-1e6960f159fc_0" class="tabButton" role="tab" aria-controls="#tabffe70048-7a32-4142-8908-1e6960f159fc_0" aria-selected="true" style="height: 45.5625px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader2095" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2095"]Failure 2:
<h3>Share</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedffe70048-7a32-4142-8908-1e6960f159fc" class="widget widgetTabbed skin43 wide" data-widgetid="ffe70048-7a32-4142-8908-1e6960f159fc" role="tablist">...</div>/div[@id="divTabbedffe70048-7a32-4142-8908-1e6960f159fc"]Failure 1:
Failure 1:
<p style="font-size: 12pt; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; margin: 0in 0in 0.0001pt; font-family: "Times New Roman", serif; caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); background-color: white; font-variant-ligatures: normal; orphans: 2; widows: 2; white-space: pre-wrap; text-decoration-thickness: initial;" aria-level="2">...</p>/pFailure 1:
<select class="gt_selector notranslate" aria-label="Select Language">...</select>/select[@class="gt_selector notranslate"]Failure 2:
<a href="https://rochester.portal.us.empro.verintcloudservices.com/site/rochester/home" class="nav-link nav-link-https--rochesterportalusemproverintcloudservicescom-site-rochester-home">311 Live</a>/a[@class="nav-link nav-link-https--rochesterportalusemproverintcloudservicescom-site-rochester-home"]Failure 3:
<a href="/contact-us" class="nav-link nav-link--contact-us" data-drupal-link-system-path="node/5861">Contact Us</a>/a[@class="nav-link nav-link--contact-us"]Failure 4:
<a href="/user/login" class="nav-link nav-link--user-login" data-drupal-link-system-path="user/login">...</a>/a[@class="nav-link nav-link--user-login"]Failure 5:
<a class="btn btn-underline" href="/news" data-entity-type="node" data-entity-uuid="71eba13f-bdd0-4e12-80a8-1327a94cc252" data-entity-substitution="canonical" title="News">See more news</a>/a[@class="btn btn-underline"]… and 13 more failures for this rule
Failure 1:
<div id="google_translate_element2" />/div[@id="google_translate_element2"]Failure 1:
Failure 1:
Failure 1:
<a href="parks-comm-svc/soaring-guides.html" />/aFailure 1:
<a href="https://moval.org/city_hall/index.html">...</a>/aFailure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label" style="max-width: 155px;">...</button>/button[@class="launcherBtn"]Failure 1:
<h5 class="margin-no-bottom">Moreno Valley City Hall</h5>/h5[@class="margin-no-bottom"]Failure 1:
Failure 1:
Failure 1:
<a href="city_hall/important-info.html">Important information about this site</a>/aFailure 1:
Failure 1:
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.f2263e17.1772223848.4481a56b </p>/pFailure 1:
Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a href="/CivicAlerts.aspx?AID=2886" target="_self">Relocation of Public Meetings Starting January 13,...</a>/aFailure 3:
<a id="newsFlashReadOn2886" href="/CivicAlerts.aspx?AID=2886" target="_self" class="readOn sameLine" aria-labelledby="newsFlashItemHeader2886 newsFlashReadOn2886">Read on...</a>/a[@id="newsFlashReadOn2886"]Failure 4:
<a id="newsFlashReadOn2864" href="/CivicAlerts.aspx?AID=2864" target="_self" class="readOn sameLine" aria-labelledby="newsFlashItemHeader2864 newsFlashReadOn2864">Read on...</a>/a[@id="newsFlashReadOn2864"]Failure 5:
<a id="newsFlashViewAlle7d5ca70-c5ea-4978-b859-33c44ab2dd27" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">See More Spotlights</a>/a[@id="newsFlashViewAlle7d5ca70-c5ea-4978-b859-33c44ab2dd27"]… and 2 more failures for this rule
Failure 1:
<a id="newsFlashViewAlle7d5ca70-c5ea-4978-b859-33c44ab2dd27" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">See More Spotlights</a>/a[@id="newsFlashViewAlle7d5ca70-c5ea-4978-b859-33c44ab2dd27"]Failure 2:
<a id="calendarViewAll8d6aed2e-86a3-42ca-b775-2a4efc77b83f" class="widgetViewAll" style="" href="/calendar.aspx?CID=14,133,137,136,57,129,130,60,125" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll8d6aed2e-86a3-42ca-b775-2a4efc77b83f"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader2886" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2886"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader8d6aed2e-86a3-42ca-b775-2a4efc77b83f">...</h3>/h3[@id="miniCalendarHeader8d6aed2e-86a3-42ca-b775-2a4efc77b83f"]Failure 3:
<h3>...</h3>/h3Failure 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:
<a href="#" class="next-page text-dark" data-direction="previous">...</a>/a[@class="next-page text-dark"]Failure 1:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 2:
<a class="text-white" href="https://apps.columbusga.gov" target="_blank">Employees</a>/a[@class="text-white"]Failure 3:
<a class="text-white stretched-link" href="https://publicagenda.apps.columbusga.gov/" style="text-decoration:none;">Public Agenda</a>/a[@class="text-white stretched-link"]Failure 4:
<a href="https://www.columbusga.gov/Portals/communityaffairs/2026%20Press%20Releases/Notice%20of%20Road%20Work%20%E2%80%93%20Biggers%20Road.pdf?ver=y0PeJMzBTWftO4RMzjrFuw%3d%3d" target="_blank">Read full press release »</a>/aFailure 5:
<a href="#" class="page-link next-page" data-page-no="2">...</a>/a[@class="page-link next-page"]Failure 1:
<iframe> does not have an accessible name<iframe class="instagram-media instagram-media-rendered" id="instagram-embed-0" src="https://www.instagram.com/ccg_communications/embed/?cr=1&v=14&wp=370&rd=https%3A%2F%2Fwww.columbusga.gov&rp=%2F#%7B%22ci%22%3A0%2C%22os%22%3A1222.4000000000233%2C%22ls%22%3A148.29999999993015%2C%22le%22%3A590.0999999999767%7D" allowtransparency="true" allowfullscreen="true" frameborder="0" height="336" data-instgrm-payload-id="instagram-media-payload-0" scrolling="no" style="background: white; max-width: 540px; width: calc(100% - 2px); 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:
<img src="/DnnImageHandler.ashx?mode=file&file=/Images/Logo.jpg" />/imgFailure 1:
<h4 class="text-center text-white text-uppercase fw-bold">We Do Amazing</h4>/h4[@class="text-center text-white text-uppercase fw-bold"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="/departments" class="nav-link nav-link--departments" data-drupal-link-system-path="node/23826">Departments</a>/a[@class="nav-link nav-link--departments"]Failure 2:
<a href="/311" class="green-link nav-link nav-link-__11" data-drupal-link-system-path="node/23433">Worcester 311</a>/a[@class="green-link nav-link nav-link-__11"]Failure 3:
<select class="gt_selector notranslate" aria-label="Translate" name="gt_selector">...</select>/select[@class="gt_selector notranslate"]Failure 4:
<a href="https://www.facebook.com/CityofWorcester">...</a>/aFailure 5:
<a href="" class="nav-link dropdown-toggle nav-link-" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">I want to</a>/a[@class="nav-link dropdown-toggle nav-link-"]… and 16 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="https://www.cityofpsl.com/Events-Meetings-list/Calendar-Month" 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.cityofpsl.com/Residents/Services/Contact-Us-or-Request-Services-with-1PSL" target="_self">Request Services or Report A Concern</a>/aFailure 3:
<a href="https://cityofportsaintlucie.sharepoint.com/sites/TheCityWaterCooler" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 1:
Failure 1:
<a class="stk-link stk-block-link stk--transparent-overlay" href="/residents/police-department/professional-standards/internal-affairs/" target="_blank" rel="noreferrer noopener" />/a[@class="stk-link stk-block-link stk--transparent-overlay"]Failure 2:
<a href="https://littlerock.gov/february-age-friendly-little-rock-commission/" class="stk-block-posts__image-link">...</a>/a[@class="stk-block-posts__image-link"]Failure 3:
<a class="stk-link stk-button stk--hover-effect-scale" href="https://www.facebook.com/CityLittleRock" target="_blank" rel="noreferrer noopener">...</a>/a[@class="stk-link stk-button stk--hover-effect-scale"]Failure 1:
<button class="ct-header-search ct-toggle " data-toggle-panel="#search-modal" aria-controls="search-modal" aria-label="Search" data-label="left" data-id="search">...</button>/button[@class="ct-header-search ct-toggle "]Failure 2:
<a href="https://littlerock-cwiprod.motorolasolutions.com/cwi/select" class="ct-button" data-size="medium" aria-label="311" target="_blank" rel="noopener noreferrer"> 311 </a>/a[@class="ct-button"]Failure 3:
<a href="https://littlerock.gov/government/mayors-office/">MAYOR’S OFFICE</a>/aFailure 4:
<button class="stk-block-carousel__dot stk-block-carousel__dot--active" aria-label="Slide 1" />/button[@class="stk-block-carousel__dot stk-block-carousel__dot--active"]Failure 5:
<button class="stk-block-carousel__dot" aria-label="Slide 2" />/button[@class="stk-block-carousel__dot"]… and 1 more failures for this rule
Failure 1:
<div class="wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-b315370" id="nominations-are-now-open" data-block-id="b315370">...</div>/div[@id="nominations-are-now-open"]Failure 2:
<div class="wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-b943de5" id="board-of-directors" data-block-id="b943de5">...</div>/div[@id="board-of-directors"]Failure 3:
<div class="wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-b807841" id="be-lrpd" data-block-id="b807841">...</div>/div[@id="be-lrpd"]Failure 4:
<div class="wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-1b8edce" id="submit-a-foia" data-block-id="1b8edce">...</div>/div[@id="submit-a-foia"]Failure 5:
<div class="wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-2f52118" id="lr-data-hub" data-block-id="2f52118">...</div>/div[@id="lr-data-hub"]… and 4 more failures for this rule
Failure 1:
<h4 class="stk-block-heading__text">...</h4>/h4[@class="stk-block-heading__text"]Failure 2:
<h6 class="stk-block-heading__text has-text-color">...</h6>/h6[@class="stk-block-heading__text has-text-color"]Failure 3:
<h4 class="stk-block-heading__text has-text-align-center">Mayor Frank Scott, Jr.</h4>/h4[@class="stk-block-heading__text has-text-align-center"]Failure 4:
<h5 class="stk-block-heading__text has-text-color has-white-color has-text-align-center">NOMINATIONS ARE NOW OPEN! </h5>/h5[@class="stk-block-heading__text has-text-color has-white-color has-text-align-center"]Failure 5:
<h5 class="stk-block-posts__title has-text-color">...</h5>/h5[@class="stk-block-posts__title has-text-color"]Failure 1:
<h5 class="stk-block-heading__text has-text-color has-white-color has-text-align-center" />/h5[@class="stk-block-heading__text has-text-color has-white-color has-text-align-center"]Failure 1:
Failure 1:
Failure 1:
<p class="stk-block-text__text has-text-color has-text-align-left">...</p>/p[@class="stk-block-text__text has-text-color has-text-align-left"]Failure 2:
<p class="stk-block-heading__text has-text-color">...</p>/p[@class="stk-block-heading__text has-text-color"]Failure 1:
<p>...</p>/pFailure 1:
<p class="stk-block-heading__text has-text-color">...</p>/p[@class="stk-block-heading__text has-text-color"]Failure 2:
<p class="stk-block-text__text has-text-align-center">Unite. Transform. Grow</p>/p[@class="stk-block-text__text has-text-align-center"]Failure 3:
<p class="stk-block-text__text has-text-color has-text-align-center">Be Informed. Get Involved.</p>/p[@class="stk-block-text__text has-text-color has-text-align-center"]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="newsFlashViewAll97ada49b-d7dd-405d-8ded-2bd913e2a5fc" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll97ada49b-d7dd-405d-8ded-2bd913e2a5fc"]Failure 2:
<a id="calendarViewAllaaff3701-d699-4501-b174-7ae2ed4c6b86" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=40,65" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllaaff3701-d699-4501-b174-7ae2ed4c6b86"]Failure 1:
<a href="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_0" class="tabButton" role="tab" aria-controls="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_0" aria-selected="true" style="height: 79px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader3972" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader3972"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderaaff3701-d699-4501-b174-7ae2ed4c6b86">...</h3>/h3[@id="miniCalendarHeaderaaff3701-d699-4501-b174-7ae2ed4c6b86"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<div id="divTabbed3923a1b5-c8d7-47db-9872-35e468afe2a2" class="widget widgetTabbed skin45 wide" data-widgetid="3923a1b5-c8d7-47db-9872-35e468afe2a2" role="tablist">...</div>/div[@id="divTabbed3923a1b5-c8d7-47db-9872-35e468afe2a2"]Failure 1:
<p style="text-align: center;">Find the tools and information you need.</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:
<button class="flex items-center hover:underline underline-offset-2 h-full" aria-haspopup="true" aria-expanded="false">...</button>/button[@class="flex items-center hover:underline underline-offset-2 h-full"]Failure 2:
<a class="px-3 py-1 hover:underline font-medium" href="/government/city-departments/department-capital-projects/birmingham-ada">ADA</a>/a[@class="px-3 py-1 hover:underline font-medium"]Failure 3:
<a class="text-lg lg:text-2xl font-medium relative after:block after:absolute after:inset-x-0 hover:after:h-0.5 after:bg-secondary-2 after:-bottom-2 after:transition-all hover:after:-translate-y-1 after:duration-500 after:opacity-0 hover:after:opacity-100 after:ease-in-out dark:text-white" href="/government">Government</a>/a[@class="text-lg lg:text-2xl font-medium relative after:block after:absolute after:inset-x-0 hover:after:h-0.5 after:bg-secondary-2 after:-bottom-2 after:transition-all hover:after:-translate-y-1 after:duration-500 after:opacity-0 hover:after:opacity-100 after:ease-in-out dark:text-white"]Failure 4:
<a class="font-bold mb-2 hover:underline text-body-l" href="/government">Government</a>/a[@class="font-bold mb-2 hover:underline text-body-l"]Failure 5:
<a class="hover:underline text-medium" href="/government/city-departments">City Departments</a>/a[@class="hover:underline text-medium"]… and 1 more failures for this rule
Failure 1:
<a aria-label="Report Problems" class="group border-b-2 border-b-neutral-950 dark:border-b-neutral-200 block h-full pb-4 flex flex-col justify-between dark:text-white " href="/government/city-council/residents/311-birminghams-customer-service-center">...</a>/a[@class="group border-b-2 border-b-neutral-950 dark:border-b-neutral-200 block h-full pb-4 flex flex-col justify-between dark:text-white "]Failure 2:
<a class="font-medium font-body text-xl text-center inline-block tracking-[0.5px] py-2 px-4 bg-secondary-1 text-white border-2 border-secondary-1 hover:bg-secondary-2 hover:shadow-md hover:border-secondary-2 dark:text-coolGray-10 dark:hover:text-white " tabindex="0" aria-label="Read The City of Birmingham announces conversion of Richard Arrington Jr. Boulevard South to two-way traffic in Five Points South" href="/news/city-birmingham-announces-conversion-richard-arrington-jr-boulevard-south-two-way-traffic-five-points-south">...</a>/a[@class="font-medium font-body text-xl text-center inline-block tracking-[0.5px] py-2 px-4 bg-secondary-1 text-white border-2 border-secondary-1 hover:bg-secondary-2 hover:shadow-md hover:border-secondary-2 dark:text-coolGray-10 dark:hover:text-white "]Failure 1:
Failure 1:
Failure 1:
<p>Need to report a problem or illegal dumping? Our 3...</p>/pFailure 2:
<p class="p-4 mb-4 text-sm lg:basis-1/2 lg:p-0 lg:text-left">...</p>/p[@class="p-4 mb-4 text-sm lg:basis-1/2 lg:p-0 lg:text-left"]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.94293417.1772223992.370cf7bc </p>/pFailure 1:
Failure 1:
<a class="widgetDesc widgetQuickLinksLink" href="https://frisco.maps.arcgis.com/home/index.html" target="_self">Map Portal</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 2:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 3:
<button class="arrowNew next nextJS6484 alwaysDisplayArrowNew " aria-label="Next Slide" style="" role="button" onclick="return false;">...</button>/button[@class="arrowNew next nextJS6484 alwaysDisplayArrowNew "]Failure 4:
<button class="arrowNew prev prevJS6484 alwaysDisplayArrowNew " aria-label="Previous Slide" style="" role="button" onclick="return false;">...</button>/button[@class="arrowNew prev prevJS6484 alwaysDisplayArrowNew "]Failure 5:
<a href="/Directory.aspx">Find Us</a>/a… and 1 more failures for this rule
Failure 1:
<a href="https://www.friscotexas.gov/1692/May-2-2026-General-Election" target="_blank" aria-label="image of the front of the George A. Purefoy Municipal Center which houses City Hall Opens in new window">...</a>/aFailure 2:
<a id="calendarViewAlla2392991-6732-43ef-b7a0-59e89e72b301" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlla2392991-6732-43ef-b7a0-59e89e72b301"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader2583" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2583"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera2392991-6732-43ef-b7a0-59e89e72b301">...</h3>/h3[@id="miniCalendarHeadera2392991-6732-43ef-b7a0-59e89e72b301"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<select class="goog-te-combo" aria-label="Language Translate Widget" />/select[@class="goog-te-combo"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://www.amarillo.gov">...</a>/aFailure 2:
<a class="elementor-button elementor-button-link elementor-size-sm" href="#">...</a>/a[@class="elementor-button elementor-button-link elementor-size-sm"]Failure 1:
<a href="https://www.amarillo.gov">...</a>/aFailure 2:
<button id="e-n-menu-dropdown-icon-1851" class="e-n-menu-dropdown-icon e-focus" data-tab-index="1" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1851" data-focus-index="1">...</button>/button[@id="e-n-menu-dropdown-icon-1851"]Failure 3:
<button id="e-n-menu-dropdown-icon-1852" class="e-n-menu-dropdown-icon e-focus" data-tab-index="2" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1852" data-focus-index="2">...</button>/button[@id="e-n-menu-dropdown-icon-1852"]Failure 4:
<button id="e-n-menu-dropdown-icon-1853" class="e-n-menu-dropdown-icon e-focus" data-tab-index="3" aria-haspopup="true" aria-expanded="false" aria-controls="e-n-menu-content-1853" data-focus-index="3">...</button>/button[@id="e-n-menu-dropdown-icon-1853"]Failure 5:
<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE5MDI5IiwidG9nZ2xlIjpmYWxzZX0%3D" id="translate-button">...</a>/a[@id="translate-button"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<svg xmlns="http://www.w3.org/2000/svg" id="a" width="406.13" height="229.09" viewBox="0 0 406.13 229.09">...</svg>/svg[@id="a"]Failure 2:
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="534.3" y1="433.2" x2="998.1" y2="433.2">...</linearGradient>/linearGradient[@id="a"]Failure 3:
<div class="MuiGrid2-root MuiGrid2-container MuiGrid2-direction-xs-row prmbl-grid clerk-listing-51 clerk-listing-18ua6wv" id="eventListRow-undefined" aria-labelledby="eventListRow-undefined-title" aria-describedby="eventListRow-undefined-datetime" data-testid="row">...</div>/div[@id="eventListRow-undefined"]Failure 4:
<div class="MuiGrid2-root MuiGrid2-container MuiGrid2-direction-xs-row prmbl-grid clerk-listing-18ua6wv" id="eventListRow-undefined-datetime" aria-label="undefined event on undefined, undefined">...</div>/div[@id="eventListRow-undefined-datetime"]Failure 5:
<h3 class="MuiTypography-root MuiTypography-h6 clerk-listing-62 prmbl-typography clerk-listing-20wjle" id="eventListRow-undefined-title" aria-label="Event Name">...</h3>/h3[@id="eventListRow-undefined-title"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="MuiTypography-root MuiTypography-body2 clerk-listing-62 prmbl-typography clerk-listing-bxgq7p">...</p>/p[@class="MuiTypography-root MuiTypography-body2 clerk-listing-62 prmbl-typography clerk-listing-bxgq7p"]Failure 1:
<p class="MuiTypography-root MuiTypography-body1 css-bsjejd">Welcome to the City of Amarillo's official digital...</p>/p[@class="MuiTypography-root MuiTypography-body1 css-bsjejd"]Failure 2:
<p class="MuiTypography-root MuiTypography-body2 clerk-listing-62 prmbl-typography clerk-listing-bxgq7p">...</p>/p[@class="MuiTypography-root MuiTypography-body2 clerk-listing-62 prmbl-typography clerk-listing-bxgq7p"]Failure 3:
<p class="MuiTypography-root MuiTypography-subtitle1 clerk-listing-62 prmbl-typography clerk-listing-1ivutjb" title="Notice">...</p>/p[@class="MuiTypography-root MuiTypography-subtitle1 clerk-listing-62 prmbl-typography clerk-listing-1ivutjb"]Failure 1:
<h6 class="MuiTypography-root MuiTypography-subtitle1 css-h4etb2">Meet Emma</h6>/h6[@class="MuiTypography-root MuiTypography-subtitle1 css-h4etb2"]Failure 1:
<p class="elementor-icon-box-description"> Schedule a pickup, and learn what materials...</p>/p[@class="elementor-icon-box-description"]Failure 2:
<p>Subscribe to our city-wide newsletter to stay up t...</p>/pFailure 1:
<a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#">...</a>/a[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]Failure 2:
<a href="/calendar/">Calendar</a>/aFailure 3:
<select class="cal-cats" data-type="eventdepts" data-current="" title="Filter by Division">...</select>/select[@class="cal-cats"]Failure 1:
<img src="https://www.slc.gov/wp-content/uploads/2026/01/2026-City-Council-Members-scaled.jpg" />/imgFailure 1:
<h4>Salt Lake City unveils concept designs for Jeffers...</h4>/h4Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a href="https://www.grandrapidsmi.gov/Payments" 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.grandrapidsmi.gov/Our-City/News-Media" class="panel-button">View More News</a>/a[@class="panel-button"]Failure 3:
<a href="https://www.google.com/maps/place/300+Monroe+Ave+NW,+Grand+Rapids,+MI+49503/@42.9692626,-85.6737103,17z/data=!4m5!3m4!1s0x8819adcf0108c147:0x619b153f60d55abe!8m2!3d42.9692626!4d-85.6715216" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 4:
<a href="https://www.grandrapidsmi.gov/Government/Departments/Communications-Department">Media Request</a>/aFailure 1:
Failure 1:
<ul class="footer-links without-icons "> </ul>/ul[@class="footer-links without-icons "]Failure 2:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
Failure 1:
<p class="published-on small-text">Published on February 24, 2026</p>/p[@class="published-on small-text"]Failure 2:
<p>The Grand Rapids City Commission has approved a $1...</p>/pFailure 3:
<p class="footer-contact-phone">...</p>/p[@class="footer-contact-phone"]Failure 4:
<p class="footer-contact-address">...</p>/p[@class="footer-contact-address"]Failure 5:
<p class="footer-contact-media">...</p>/p[@class="footer-contact-media"]Failure 1:
<h2>Make a payment</h2>/h2Failure 1:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">Translate</button>/button[@id="translate-button"]Failure 2:
<button type="button" class="close" data-dismiss="alert" aria-label="Close">...</button>/button[@class="close"]Failure 3:
<a href="https://huntingtonbeach.legistar.com/Calendar.aspx" target="_new" class="links" rel="noopener">Agendas and Minutes</a>/a[@class="links"]Failure 4:
<a href="https://maps.app.goo.gl/N71FamcXs2LKX4dy9" class="txt" target="_blank" rel="noopener">City of Huntington Beach</a>/a[@class="txt"]Failure 5:
<a href="terms_of_use/index.php">Website Terms of Use</a>/aFailure 1:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1">...</button>/buttonFailure 1:
<li class="tiny-item tns-item" id="tns2-item4" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item4"]Failure 2:
<li class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns2-item5"]Failure 3:
<li class="tiny-item tns-item tns-slide-cloned" aria-hidden="true" tabindex="-1">...</li>/li[@class="tiny-item tns-item tns-slide-cloned"]Failure 4:
<li class="tiny-item tns-item" id="tns3-item4" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns3-item4"]Failure 5:
<li class="tiny-item tns-item" id="tns3-item5" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns3-item5"]… and 4 more failures for this rule
Failure 1:
Failure 1:
<div id="divider">...</div>/div[@id="divider"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="https://www.opkansas.org/newsroom/sustainable-median-pilot-project-blooming-this-spring/">...</a>/aFailure 2:
<a href="https://www.opkansas.org/contact-us/social-media-channels/" class="site-footer__social-promo-link">...</a>/a[@class="site-footer__social-promo-link"]Failure 1:
<a href="https://www.opkansas.org/" class="site-header__logo">...</a>/a[@class="site-header__logo"]Failure 2:
<a href="https://www.opkansas.org/events/">Calendar + Events</a>/aFailure 3:
<a href="https://www.facebook.com/CityofOverlandPark" aria-label="Follow OP on Facebook" target="_blank" class="social-icon-link">...</a>/a[@class="social-icon-link"]Failure 4:
<a href="https://www.opkansas.org/legal-disclosures/" class="site-footer__text-link">Legal Disclosures</a>/a[@class="site-footer__text-link"]Failure 1:
<a href="#" id="accessible-megamenu-1772224088865-11" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">Search</a>/a[@id="accessible-megamenu-1772224088865-11"]Failure 2:
<a href="https://www.opkansas.org/opcares/" id="accessible-megamenu-1772224088865-13" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">OPCares</a>/a[@id="accessible-megamenu-1772224088865-13"]Failure 1:
<h4>...</h4>/h4Failure 2:
<h4 class="descriptive-link-card__headline">...</h4>/h4[@class="descriptive-link-card__headline"]Failure 3:
<h4 class="shaded-text-card__headline">...</h4>/h4[@class="shaded-text-card__headline"]Failure 4:
<h6>When</h6>/h6Failure 1:
navigation have the same name.Failure 1:
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.b3aa3717.1772224102.205c1ddb </p>/pFailure 1:
Failure 1:
<a href="/main/login-options" style="color:white">Sign In</a>/aFailure 1:
<style media="all" id="fa-kit-upload"></style>/style[@id="fa-kit-upload"]Failure 2:
<style media="all" id="fa-v4-font-face">/*! * Font Awesome Pro 6.7.2 by @fontawesome - ht...</style>/style[@id="fa-v4-font-face"]Failure 3:
<style media="all" id="fa-v5-font-face">/*! * Font Awesome Pro 6.7.2 by @fontawesome - ht...</style>/style[@id="fa-v5-font-face"]Failure 4:
<style media="all" id="fa-v4-shims">/*! * Font Awesome Pro 6.7.2 by @fontawesome - ht...</style>/style[@id="fa-v4-shims"]Failure 5:
<style media="all" id="fa-main">/*! * Font Awesome Pro 6.7.2 by @fontawesome - ht...</style>/style[@id="fa-main"]… and 6 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p style="color:#FFFFFF;height:8px;float:right;font-size:10px;z-index:5;pointer-events: auto;padding:3px 10px 0px 0px;">...</p>/pFailure 1:
<a href="https://www.gptx.org/Departments/City-Secretary/Elections" target="_self">Click here for election information.</a>/aFailure 2:
<a href="https://www.gptx.org/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 3:
<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 4:
<a href="https://www.facebook.com/cityofgptx/" target="_blank" rel="noopener noreferrer" aria-label="Visit our Facebook page" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 1:
Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h2>Water Bill</h2>/h2Failure 1:
Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/mckinneytx/" target="_blank" aria-label="undefined Opens in new window">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a style="" href="/QuickLinks.aspx?CID=550">Residents</a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://www.mckinneytexas.org/114/McKinney-Parks-Recreation-Home-Page-Old-" target="_self">Parks & Recreation</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<a href="/stayconnected" target="_self" class="readOn">Learn more</a>/a[@class="readOn"]Failure 5:
<a href="/CivicAlerts.aspx?AID=6749" target="_self" id="newsFlashReadOn6749" aria-labelledby="newsFlashItemHeader6749 newsFlashReadOn6749" class="readOn">Learn More</a>/a[@id="newsFlashReadOn6749"]… and 6 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="calendarViewAlle4dc73c0-2a7a-476c-b4bb-b19680b6f630" class="widgetViewAll" style="" href="/calendar.aspx?CID=34,23,41,40,44,30" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlle4dc73c0-2a7a-476c-b4bb-b19680b6f630"]Failure 2:
<a id="newsFlashViewAlla6131a6e-7616-43f6-af4d-ed6123b0278d" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1,40" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAlla6131a6e-7616-43f6-af4d-ed6123b0278d"]Failure 1:
<a href="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_0" class="tabButton" role="tab" aria-controls="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_0" aria-selected="true" style="height: 76px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader6767" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader6767"]Failure 2:
<h4 id="newsFlashItemHeader6749" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader6749"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbeddb70699a-0cd7-4709-9f4a-68eda625776d" class="widget widgetTabbed skin103 wide" data-widgetid="db70699a-0cd7-4709-9f4a-68eda625776d" role="tablist">...</div>/div[@id="divTabbeddb70699a-0cd7-4709-9f4a-68eda625776d"]Failure 1:
Failure 1:
<p>Stay up to date</p>/pFailure 1:
lang attribute is either missing, empty, or only whitespace<html xmlns="http://www.w3.org/1999/xhtml">...</html>/htmlFailure 1:
<h3>There is a problem with the resource you are looki...</h3>/h3Failure 1:
Failure 1:
<a href="https://www.siouxfalls.gov/resident-services/contact" 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="#bg-video-control" class="bg-video-control control-button pause-button" tabindex="0" title="Pause video player">Pause video background</a>/a[@class="bg-video-control control-button pause-button"]Failure 3:
<a href="https://goo.gl/maps/dxKNvavR1qfNinVf6" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">View on Map</a>/a[@class="opens-in-new-tab"]Failure 4:
<a href="https://www.siouxfalls.gov/resident-services/contact" style="font-family: inherit; font-size: 1em;">Contact Us</a>/aFailure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
region have the same name.Failure 1:
Failure 1:
<p>Grow your career. Make a difference.</p>/pFailure 1:
<h2>Register and pay</h2>/h2Failure 1:
Failure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<a href="https://www.providenceri.gov" title="Go to City of Providence Homepage" aria-label="Go to City of Providence Homepage">City Of Providence</a>/aFailure 1:
<a class="fig-banner alert" tabindex="0" target="_blank" href="https://www.providenceri.gov/city-of-providence-announces-suspension-of-trash-pick-up-services-for-remainder-of-week/" title="Trash pick-up is suspended for the remainder of this week due to storm recovery efforts. Regular collection resumes Monday, March 2. A citywide parking ban remains in effect — vehicles must be moved off streets. City Hall will remain closed. " aria-label="Trash pick-up is suspended for the remainder of this week due to storm recovery efforts. Regular collection resumes Monday, March 2. A citywide parking ban remains in effect — vehicles must be moved off streets. City Hall will remain closed. ">...</a>/a[@class="fig-banner alert"]Failure 2:
<a href="https://www.providenceri.gov/mayors-office/" title="Learn more about the Mayor" aria-label="Learn more about the Mayor">Mayor Brett Smiley</a>/aFailure 3:
<a class="fig-btn secondary" href="/i-want-to" title="Get what you need quickly. You can select a category that best describes what you want to do and find what you are looking for." aria-label="Get what you need quickly. You can select a category that best describes what you want to do and find what you are looking for.">I want to...</a>/a[@class="fig-btn secondary"]Failure 1:
<div class="closeit" id="closeit" onclick="hidepanel('hide');" onkeydown="keypress(event,'hidepanel');" role="link" tabindex="0" title="close accessibility options toolbar" aria-label="close accessibility options toolbar">...</div>/div[@id="closeit"]Failure 2:
<div class="navigation-wrapper" id="menu-main-menu">...</div>/div[@id="menu-main-menu"]Failure 3:
<ul id="menu-main-menu" class="navigation-menu">...</ul>/ul[@id="menu-main-menu"]Failure 1:
Failure 1:
Failure 1:
<p class="excerpt">Mayor Brett P. Smiley today announced that curbsid...</p>/p[@class="excerpt"]Failure 2:
<p>...</p>/pFailure 1:
<h2 class="section-title">Open Providence</h2>/h2[@class="section-title"]Failure 1:
<a href="#search" id="skipToSearch" class="skip-link">Skip to search</a>/a[@id="skipToSearch"]Failure 2:
<a href="https://cityofvancouver.selectpaytoday.com/Utility/" class="menu-image-title-before menu-image-not-hovered">...</a>/a[@class="menu-image-title-before menu-image-not-hovered"]Failure 3:
<select class="gt_selector notranslate" aria-label="TRANSLATE">...</select>/select[@class="gt_selector notranslate"]Failure 4:
<button type="button" class="buttonsearch" id="buttonsearch">...</button>/button[@id="buttonsearch"]Failure 5:
<a target="_blank" href="http://www.facebook.com/VancouverUS" class="nav-link">...</a>/a[@class="nav-link"]… and 1 more failures for this rule
Failure 1:
<a href="/government/department/human-resources-hr/jobs/" aria-label="Banner Icon">...</a>/aFailure 1:
Failure 1:
<p>The City will accept applications for openings on ...</p>/pFailure 1:
<h2 class="icon-heaidng">Apply for a Job</h2>/h2[@class="icon-heaidng"]Failure 1:
<p>The City will accept applications for openings on ...</p>/pFailure 1:
<iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-ib2jzkw9pl22" 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=6LeY04wnAAAAAP2QQXrYc1K6PYyoMfiFNfc5Mhis&co=aHR0cHM6Ly93d3cuY2l0eW9mdmFuY291dmVyLnVzOjQ0Mw..&hl=en&v=AWtrSI7lAmTAfV1rzWqEqz54&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=pa0di6qb73cz" />/iframeFailure 1:
Failure 1:
<a target="" href="/government">Government</a>/aFailure 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:
Failure 1:
Failure 1:
<div id="spoon-plugin-kncgbdglledmjmpnikebkagnchfdehbm-2" style="display:none" />/div[@id="spoon-plugin-kncgbdglledmjmpnikebkagnchfdehbm-2"]Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />/metaFailure 1:
Failure 1:
Failure 1:
<a href="https://www.facebook.com/AkronOhio/" target="_blank" rel="noopener">...</a>/aFailure 2:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 3:
<a href="javascript:;" id="search-btn">...</a>/a[@id="search-btn"]Failure 4:
<a href="departments/index.php" target="_self" id="explore-plan">...</a>/a[@id="explore-plan"]Failure 5:
<button type="button" class="fc-prev-button fc-button fc-button-primary" aria-label="prev">...</button>/button[@class="fc-prev-button fc-button fc-button-primary"]… and 2 more failures for this rule
Failure 1:
<a href="https://h2o.ci.akron.oh.us/iwr/user/login.seam" target="_new" rel="noopener">Pay Utility Bill</a>/aFailure 1:
<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="tns1-item5" aria-hidden="true" tabindex="-1">...</li>/li[@id="tns1-item5"]Failure 2:
<div class="tiny-item tns-item" id="tns2-item3" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item3"]Failure 3:
<div class="tiny-item tns-item" id="tns2-item4" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item4"]Failure 4:
<div class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item5"]Failure 5:
<div class="tiny-item tns-item" id="tns2-item6" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item6"]… and 321 more failures for this rule
Failure 1:
Failure 1:
<section id="signUp" hidden="">...</section>/section[@id="signUp"]Failure 2:
<form action="https://akronupdate.us4.list-manage.com/subscribe/post?u=79795d6563389253247d20b5a&id=5e24aa3909&f_id=00875ee8f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="novalidate">...</form>/form[@id="mc-embedded-subscribe-form"]Failure 3:
<div id="mc_embed_signup_scroll">...</div>/div[@id="mc_embed_signup_scroll"]Failure 4:
<input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value="" aria-required="true" />/input[@id="mce-EMAIL"]Failure 5:
<div id="mce-responses" class="clear">...</div>/div[@id="mce-responses"]… and 4 more failures for this rule
Failure 1:
<h5>St. Patrick’s Day Parade In Downtown Akron Saturda...</h5>/h5Failure 2:
<h4>Useful Links</h4>/h4Failure 1:
Failure 1:
<h3 />/h3Failure 1:
Failure 1:
Failure 1:
<h5>City of Akron Passes 2026 Capital Budget</h5>/h5Failure 2:
<h3 />/h3Failure 1:
Failure 1:
<a style="" href="/QuickLinks.aspx?CID=172">Site Links</a>/aFailure 2:
<a class="widgetDesc widgetQuickLinksLink" href="/" target="_self">Home</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 3:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/LoveShreveportLa/" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 1:
<a id="newsFlashViewAllf1b83ad7-947d-46e7-a939-ade4bed18718" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=31" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllf1b83ad7-947d-46e7-a939-ade4bed18718"]Failure 2:
<a id="calendarViewAlla64d9959-d419-4f7f-8cf6-cbfab1652a46" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=44,46,62,14,49" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAlla64d9959-d419-4f7f-8cf6-cbfab1652a46"]Failure 1:
<a href="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_0" class="tabButton" role="tab" aria-controls="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_0" aria-selected="true" style="height: 79px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader4749" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader4749"]Failure 2:
<h4 id="newsFlashItemHeader7993" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader7993"]Failure 3:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera64d9959-d419-4f7f-8cf6-cbfab1652a46">...</h3>/h3[@id="miniCalendarHeadera64d9959-d419-4f7f-8cf6-cbfab1652a46"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72" class="widget widgetTabbed skin21 wide" data-widgetid="4448b97e-8c7a-4009-90d7-87d58df89b72" role="tablist">...</div>/div[@id="divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72"]Failure 2:
<div id="divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a" class="widget widgetTabbed skin23 wide" data-widgetid="6fef294a-0008-48c7-9ed4-3c6347bc0a6a" role="tablist">...</div>/div[@id="divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a"]Failure 1:
Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="http://www.cityofmobile.org/mardigras/" class="text-white ignore alert-link">Click here for Mardi Gras 2026 info!</a>/a[@class="text-white ignore alert-link"]Failure 2:
<a class="nav-link text-white text-uppercase noroll" href="https://www.cityofmobile.org/calendar-of-events/">Calendar of Events</a>/a[@class="nav-link text-white text-uppercase noroll"]Failure 3:
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Residents </a>/a[@id="navbarDropdown"]Failure 4:
<a class="nav-link" href="#" id="navbarDropdown1" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Government </a>/a[@id="navbarDropdown1"]Failure 5:
<a class="nav-link" href="#" id="navbarDropdown2" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Business </a>/a[@id="navbarDropdown2"]… and 10 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe id="tmg-widget-iframe" src="https://textmygov.com/widget-update/widgetconfig.php?key=20214729&placement=left&parentOrigin=https://www.cityofmobile.org&mobile=0" style="width: 255px; height: 266.484px; border: none; position: fixed; right: unset; left: 0px; bottom: 60px; z-index: 10000;" />/iframe[@id="tmg-widget-iframe"]Failure 1:
<a class="nav-link" href="#" id="navbarDropdown4" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Services </a>/a[@id="navbarDropdown4"]Failure 1:
Failure 1:
Failure 1:
<p class="text-center text-uppercase font-weight-bold">...</p>/p[@class="text-center text-uppercase font-weight-bold"]Failure 2:
<p class="m-0 h2 text-white text-uppercase font-weight-bold">Mobile 311</p>/p[@class="m-0 h2 text-white text-uppercase font-weight-bold"]Failure 3:
<p class="h6 text-white text-uppercase font-weight-bold">Top Requests</p>/p[@class="h6 text-white text-uppercase font-weight-bold"]Failure 1:
<p class="h5">...</p>/p[@class="h5"]Failure 2:
<p class="font-weight-bold widget m-0">...</p>/p[@class="font-weight-bold widget m-0"]Failure 3:
<p class="m-0 h2 text-white text-uppercase font-weight-bold">Mobile 311</p>/p[@class="m-0 h2 text-white text-uppercase font-weight-bold"]Failure 4:
<p class="h6 text-white text-uppercase font-weight-bold">Top Requests</p>/p[@class="h6 text-white text-uppercase font-weight-bold"]Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton7dc45720-d07c-4b60-9952-c9a619889491" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" class="tabButton" role="tab" aria-controls="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" aria-selected="true" style="height: 43px;">...</a>/a[@class="tabButton"]Failure 3:
<a href="/CivicAlerts.aspx?AID=2503" target="_self">City Council Adopts Strategic Housing Initiatives ...</a>/aFailure 4:
<a id="newsFlashReadOn2503" href="/CivicAlerts.aspx?AID=2503" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2503 newsFlashReadOn2503">Read on...</a>/a[@id="newsFlashReadOn2503"]Failure 5:
<a id="newsFlashReadOn2502" href="/CivicAlerts.aspx?AID=2502" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader2502 newsFlashReadOn2502">Read on...</a>/a[@id="newsFlashReadOn2502"]… and 23 more failures for this rule
Failure 1:
<a id="newsFlashViewAllf343ef3d-d3a0-42d4-8f1e-543aabfbc1a5" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">More News</a>/a[@id="newsFlashViewAllf343ef3d-d3a0-42d4-8f1e-543aabfbc1a5"]Failure 2:
<a id="calendarViewAlld0e4b1e4-06d8-4172-b6dc-a582f7e604f2" class="widgetViewAll" style="" href="/calendar.aspx?CID=35,37" aria-label="Calendar View All">More Events</a>/a[@id="calendarViewAlld0e4b1e4-06d8-4172-b6dc-a582f7e604f2"]Failure 1:
Failure 1:
<a href="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" class="tabButton" role="tab" aria-controls="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" aria-selected="true" style="height: 43px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedee722408-d3b6-44e4-88ac-015d9b3e445d" class="widget widgetTabbed skin76 wide" data-widgetid="ee722408-d3b6-44e4-88ac-015d9b3e445d" role="tablist">...</div>/div[@id="divTabbedee722408-d3b6-44e4-88ac-015d9b3e445d"]Failure 2:
<div id="divTabbed852510b0-a2cd-492f-b366-9795f3404265" class="widget widgetTabbed skin78 wide" data-widgetid="852510b0-a2cd-492f-b366-9795f3404265" role="tablist">...</div>/div[@id="divTabbed852510b0-a2cd-492f-b366-9795f3404265"]Failure 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.12a03b17.1772224322.19ea6266 </p>/pFailure 1:
Failure 1:
<a href="/request-and-report/311-help-info" class="nav-link" data-drupal-link-system-path="node/1726">311 Help & Info</a>/a[@class="nav-link"]Failure 2:
<select style="width:100px" class="lang-dropdown-select-element form-select form-control" data-lang-dropdown-id="lang-dropdown-form" data-drupal-selector="edit-lang-dropdown-select" id="edit-lang-dropdown-select" name="lang_dropdown_select" data-component-id="radix:select">...</select>/select[@id="edit-lang-dropdown-select"]Failure 3:
<a href="/" class="navbar-brand d-inline-flex align-items-center ">...</a>/a[@class="navbar-brand d-inline-flex align-items-center "]Failure 4:
<a href="#" class="level-1 no-link tbm-toggle nav-link dropdown-toggle" tabindex="0" aria-expanded="false" data-bs-toggle="dropdown" data-bs-auto-close="outside"> Pay & Apply </a>/a[@class="level-1 no-link tbm-toggle nav-link dropdown-toggle"]Failure 5:
<a href="/services" class="level-1 tbm-toggle nav-link dropdown-toggle" aria-expanded="false" data-bs-toggle="dropdown" data-bs-auto-close="outside"> Explore Services </a>/a[@class="level-1 tbm-toggle nav-link dropdown-toggle"]… and 9 more failures for this rule
Failure 1:
<a aria-label="(link is external)" href="https://user.govoutreach.com/chattanoogacitytn/faq.php?cmd=shell" role="button" class="btn btn-tertiary icon-right icon-arrow-right ext" data-extlink="" target="_blank" rel="noopener noreferrer">...</a>/a[@class="btn btn-tertiary icon-right icon-arrow-right ext"]Failure 2:
<a class="subject-card--button icon-right icon-arrow-right btn btn-tertiary ext" type="button" aria-labelledby="subject-card-title-subject-card-286278830" aria-describedby="subject-card-description-subject-card-286278830" aria-label="(link is external)" href="https://docs.google.com/forms/d/e/1FAIpQLSeYcNu_VpWQlyHwK2sLukrO9vsHpA0s84OusAjXayant40C5w/viewform?pli=1&pli=1" role="button" data-extlink="" target="_blank" rel="noopener noreferrer">...</a>/a[@class="subject-card--button icon-right icon-arrow-right btn btn-tertiary ext"]Failure 3:
<a class="subject-card--button icon-right icon-arrow-right btn btn-tertiary" type="button" aria-labelledby="subject-card-title-subject-card-2117336487" aria-describedby="subject-card-description-subject-card-2117336487" aria-label="Learn about Sewer Payments" href="/pay-and-apply/sewer-fees" role="button"> Learn about Sewer Payments</a>/a[@class="subject-card--button icon-right icon-arrow-right btn btn-tertiary"]Failure 4:
<a aria-label="(link is external)" href="https://cha.city/updates" role="button" class="btn btn-secondary ext" data-extlink="" target="_blank" rel="noopener noreferrer">...</a>/a[@class="btn btn-secondary ext"]Failure 5:
<a aria-label="(link is external)" href="https://www.chattadata.org/" role="button" class="btn btn-secondary text-nowrap ext" data-extlink="" target="_blank" rel="noopener noreferrer">...</a>/a[@class="btn btn-secondary text-nowrap ext"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<form action="/search" method="get" id="views-exposed-form-pantheon-search-page-1" accept-charset="UTF-8" data-component-id="radix:form" class="form" data-once="form-updated" data-drupal-form-fields="edit-keyword,edit-field-department">...</form>/form[@id="views-exposed-form-pantheon-search-page-1"]Failure 1:
<p>Was this page helpful?</p>/pFailure 1:
Failure 1:
<iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-qe1tc9thfgvy" 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=6LfzIk8pAAAAAIuBYFHGt2TZvtfRM9r0zKSqTQwM&co=aHR0cHM6Ly9jaGF0dGFub29nYS5nb3Y6NDQz&hl=en&v=AWtrSI7lAmTAfV1rzWqEqz54&size=invisible&anchor-ms=20000&execute-ms=30000&cb=p1onpzz8fmt6" data-gtm-yt-inspected-12="true" />/iframeFailure 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.13a03b17.1772224338.ffc2e17 </p>/pFailure 1:
Failure 1:
<a href="https://www.aurora.il.us/Recreation-and-Amenities/Events" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 2:
<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 3:
<a href="https://www.facebook.com/cityofaurorail/" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 4:
<a href="https://www.aurora.il.us/Government-and-Engagement/Jobs" target="_self">...</a>/aFailure 1:
Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h2>Pay a water bill</h2>/h2Failure 1:
<a href="/CivicAlerts.aspx?AID=7285" target="_self">Eugene Police Department does not participate in i...</a>/aFailure 2:
<a class="widgetDesc widgetQuickLinksLink" href="https://eugene-or.gov/776/Parking" target="_self">Buy a Parking Permit</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 3:
<a href="/Calendar.aspx?EID=35103" class="readOn" style="display:block;">...</a>/a[@class="readOn"]Failure 4:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/CityofEugene/" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 5:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]… and 1 more failures for this rule
Failure 1:
<a href="/CivicAlerts.aspx?AID=7331" target="_self">...</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="quickLinksViewAllbdc331d2-9abd-4c23-9e91-98c409bde4e5" class="widgetViewAll" style="" href="/QuickLinks.aspx?CID=1248" aria-label="Quick Links View All">View All Links</a>/a[@id="quickLinksViewAllbdc331d2-9abd-4c23-9e91-98c409bde4e5"]Failure 2:
<a id="calendarViewAll85eca9cb-f7fc-4c75-86ca-6efb86d8c114" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll85eca9cb-f7fc-4c75-86ca-6efb86d8c114"]Failure 1:
Failure 1:
<a href="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" class="tabButton" role="tab" aria-controls="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" aria-selected="true" style="height: 63px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed484a332f-226b-4952-acf6-d55ecf036eec" class="widget widgetTabbed skin33 wide" data-widgetid="484a332f-226b-4952-acf6-d55ecf036eec" role="tablist">...</div>/div[@id="divTabbed484a332f-226b-4952-acf6-d55ecf036eec"]Failure 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:
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.21a03b17.1772224390.11780635 </p>/pFailure 1:
Failure 1:
<a class="lg:ml-6 py-2 font-semibold flex flex-col justify-center font-lg hover:underline underline-offset-2 antialiased" href="/government/agendas">Agendas</a>/a[@class="lg:ml-6 py-2 font-semibold flex flex-col justify-center font-lg hover:underline underline-offset-2 antialiased"]Failure 2:
<a class="hover:underline underline-offset-2 text-lg font-medium text-primary-2" href="/about-ontario">About Ontario</a>/a[@class="hover:underline underline-offset-2 text-lg font-medium text-primary-2"]Failure 3:
<button class="leading-4 font-body text-center text-primary-2 w-10 h-10 bg-[#6A737B1A] rounded-full pl-2" aria-label="Open search">...</button>/button[@class="leading-4 font-body text-center text-primary-2 w-10 h-10 bg-[#6A737B1A] rounded-full pl-2"]Failure 4:
<a class="leading-4 font-body text-center inline-block rounded-sm font-bold p-3 lg:px-4 font-medium text-base bg-primary-2 hover:bg-primary-1 text-white w-auto inline mr-4" tabindex="0" aria-label="More Info" href="/government/communitylife/recreation-community-services/parks/jay-littleton-ball-park">...</a>/a[@class="leading-4 font-body text-center inline-block rounded-sm font-bold p-3 lg:px-4 font-medium text-base bg-primary-2 hover:bg-primary-1 text-white w-auto inline mr-4"]Failure 5:
<button class="leading-4 font-body text-center text-[2rem] border-b-2 hover:text-primary-2 pb-4 -mb-[2px] font-semibold text-primary-2 border-primary-2">Events</button>/button[@class="leading-4 font-body text-center text-[2rem] border-b-2 hover:text-primary-2 pb-4 -mb-[2px] font-semibold text-primary-2 border-primary-2"]… and 5 more failures for this rule
Failure 1:
<a class="group block odd:lg:mr-8 border-t-2 border-neutral-200 pt-s lg:pt-s-desktop" aria-label="Ontario Police Department Holding DUI Checkpoint January 16th" href="/news/ontario-police-department-holding-dui-checkpoint-january-16th">...</a>/a[@class="group block odd:lg:mr-8 border-t-2 border-neutral-200 pt-s lg:pt-s-desktop"]Failure 2:
<a class="group block odd:lg:mr-8 " aria-label="City of Ontario Launches First-Ever Artist Microgrant Program" href="/news/city-ontario-launches-first-ever-artist-microgrant-program">...</a>/a[@class="group block odd:lg:mr-8 "]Failure 1:
Failure 1:
<p class="text-body-large text-black mb-6">Join us for our upcoming Community Information Ses...</p>/p[@class="text-body-large text-black mb-6"]Failure 2:
<p class="mb-2 text-primary-1">Jan 14</p>/p[@class="mb-2 text-primary-1"]Failure 3:
<p class="text-neutral-600">The Ontario Police Department will hold a DUI Chec...</p>/p[@class="text-neutral-600"]Failure 4:
<p class="mb-4">The myOntario allows you to search for your favori...</p>/p[@class="mb-4"]Failure 5:
<p class="text-primary-2 text-[1.375rem] font-semibold group-hover:underline">Sign Up for our E-Newsletter</p>/p[@class="text-primary-2 text-[1.375rem] font-semibold group-hover:underline"]… and 2 more failures for this rule
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.da03b17.1772224404.1e395ea </p>/pFailure 1:
Failure 1:
<button class="translateLink translate-button">...</button>/button[@class="translateLink translate-button"]Failure 2:
<a href="/contact-directory" class="fa fas fa-comment" data-drupal-link-system-path="node/1096">Contact Us</a>/a[@class="fa fas fa-comment"]Failure 3:
<button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 3" tabindex="0" aria-selected="true">1</button>/button[@id="slick-slide-control00"]Failure 4:
<button type="button" role="tab" id="slick-slide-control01" aria-controls="slick-slide04" aria-label="2 of 3" tabindex="-1">2</button>/button[@id="slick-slide-control01"]Failure 5:
<button type="button" role="tab" id="slick-slide-control02" aria-controls="slick-slide08" aria-label="3 of 3" tabindex="-1">3</button>/button[@id="slick-slide-control02"]… and 23 more failures for this rule
Failure 1:
<button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 3" tabindex="0" aria-selected="true">1</button>/button[@id="slick-slide-control00"]Failure 2:
<button type="button" role="tab" id="slick-slide-control01" aria-controls="slick-slide04" aria-label="2 of 3" tabindex="-1">2</button>/button[@id="slick-slide-control01"]Failure 3:
<button type="button" role="tab" id="slick-slide-control02" aria-controls="slick-slide08" aria-label="3 of 3" tabindex="-1">3</button>/button[@id="slick-slide-control02"]Failure 4:
<button type="button" role="tab" id="slick-slide-control10" aria-controls="slick-slide10" aria-label="1 of 7" tabindex="0" aria-selected="true">1</button>/button[@id="slick-slide-control10"]Failure 5:
<button type="button" role="tab" id="slick-slide-control11" aria-controls="slick-slide11" aria-label="2 of 7" tabindex="-1">2</button>/button[@id="slick-slide-control11"]… and 20 more failures for this rule
Failure 1:
<a href="/news/north-etiwanda-preserve-closure-due-atmospheric-river-rainstorm" class="articles-grid--item col-md-6 col-lg-4 col-sm-12" aria-label="February 17, 2026 - North Etiwanda Preserve Closure Due to Atmospheric River Rainstorm">...</a>/a[@class="articles-grid--item col-md-6 col-lg-4 col-sm-12"]Failure 2:
<a href="/events/toddler-storytime-archibald-library-9" class="event" aria-label="Toddler Storytime - Archibald Library — Feb 27, 2026" style="width: 100%; display: inline-block;" tabindex="0">...</a>/a[@class="event"]Failure 1:
<form action="/search" method="get" id="views-exposed-form-acquia-search-acquia-search-page" accept-charset="UTF-8">...</form>/form[@id="views-exposed-form-acquia-search-acquia-search-page"]Failure 1:
<div class="layout-top" role="region">...</div>/div[@class="layout-top"]Failure 2:
<section class="layout-hero-content" role="region">...</section>/section[@class="layout-hero-content"]Failure 3:
<section class="layout-content-top" role="region">...</section>/section[@class="layout-content-top"]Failure 4:
<section class="layout-content-bottom" role="region">...</section>/section[@class="layout-content-bottom"]Failure 5:
<section class="layout-push-navigation" role="region">...</section>/section[@class="layout-push-navigation"]Failure 1:
region have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="text-align-center subtitle">Sign up here to get the latest news and updates se...</p>/p[@class="text-align-center subtitle"]Failure 1:
<h3 class="field-title">Careers </h3>/h3[@class="field-title"]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.efd11102.1772224436.10e45c9 </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.21a03b17.1772224439.11785419 </p>/pFailure 1:
Failure 1:
<a href="/organics" target="_blank">...</a>/aFailure 1:
<a href="/news" class="btn-news-archive">View All News</a>/a[@class="btn-news-archive"]Failure 2:
<a class="btn-events-archive" href="/events">View All Events</a>/a[@class="btn-events-archive"]Failure 3:
<a href="/ggtv3">Visit GGTV3 Website</a>/aFailure 1:
<button class="video-embed-field-lazy-play" />/button[@class="video-embed-field-lazy-play"]Failure 1:
Failure 1:
<h1 class="text-center" style="font-weight: bold;">Services</h1>/h1[@class="text-center"]Failure 1:
<p class="posted-on"> December 30, 2025</p>/p[@class="posted-on"]Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/cityofpembrokepines" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a href="/CivicAlerts.aspx?AID=1983" target="_self">Pines Light Up The Night 5k Run 2026 </a>/aFailure 3:
<a href="/CivicAlerts.aspx?AID=1983" target="_self" id="newsFlashReadOn1983" aria-labelledby="newsFlashItemHeader1983 newsFlashReadOn1983" class="readOn">Read on...</a>/a[@id="newsFlashReadOn1983"]Failure 4:
<a href="/CivicAlerts.aspx?AID=2012" target="_self" id="newsFlashReadOn2012" aria-labelledby="newsFlashItemHeader2012 newsFlashReadOn2012" class="readOn">Read on...</a>/a[@id="newsFlashReadOn2012"]Failure 5:
<a href="/CivicAlerts.aspx?AID=2013" target="_self" id="newsFlashReadOn2013" aria-labelledby="newsFlashItemHeader2013 newsFlashReadOn2013" class="readOn">Read on...</a>/a[@id="newsFlashReadOn2013"]… 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 2:
<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="newsFlashViewAlldf5f0194-e38e-4cd3-b287-3348a3953adb" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=36" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAlldf5f0194-e38e-4cd3-b287-3348a3953adb"]Failure 2:
<a id="calendarViewAll8d3ab292-2c0a-479f-9646-d5b1da968c09" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll8d3ab292-2c0a-479f-9646-d5b1da968c09"]Failure 1:
<a href="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_0" class="tabButton" role="tab" aria-controls="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_0" aria-selected="true" style="height: 65px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1983" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1983"]Failure 2:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbede8a2d94c-13f9-46be-82bd-35ff4834c805" class="widget widgetTabbed skin25 wide" data-widgetid="e8a2d94c-13f9-46be-82bd-35ff4834c805" role="tablist">...</div>/div[@id="divTabbede8a2d94c-13f9-46be-82bd-35ff4834c805"]Failure 1:
<p>FIND WHAT YOU ARE LOOKING FOR</p>/pFailure 1:
<p style="text-align: center;">...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://www.fortcollins.gov/Government/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://www.fortcollins.gov/Department-Directory" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">Department Directory</a>/a[@class="opens-in-new-tab"]Failure 3:
<a href="https://www.fortcollins.gov/Uncategorized-Content/Mission-Vision-Values" target="_self">...</a>/aFailure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h2>Careers</h2>/h2Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton58fa5aa6-9fa3-41a2-ab55-46e0db053777" role="button">...</a>/a[@id="btnSearchIcon"]Failure 3:
<a href="/CivicAlerts.aspx?AID=2156" target="_self">Road Construction Update </a>/aFailure 4:
<a class="widgetDesc widgetQuickLinksLink" href="/347/Emergency-Management" target="_self">Emergency Services</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton58fa5aa6-9fa3-41a2-ab55-46e0db053777" role="button">...</a>/a[@id="btnSearchIcon"]Failure 1:
<a id="newsFlashViewAllbad96a17-e2a5-495f-8f85-2f4ec5baad9e" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=12" aria-label="News Flash View All">See More Stories</a>/a[@id="newsFlashViewAllbad96a17-e2a5-495f-8f85-2f4ec5baad9e"]Failure 2:
<a id="calendarViewAll7284701f-ce21-482a-93c2-7f62fe0ad909" class="widgetViewAll" style="" href="/calendar.aspx?CID=30,29,28" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll7284701f-ce21-482a-93c2-7f62fe0ad909"]Failure 1:
<a href="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_0" class="tabButton" role="tab" aria-controls="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_0" aria-selected="true" style="height: 88px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader2156" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2156"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader7284701f-ce21-482a-93c2-7f62fe0ad909">...</h3>/h3[@id="miniCalendarHeader7284701f-ce21-482a-93c2-7f62fe0ad909"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed4eaed4d4-dea8-4e78-a582-a5fe6cd426c9" class="widget widgetTabbed skin73 wide" data-widgetid="4eaed4d4-dea8-4e78-a582-a5fe6cd426c9" role="tablist">...</div>/div[@id="divTabbed4eaed4d4-dea8-4e78-a582-a5fe6cd426c9"]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"]Failure 1:
<a href="/CivicAlerts.aspx?AID=12912" target="_self">Public hearing on HUD FY2026 funds and Annual Acti...</a>/aFailure 2:
<a id="newsFlashReadOn12912" href="/CivicAlerts.aspx?AID=12912" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader12912 newsFlashReadOn12912">Read on...</a>/a[@id="newsFlashReadOn12912"]Failure 3:
<a id="newsFlashReadOn12586" href="/CivicAlerts.aspx?AID=12586" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader12586 newsFlashReadOn12586">Read on...</a>/a[@id="newsFlashReadOn12586"]Failure 4:
<a id="newsFlashReadOn13040" href="/CivicAlerts.aspx?AID=13040" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader13040 newsFlashReadOn13040">Read on...</a>/a[@id="newsFlashReadOn13040"]Failure 5:
<a id="newsFlashReadOn13039" href="/CivicAlerts.aspx?AID=13039" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader13039 newsFlashReadOn13039">Read on...</a>/a[@id="newsFlashReadOn13039"]… and 19 more failures for this rule
Failure 1:
<a id="newsFlashViewAll3539660c-049c-429b-bae1-7021e3302838" class="widgetViewAll" style="" href="https://www.springfieldmo.gov/m/newsflash?cat=67&searchTerms=&sortBy=1" aria-label="News Flash View All">View All News Releases</a>/a[@id="newsFlashViewAll3539660c-049c-429b-bae1-7021e3302838"]Failure 2:
<a id="calendarViewAlla6e253a4-1f87-4ff6-aec0-09cadf4d5d66" class="widgetViewAll" style="" href="/calendar.aspx?CID=70,44,59" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlla6e253a4-1f87-4ff6-aec0-09cadf4d5d66"]Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader12912" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader12912"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera6e253a4-1f87-4ff6-aec0-09cadf4d5d66">...</h3>/h3[@id="miniCalendarHeadera6e253a4-1f87-4ff6-aec0-09cadf4d5d66"]Failure 3:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Stay Notified</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/CivicAlerts.aspx?AID=3834" target="_self">...</a>/aFailure 1:
<a id="bannerLogoTS-228" style=" display: block; text-align: center; " class="bannerObject" href="/" target="_self">...</a>/a[@id="bannerLogoTS-228"]Failure 2:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_blank" aria-label="Facebook Opens in new window">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 3:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton4eab6f28-0d7c-46c6-90b9-79bd74a02db8" role="button">...</a>/a[@id="btnSearchIcon"]Failure 4:
<a href="/CivicAlerts.aspx?AID=3835" target="_self">City of Clarksville announces Concrete ‘N Color mu...</a>/aFailure 5:
<a id="newsFlashReadOn3835" href="/CivicAlerts.aspx?AID=3835" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader3835 newsFlashReadOn3835">Read on...</a>/a[@id="newsFlashReadOn3835"]… and 19 more failures for this rule
Failure 1:
<a id="newsFlashViewAll2fa6f869-c439-4e8d-9190-0a085fd245cd" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1,25" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll2fa6f869-c439-4e8d-9190-0a085fd245cd"]Failure 1:
Failure 1:
<div class="MuiGrid2-root MuiGrid2-container MuiGrid2-direction-xs-row prmbl-grid clerk-simple-174 clerk-simple-18ua6wv" id="eventListRow-undefined" aria-labelledby="eventListRow-undefined-title" aria-describedby="eventListRow-undefined-datetime" data-testid="row">...</div>/div[@id="eventListRow-undefined"]Failure 2:
<div class="MuiGrid2-root MuiGrid2-container MuiGrid2-direction-xs-row prmbl-grid clerk-simple-18ua6wv" id="eventListRow-undefined-datetime" aria-label="undefined event on undefined, undefined">...</div>/div[@id="eventListRow-undefined-datetime"]Failure 3:
<h3 class="MuiTypography-root MuiTypography-subtitle1 clerk-simple-185 prmbl-typography clerk-simple-1ivutjb" id="eventListRow-undefined-title" aria-label="Event Name">...</h3>/h3[@id="eventListRow-undefined-title"]Failure 1:
<a href="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_0" class="tabButton" role="tab" aria-controls="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_0" aria-selected="true" style="height: 67px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader3835" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader3835"]Failure 2:
<h3 class="MuiTypography-root MuiTypography-subtitle1 clerk-simple-185 prmbl-typography clerk-simple-1ivutjb" id="eventListRow-undefined-title" aria-label="Event Name">...</h3>/h3[@id="eventListRow-undefined-title"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed8ae6b885-0fa0-44ac-99a7-224fe345e141" class="widget widgetTabbed skin95 wide" data-widgetid="8ae6b885-0fa0-44ac-99a7-224fe345e141" role="tablist">...</div>/div[@id="divTabbed8ae6b885-0fa0-44ac-99a7-224fe345e141"]Failure 1:
<p class="MuiTypography-root MuiTypography-body2 prmbl-typography clerk-simple-bxgq7p">...</p>/p[@class="MuiTypography-root MuiTypography-body2 prmbl-typography clerk-simple-bxgq7p"]Failure 2:
<p>...</p>/pFailure 1:
<p class="MuiTypography-root MuiTypography-body2 prmbl-typography clerk-simple-bxgq7p">...</p>/p[@class="MuiTypography-root MuiTypography-body2 prmbl-typography clerk-simple-bxgq7p"]Failure 2:
<p class="MuiTypography-root MuiTypography-subtitle2 clerk-simple-185 prmbl-typography clerk-simple-1nkeld1" title="Notice">...</p>/p[@class="MuiTypography-root MuiTypography-subtitle2 clerk-simple-185 prmbl-typography clerk-simple-1nkeld1"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<div role="presentation" aria-live="polite" class="MuiPickersCalendarHeader-labelContainer clerk-simple-x1yfm2">...</div>/div[@class="MuiPickersCalendarHeader-labelContainer clerk-simple-x1yfm2"]Failure 1:
<a href="tel:https://salinasca.prelive.opencities.com/Your-Government/Who-Should-I-Contact" class="oc-icon-b oc-i--none link-type-phone">...</a>/a[@class="oc-icon-b oc-i--none link-type-phone"]Failure 2:
<a href="https://public.govdelivery.com/accounts/CASALINAS/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 3:
<a href="https://www.facebook.com/CityOfSalinas" 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 4:
<a href="https://www.linkedin.com/company/city-of-salinas/" class="oc-icon-b oc-i-linkedin link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-linkedin link-type-external opens-in-new-tab"]Failure 5:
<a href="https://twitter.com/CityofSalinas" class="oc-icon-b oc-i-twitter link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-twitter link-type-external opens-in-new-tab"]… and 3 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe class="resp-iframe" src="https://salinas.maps.arcgis.com/apps/instant/lookup/index.html?appid=9a316353a5bf4ec092afff6336dead62" frameborder="0" style="border:0" allowfullscreen="">iFrames are not supported on this page.</iframe>/iframe[@class="resp-iframe"]Failure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
Failure 1:
<p class="ocpt-dv-counter">...</p>/p[@class="ocpt-dv-counter"]Failure 1:
<h2>Report an Issue</h2>/h2Failure 1:
Failure 1:
<a href="#">...</a>/aFailure 1:
<a href="/police-department">...</a>/aFailure 2:
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">...</a>/a[@class="dropdown-toggle"]Failure 1:
<h4 class="field-content">...</h4>/h4[@class="field-content"]Failure 2:
<h6>Find information on upcoming legislative meetings,...</h6>/h6Failure 3:
<h4>...</h4>/h4Failure 1:
Failure 1:
<a href="/discover/news/feb26/bart-lists-south-hayward-station-potential-closure" class="more-link">Read more</a>/a[@class="more-link"]Failure 1:
Failure 1:
<ul class="primary menu">...</ul>/ul[@class="primary menu"]Failure 1:
<a href="/egov/apps/search.egov?view=advanced">Advanced search</a>/aFailure 2:
<a href="https://www.patersonnj.gov/egov/apps/document/center.egov?view=browse&eGov_searchType=62&eGov_searchDepartment=1" class="moreLink">More Recent News</a>/a[@class="moreLink"]Failure 3:
<a class="locationLink" href="https://www.patersonnj.gov/egov/apps/locations/facilities.egov?view=detail&id=40">City Hall - Second Floor</a>/a[@class="locationLink"]Failure 1:
<a href="/egov/apps/search.egov?view=advanced">Advanced search</a>/aFailure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="https://www.corebt.com" rel="noreferrer noopener nofollow" target="_blank">CORE Business Technologies</a>/aFailure 1:
Failure 1:
<ul id="topNav">...</ul>/ul[@id="topNav"]Failure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>...</p>/pFailure 1:
<a href="/Dockets">...</a>/aFailure 1:
<a title="Translate this page" id="google_translate_icon_link" href="#" onclick="coa_showTranslationOptions();return(false);" style="border: 0px;">...</a>/a[@id="google_translate_icon_link"]Failure 2:
<a href="/Live" class="menu__link" data-drupal-link-system-path="node/3287" data-once="megaMenu-top">Live</a>/a[@class="menu__link"]Failure 3:
<a href="https://apps.alexandriava.gov/Calendar/" class="menu__link--events menu__link" data-once="megaMenu-top">Calendar</a>/a[@class="menu__link--events menu__link"]Failure 4:
<a href="https://www.governor.virginia.gov/constituent-services/flag-information/" target="_blank" rel="noopener" title="(opens in new window) "> Flag Status: Half Staff </a>/aFailure 5:
<a href="https://www.facebook.com/584511910529837/posts/1343355447978809" title="(opens in new window) See on Facebook" class="twitter-permalink" target="_blank" rel="noopener"> 4:55 AM Friday, Feb 27 📷</a>/a[@class="twitter-permalink"]… and 14 more failures for this rule
Failure 1:
<button id="coa_runsearch" class="" arial-label="Search" />/button[@id="coa_runsearch"]Failure 1:
<img src="/themes/gesso/images/chevron-right-white.svg" />/imgFailure 1:
<div id="coa-cal-stuff" class="coa-cal-stuff">...</div>/div[@id="coa-cal-stuff"]Failure 2:
<table border="0" cellpadding="0" cellspacing="0" id="coa-events-smallgrid">...</table>/table[@id="coa-events-smallgrid"]Failure 3:
<div id="block-footeraddress" data-block-plugin-id="block_content:ad0b6a11-188c-4c15-947c-b04d82ee1a16" class="block block--provider-block-content block--id-block-contentad0b6a11-188c-4c15-947c-b04d82ee1a16">...</div>/div[@id="block-footeraddress"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p style="text-transform:uppercase;font-size:.9em;font-weight:500">Subscribe now to receive alerts, weather, news, re...</p>/pFailure 1:
<p style="font-size:2em;color:#444;line-height:1em;font-weight:500">ALEXANDRIA ENEWS</p>/pFailure 1:
<h3 class="video-grid__title">Video / Webcasts</h3>/h3[@class="video-grid__title"]Failure 1:
<a class="simple-calendar-btn btn-prev" href="#" />/a[@class="simple-calendar-btn btn-prev"]Failure 2:
<a class="simple-calendar-btn btn-next" href="#" />/a[@class="simple-calendar-btn btn-next"]Failure 1:
<a class="social-icon-outline" href="https://www.youtube.com/playlist?list=PLBW7To4TmDBbk8QRdkv6YpywifbDVTEfv"> Meeting Broadcasts </a>/a[@class="social-icon-outline"]Failure 2:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 3:
<button type="submit" id="search-btn"> Search </button>/button[@id="search-btn"]Failure 4:
<a href="https://www.maconbibb.us/superior-court/jury-duty/" target="_blank">...</a>/aFailure 5:
<a class="mbc-button w-100 text-center" href="/news">...</a>/a[@class="mbc-button w-100 text-center"]… and 5 more failures for this rule
Failure 1:
<img decoding="async" src="https://www.maconbibb.us/wp-content/uploads/2021/03/Comms-Logo-JPG-300x300.png" class="position-absolute" style="top: -4rem;left: -4rem;width:200px;" />/img[@class="position-absolute"]Failure 1:
<td>mon</td>/tdFailure 1:
<h4>EMA Planning Meetings</h4>/h4Failure 2:
<h5 class="my-4 text-white">Top Searches: </h5>/h5[@class="my-4 text-white"]Failure 3:
<h5>Memorial Park to host second Education, Career, & ...</h5>/h5Failure 1:
banner have the same name.Failure 1:
Failure 1:
Failure 1:
<thead>...</thead>/theadFailure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>Sign up for email updates from Macon-Bibb County t...</p>/pFailure 1:
<p>Macon-Bibb will be the center of development, cult...</p>/pFailure 2:
<p class="mb-1">700 Poplar Street, Macon, GA 31201</p>/p[@class="mb-1"]Failure 3:
<p class="pt-2">Sign up for email updates from Macon-Bibb County t...</p>/p[@class="pt-2"]Failure 1:
<h4>EMA Planning Meetings</h4>/h4Failure 2:
<h2 class="highlight-news-title">Agendas & Minutes</h2>/h2[@class="highlight-news-title"]Failure 1:
<a href="https://www.wycokck.org/Services/Pay-Online" 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="tel:9135735311" class="oc-icon-b oc-i--none link-type-phone">...</a>/a[@class="oc-icon-b oc-i--none link-type-phone"]Failure 3:
<a href="https://www.wycokck.org/Services/Service-Request" class="oc-icon-b oc-i--none link-type-internal opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal opens-in-new-tab"]Failure 4:
<a href="https://www.wycokck.org/Engage-With-Us" 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.wycokck.org/Business" class="nav-level-1 " target="">Business</a>/a[@class="nav-level-1 "]… and 4 more failures for this rule
Failure 1:
Failure 1:
<p class="homepage-cta-item-btn">Ask a question</p>/p[@class="homepage-cta-item-btn"]Failure 1:
<p id="prefix-overlay-label">Sign up for the latest news and updates from the U...</p>/p[@id="prefix-overlay-label"]Failure 1:
<p id="prefix-overlay-label">Sign up for the latest news and updates from the U...</p>/p[@id="prefix-overlay-label"]Failure 1:
<h2>Register a Vehicle</h2>/h2Failure 1:
Failure 1:
<a href="https://www.facebook.com/lakewoodcogov/" 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://www.instagram.com/lakewoodcogov/" 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 3:
<a href="https://www.lakewoodco.gov/City-Hall/Departments/City-Managers-Office/Communications/Social-Media-Collection" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 4:
<a href="https://www.lakewoodco.gov/Site-Footer/Footer-Widgets/Digital-Privacy-Policy" target="_self">...</a>/aFailure 5:
<a href="https://www.facebook.com/lakewoodcogov/" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 1:
<h3 class="footer-title">Quick Links</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
<p class="ocpt-dv-counter" style="min-height: 76px;">...</p>/p[@class="ocpt-dv-counter"]Failure 1:
<h2>Get Customer Service</h2>/h2Failure 1:
<a href="https://springfieldma.portal.civicclerk.com/" target="_blank" />/aFailure 1:
<a href="/cos/" class="springfield">SPRINGFIELD</a>/a[@class="springfield"]Failure 2:
<a href="/cos/online-services" id="topnavhead1" onclick="toggleTopNavLinks('topnav1'); return false;" class="buttonBar">I Want To...</a>/a[@id="topnavhead1"]Failure 3:
<a href="/cos/help-and-answers" id="topnavhead2" onclick="toggleTopNavLinks('topnav2'); return false;" class="buttonBar">Info & Answers</a>/a[@id="topnavhead2"]Failure 4:
<a href="/cos/govt" id="topnavhead3" onclick="toggleTopNavLinks('topnav3'); return false;" class="buttonBar">Departments</a>/a[@id="topnavhead3"]Failure 5:
<a href="/cos/contact-us" id="topnavhead4" onclick="toggleTopNavLinks('topnav4'); return false;" class="buttonBar">Contact Us</a>/a[@id="topnavhead4"]… and 4 more failures for this rule
Failure 1:
<div id="breadcrumbs">...</div>/div[@id="breadcrumbs"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
<h3 itemprop="headline">...</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>– February 27, 2026 – </p>/pFailure 1:
Failure 1:
<a class="elementor-icon" href="https://www.facebook.com/CityofJackson/" target="_blank">...</a>/a[@class="elementor-icon"]Failure 2:
<a href="https://youtu.be/HXX3SPbGDHc" target="_blank" tabindex="-1">...</a>/aFailure 1:
<a class="elementor-icon" href="https://www.facebook.com/CityofJackson/" target="_blank">...</a>/a[@class="elementor-icon"]Failure 2:
<a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Doff_canvas%3Aopen%26settings%3DeyJpZCI6ImM0OTcwZDgiLCJkaXNwbGF5TW9kZSI6Im9wZW4ifQ%3D%3D" aria-controls="off-canvas-c4970d8" aria-expanded="false">...</a>/a[@class="elementor-button elementor-button-link elementor-size-sm"]Failure 3:
<button class="elementor-button elementor-size-sm" type="submit">...</button>/button[@class="elementor-button elementor-size-sm"]Failure 4:
<a href="https://www.co.hinds.ms.us/pgs/apps/landroll_query.asp" target="_blank">...</a>/aFailure 5:
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-1ca0208" href="https://www.facebook.com/CityofJackson/" target="_blank">...</a>/a[@class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-1ca0208"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div class="elementor-loop-container elementor-grid" role="list">...</div>/div[@class="elementor-loop-container elementor-grid"]Failure 1:
Failure 1:
<p style="text-align: center;">601-960-0462</p>/pFailure 1:
<h2 class="elementor-heading-title elementor-size-default">Open Hours of City Government Mon - Fri: 8.00 am -...</h2>/h2[@class="elementor-heading-title elementor-size-default"]Failure 1:
<a href="tel:954-967-4357" />/aFailure 1:
<a href="/CivicAlerts.aspx?AID=1747" target="_self">Commission in the Community </a>/aFailure 2:
<a href="#" class="arrow next" style="width: 3.2%;">...</a>/a[@class="arrow next"]Failure 3:
<a href="#" class="arrow prev" style="width: 3.2%;">...</a>/a[@class="arrow prev"]Failure 4:
<a class="widgetDesc widgetQuickLinksLink" href="http://choosehollywoodfl.com/" target="_self">Business Support & Economic Development</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 5:
<a class="widgetDesc widgetGraphicLinksLink" href="/facebook" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<h4 id="newsFlashItemHeader1725" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1725"]Failure 2:
<a id="newsFlashReadOn1725" href="/CivicAlerts.aspx?AID=1725" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1725 newsFlashReadOn1725">Read on...</a>/a[@id="newsFlashReadOn1725"]Failure 3:
<h4 id="newsFlashItemHeader1714" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1714"]Failure 4:
<h4 id="newsFlashItemHeader1676" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1676"]Failure 5:
<a id="newsFlashReadOn1676" href="/CivicAlerts.aspx?AID=1676" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader1676 newsFlashReadOn1676">Read on...</a>/a[@id="newsFlashReadOn1676"]… and 11 more failures for this rule
Failure 1:
<a href="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_0" class="tabButton" role="tab" aria-controls="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_0" aria-selected="true" style="height: 74px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1725" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1725"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderb5a15302-87bf-41bf-8fe0-95a5b1e31c74">...</h3>/h3[@id="miniCalendarHeaderb5a15302-87bf-41bf-8fe0-95a5b1e31c74"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedb4edb550-56e6-49f7-baa0-0eb400052a1e" class="widget widgetTabbed skin21 wide" data-widgetid="b4edb550-56e6-49f7-baa0-0eb400052a1e" role="tablist">...</div>/div[@id="divTabbedb4edb550-56e6-49f7-baa0-0eb400052a1e"]Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<a class="widgetDesc widgetQuickLinksLink" href="/2458" target="_blank" aria-label="Jobs Opens in new window">Jobs</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 2:
<a href="/CivicAlerts.aspx?AID=5401" target="_self">...</a>/aFailure 3:
<a class="widgetDesc widgetGraphicLinksLink" href="/79" target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 4:
<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="newsFlashViewAll721acb97-f5ed-4055-a60f-0ed5223fb6cc" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=21" aria-label="News Flash View All">VIEW ALL SPOTLIGHTS</a>/a[@id="newsFlashViewAll721acb97-f5ed-4055-a60f-0ed5223fb6cc"]Failure 2:
<a id="calendarViewAllb21f93a8-f10c-4ced-82d6-2009f3d92c56" class="widgetViewAll" style="" href="/calendar.aspx?CID=48" aria-label="Calendar View All">VIEW ALL MEETINGS</a>/a[@id="calendarViewAllb21f93a8-f10c-4ced-82d6-2009f3d92c56"]Failure 1:
<a href="#tab0876df09-2320-41ea-8e46-3c13d726229c_0" class="tabButton" role="tab" aria-controls="#tab0876df09-2320-41ea-8e46-3c13d726229c_0" aria-selected="true" style="height: 71px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader5261" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader5261"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderb21f93a8-f10c-4ced-82d6-2009f3d92c56">...</h3>/h3[@id="miniCalendarHeaderb21f93a8-f10c-4ced-82d6-2009f3d92c56"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed0876df09-2320-41ea-8e46-3c13d726229c" class="widget widgetTabbed skin53 wide" data-widgetid="0876df09-2320-41ea-8e46-3c13d726229c" role="tablist">...</div>/div[@id="divTabbed0876df09-2320-41ea-8e46-3c13d726229c"]Failure 2:
<div id="divTabbed101349ea-348e-414e-9ebe-65129f85b9b8" class="widget widgetTabbed skin48 wide" data-widgetid="101349ea-348e-414e-9ebe-65129f85b9b8" role="tablist">...</div>/div[@id="divTabbed101349ea-348e-414e-9ebe-65129f85b9b8"]Failure 3:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]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:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a style="" href="/CivicAlerts.aspx?CID=1">News Flash</a>/aFailure 2:
<a id="newsFlashReadOn563" href="/CivicAlerts.aspx?AID=563" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader563 newsFlashReadOn563">Read on...</a>/a[@id="newsFlashReadOn563"]Failure 3:
<a id="newsFlashReadOn562" href="/CivicAlerts.aspx?AID=562" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader562 newsFlashReadOn562">Read on...</a>/a[@id="newsFlashReadOn562"]Failure 4:
<a id="newsFlashViewAll0e07ff36-c85a-4168-ba62-d10602a9a20d" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-labelledby="newsFlashHeader0e07ff36-c85a-4168-ba62-d10602a9a20d newsFlashViewAll0e07ff36-c85a-4168-ba62-d10602a9a20d">View All</a>/a[@id="newsFlashViewAll0e07ff36-c85a-4168-ba62-d10602a9a20d"]Failure 5:
<a id="quickLinksViewAll91a740ed-cace-4b3c-bf01-37937aaff5c0" class="widgetViewAll alignLeft" style="" href="/QuickLinks.aspx?CID=56,55,53,57" aria-labelledby="quickLinksHeader91a740ed-cace-4b3c-bf01-37937aaff5c0 quickLinksViewAll91a740ed-cace-4b3c-bf01-37937aaff5c0">View All</a>/a[@id="quickLinksViewAll91a740ed-cace-4b3c-bf01-37937aaff5c0"]… and 2 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="widgetItem">There are no published events in current month.</p>/p[@class="widgetItem"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/" class="menu__link is-active" data-drupal-link-system-path="<front>" aria-current="page">Bellevue Home</a>/a[@class="menu__link is-active"]Failure 2:
<a href="/city-government" class="dropdown-toggle menu__link" data-drupal-link-system-path="node/61956">City Government</a>/a[@class="dropdown-toggle menu__link"]Failure 3:
<a tabindex="1" href="/">City of Bellevue, WA</a>/aFailure 4:
<button id="navbar-dropdown" class="btn btn-outline-light btn-outline-bg dropdown-toggle " data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" type="button" tabindex="1">...</button>/button[@id="navbar-dropdown"]Failure 5:
<button id="navbar-toggler" class="btn btn-outline-light btn-outline-bg" type="button" tabindex="1">...</button>/button[@id="navbar-toggler"]… and 7 more failures for this rule
Failure 1:
<a href="https://www.google.com/maps/place/Bellevue+City+Hall/@47.6144305,-122.1929512,18z" class="ext" data-extlink="" target="_blank" rel="noopener nofollow" title="(opens in a new window)">...</a>/a[@class="ext"]Failure 2:
<a href="tel:4254526800">425-452-6800</a>/aFailure 1:
<li class="menu__item">...</li>/li[@class="menu__item"]Failure 2:
<li class="expanded dropdown-item menu__item">...</li>/li[@class="expanded dropdown-item menu__item"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
Failure 1:
<ul class="menu nav menu-level-0" role="menu">...</ul>/ul[@class="menu nav menu-level-0"]Failure 1:
Failure 1:
<p class="lead">Bellevue Police annual crime report released</p>/p[@class="lead"]Failure 2:
<p>...</p>/pFailure 1:
Failure 1:
<a href="/CivicAlerts.aspx?AID=273" target="_self">...</a>/aFailure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton429229b9-c932-44ed-b183-d340a37888b8" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem1 " href="/9/How-Do-I" target="_self"> How Do I </a>/a[@id="mainNavHowDoI"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem2 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem3 " href="/149/Departments" target="_self"> Departments </a>/a[@id="mainNavDepartments"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavCommunity" class="navMainItem mainNavItem mainNavItem4 " href="/31/Community" target="_self"> Community </a>/a[@id="mainNavCommunity"]… and 3 more failures for this rule
Failure 1:
<a id="newsFlashViewAlldced9702-c9e1-4cc9-8711-2de6f74c66ed" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAlldced9702-c9e1-4cc9-8711-2de6f74c66ed"]Failure 2:
<a id="calendarViewAll8e7496e0-6ba8-40c0-a8ad-e7edf0b27230" class="widgetViewAll" style="" href="/calendar.aspx?CID=30" aria-label="Calendar View All">View All Meetings</a>/a[@id="calendarViewAll8e7496e0-6ba8-40c0-a8ad-e7edf0b27230"]Failure 1:
<a href="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_0" class="tabButton" role="tab" aria-controls="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_0" aria-selected="true" style="height: 49px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed155cdbe4-1cb0-45cf-bf33-981277e97df0" class="widget widgetTabbed skin61 wide" data-widgetid="155cdbe4-1cb0-45cf-bf33-981277e97df0" role="tablist">...</div>/div[@id="divTabbed155cdbe4-1cb0-45cf-bf33-981277e97df0"]Failure 1:
Failure 1:
<p>See what's happening in Escondido.</p>/pFailure 2:
<p class="widgetItem">There are no published events in current month.</p>/p[@class="widgetItem"]Failure 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.3034d517.1772224865.187b7bd </p>/pFailure 1:
Failure 1:
<a href="/index.aspx?NID=400" target="_self" class="readOn" />/a[@class="readOn"]Failure 1:
<a id="banner2-13" style=" display: block; text-align: center; " class="bannerObject" href="/" target="_self">...</a>/a[@id="banner2-13"]Failure 2:
<a role="menuitem" id="mainNavNews" class="navMainItem mainNavItem mainNavItem1" href="/CivicAlerts.aspx?CID=1" target="_self" style="font-size: 15px;">...</a>/a[@id="mainNavNews"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem2 " href="/2140/Government" target="_self" style="font-size: 15px;">...</a>/a[@id="mainNavGovernment"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem3 " href="/2141/Departments" target="_self" style="font-size: 15px;">...</a>/a[@id="mainNavDepartments"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem4 " href="/2100/Business" target="_self" style="font-size: 15px;">...</a>/a[@id="mainNavBusiness"]… and 8 more failures for this rule
Failure 1:
<a href="#tab58f7a59d-7ab5-4572-8040-70ea61327cff_0" class="tabButton" role="tab" aria-controls="#tab58f7a59d-7ab5-4572-8040-70ea61327cff_0" aria-selected="true" style="height: 52px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1637" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1637"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed58f7a59d-7ab5-4572-8040-70ea61327cff" class="widget widgetTabbed skin12 wide" data-widgetid="58f7a59d-7ab5-4572-8040-70ea61327cff" role="tablist">...</div>/div[@id="divTabbed58f7a59d-7ab5-4572-8040-70ea61327cff"]Failure 2:
<div id="divTabbed483f6b57-3339-45d8-8b3b-01f675298c65" class="widget widgetTabbed skin12 wide" data-widgetid="483f6b57-3339-45d8-8b3b-01f675298c65" role="tablist">...</div>/div[@id="divTabbed483f6b57-3339-45d8-8b3b-01f675298c65"]Failure 3:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 1:
Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/CivicAlerts.aspx?AID=2513" target="_self">Mesquite Honors Black History Month </a>/aFailure 2:
<a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#">...</a>/a[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]Failure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://www.cityofmesquite.com/1872/Connect-with-Us" target="_self">Connect with Us</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<a class="widgetDesc widgetQuickLinksLink docaccess-activated" href="/DocumentCenter/View/29870/City-of-Mesquite-City-Facility-Policy-PDF" target="_self" data-docaccess-source-url="https://www.cityofmesquite.com/DocumentCenter/View/29870/City-of-Mesquite-City-Facility-Policy-PDF" data-url-hash="9cdb70a6feb520a54aa1f33dea203c2bde5006f0207245f2de1e384a12050f4f" data-url-status="disabled">City Facility Policy (PDF)</a>/a[@class="widgetDesc widgetQuickLinksLink docaccess-activated"]Failure 1:
<a id="newsFlashViewAll39cf82a1-e701-4806-93e9-e628c51e613f" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll39cf82a1-e701-4806-93e9-e628c51e613f"]Failure 2:
<a id="calendarViewAllabec2e7a-d5f3-485f-ad15-7f8db1ca26db" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllabec2e7a-d5f3-485f-ad15-7f8db1ca26db"]Failure 1:
<h4 id="newsFlashItemHeader2513" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader2513"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderabec2e7a-d5f3-485f-ad15-7f8db1ca26db">...</h3>/h3[@id="miniCalendarHeaderabec2e7a-d5f3-485f-ad15-7f8db1ca26db"]Failure 1:
navigation have the same name.Failure 1:
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"]Failure 1:
<title> elementFailure 1:
<iframe> does not have an accessible name<iframe id="main-iframe" src="/_Incapsula_Resource?CWUDNSAI=23&xinfo=15-27271569-0%200NNN%20RT%281772224905899%207%29%20q%280%20-1%20-1%20-1%29%20r%280%20-1%29%20B17%2811%2c5281670%2c0%29%20U18&incident_id=535000610083620484-155171846975065935&edet=17&cinfo=ffffffff&rpinfo=0&cip=135.232.185.19&mth=GET" frameborder="0" width="100%" height="100%" marginheight="0px" marginwidth="0px">Request unsuccessful. Incapsula incident ID: 53500...</iframe>/iframe[@id="main-iframe"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html style="height:100%">...</html>/htmlFailure 1:
Failure 1:
Failure 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="newsFlashViewAll9127f87f-9775-4957-88f2-6e77b5f10e8e" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll9127f87f-9775-4957-88f2-6e77b5f10e8e"]Failure 2:
<a id="calendarViewAlla96f9c9d-8003-44f4-b3e6-0683b4725f44" class="widgetViewAll" style="" href="/calendar.aspx?CID=14,22" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlla96f9c9d-8003-44f4-b3e6-0683b4725f44"]Failure 1:
<a href="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_0" class="tabButton" role="tab" aria-controls="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_0" aria-selected="true" style="height: 62px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<h1 class="headline" style="text-align: center;">...</h1>/h1[@class="headline"]Failure 1:
Failure 1:
<div id="divTabbeddad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f" class="widget widgetTabbed skin56 wide" data-widgetid="dad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f" role="tablist">...</div>/div[@id="divTabbeddad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f"]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:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="/residents" class="main-menu__link" data-drupal-link-system-path="node/85">For Residents</a>/a[@class="main-menu__link"]Failure 2:
<a href="/government/departments/civil-service/city-careers" class="inline-menu__link" data-drupal-link-system-path="node/233">Careers</a>/a[@class="inline-menu__link"]Failure 3:
<a href="" class="tab-link active">...</a>/a[@class="tab-link active"]Failure 4:
<a href="" class="tab-link">...</a>/a[@class="tab-link"]Failure 5:
<a class="link" href="/government/departments/vital-records/marriage-licenses"> Marriage License</a>/a[@class="link"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<div id="block-if-design-system-swiftypeautocomplete" class="block">...</div>/div[@id="block-if-design-system-swiftypeautocomplete"]Failure 2:
<div class="if-swiftype-blocks if-swiftype-autocomplete" id="swiftype-autocomplete">...</div>/div[@id="swiftype-autocomplete"]Failure 1:
form have the same name.Failure 1:
Failure 1:
<p>Mar</p>/pFailure 1:
<p class="hero-homepage__subheading">...</p>/p[@class="hero-homepage__subheading"]Failure 2:
<p class="icon-card__paragraph"> Have a question for Council? With Rep’d, a v...</p>/p[@class="icon-card__paragraph"]Failure 3:
<p class="card__body"> In anticipation of the pending ...</p>/p[@class="card__body"]Failure 4:
<p class="date"> February 21, 2026 </p>/p[@class="date"]Failure 5:
<p>Mar</p>/pFailure 1:
<h3 class="h3"> Department Directory </h3>/h3[@class="h3"]Failure 1:
<a href="http://facebook.com/syracuse1848" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 2:
<a href="https://www.syr.gov/News" target="_self">City News</a>/aFailure 1:
region have the same name.Failure 1:
<p class="position-title subtitle small-text">Mayor</p>/p[@class="position-title subtitle small-text"]Failure 1:
<h2>Syracuse Surge</h2>/h2Failure 1:
Failure 1:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavResidentsVisitors" class="navMainItem mainNavItem mainNavItem1 " href="/329/ResidentsVisitors" target="_self"> Residents/Visitors </a>/a[@id="mainNavResidentsVisitors"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem2 " href="/364/Business" target="_self"> Business </a>/a[@id="mainNavBusiness"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavCityServices" class="navMainItem mainNavItem mainNavItem3 " href="/451/City-Services" target="_self"> City Services </a>/a[@id="mainNavCityServices"]Failure 4:
<a href="/Calendar.aspx?EID=7808" class="readOn" style="display:block;">...</a>/a[@class="readOn"]Failure 5:
<a href="https://www.savannahga.gov/sitemap">View Site Map</a>/a… and 1 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe width="98%" height="215" src="https://videoplayer.telvue.com/player/KPxII4Dm-djtTqV7JZXpXeOM2kiyqvRV/stream/983?fullscreen=true&showtabssearch=true&autostart=true" frameborder="0" allowfullscreen="" />/iframeFailure 1:
<a id="newsFlashViewAll75085da8-92b4-41c7-bb73-470819b972b9" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll75085da8-92b4-41c7-bb73-470819b972b9"]Failure 2:
<a id="calendarViewAll8dcdaecd-2fe4-4893-a9ef-179ae48f38c0" class="widgetViewAll" style="" href="/calendar.aspx?CID=59,61,35,69,14,50,22" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAll8dcdaecd-2fe4-4893-a9ef-179ae48f38c0"]Failure 1:
<section id="widgetPreviewSearch" class="widget widgetSearch skin32 widgetOptionSet12" style="display: block;" aria-label="Search">...</section>/section[@id="widgetPreviewSearch"]Failure 2:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButton625a6aff-f2ed-4801-8a37-3a9e869e2749" role="button">...</a>/a[@id="btnSearchIcon"]Failure 1:
<h4 id="newsFlashItemHeader3297" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader3297"]Failure 2:
<h4>...</h4>/h4Failure 3:
<h3>Contact Us</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<a href="#" onclick="OpenPrintPage(); return false;" class="print">...</a>/a[@class="print"]Failure 1:
<button class="prefix-overlay-close prefix-overlay-action-later" title="Close subscription dialog" />/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:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 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="navigation11" id="slick-slide11">...</li>/li[@id="slick-slide11"]Failure 1:
Failure 1:
<div id="prefix-overlay-form-div">...</div>/div[@id="prefix-overlay-form-div"]Failure 2:
<div id="prefix-error-outer">...</div>/div[@id="prefix-error-outer"]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 2:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation10" id="slick-slide10">...</li>/li[@id="slick-slide10"]Failure 1:
Failure 1:
Failure 1:
<ul class="slick-dots" style="display: block;" role="tablist">...</ul>/ul[@class="slick-dots"]Failure 2:
<ul class="slides slick-initialized slick-slider slick-dotted">...</ul>/ul[@class="slides slick-initialized slick-slider slick-dotted"]Failure 1:
Failure 1:
<p style="text-align: center;">...</p>/pFailure 1:
<button type="button" data-role="none" role="button" tabindex="0">1</button>/buttonFailure 1:
<div class="slick-track" role="listbox" style="opacity: 1; width: 3036px; transform: translate3d(-759px, 0px, 0px);">...</div>/div[@class="slick-track"]Failure 1:
<p style="text-align: center;">...</p>/pFailure 1:
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 2:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation10" id="slick-slide10">...</li>/li[@id="slick-slide10"]Failure 1:
<span class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide00" style="width: 759px;">...</span>/span[@class="slick-slide slick-current slick-active"]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.84aa3717.1772224999.381efdd3 </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.a4aa3717.1772225002.10cc8d6c </p>/pFailure 1:
Failure 1:
Failure 1:
<a href="/news" data-drupal-link-system-path="node/55">News</a>/aFailure 2:
<select onchange="doGTranslate(this);" id="gtranslate_selector" class="notranslate" aria-label="Website Language Selector">...</select>/select[@id="gtranslate_selector"]Failure 3:
<button class="slider-controls__button slider-controls__button--prev fas fa-chevron-left" tabindex="0" aria-label="Previous slide" aria-controls="swiper-wrapper-68bff75fa10ae3fe3">...</button>/button[@class="slider-controls__button slider-controls__button--prev fas fa-chevron-left"]Failure 4:
<button class="slider-controls__button slider-controls__button--next fas fa-chevron-right" tabindex="0" aria-label="Next slide" aria-controls="swiper-wrapper-68bff75fa10ae3fe3">...</button>/button[@class="slider-controls__button slider-controls__button--next fas fa-chevron-right"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<a href="https://www.gainesvillefl.gov/Contact-the-City" class="oc-icon-b oc-i-phone link-type-internal">...</a>/a[@class="oc-icon-b oc-i-phone link-type-internal"]Failure 2:
<a href="https://www.facebook.com/GainesvilleFL/" class="oc-icon-b oc-i-facebook link-type-external">...</a>/a[@class="oc-icon-b oc-i-facebook link-type-external"]Failure 3:
<a href="https://twitter.com/GainesvilleGov" class="oc-icon-b oc-i-twitter link-type-external">...</a>/a[@class="oc-icon-b oc-i-twitter link-type-external"]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.facebook.com/GainesvilleFL/" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]… and 1 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
<h3>News</h3>/h3Failure 1:
Failure 1:
<a tabindex="0" href="/calendar.aspx?view=list&year=2026&month=2&day=1&CID=14">...</a>/aFailure 2:
<a class="widgetDesc widgetQuickLinksLink" href="/258/City-Election-Information" target="_self">City Election Information</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<a id="calendarViewAllf32d1ac0-8169-4bba-bf42-0da119078df0" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllf32d1ac0-8169-4bba-bf42-0da119078df0"]Failure 1:
<a href="#tabc056c38c-55ac-4572-bf96-4064498c7338_0" class="tabButton" role="tab" aria-controls="#tabc056c38c-55ac-4572-bf96-4064498c7338_0" aria-selected="true" style="height: 70px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedc056c38c-55ac-4572-bf96-4064498c7338" class="widget widgetTabbed skin30 wide" data-widgetid="c056c38c-55ac-4572-bf96-4064498c7338" role="tablist">...</div>/div[@id="divTabbedc056c38c-55ac-4572-bf96-4064498c7338"]Failure 1:
Failure 1:
<a href="https://www.spotsylvania.va.us/2943/New-Industrial-User-Permit" target="_self">...</a>/aFailure 1:
<a href="/directory.aspx" target="_self">Contact Us</a>/aFailure 2:
<a class="widgetDesc widgetQuickLinksLink" href="/" target="_self">Home</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 3:
<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:
<iframe> does not have an accessible name<iframe id="tmg-widget-iframe" src="https://textmygov.com/widget-update/widgetconfig.php?key=10203852&placement=right&parentOrigin=https://www.spotsylvania.va.us&mobile=0" style="width: 180px; height: 130px; border: none; position: fixed; right: 20px; left: unset; bottom: 260px; z-index: 10000;" />/iframe[@id="tmg-widget-iframe"]Failure 1:
<a id="newsFlashViewAll2aed3232-91ef-4c3b-8753-9f8c885f2b70" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll2aed3232-91ef-4c3b-8753-9f8c885f2b70"]Failure 2:
<a id="calendarViewAllef09a5cb-8ca6-4d78-a996-50cd985fc985" class="widgetViewAll" style="" href="/calendar.aspx?CID=57,67" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllef09a5cb-8ca6-4d78-a996-50cd985fc985"]Failure 1:
<a href="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_0" class="tabButton" role="tab" aria-controls="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_0" aria-selected="true" style="height: 58px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader1055" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1055"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderef09a5cb-8ca6-4d78-a996-50cd985fc985">...</h3>/h3[@id="miniCalendarHeaderef09a5cb-8ca6-4d78-a996-50cd985fc985"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543" class="widget widgetTabbed skin111 wide" data-widgetid="33d7c2e7-2426-4c8d-a815-ee013d07f543" role="tablist">...</div>/div[@id="divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543"]Failure 2:
<div id="divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad" class="widget widgetTabbed skin112 wide" data-widgetid="bad830ea-6e31-4b0e-87ac-36598c28d9ad" role="tablist">...</div>/div[@id="divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad"]Failure 1:
Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi 👋 can I help you answer your question?</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.8a293417.1772225151.13f4ecd </p>/pFailure 1:
Impact: minor
Failure 1:
<article class="elementor-post elementor-grid-item post-7686 post type-post status-publish format-standard has-post-thumbnail hentry category-city-council category-patsy-ayala" role="listitem">.elementor-element-ea6302c > .elementor-widget-container > .elementor-posts-container.elementor-posts.elementor-posts--skin-classic > .post-7686.category-city-council.category-patsy-ayalaFailure 2:
<article class="elementor-post elementor-grid-item post-7759 post type-post status-publish format-standard has-post-thumbnail hentry category-press-release" role="listitem">.elementor-element-ea6302c > .elementor-widget-container > .elementor-posts-container.elementor-posts.elementor-posts--skin-classic > .post-7759.category-press-releaseFailure 3:
<article class="elementor-post elementor-grid-item post-7713 post type-post status-publish format-standard has-post-thumbnail hentry category-press-release" role="listitem">.elementor-element-ea6302c > .elementor-widget-container > .elementor-posts-container.elementor-posts.elementor-posts--skin-classic > .post-7713.category-press-releaseFailure 4:
<article class="elementor-post elementor-grid-item post-7692 post type-post status-publish format-standard has-post-thumbnail hentry category-press-release" role="listitem">.elementor-element-ea6302c > .elementor-widget-container > .elementor-posts-container.elementor-posts.elementor-posts--skin-classic > .post-7692.category-press-releaseImpact: serious
Failure 1:
<span class="elementor-button-text">Agendas</span>a[href$="agendas"] > .elementor-button-content-wrapper > .elementor-button-textFailure 2:
<span class="elementor-button-text">Council Recap</span>.elementor-element-7b0c492 > .elementor-widget-container > .elementor-button-wrapper > .elementor-size-xs.elementor-button.elementor-button-link > .elementor-button-content-wrapper > .elementor-button-textFailure 3:
<span class="elementor-button-text">BROWSE & SIGN UP</span>.elementor-element-1e87f075 > .elementor-widget-container > .elementor-button-wrapper > .elementor-size-xs.elementor-button.elementor-button-link > .elementor-button-content-wrapper > .elementor-button-textImpact: moderate
Failure 1:
<h5 class="elementor-post__title"> <a href="https://santaclarita.gov/blog/2026/02/26/a-western-love-story-at-the-cowboy-festival/"> A Western Love Story at the Cowboy Festival </a> </h5>.elementor-element-ea6302c > .elementor-widget-container > .elementor-posts-container.elementor-posts.elementor-posts--skin-classic > .post-7686.category-city-council.category-patsy-ayala > .elementor-post__text > h5Impact: critical
Failure 1:
<img class="e-page-transition--preloader" src="https://santaclarita.gov/wp-content/uploads/2023/03/scv.png">.e-page-transition--preloaderImpact: serious
Failure 1:
<a class="swiper-slide-inner" href="https://santaclarita.gov/blog/2026/02/24/city-celebrates-la-puerta-as-a-point-of-historical-interest/" target="_blank"><div class="swiper-slide-contents"></div></a>.swiper-slide-duplicate-active.elementor-repeater-item-1cb231a[data-swiper-slide-index="0"]:nth-child(1) > .swiper-slide-inner[target="_blank"]Failure 2:
<a class="swiper-slide-inner" href="https://santaclarita.gov/santa-clarita-pathway-forward/" target="_blank"><div class="swiper-slide-contents"></div></a>.swiper-slide-duplicate-next.elementor-repeater-item-4b81686[data-swiper-slide-index="1"]:nth-child(2) > .swiper-slide-inner[target="_blank"]Failure 3:
<a class="swiper-slide-inner" href="http://library.santaclarita.gov/osoc" target="_blank"><div class="swiper-slide-contents"></div></a>.elementor-repeater-item-84df49e[data-swiper-slide-index="2"][aria-label="3 / 10"]:nth-child(3) > .swiper-slide-inner[target="_blank"]Failure 4:
<a class="swiper-slide-inner" href="https://santaclarita.gov/bouquet-project/" target="_blank"><div class="swiper-slide-contents"></div></a>.elementor-repeater-item-5d585a5[data-swiper-slide-index="3"][aria-label="4 / 10"]:nth-child(4) > .swiper-slide-inner[target="_blank"]Failure 5:
<a class="swiper-slide-inner" href="https://santaclarita.gov/blog/2026/01/14/city-of-santa-clarita-announces-new-event-art-hop/" target="_blank"><div class="swiper-slide-contents"></div></a>.elementor-repeater-item-fe32b48[data-swiper-slide-index="4"][aria-label="5 / 10"]:nth-child(5) > .swiper-slide-inner[target="_blank"]… and 35 more failures for this rule
Impact: moderate
Failure 1:
<img class="e-page-transition--preloader" src="https://santaclarita.gov/wp-content/uploads/2023/03/scv.png">.e-page-transition--preloaderFailure 2:
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>.skip-linkFailure 3:
<h3 class="elementor-cta__title elementor-cta__content-item elementor-content-item"> Service Request </h3>.elementor-cta[href$="rsc"][target="_blank"] > .elementor-cta__content > .elementor-cta__title.elementor-cta__content-item.elementor-content-itemFailure 4:
<div class="elementor-cta__description elementor-cta__content-item elementor-content-item"> Submit a ticket to the Resident Service Center and we will follow up. </div>.elementor-cta[href$="rsc"][target="_blank"] > .elementor-cta__content > .elementor-cta__description.elementor-cta__content-item.elementor-content-itemFailure 5:
<h3 class="elementor-cta__title elementor-cta__content-item elementor-content-item"> Permit Portal </h3>.elementor-cta[href$="eservice"][target="_blank"] > .elementor-cta__content > .elementor-cta__title.elementor-cta__content-item.elementor-content-item… and 21 more failures for this rule
Impact: serious
Failure 1:
<span class="widgetTitle">There are no alerts at this time.</span>.alertOff > .widgetTitleImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1673" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1673" target="_self">Mayor-President Announces 2026 Mayor’s Youth Workforce Experience (MYWE) for High School Students </a> </h4>#newsFlashItemHeader1673Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderacd8080e-f58f-4ba8-9b77-216fc9c76527">#miniCalendarHeaderacd8080e-f58f-4ba8-9b77-216fc9c76527Impact: moderate
Failure 1:
<section id="divInfoAdv65215773-1..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv65215773-19be-4fa2-891e-6dff87d94736Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<div data-cprole="structuralContainer" id="logoTS">#logoTSFailure 2:
<div> <a href="/list.aspx" target="_self" class="fancyButton fancyButton1197 "> <span> <span><span class="text">Sign Up</span></span> </span> </a> </div>#graphicLinkWidget7fcc8b04-dde9-4ebf-bd01-c46c3350cf1e > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeaderac..." summary="This table represent...">tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > p… and 1 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed4b933804-2010-478d-acdb-3301f2dbdc07" class="widget widgetTabbed wide skin78" data-widgetid="4b933804-2010-478d-acdb-3301f2dbdc07" role="tablist">#divTabbed4b933804-2010-478d-acdb-3301f2dbdc07Impact: critical
Failure 1:
<a href="#tab4b933804-2010-478d-acdb-3301f2dbdc07_0" class="tabButton" role="tab" aria-controls="#tab4b933804-2010-478d-acdb-3301f2dbdc07_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="City Events" contenteditable="false">City Events</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab4b933804-2010-478d-acdb-3301f2dbdc07_1" class="tabButton" role="tab" aria-controls="#tab4b933804-2010-478d-acdb-3301f2dbdc07_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Library Events" contenteditable="false">Library Events</span></a>li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab4b933804-2010-478d-acdb-3301f2dbdc07_2" class="tabButton" role="tab" aria-controls="#tab4b933804-2010-478d-acdb-3301f2dbdc07_2" aria-selected="false"><span class="tabName editable" data-sequence="2" data-tabname="Meetings Calendar" contenteditable="false">Meetings Calendar</span></a>li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab4b933804-2010-478d-acdb-3301f2dbdc07_0" class="tabButton" role="tab" aria-controls="#tab4b933804-2010-478d-acdb-3301f2dbdc07_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="City Events" contenteditable="false">City Events</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader16b27216-7d6c-4780-a951-a9f25daeff74">#miniCalendarHeader16b27216-7d6c-4780-a951-a9f25daeff74Failure 2:
<h3><a style="" href="/QuickLinks.aspx?CID=12">Popular Pages</a></h3>#quickLinksHeader20db54ad-0cf8-462f-b6ec-dd9a14ec893e > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget4d491af1-3f30-4d28-a7c4-7b56ff1876eb > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv2afe8855-e..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv2afe8855-e60e-435f-b192-c8ad197e0582Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style=" ">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader16b27216-7d6c-4780-a951-a9f25daeff74 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeader16..." summary="This table represent...">#widgetCalendar16b27216-7d6c-4780-a951-a9f25daeff74 > .cpGrid2.mediaLeft.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>#widgetCalendar16b27216-7d6c-4780-a951-a9f25daeff74 > .cpGrid2.mediaLeft.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p… and 5 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed7482658c-6179-439d-ac77-2068022e31ef" class="widget widgetTabbed skin63 wide" data-widgetid="7482658c-6179-439d-ac77-2068022e31ef" role="tablist">#divTabbed7482658c-6179-439d-ac77-2068022e31efImpact: critical
Failure 1:
<a href="#tab7482658c-6179-439d-ac77-2068022e31ef_0" class="tabButton" role="tab" aria-controls="#tab7482658c-6179-439d-ac77-2068022e31ef_0" aria-selected="true" style="height: 58px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab7482658c-6179-439d-ac77-2068022e31ef_1" class="tabButton" role="tab" aria-controls="#tab7482658c-6179-439d-ac77-2068022e31ef_1" aria-selected="false" style="height: 58px;"><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="#tab7482658c-6179-439d-ac77-2068022e31ef_2" class="tabButton" role="tab" aria-controls="#tab7482658c-6179-439d-ac77-2068022e31ef_2" aria-selected="false" style="height: 58px;"><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="#tab7482658c-6179-439d-ac77-2068022e31ef_0" class="tabButton" role="tab" aria-controls="#tab7482658c-6179-439d-ac77-2068022e31ef_0" aria-selected="true" style="height: 58px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 style="text-align: center;font-size: 18px;margin-top: 0;font-weight:normal;"><em>What's Happening in San Bernardino</em></h4>#divInfoAdv1352dd93-3a6b-4daa-9513-a901e1695eae > .cpGrid1.widgetBody.cpGrid > .row.wide > .col1.first.last > .pageStyles > .InfoAdvanced.fr-view.widgetItem:nth-child(2) > h4Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader4de70e00-80a0-4441-9bb5-a91acf862276">#miniCalendarHeader4de70e00-80a0-4441-9bb5-a91acf862276Failure 3:
<h4 style="text-align: center;font-size: 18px;margin-top: 0;font-weight:normal;"><em>Meetings, Sports, and Special Events</em></h4>#divInfoAdvda3fb8fd-4d39-45e7-8c64-fa1662496d87 > .cpGrid1.widgetBody.cpGrid > .row.wide > .col1.first.last > .pageStyles > .InfoAdvanced.fr-view.widgetItem:nth-child(2) > h4Failure 4:
<h3><a style="" href="#0">Quick Links</a></h3>#quickLinksHeaderc032c0b2-3efd-4e91-8d33-3331a78f3e0f > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv1352dd93-3..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv1352dd93-3a6b-4daa-9513-a901e1695eaeFailure 3:
<section id="widgetQuicklinkc032c..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-labelledby="quickLinksHeaderc032...">#widgetQuicklinkc032c0b2-3efd-4e91-8d33-3331a78f3e0fImpact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader4de70e00-80a0-4441-9bb5-a91acf862276 > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeader4d..." summary="This table represent...">#widgetCalendar4de70e00-80a0-4441-9bb5-a91acf862276 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<p class="widgetItem">There are no published events in current month.</p>.text.row[data-event-list-row="true"] > pFailure 5:
<a id="calendarViewAll4de70e00-80a0-4441-9bb5-a91acf862276" class="widgetViewAll" style="" href="/calendar.aspx?CID=49,50,52" aria-label="Calendar View All">View All Meetings</a>#calendarViewAll4de70e00-80a0-4441-9bb5-a91acf862276… and 1 more failures for this rule
Impact: minor
Failure 1:
<img src="https://img.youtube.com/vi/sxiTNAfQQHs/maxresdefault.jpg" alt="Hide and Seek Tips for Finding Monkeyshines from Parks Tacoma" loading="lazy">div[aria-label="1 / 6"] > .video-card.js-show-video-dialog > .video-image > img[loading="lazy"]Failure 2:
<img src="https://img.youtube.com/vi/YUK7Dzpf4SE/maxresdefault.jpg" alt="Black History Month - February 2026" loading="lazy">div[aria-label="2 / 6"] > .video-card.js-show-video-dialog > .video-image > img[loading="lazy"]Failure 3:
<img src="https://img.youtube.com/vi/pZrGSus2kcM/maxresdefault.jpg" alt="Meet Mayor Anders Ibsen: Cityline Interview" loading="lazy">div[aria-label="3 / 6"] > .video-card.js-show-video-dialog > .video-image > img[loading="lazy"]Failure 4:
<img src="https://img.youtube.com/vi/9qCNm4YYSKg/maxresdefault.jpg" alt="What is a City Manager?" loading="lazy">img[alt="What is a City Manager?"]Failure 5:
<img src="https://img.youtube.com/vi/raq0BPuNa3M/maxresdefault.jpg" alt="See You in Tacoma" loading="lazy">img[alt="See You in Tacoma"]Impact: critical
Failure 1:
<button id="nx-nav-search-btn">#nx-nav-search-btnImpact: serious
Failure 1:
<iframe src="https://cdn.lightwidget.com/widgets/5f26217996c25fe489bcf41f9fcb9416.html" scrolling="no" allowtransparency="true" class="lightwidget-widget" style="width:100%;border:0;overflow:hidden;"></iframe>.lightwidget-widgetImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1668" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1668" target="_self">City of Modesto Launches New Platform called City View, Connecting Data to Our Community </a> </h4>.cpWindow0d0833fb-e9b8-4027-b4e9-ccf80a44ef05 > .cpSlider > .widgetItem[data-index="0"] > .text > .widgetTitleFailure 2:
<h3 class="miniCalendarHeader" id="miniCalendarHeader32184745-ef18-48be-b64f-d8d9d95491ec">February 2026</h3>#miniCalendarHeader32184745-ef18-48be-b64f-d8d9d95491ecFailure 3:
<h3 data-headertext="Current Job Listings">Current Job Listings</h3>h3[data-headertext="Current Job Listings"]Impact: 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">.cpGrid7 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash2f13e..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash2f13e99d-3429-434c-b07a-0fa2ecc02b21Failure 4:
<section id="divInfoAdv3a21b4b7-0..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv3a21b4b7-037a-4a62-87f7-d680e86f2c93Failure 5:
<section id="widgetQuicklink70b2c..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink70b2c119-7ead-446d-8bd4-076ac1c60b04Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=1637" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=24395" alt="" data-delayed-image=""></a>li[data-index="5"] > a[href="/CivicAlerts.aspx?AID=1637"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=1638" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=24459" alt="" data-delayed-image=""></a>li[data-index="7"] > a[href="/CivicAlerts.aspx?AID=1638"][target="_self"]Impact: serious
Failure 1:
<ul class="lightwidget__posts lightwidget__posts--slideshow lightwidget__posts--hover-zoom-in lightwidget__posts--image-format-square vjslider">.lightwidget-widgetImpact: moderate
Failure 1:
<div class="widgetBody cpGrid cpGrid1 mediaAbove">.mediaAboveFailure 2:
<div class="widgetHeader "> <div class=""> <h3 id="calendarHeadera08ccc75-5b4a-4126-adbe-fb9c60982fe4"><a style="" href="/calendar.aspx?CID=22,14,23,25">Calendar</a></h3> </div> </div>#widgetCalendara08ccc75-5b4a-4126-adbe-fb9c60982fe4 > .widgetHeaderFailure 3:
<div class="widgetBody cpGrid cpGrid3 ">.cpGrid3Failure 4:
<picture class="lightwidget__image-wrapper lightwidget__image-wrapper--carousel">.lightwidget-widgetFailure 5:
<div id="player" style="width: 100%; height: 100%;">iframe[width="560"]… and 2 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed79fef8a9-7509-4458-b672-8308549b6587" class="widget widgetTabbed skin25 narrow" data-widgetid="79fef8a9-7509-4458-b672-8308549b6587" role="tablist">#divTabbed79fef8a9-7509-4458-b672-8308549b6587Failure 2:
<div id="divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273" class="widget widgetTabbed skin25 narrow" data-widgetid="c71758ea-31bd-4e23-af2d-2e8741e37273" role="tablist">#divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273Impact: critical
Failure 1:
<a href="#tab79fef8a9-7509-4458-b672-8308549b6587_0" class="tabButton" role="tab" aria-controls="#tab79fef8a9-7509-4458-b672-8308549b6587_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed79fef8a9-7509-4458-b672-8308549b6587 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1) > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab79fef8a9-7509-4458-b672-8308549b6587_1" class="tabButton" role="tab" aria-controls="#tab79fef8a9-7509-4458-b672-8308549b6587_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Meetings" contenteditable="false">Meetings</span></a>#divTabbed79fef8a9-7509-4458-b672-8308549b6587 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(3) > li > .tabButton[role="tab"]Failure 3:
<a href="#tabc71758ea-31bd-4e23-af2d-2e8741e37273_0" class="tabButton" role="tab" aria-controls="#tabc71758ea-31bd-4e23-af2d-2e8741e37273_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Facebook" contenteditable="false">Facebook</span></a>#divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1) > .active > .tabButton[role="tab"]Failure 4:
<a href="#tabc71758ea-31bd-4e23-af2d-2e8741e37273_1" class="tabButton" role="tab" aria-controls="#tabc71758ea-31bd-4e23-af2d-2e8741e37273_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Instagram" contenteditable="false">Instagram</span></a>#divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(3) > li > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab79fef8a9-7509-4458-b672-8308549b6587_0" class="tabButton" role="tab" aria-controls="#tab79fef8a9-7509-4458-b672-8308549b6587_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed79fef8a9-7509-4458-b672-8308549b6587 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1) > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabc71758ea-31bd-4e23-af2d-2e8741e37273_0" class="tabButton" role="tab" aria-controls="#tabc71758ea-31bd-4e23-af2d-2e8741e37273_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Facebook" contenteditable="false">Facebook</span></a>#divTabbedc71758ea-31bd-4e23-af2d-2e8741e37273 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1) > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="430" height="480" style="border: none; overfl..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">iframe[width="430"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1406" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1406" target="_self">Planning & Development Online Permit Center Is Now Live </a> </h4>#newsFlashItemHeader1406Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader8487e816-d2f6-440c-b272-9726cc7eb635">#miniCalendarHeader8487e816-d2f6-440c-b272-9726cc7eb635Failure 3:
<h3>Contact Us</h3>#header86597eee-b534-4405-863c-f862ad9982c1 > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget89205392-9e28-4691-b53b-23dad7d0649e > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdvbd95a412-6..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvbd95a412-674c-4a82-8d39-78f56c208fd7Failure 3:
<section id="widgetQuicklinkd9b31..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklinkd9b31204-502f-4c53-bdde-88440be12f32Impact: moderate
Failure 1:
<div id="1_divAlertBar" class="alertToolbar cpToolbar" style="background: rgb(34, 34, 34); z-index: 1;">#\31 _divAlertBarFailure 2:
<div> <a href="https://www.townofbabylon.com/114/Meet-the-Supervisor" target="_self" class="fancyButton fancyButton768 "> <span> <span><span class="text"><span class="textStyle1">Rich<br>Schaffer</span><span class="textStyle2">Supervisor<br></span></span></span> </span> </a> </div>.cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 3:
<ol class="tabbedWidgetNarrow cpTabs " style="">#divTabbed79fef8a9-7509-4458-b672-8308549b6587 > .cpTabPanels > .tabbedWidgetNarrow.cpTabs:nth-child(1)Failure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader8487e816-d2f6-440c-b272-9726cc7eb635 > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeader84..." summary="This table represent...">#widgetCalendar8487e816-d2f6-440c-b272-9726cc7eb635 > .mediaAbove.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar[data-minicalendar="true"] > table… and 6 more failures for this rule
Impact: serious
Failure 1:
<a class="apollo-al apollo-al-ra" target="_blank" href="https://www.huntsvilleal.gov/social-media-directory">Social Directory</a>.apollo-al.apollo-al-ra[target="_blank"]Impact: moderate
Failure 1:
<h4 data-mh="apollo-aps-grid-group" style="height: 32px;">My Huntsville <br>Services</h4>.col-xl-2.apollo-abs-grid-item.col-sm-4:nth-child(1) > .content-wrap.d-flex.align-items-center > .content-wrap-inner > h4Impact: moderate
Failure 1:
<nav class="nv-m">.nv-mImpact: moderate
Failure 1:
<html lang="en-US">htmlImpact: moderate
Failure 1:
<div id="programs-initiatives">#programs-initiativesFailure 2:
<section class="top-requests bg-primary">.top-requestsImpact: serious
Failure 1:
<li class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">#tns2-item5Failure 2:
<li class="tiny-item tns-item" id="tns2-item6" aria-hidden="true" tabindex="-1">#tns2-item6Failure 3:
<li class="tiny-item tns-item" id="tns2-item7" aria-hidden="true" tabindex="-1">#tns2-item7Failure 4:
<li class="tiny-item tns-item" id="tns2-item8" aria-hidden="true" tabindex="-1">#tns2-item8Failure 5:
<li class="tiny-item tns-item" id="tns3-item3" aria-hidden="true" tabindex="-1">#tns3-item3… and 4 more failures for this rule
Impact: critical
Failure 1:
<p style="font-size: 12pt; fon..." aria-level="2">p[aria-level="2"]Impact: critical
Failure 1:
<div id="divTabbedffe70048-7a32-4142-8908-1e6960f159fc" class="widget widgetTabbed wide skin43" data-widgetid="ffe70048-7a32-4142-8908-1e6960f159fc" role="tablist">#divTabbedffe70048-7a32-4142-8908-1e6960f159fcImpact: critical
Failure 1:
<a href="#tabffe70048-7a32-4142-8908-1e6960f159fc_0" class="tabButton" role="tab" aria-controls="#tabffe70048-7a32-4142-8908-1e6960f159fc_0" aria-selected="true"><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="#tabffe70048-7a32-4142-8908-1e6960f159fc_1" class="tabButton" role="tab" aria-controls="#tabffe70048-7a32-4142-8908-1e6960f159fc_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Meetings" contenteditable="false">Meetings</span></a>li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabffe70048-7a32-4142-8908-1e6960f159fc_0" class="tabButton" role="tab" aria-controls="#tabffe70048-7a32-4142-8908-1e6960f159fc_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"] > .tabName[data-sequence="0"][data-tabname="Events"]Failure 2:
<span class="tabName editable" data-sequence="1" data-tabname="Meetings" contenteditable="false">Meetings</span>li:nth-child(2) > .tabButton[role="tab"] > .tabName[data-sequence="1"][data-tabname="Meetings"]Failure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader70d4ff71-a562-47cb-9b7f-e4e804119960 > .cp-miniCalendar-titleImpact: serious
Failure 1:
<iframe style="width: 100%; height: 540px; border: 0; overflow: auto;" allowfullscreen="" src="https://play.champds.com/yonkersny/live/5"></iframe>#customHtmldb3424e8-5675-4837-9387-bd41d85a93ad > div > iframeImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2095" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2095" target="_self">CITY OF YONKERS ACCEPTING 2026 NOMINATIONS FOR ANNUAL “WOMEN OF DISTINCTION” AWARD </a> </h4>#newsFlashItemHeader2095Failure 2:
<h3>Share</h3>#graphicLinkWidget7cf7e78b-b052-46f3-be28-300b70a5ad2f > .widgetHeader > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetca2a4f8b-6722-49ac-a816-a8c2bcd84e48 > .cpGrid6.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv9665da0f-c..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv9665da0f-c559-4aa8-804b-9b5e78accee8Impact: serious
Failure 1:
<a href="/718/City-Hall-TV" target="_self" class="fancyButton fancyButton275 "> <span> <span><span class="text"><span class="textStyle1">City Hall TV On Demand</span></span></span> </span> </a>.fancyButton275Failure 2:
<a href="/291/Parks-Recreation-Conservation" target="_self" class="fancyButton fancyButton274 "> <span> <span><span class="text"><span class="textStyle1">City Hall TV On Demand</span></span></span> </span> </a>.fancyButton274Failure 3:
<a href="https://www.yonkerspublicschools.org" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_self" class="fancyButton fancyButton287 "> <span> <span><span class="text"> </span></span> </span> </a>.fancyButton287Failure 4:
<a href="500/Recycling-Refuse-Guide" target="_self" class="fancyButton fancyButton310 "> <span> <span><span class="text"><span class="textStyle1">City Hall TV On Demand</span></span></span> </span> </a>.fancyButton310Failure 5:
<a href="https://www.yonkersny.gov/714/" target="_self" class="fancyButton fancyButton318 "> <span> <span><span class="text"> </span></span> </span> </a>.fancyButton318… and 1 more failures for this rule
Impact: moderate
Failure 1:
<div class="outer col col10 first" style="height: auto;" data-widgetcontainerid="e0bc420c-e5c9-417f-845c-e5ab0e731bef">.col10.outer.firstFailure 2:
<ol class="tabbedWidget cpTabs " style=" ">.tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader70d4ff71-a562-47cb-9b7f-e4e804119960 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeader70..." summary="This table represent...">#widgetCalendar70d4ff71-a562-47cb-9b7f-e4e804119960 > .mediaLeft.cpGrid1.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<div class="col col1 first last">.row.wide[data-event-list-row="true"] > .col1.first.last… and 4 more failures for this rule
Impact: serious
Failure 1:
<span class="tab-pad">City News</span>.r-tabs-tab.r-tabs-state-active > .r-tabs-anchor[href$="#tab-1"] > .tab-padFailure 2:
<span class="tab-pad">Services</span>.r-tabs-tab.r-tabs-state-default:nth-child(2) > .r-tabs-anchor[href$="#tab-3"] > .tab-padFailure 3:
<span class="tab-pad">Find it Fast</span>.r-tabs-tab.r-tabs-state-default:nth-child(3) > .r-tabs-anchor[href$="#tab-4"] > .tab-padImpact: moderate
Failure 1:
<h3 class="color-blue">Publications</h3>.row:nth-child(3) > .color-blueFailure 2:
<h5 class="margin-no-bottom">Moreno Valley City Hall</h5>.grid_7 > h5Impact: serious
Failure 1:
<input size="18" name="key" value="Search Here" type="text" title="Enter your search terms here." class="search-txt" onfocus="javascript:this.value='';">input[size="18"]Impact: serious
Failure 1:
<a href="parks-comm-svc/soaring-guides.html"></a>.row:nth-child(4) > .four.img-cover.alpha > a:nth-child(2)Failure 2:
<a href="parks-comm-svc/soaring-guides.html"></a>.row:nth-child(5) > .four.img-cover.alpha > a:nth-child(2)Impact: moderate
Failure 1:
<td scope="col">02/26/26</td>tr:nth-child(1) > td[scope="col"]:nth-child(1)Failure 2:
<td scope="col"><a href="news/news_26/022626-truck-routes-public-worshop.html" target="_blank">City of Moreno Valley to Hold Public Workshop on Proposed Truck Route Updates</a></td>tr:nth-child(1) > td[scope="col"]:nth-child(2)Failure 3:
<td scope="col">02/25/26</td>tr:nth-child(2) > td[scope="col"]:nth-child(1)Failure 4:
<td scope="col"><a href="news/news_26/022526-mv-mall-update.html" target="_blank">Moreno Valley Mall Update</a></td>tr:nth-child(2) > td[scope="col"]:nth-child(2)Failure 5:
<td scope="col">02/19/26</td>tr:nth-child(3) > td[scope="col"]:nth-child(1)… and 9 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.f2263e17.1772223846.448198d7 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.f2263e17.1772223846.448198d7</p>p:nth-child(3)Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2886" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2886" target="_self">Relocation of Public Meetings Starting January 13, 2026 </a> </h4>#newsFlashItemHeader2886Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader8d6aed2e-86a3-42ca-b775-2a4efc77b83f">#miniCalendarHeader8d6aed2e-86a3-42ca-b775-2a4efc77b83fFailure 3:
<h3><a style="" href="/QuickLinks.aspx?CID=46">Helpful Links</a></h3>#quickLinksHeader426d8436-3c25-4167-82e3-06dbc8075393 > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid6 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv6c52a856-5f62-481b-9938-f4bd7dbea6a5" class="widget widgetInfoAdvanced skin43 widgetOptionSet47 wide" data-modulewidgettype="infoAdv" aria-label="Info Advanced">#divInfoAdv6c52a856-5f62-481b-9938-f4bd7dbea6a5Impact: moderate
Failure 1:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 2:
<table role="grid" aria-labelledby="miniCalendarHeader8d..." 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="calendarViewAll8d6aed2e-86a3-42ca-b775-2a4efc77b83f" class="widgetViewAll" style="" href="/calendar.aspx?CID=14,133,137,136,57,129,130,60,125" aria-label="Calendar View All">View Full Calendar</a>#calendarViewAll8d6aed2e-86a3-42ca-b775-2a4efc77b83f… and 1 more failures for this rule
Impact: critical
Failure 1:
<div aria-label="refinement" role="tab" class="gsc-tabHeader gsc-inline-block gsc-tabhActive">Custom Search </div>.gsc-tabHeaderImpact: critical
Failure 1:
<button class="gsc-search-button gsc-search-button-v2"><title>search</title></button>.gsc-search-button-v2Impact: serious
Failure 1:
<div style="color:#ea8e51;">Consolidated </div>.fs-0 > div:nth-child(2)Failure 2:
<a class="nav-link fs-5 text-uppercase dropdown-toggle " href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Departments</a>.pageID-230 > .dropdown-toggle[data-bs-toggle="dropdown"][role="button"]Failure 3:
<a class="nav-link fs-5 text-uppercase dropdown-toggle " href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Business</a>.pageID-239 > .dropdown-toggle[data-bs-toggle="dropdown"][role="button"]Failure 4:
<a class="nav-link fs-5 text-uppercase dropdown-toggle " href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Public Safety</a>.pageID-240 > .dropdown-toggle[data-bs-toggle="dropdown"][role="button"]Failure 5:
<a class="nav-link fs-5 text-uppercase dropdown-toggle " href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Courts</a>.pageID-241 > .dropdown-toggle[data-bs-toggle="dropdown"][role="button"]… and 34 more failures for this rule
Impact: moderate
Failure 1:
<h4 class="text-center text-white text-uppercase fw-bold">We Do Amazing</h4>h4Impact: critical
Failure 1:
<img src="/DnnImageHandler.ashx?mode=file&file=/Images/Logo.jpg">#dnn_ctr7106_HtmlModule_lblContent > imgImpact: serious
Failure 1:
<a href="#" class="next-page text-dark" data-direction="previous"><i class="fa-solid fa-chevron-left fa-lg" aria-hidden="true"></i></a>a[data-direction="previous"]Failure 2:
<a href="#" class="next-page text-dark" data-direction="next"><i class="fa-solid fa-chevron-right fa-lg" aria-hidden="true"></i></a>a[data-direction="next"]Impact: moderate
Failure 1:
<nav class="navbar" id="navbar-top">#navbar-topImpact: serious
Failure 1:
<time datetime="2026-02-25T18:46:47+00:00">February 25, 2026</time>time[datetime="2026-02-25T18:46:47+00:00"]Failure 2:
<time datetime="2026-02-13T17:17:33+00:00">February 13, 2026</time>time[datetime="2026-02-13T17:17:33+00:00"]Failure 3:
<time datetime="2026-01-30T02:21:35+00:00">January 30, 2026</time>time[datetime="2026-01-30T02:21:35+00:00"]Failure 4:
<time datetime="2026-01-28T19:53:53+00:00">January 28, 2026</time>time[datetime="2026-01-28T19:53:53+00:00"]Impact: minor
Failure 1:
<h5 class="stk-block-heading__text has-text-color has-white-color has-text-align-center"></h5>.stk-slide-clone-3 > .stk-0447618-container.stk-column-wrapper.stk-block-column__content > .stk-0447618-inner-blocks.stk-block-content.stk-inner-blocks > .stk-06367a6.wp-block-stackable-columns[data-block-id="06367a6"] > .stk-06367a6-column.stk-content-align.stk-row > .stk-f5ae977.wp-block-stackable-column[data-block-id="f5ae977"] > .stk-f5ae977-container.stk-column-wrapper.stk-block-column__content > .stk-f5ae977-inner-blocks.stk-block-content.stk-inner-blocks > .stk-acf16fd.wp-block-stackable-image-box[data-block-id="acf16fd"] > .stk-block-image-box__content.has-text-align-left.stk-row > .stk-01ced01.wp-block-stackable-column[data-block-id="01ced01"] > .stk-01ced01-container.stk-column-wrapper.stk-block-column__content > .stk-01ced01-inner-blocks.stk-block-content.stk-inner-blocks > .stk-4f415b6.wp-block-stackable-heading[data-block-id="4f415b6"] > .has-white-colorImpact: moderate
Failure 1:
<h4 class="stk-block-heading__text"><strong>CITY GOVERNMENT</strong></h4>#strong-city-government-strong > h4Failure 2:
<h6 class="stk-block-heading__text has-text-color"><strong>EMPLOYMENT OPPORTUNITIES</strong></h6>h6Failure 3:
<h4 class="stk-block-heading__text has-text-align-center">Mayor Frank Scott, Jr.</h4>#mayor-frank-scott-jr > h4Failure 4:
<h5 class="stk-block-heading__text has-text-color has-white-color has-text-align-center">NOMINATIONS ARE NOW OPEN! </h5>.stk-slide-clone-4 > .stk-8da373f-container.stk-column-wrapper.stk-block-column__content > .stk-8da373f-inner-blocks.stk-block-content.stk-inner-blocks > .stk-aae64d6.wp-block-stackable-columns[data-block-id="aae64d6"] > .stk-aae64d6-column.stk-content-align.stk-row > .stk-247a91a.wp-block-stackable-column[data-block-id="247a91a"] > .stk-247a91a-container.stk-column-wrapper.stk-block-column__content > .stk-247a91a-inner-blocks.stk-block-content.stk-inner-blocks > .stk-6ec37e6.wp-block-stackable-image-box[data-block-id="6ec37e6"] > .stk-block-image-box__content.has-text-align-left.stk-row > .stk-47f1ce7.wp-block-stackable-column[data-block-id="47f1ce7"] > .stk-47f1ce7-container.stk-column-wrapper.stk-block-column__content > .stk-47f1ce7-inner-blocks.stk-block-content.stk-inner-blocks > .stk-b315370.wp-block-stackable-heading[data-block-id="b315370"] > .has-white-colorFailure 5:
<h5 class="stk-block-posts__title has-text-color"><a href="https://littlerock.gov/little-rock-implements-paid-parental-leave-policy/">Little Rock Implements Paid Parental Leave Policy</a></h5>.stk-block-posts__item:nth-child(1) > .stk-grnfwdj-container.stk-hover-parent.stk-container > .stk-container-padding > .stk-block-posts__title… and 1 more failures for this rule
Impact: moderate
Failure 1:
<aside class="stk-block-posts__meta stk-subtitle has-text-align-left has-text-color"><time datetime="2026-02-25T18:46:47+00:00">February 25, 2026</time></aside>.stk-block-posts__item:nth-child(1) > .stk-grnfwdj-container.stk-hover-parent.stk-container > .stk-container-padding > asideFailure 2:
<aside class="stk-block-posts__meta stk-subtitle has-text-align-left has-text-color"><time datetime="2026-02-13T17:17:33+00:00">February 13, 2026</time></aside>.stk-block-posts__item:nth-child(2) > .stk-grnfwdj-container.stk-hover-parent.stk-container > .stk-container-padding > asideFailure 3:
<aside class="stk-block-posts__meta stk-subtitle has-text-align-left has-text-color"><time datetime="2026-01-30T02:21:35+00:00">January 30, 2026</time></aside>.stk-block-posts__item:nth-child(3) > .stk-grnfwdj-container.stk-hover-parent.stk-container > .stk-container-padding > asideFailure 4:
<aside class="stk-block-posts__meta stk-subtitle has-text-align-left has-text-color"><time datetime="2026-01-28T19:53:53+00:00">January 28, 2026</time></aside>.stk-block-posts__item:nth-child(4) > .stk-grnfwdj-container.stk-hover-parent.stk-container > .stk-container-padding > asideImpact: serious
Failure 1:
<a class="stk-link stk-block-link stk--transparent-overlay" href="/residents/police-department/professional-standards/internal-affairs/" target="_blank" rel="noreferrer noopener"></a>.stk-slide-clone-4 > .stk-8da373f-container.stk-column-wrapper.stk-block-column__content > .stk-8da373f-inner-blocks.stk-block-content.stk-inner-blocks > .stk-aae64d6.wp-block-stackable-columns[data-block-id="aae64d6"] > .stk-aae64d6-column.stk-content-align.stk-row > .stk-247a91a.wp-block-stackable-column[data-block-id="247a91a"] > .stk-247a91a-container.stk-column-wrapper.stk-block-column__content > .stk-247a91a-inner-blocks.stk-block-content.stk-inner-blocks > .stk-6ec37e6.wp-block-stackable-image-box[data-block-id="6ec37e6"] > .stk-block-link.stk--transparent-overlay[rel="noreferrer noopener"]Failure 2:
<a class="stk-link stk-block-link stk--transparent-overlay" href="https://littlerock.gov/government/board-of-directors/meeting-agendas/"></a>.stk-69df369.stk-block-carousel__slide--active[data-block-id="69df369"] > .stk-69df369-container.stk-column-wrapper.stk-block-column__content > .stk-69df369-inner-blocks.stk-block-content.stk-inner-blocks > .stk-d77941e.wp-block-stackable-columns[data-block-id="d77941e"] > .stk-d77941e-column.stk-content-align.stk-row > .stk-f8378fd.wp-block-stackable-column[data-block-id="f8378fd"] > .stk-f8378fd-container.stk-column-wrapper.stk-block-column__content > .stk-f8378fd-inner-blocks.stk-block-content.stk-inner-blocks > .stk-3b02de2.wp-block-stackable-image-box[data-block-id="3b02de2"] > .stk-block-link.stk--transparent-overlay.stk-linkFailure 3:
<a class="stk-link stk-block-link stk--transparent-overlay" href="https://belrpd.org/" target="_blank" rel="noreferrer noopener"></a>.stk-69df369.stk-block-carousel__slide--active[data-block-id="69df369"] > .stk-69df369-container.stk-column-wrapper.stk-block-column__content > .stk-69df369-inner-blocks.stk-block-content.stk-inner-blocks > .stk-d77941e.wp-block-stackable-columns[data-block-id="d77941e"] > .stk-d77941e-column.stk-content-align.stk-row > .stk-c41d47e.wp-block-stackable-column[data-block-id="c41d47e"] > .stk-c41d47e-container.stk-column-wrapper.stk-block-column__content > .stk-c41d47e-inner-blocks.stk-block-content.stk-inner-blocks > .stk-f482d73.wp-block-stackable-image-box[data-block-id="f482d73"] > .stk-block-link.stk--transparent-overlay[href$="belrpd.org/"]Failure 4:
<a class="stk-link stk-block-link stk--transparent-overlay" href="https://littlerock.justfoia.com/publicportal/home/newrequest" target="_blank" rel="noreferrer noopener"></a>.stk-69df369.stk-block-carousel__slide--active[data-block-id="69df369"] > .stk-69df369-container.stk-column-wrapper.stk-block-column__content > .stk-69df369-inner-blocks.stk-block-content.stk-inner-blocks > .stk-d77941e.wp-block-stackable-columns[data-block-id="d77941e"] > .stk-d77941e-column.stk-content-align.stk-row > .stk-5fe5260.wp-block-stackable-column[data-block-id="5fe5260"] > .stk-5fe5260-container.stk-column-wrapper.stk-block-column__content > .stk-5fe5260-inner-blocks.stk-block-content.stk-inner-blocks > .stk-5fe8547.wp-block-stackable-image-box[data-block-id="5fe8547"] > .stk-block-link.stk--transparent-overlay[rel="noreferrer noopener"]Failure 5:
<a class="stk-link stk-block-link stk--transparent-overlay" href="https://littlerock.gov/government/board-of-directors/meeting-agendas/"></a>.stk-slide-clone-1 > .stk-69df369-container.stk-column-wrapper.stk-block-column__content > .stk-69df369-inner-blocks.stk-block-content.stk-inner-blocks > .stk-d77941e.wp-block-stackable-columns[data-block-id="d77941e"] > .stk-d77941e-column.stk-content-align.stk-row > .stk-f8378fd.wp-block-stackable-column[data-block-id="f8378fd"] > .stk-f8378fd-container.stk-column-wrapper.stk-block-column__content > .stk-f8378fd-inner-blocks.stk-block-content.stk-inner-blocks > .stk-3b02de2.wp-block-stackable-image-box[data-block-id="3b02de2"] > .stk-block-link.stk--transparent-overlay.stk-link… and 15 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed3923a1b5-c8d7-47db-9872-35e468afe2a2" class="widget widgetTabbed skin45 wide" data-widgetid="3923a1b5-c8d7-47db-9872-35e468afe2a2" role="tablist">#divTabbed3923a1b5-c8d7-47db-9872-35e468afe2a2Impact: critical
Failure 1:
<a href="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_0" class="tabButton" role="tab" aria-controls="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_0" aria-selected="true" style="height: 79px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_1" class="tabButton" role="tab" aria-controls="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_1" aria-selected="false" style="height: 79px;"><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="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_2" class="tabButton" role="tab" aria-controls="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_2" aria-selected="false" style="height: 79px;">li:nth-child(3) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_0" class="tabButton" role="tab" aria-controls="#tab3923a1b5-c8d7-47db-9872-35e468afe2a2_0" aria-selected="true" style="height: 79px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader3972" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=3972" target="_self">Lock & Dam Park Closure for U.S. Army Corps of Engineers Repair Work </a> </h4>#newsFlashItemHeader3972Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderaaff3701-d699-4501-b174-7ae2ed4c6b86">#miniCalendarHeaderaaff3701-d699-4501-b174-7ae2ed4c6b86Impact: moderate
Failure 1:
<section id="divInfoAdv0e8fec93-2..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv0e8fec93-2983-4e9f-9e07-c114f6d87feaFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetcc5b9c43-76df-4863-b113-34636078543b > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderaaff3701-d699-4501-b174-7ae2ed4c6b86 > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeaderaa..." summary="This table represent...">#widgetCalendaraaff3701-d699-4501-b174-7ae2ed4c6b86 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<p class="widgetItem">There are no published events in current month.</p>.text.row[data-event-list-row="true"] > pFailure 5:
<a id="calendarViewAllaaff3701-d699-4501-b174-7ae2ed4c6b86" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=40,65" aria-label="Calendar View All">View All Events</a>#calendarViewAllaaff3701-d699-4501-b174-7ae2ed4c6b86… and 1 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> oxnard.gov</h2> </div>.cf-headerFailure 2:
<div class="cf-section cf-wrapper">.cf-section.cf-wrapperFailure 3:
<p class="text-13">.text-13Impact: moderate
Failure 1:
<html lang="en">htmlImpact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.montgomeryal.gov/" on this server.<p> Reference #18.94293417.1772223990.370cf2cf </p><p>https://errors.edgesuite.net/18.94293417.1772223990.370cf2cf</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.montgomeryal.gov/" on this server.<p> Reference #18.94293417.1772223990.370cf2cf </p><p>https://errors.edgesuite.net/18.94293417.1772223990.370cf2cf</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.94293417.1772223990.370cf2cf </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.94293417.1772223990.370cf2cf</p>p:nth-child(3)Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2583" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2583" target="_self">Utility Billing Online Payment Portal Unavailable, Service Disruption </a></h4>#newsFlashItemHeader2583Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera2392991-6732-43ef-b7a0-59e89e72b301">#miniCalendarHeadera2392991-6732-43ef-b7a0-59e89e72b301Impact: moderate
Failure 1:
<section id="widgetQuicklinkf6467..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklinkf646785a-25cb-4710-95af-1dd6d21e2d55Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid6 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdvfe7b4977-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvfe7b4977-82e7-4191-9384-560381ab8a0dImpact: 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 tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeadera2..." summary="This table represent...">tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>div[data-event-list-row="true"] > p… and 3 more failures for this rule
Impact: serious
Failure 1:
<span class="elementor-icon-list-text">Parks & Places</span>.elementor-element-34438375 > .elementor-widget-container > .elementor-icon-list-items > .elementor-icon-list-item > .elementor-icon-list-textFailure 2:
<a href="https://www.amarilloparks.org/parks-facilities/parks-downtown" target="_blank" rel="noopener">Parks List</a>.elementor-element-4e2742c8 > .elementor-widget-container > ul > li:nth-child(1) > a[rel="noopener"][target="_blank"]Failure 3:
<a href="https://www.amarillo.gov/city-offices-hours/">City Facilities</a>.elementor-element-4e2742c8 > .elementor-widget-container > ul > li:nth-child(2) > aFailure 4:
<a href="https://www.amarillo.gov/amarillo-public-library/">Libraries</a>.elementor-element-4e2742c8 > .elementor-widget-container > ul > li:nth-child(3) > aFailure 5:
<a href="https://www.amarillo.gov/amarillo-city-transit/">Transit Info</a>.elementor-element-4e2742c8 > .elementor-widget-container > ul > li:nth-child(4) > a… and 6 more failures for this rule
Impact: serious
Failure 1:
<a href="https://www.amarillo.gov">figure > a[href$="www.amarillo.gov"]Failure 2:
<a class="elementor-button elementor-button-link elementor-size-sm" href="#">.elementor-element-6f21f88 > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-smImpact: serious
Failure 1:
<div class="elementor-element elementor-element-c971116 elementor-hidden-mobile elementor-widget elementor-widget-html" data-id="c971116" data-element_type="widget" data-widget_type="html.default">.elementor-element-c971116Impact: moderate
Failure 1:
<h4>Salt Lake City unveils concept designs for Jefferson Park </h4>#post-21308 > .entry > h4Failure 2:
<h4>Division</h4>.calevents-filters > h4:nth-child(1)Impact: critical
Failure 1:
<img src="https://www.slc.gov/wp-content/uploads/2026/01/2026-City-Council-Members-scaled.jpg">.widgetcolumn:nth-child(3) > imgFailure 2:
<img src="http://www.slc.gov/wp-content/uploads/2026/01/brighsign.png">.mainappscreenshot > imgImpact: serious
Failure 1:
<input type="search" name="s" id="searchmain" title="Search Salt Lake City" placeholder="Search SLC.gov">#searchmainFailure 2:
<input type="search" name="s" id="searchfly" title="Search Salt Lake City" placeholder="Search">#searchflyFailure 3:
<select class="cal-cats" data-type="eventdepts" data-current="" title="Filter by Division">select[data-type="eventdepts"]Failure 4:
<select class="cal-cats" data-type="eventcats" data-current="" title="Filter by Category">select[data-type="eventcats"]Failure 5:
<select class="cal-cats" data-type="eventmonths" data-current="all" title="Filter by Month">select[data-type="eventmonths"]Impact: moderate
Failure 1:
<nav>header > navImpact: serious
Failure 1:
<a href="https://www.grandrapidsmi.gov/Our-City/News-Media" class="panel-button">View More News</a>.panel-buttonImpact: 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"]Failure 3:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#tns3-ow > .tns-controls[aria-label="Carousel Navigation"]Impact: critical
Failure 1:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1"><i class="fa fa-chevron-left" aria-hidden="true"></i></button>button[aria-controls="tns1"][data-controls="prev"][type="button"]Failure 2:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns1"><i class="fa fa-chevron-right" aria-hidden="true"></i></button>button[aria-controls="tns1"][data-controls="next"][type="button"]Failure 3:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns2" disabled=""><i class="left" aria-hidden="true"></i></button>button[aria-controls="tns2"][data-controls="prev"][type="button"]Failure 4:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns2"><i class="right" aria-hidden="true"></i></button>button[aria-controls="tns2"][data-controls="next"][type="button"]Failure 5:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns3"><i class="fa fa-chevron-left" aria-hidden="true"></i></button>button[aria-controls="tns3"][data-controls="prev"][type="button"]… and 1 more failures for this rule
Impact: serious
Failure 1:
<span>Stay up-to-date</span>.col-lg-8 > .section-header > spanFailure 2:
<span>Get Involved</span>.col-lg-10 > .section-header > spanFailure 3:
<a href="terms_of_use/index.php">Website Terms of Use</a>a[href="terms_of_use/index.php"]Failure 4:
<a href="accessibility_statement/index.php">Accessibility Statement</a>.container > div:nth-child(3) > a:nth-child(2)Failure 5:
<a href="departments/community_development/economic_development/sales_tax_sharing.php">AB 2854 Compliance</a>div:nth-child(3) > a:nth-child(3)Impact: moderate
Failure 1:
<a href="index.php" id="logo"><img src="_assets_/images/logo.png" alt="navigation logo"></a>#logoFailure 2:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#tns1-ow > .tns-controls[aria-label="Carousel Navigation"]Failure 3:
<div class="slideCap"> <div class="container"> <h1 class="slide-title"><span>Welcome To</span>Huntington Beach</h1> </div> </div>.slideCapImpact: serious
Failure 1:
<a href="#" id="accessible-megamenu-1772224085182-11" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">Search</a>#accessible-megamenu-1772224085182-11Failure 2:
<a href="https://www.opkansas.org/opcares/" id="accessible-megamenu-1772224085182-13" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">OPCares</a>#accessible-megamenu-1772224085182-13Impact: moderate
Failure 1:
<h4><a href="https://www.opkansas.org/newsroom/op-launches-2026-community-survey/">OP launches 2026 Community Survey</a></h4>.image-link-card-block.image-link-card-block--3cols.content-block:nth-child(1) > .content-block__content > .image-link-cards > .image-link-card:nth-child(1) > .image-link-card__text > h4Failure 2:
<h4 class="descriptive-link-card__headline"><a href="https://opkansas.civicweb.net/Portal/MeetingTypeList.aspx">Attend a Meeting</a></h4>.descriptive-link-card:nth-child(1) > .descriptive-link-card__headlineFailure 3:
<h4 class="shaded-text-card__headline"><a href="https://opkansas.civicweb.net/Portal/MeetingTypeList.aspx">Joint Special Meeting of Committee of the Whole and Planning Commission: UDO Update</a></h4>.shaded-text-card-block.content-block--shaded.content-block:nth-child(3) > .content-block__content > .shaded-text-cards > article:nth-child(1) > .shaded-text-card__headlineFailure 4:
<h6>When</h6>.shaded-text-card-block.content-block--shaded.content-block:nth-child(3) > .content-block__content > .shaded-text-cards > article:nth-child(1) > h6:nth-child(2)Failure 5:
<h6>When</h6>.shaded-text-card-block.content-block--shaded.content-block:nth-child(3) > .content-block__content > .shaded-text-cards > article:nth-child(2) > h6:nth-child(2)… and 7 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en-US">htmlImpact: moderate
Failure 1:
<nav class="site-header__navigation" aria-labelledby="site-header__menu-link">.site-header__navigationImpact: serious
Failure 1:
<a href="https://www.opkansas.org/newsroom/sustainable-median-pilot-project-blooming-this-spring/">.image-link-card-block.image-link-card-block--3cols.content-block:nth-child(1) > .content-block__content > .image-link-cards > .image-link-card:nth-child(2) > .image-link-card__image > aFailure 2:
<a href="https://www.opkansas.org/newsroom/mark-your-calendars-your-op-event-guide-for-march-2026/">.image-link-card-block.image-link-card-block--3cols.content-block:nth-child(1) > .content-block__content > .image-link-cards > .image-link-card:nth-child(3) > .image-link-card__image > aFailure 3:
<a href="https://www.opkansas.org/recreation-fun/deanna-rose-childrens-farmstead/">.image-link-card-block.image-link-card-block--3cols.content-block--shaded > .content-block__content > .image-link-cards > .image-link-card:nth-child(1) > .image-link-card__image > aFailure 4:
<a href="https://www.opkansas.org/recreation-fun/arboretum-botanical-gardens/">.image-link-card-block.image-link-card-block--3cols.content-block--shaded > .content-block__content > .image-link-cards > .image-link-card:nth-child(2) > .image-link-card__image > aFailure 5:
<a href="https://www.opkansas.org/recreation-fun/farmers-market/">.image-link-card-block.image-link-card-block--3cols.content-block--shaded > .content-block__content > .image-link-cards > .image-link-card:nth-child(3) > .image-link-card__image > a… and 4 more failures for this rule
Impact: moderate
Failure 1:
<div class="page-header">.page-headerFailure 2:
<section class="content-blocks">sectionImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.bdaa3717.1772224100.15d39eaf </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.bdaa3717.1772224100.15d39eaf</p>p:nth-child(3)Impact: moderate
Failure 1:
<nav>.mobileHide > navImpact: moderate
Failure 1:
<html id="html" xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">#htmlImpact: moderate
Failure 1:
<div id="logo2" style="mobileHide">#logo2Impact: 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: critical
Failure 1:
<div class="controls" aria-controls="OcSlideshow_oc_flex_viewport" role="toolbar">.controlsImpact: critical
Failure 1:
<div id="divTabbeddb70699a-0cd7-4709-9f4a-68eda625776d" class="widget widgetTabbed skin103 wide" data-widgetid="db70699a-0cd7-4709-9f4a-68eda625776d" role="tablist">#divTabbeddb70699a-0cd7-4709-9f4a-68eda625776dImpact: critical
Failure 1:
<a href="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_0" class="tabButton" role="tab" aria-controls="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_0" aria-selected="true" style="height: 76px;"><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="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_1" class="tabButton" role="tab" aria-controls="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_1" aria-selected="false" style="height: 76px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_0" class="tabButton" role="tab" aria-controls="#tabdb70699a-0cd7-4709-9f4a-68eda625776d_0" aria-selected="true" style="height: 76px;"><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="newsFlashItemHeader6767" class="widgetTitle"> <a href="/stayconnected" target="_self">Stay Connected! </a> </h4>#newsFlashItemHeader6767Failure 2:
<h4 id="newsFlashItemHeader6749" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=6749" target="_self">McKinney celebrates opening of new Fire Administration Campus </a></h4>#newsFlashItemHeader6749Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid4 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv5c8dfac5-c..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv5c8dfac5-c634-46f0-8047-07b93f26fd50Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash31f43..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash31f43f23-2fb0-4c8a-8b3f-482ba0c0e534Impact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlImpact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadere4dc73c0-2a7a-476c-b4bb-b19680b6f630 > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeadere4..." summary="This table represent...">#widgetCalendare4dc73c0-2a7a-476c-b4bb-b19680b6f630 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<div class="col col1 first ">.text.row[data-event-list-row="true"] > .col1.col.firstFailure 5:
<div class="col col1 last">.text.row[data-event-list-row="true"] > .col1.col.last… and 2 more failures for this rule
Impact: 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:
<div id="header"><h1>Server Error</h1></div>#headerFailure 2:
<div id="content"> <div class="content-container"><fieldset> <h2>500 - Internal server error.</h2> <h3>There is a problem with the resource you are looking for, and it cannot be displayed.</h3> </fieldset></div> </div>#contentImpact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.contact-us-footer-widget > h3Impact: moderate
Failure 1:
<div class="homepage-call-to-action-desc" role="region" aria-label="Call to action with a description">.homepage-call-to-action-descImpact: critical
Failure 1:
<meta http-equiv="refresh" content="360">meta[http-equiv="refresh"]Impact: moderate
Failure 1:
<div id="skip1" tabindex="0" role="link" class="skipper" onclick="skipto('menu');" onkeydown="keypress(event,'skip2menu');" title="skip to menu" aria-label="skip to menu">Skip To Menu</div>#skip1Failure 2:
<div id="skip2" tabindex="0" role="link" class="skipper" onclick="skipto('content');" onkeydown="keypress(event,'skip2content');" title="skip to content area" aria-label="skip to content area">Skip To Content</div>#skip2Failure 3:
<div id="skip3" tabindex="0" role="link" class="skipper" style="min-width:25px;min-height:25px;" onclick="skipto('access');" onkeydown="keypress(event,'skip2access');" title="skip to accessibility options toolbar" aria-label="skip to accessibility options toolbar">#skip3Failure 4:
<div id="skip4" tabindex="0" role="link" class="skipper" onclick="skipto('lang');" onkeydown="keypress(event,'skip2lang');" title="skip to accessibility options toolbar" aria-label="skip to accessibility options toolbar">Skip To Language Options</div>#skip4Failure 5:
<div class="controls" role="link" tabindex="0" zindex="9998" onclick="showpanel('show');" onfocus="showpanel('show');" id="access" title="Show Accessibility options toolbar" aria-label="Show Accessibility options toolbar">#access… and 2 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en-US">htmlImpact: moderate
Failure 1:
<a href="#search" id="skipToSearch" class="skip-link">Skip to search</a>#skipToSearchFailure 2:
<img class=" lazyloaded" src="https://www.cityofvancouver.us/wp-content/uploads/2026/02/curbside-recycling-resident-blue-bin.jpg" data-src="https://www.cityofvancouver.us/wp-content/uploads/2026/02/curbside-recycling-resident-blue-bin.jpg" alt="Resident putting items in a curbside recycling bin.">.active > .lazyloadedFailure 3:
<div class="carousel-caption">.active > .carousel-captionFailure 4:
<a class="carousel-control-prev" href="#demo" data-slide="prev" aria-label="Previous">.carousel-control-prevFailure 5:
<a class="carousel-control-next" href="#demo" data-slide="next" aria-label="Next">.carousel-control-next… and 31 more failures for this rule
Impact: serious
Failure 1:
<div class="backgroundSlide back..." role="image" style="background-image: ur..." aria-label="Knoxville Fire Depar...">.backgroundSlide1Impact: serious
Failure 1:
<a id="google_translate_element" href="#translate"></a>#google_translate_elementImpact: serious
Failure 1:
<ul id="actions"><li><a id="google_translate_element" href="#translate"></a></li><li class="divider"> / </li><li><a onclick="printprint()"> Print </a></li><div class="clear"></div></ul>#actionsImpact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">meta[name="viewport"]Impact: moderate
Failure 1:
<div id="skip"><a href="#footer">Skip navigation</a></div>#skipFailure 2:
<div id="urgent-alert" class="box-shadow">#urgent-alertFailure 3:
<div id="logo"><a href="/"><img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_109478/Templates/img/logo@2x.png" alt="City of Knoxville, Tennessee"></a></div>#logoFailure 4:
<ul id="actions"><li><a id="google_translate_element" href="#translate"></a></li><li class="divider"> / </li><li><a onclick="printprint()"> Print </a></li><div class="clear"></div></ul>#actionsFailure 5:
<a target="" href="/government">Government</a>a[href$="government"][target=""]… and 9 more failures for this rule
Impact: serious
Failure 1:
<li class="tiny-item tns-item" id="tns1-item5" aria-hidden="true" tabindex="-1">#tns1-item5Failure 2:
<div class="tiny-item tns-item" id="tns2-item3" aria-hidden="true" tabindex="-1">#tns2-item3Failure 3:
<div class="tiny-item tns-item" id="tns2-item4" aria-hidden="true" tabindex="-1">#tns2-item4Failure 4:
<div class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">#tns2-item5Failure 5:
<div class="tiny-item tns-item" id="tns2-item6" aria-hidden="true" tabindex="-1">#tns2-item6… and 321 more failures for this rule
Impact: 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"]Failure 3:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">#tns3-ow > .tns-controls[aria-label="Carousel Navigation"]Impact: critical
Failure 1:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1" disabled=""><img src="_assets_/images/arrow-left.png"></button>button[aria-controls="tns1"][data-controls="prev"][type="button"]Failure 2:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns1"><img src="_assets_/images/arrow-right.png"></button>button[aria-controls="tns1"][data-controls="next"][type="button"]Failure 3:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns2" disabled=""><img src="_assets_/images/arrow-left-2.png"></button>button[aria-controls="tns2"][data-controls="prev"][type="button"]Failure 4:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns2"><img src="_assets_/images/arrow-right-2.png"></button>button[aria-controls="tns2"][data-controls="next"][type="button"]Failure 5:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns3"><img src="_assets_/images/arrow-right-2.png"></button>button[aria-controls="tns3"][data-controls="next"][type="button"]Impact: serious
Failure 1:
<input name="q" class="form-control search-input" placeholder="How can we help you?" type="search" id="search-input">#search-inputFailure 2:
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Enter your email" required="">input[placeholder="Enter your email"]Impact: minor
Failure 1:
<h3></h3>.signup-label > h3Impact: moderate
Failure 1:
<h5>St. Patrick’s Day Parade In Downtown Akron Saturday March 14</h5>a[href$="news_detail_T17_R421.php"] > .news-box-content > h5Failure 2:
<h4>Useful Links</h4>.footer-divider:nth-child(2) > .footer-link > h4Impact: critical
Failure 1:
<img src="_assets_/images/arrow-left.png">img[src$="arrow-left.png"]Failure 2:
<img src="_assets_/images/arrow-right.png">button[aria-controls="tns1"][data-controls="next"][type="button"] > imgFailure 3:
<img src="_assets_/images/arrow-left-2.png">button[aria-controls="tns2"][data-controls="prev"][type="button"] > imgFailure 4:
<img src="_assets_/images/arrow-right-2.png">button[aria-controls="tns2"][data-controls="next"][type="button"] > imgFailure 5:
<img src="_assets_/images/arrow-right-2.png">button[aria-controls="tns3"][data-controls="next"][type="button"] > imgImpact: serious
Failure 1:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item0">#tns1-item0Failure 2:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item1">#tns1-item1Failure 3:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item2">#tns1-item2Failure 4:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item3">#tns1-item3Failure 5:
<li class="tiny-item tns-item tns-slide-active" id="tns1-item4">#tns1-item4Impact: moderate
Failure 1:
<span>The City Of</span>#slider-caption > spanFailure 2:
<div id="scroll-text-slide-mw" class="tns-ovh" style="height: 90px;">#scroll-text-slide-mwFailure 3:
<a href="departments/index.php" target="_self" id="explore-plan"> <div class="static-text">EXPLORE</div> <div> <div style="color:#E08D33;"> DEPARTMENTS</div> </div> </a>#explore-planImpact: critical
Failure 1:
<div id="divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72" class="widget widgetTabbed skin21 wide" data-widgetid="4448b97e-8c7a-4009-90d7-87d58df89b72" role="tablist">#divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72Failure 2:
<div id="divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a" class="widget widgetTabbed skin23 wide" data-widgetid="6fef294a-0008-48c7-9ed4-3c6347bc0a6a" role="tablist">#divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6aImpact: critical
Failure 1:
<a href="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_0" class="tabButton" role="tab" aria-controls="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_0" aria-selected="true" style="height: 79px;">#divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_1" class="tabButton" role="tab" aria-controls="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_1" aria-selected="false" style="height: 79px;">#divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab6fef294a-0008-48c7-9ed4-3c6347bc0a6a_0" class="tabButton" role="tab" aria-controls="#tab6fef294a-0008-48c7-9ed4-3c6347bc0a6a_0" aria-selected="true" style="height: 79px;">#divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 4:
<a href="#tab6fef294a-0008-48c7-9ed4-3c6347bc0a6a_1" class="tabButton" role="tab" aria-controls="#tab6fef294a-0008-48c7-9ed4-3c6347bc0a6a_1" aria-selected="false" style="height: 79px;">#divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_0" class="tabButton" role="tab" aria-controls="#tab4448b97e-8c7a-4009-90d7-87d58df89b72_0" aria-selected="true" style="height: 79px;">#divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab6fef294a-0008-48c7-9ed4-3c6347bc0a6a_0" class="tabButton" role="tab" aria-controls="#tab6fef294a-0008-48c7-9ed4-3c6347bc0a6a_0" aria-selected="true" style="height: 79px;">#divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<div class="widgetDesc"> Tom Arceneaux <a href="/Directory.aspx?EID=822" target="_self" id="newsFlashReadOn4749" aria-labelledby="newsFlashItemHeader4749 newsFlashReadOn4749" class="readOn">Contact the Mayor</a> </div>li[data-news-i-d="4749"] > .text > .widgetDescFailure 2:
<div class="widgetDesc"> Tabatha H. Taylor <a href="/Directory.aspx?EID=354" target="_self" id="newsFlashReadOn4750" aria-labelledby="newsFlashItemHeader4750 newsFlashReadOn4750" class="readOn">Contact Councilwoman Taylor</a> </div>li[data-news-i-d="4750"] > .text > .widgetDescFailure 3:
<div class="widgetDesc"> Ursula Bowman <a href="/Directory.aspx?EID=357" target="_self" id="newsFlashReadOn4756" aria-labelledby="newsFlashItemHeader4756 newsFlashReadOn4756" class="readOn">Contact Councilwoman Bowman</a> </div>li[data-news-i-d="4756"] > .text > .widgetDescFailure 4:
<div class="widgetDesc"> Gary Brooks <a href="/Directory.aspx?EID=8" target="_self" id="newsFlashReadOn4751" aria-labelledby="newsFlashItemHeader4751 newsFlashReadOn4751" class="readOn">Contact Councilman Brooks</a> </div>li[data-news-i-d="4751"] > .text > .widgetDescFailure 5:
<div class="widgetDesc"> Jim Taliaferro <a href="/Directory.aspx?EID=9" target="_self" id="newsFlashReadOn4752" aria-labelledby="newsFlashItemHeader4752 newsFlashReadOn4752" class="readOn">Contact Councilman Taliaferro</a> </div>li[data-news-i-d="4752"] > .text > .widgetDesc… and 3 more failures for this rule
Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader4749" class="widgetTitle"> <a href="/Directory.aspx?EID=822" target="_self">MAYOR </a></h4>#newsFlashItemHeader4749Failure 2:
<h4 id="newsFlashItemHeader7993" class="widgetTitle"> <a href="https://shreveportla.seamlessdocs.com/f/OpSafeNeighborhood" target="_self">Operation Safe Neighborhoods </a> </h4>#newsFlashItemHeader7993Failure 3:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera64d9959-d419-4f7f-8cf6-cbfab1652a46">#miniCalendarHeadera64d9959-d419-4f7f-8cf6-cbfab1652a46Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget045fcf45-919c-4217-9a79-e2fad4ce2c56 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv8642dc1a-e..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv8642dc1a-e7fb-4438-a4ee-7691f511b688Failure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash81277..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash81277dc8-0431-4819-91c0-a5109e7570faImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed4448b97e-8c7a-4009-90d7-87d58df89b72 > .tabbedWidget.cpTabsFailure 3:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed6fef294a-0008-48c7-9ed4-3c6347bc0a6a > .tabbedWidget.cpTabsFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadera64d9959-d419-4f7f-8cf6-cbfab1652a46 > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeadera6..." summary="This table represent...">#widgetCalendara64d9959-d419-4f7f-8cf6-cbfab1652a46 > .mediaLeft.cpGrid3.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > table… and 3 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: moderate
Failure 1:
<html lang="en" style="height: 100%;">htmlImpact: moderate
Failure 1:
<div class="bg-dark gradient-flat py-3">.bg-darkFailure 2:
<div class="bg-light scratch-bg pt-4 pb-5 border-bottom">.bg-light.scratch-bg.pt-4:nth-child(2)Failure 3:
<div class="bg-light scratch-bg pt-4 pb-5 border-bottom">.bg-light.scratch-bg.pt-4:nth-child(3)Failure 4:
<div class="col-md-4 mb-4">.mb-4.col-md-4Failure 5:
<div class="bg-green pt-2 pb-2 d-print-none">.bg-green.d-print-none.pt-2Impact: critical
Failure 1:
<div id="divTabbedee722408-d3b6-44e4-88ac-015d9b3e445d" class="widget widgetTabbed skin76 wide" data-widgetid="ee722408-d3b6-44e4-88ac-015d9b3e445d" role="tablist">#divTabbedee722408-d3b6-44e4-88ac-015d9b3e445dFailure 2:
<div id="divTabbed852510b0-a2cd-492f-b366-9795f3404265" class="widget widgetTabbed skin78 wide" data-widgetid="852510b0-a2cd-492f-b366-9795f3404265" role="tablist">#divTabbed852510b0-a2cd-492f-b366-9795f3404265Impact: critical
Failure 1:
<a href="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" class="tabButton" role="tab" aria-controls="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" aria-selected="true" style="height: 43px;">#divTabbedee722408-d3b6-44e4-88ac-015d9b3e445d > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab852510b0-a2cd-492f-b366-9795f3404265_0" class="tabButton" role="tab" aria-controls="#tab852510b0-a2cd-492f-b366-9795f3404265_0" aria-selected="true" style="height: 89px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed852510b0-a2cd-492f-b366-9795f3404265 > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 3:
<a href="#tab852510b0-a2cd-492f-b366-9795f3404265_1" class="tabButton" role="tab" aria-controls="#tab852510b0-a2cd-492f-b366-9795f3404265_1" aria-selected="false" style="height: 89px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" class="tabButton" role="tab" aria-controls="#tabee722408-d3b6-44e4-88ac-015d9b3e445d_0" aria-selected="true" style="height: 43px;">#divTabbedee722408-d3b6-44e4-88ac-015d9b3e445d > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab852510b0-a2cd-492f-b366-9795f3404265_0" class="tabButton" role="tab" aria-controls="#tab852510b0-a2cd-492f-b366-9795f3404265_0" aria-selected="true" style="height: 89px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed852510b0-a2cd-492f-b366-9795f3404265 > .cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<footer data-cprole="structuralContainer" id="footerContainerTS">#footerContainerTSImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetffba23c5-9305-4bf7-8619-033fec5497b6 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<footer data-cprole="structuralContainer" id="footerContainerTS">#footerContainerTSFailure 3:
<section id="divInfoAdv9d15bcbd-d..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv9d15bcbd-d9c7-4fc6-8201-ce8ac3068659Impact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlImpact: moderate
Failure 1:
<div class="row outer wide">#cc0c2723ee-766b-4e72-8bd2-d5fc21b133fa > .outer.wide.row:nth-child(1)Failure 2:
<div class="row outer wide">#cce9473009-35f3-4fe1-a3bf-966fc64d66a1 > .outer.wide.row:nth-child(1)Failure 3:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbedee722408-d3b6-44e4-88ac-015d9b3e445d > .cpTabs.tabbedWidgetFailure 4:
<div class="row nest first wide">#ccdb5fa2a4-ae5b-485d-a809-4169f468148e > .outer.wide.row > .col24.outer.col > .nest.wide.row:nth-child(1)Failure 5:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed852510b0-a2cd-492f-b366-9795f3404265 > .cpTabs.tabbedWidget… and 9 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.12a03b17.1772224320.19ea5df2 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.12a03b17.1772224320.19ea5df2</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.tempe.gov/" on this server.<p> Reference #18.20a03b17.1772224337.b8e38c </p><p>https://errors.edgesuite.net/18.20a03b17.1772224337.b8e38c</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.tempe.gov/" on this server.<p> Reference #18.20a03b17.1772224337.b8e38c </p><p>https://errors.edgesuite.net/18.20a03b17.1772224337.b8e38c</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.20a03b17.1772224337.b8e38c </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.20a03b17.1772224337.b8e38c</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: critical
Failure 1:
<div class="controls" aria-controls="OcSlideshow_oc_flex_viewport" role="toolbar">.controlsImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>403 Forbidden</h1>h1Failure 2:
<ul> <li>Code: AccessDenied</li> <li>Message: Access Denied</li> <li>RequestId: RD3AS2M6E2ACVQ88</li> <li>HostId: ZF49LXk0Vsgjo3cmBp/zGit+c2WAIB8tyU7d8ouV7xNMoylLUeBrUy9yMNrrUsc8Q3r4Hw76/ZpZMXdbK2t5LpgVS6Utoyjd</li> </ul>ulImpact: critical
Failure 1:
<div id="divTabbed484a332f-226b-4952-acf6-d55ecf036eec" class="widget widgetTabbed skin33 wide" data-widgetid="484a332f-226b-4952-acf6-d55ecf036eec" role="tablist">#divTabbed484a332f-226b-4952-acf6-d55ecf036eecImpact: critical
Failure 1:
<a href="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" class="tabButton" role="tab" aria-controls="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" aria-selected="true" style="height: 63px;"><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="#tab484a332f-226b-4952-acf6-d55ecf036eec_1" class="tabButton" role="tab" aria-controls="#tab484a332f-226b-4952-acf6-d55ecf036eec_1" aria-selected="false" style="height: 63px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" class="tabButton" role="tab" aria-controls="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" aria-selected="true" style="height: 63px;"><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:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget785ac11b-b955-4d31-a260-b074053e9208 > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="widgetQuicklinkbdc33..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklinkbdc331d2-9abd-4c23-9e91-98c409bde4e5Impact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlImpact: moderate
Failure 1:
<div> <a href="/4056" target="_self" class="fancyButton fancyButton4432 "> <span> <span><span class="text">Español</span></span> </span> </a> </div>#graphicLinkWidget364d5336-703c-4734-8a96-45e9642c1df7 > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 2:
<div data-cprole="structuralContainer" id="bannerWelcomeTS">#bannerWelcomeTSFailure 3:
<div class="outer col col8 first" style="" data-widgetcontainerid="940acc63-7286-4243-86a9-a8dd7751b5ca">#cc08b119f9-1a76-4b2c-b04b-9d68760500df > .outer.row.wide > .col8.outer.firstFailure 4:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 5:
<li class="dateBlock" style=""> <abbr class="dateAbbr" title="January">Jan</abbr> 15 </li>#widgetCalendar85eca9cb-f7fc-4c75-86ca-6efb86d8c114 > .cpGrid6.widgetBody.cpGrid > .auto.narrow.row > .col1.first.col > ol > .dateBlock… and 18 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> elkgrove.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:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.6a03b17.1772224388.897d40 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.6a03b17.1772224388.897d40</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.ba03b17.1772224403.10aa5795 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.ba03b17.1772224403.10aa5795</p>p:nth-child(3)Impact: minor
Failure 1:
<section class="layout-hero-content" role="region">.layout-hero-contentFailure 2:
<section class="layout-content-top" role="region"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="region region-content-top"> <div data-drupal-messages-fallback="" class="hidden"></div> </div> </div> </div> </div> </section>.layout-content-topFailure 3:
<section class="layout-content-bottom" role="region">.layout-content-bottomFailure 4:
<section class="layout-push-navigation" role="region">.layout-push-navigationImpact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js" data-once="subMenuToggle">htmlImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.eed11102.1772224435.16a503b </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.eed11102.1772224435.16a503b</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.21a03b17.1772224437.1178517b </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.21a03b17.1772224437.1178517b</p>p:nth-child(3)Impact: critical
Failure 1:
<button class="video-embed-field-lazy-play"></button>.featured-video.col:nth-child(2) > .video-embed-field-lazy[data-once="video-embed-field-lazy"] > .video-embed-field-lazy-playFailure 2:
<button class="video-embed-field-lazy-play"></button>.featured-video.col:nth-child(3) > .video-embed-field-lazy[data-once="video-embed-field-lazy"] > .video-embed-field-lazy-playImpact: moderate
Failure 1:
<div class="logo-title-elements" role="banner" aria-label="City of Garden Grove Logo"> <img src="/sites/default/files/2018-07/gg-logo-web.png" alt="City of Garden Grove Logo" class="logo"> <div class="title">City of Garden Grove</div> </div>.logo-title-elementsImpact: moderate
Failure 1:
<header id="site-header">#site-headerImpact: serious
Failure 1:
<a href="/organics" target="_blank">news-slider,a[href$="organics"]Failure 2:
<a href="/pw/cleanup-days" target="_blank">news-slider,a[href$="cleanup-days"]Failure 3:
<a href="/eggscavation" target="_blank">news-slider,a[href$="eggscavation"]Failure 4:
<a href="/community-services" target="_blank">news-slider,a[href$="community-services"][target="_blank"]Impact: critical
Failure 1:
<div id="divTabbede8a2d94c-13f9-46be-82bd-35ff4834c805" class="widget widgetTabbed skin25 wide" data-widgetid="e8a2d94c-13f9-46be-82bd-35ff4834c805" role="tablist">#divTabbede8a2d94c-13f9-46be-82bd-35ff4834c805Impact: critical
Failure 1:
<a href="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_0" class="tabButton" role="tab" aria-controls="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_0" aria-selected="true" style="height: 65px;"><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="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_1" class="tabButton" role="tab" aria-controls="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_1" aria-selected="false" style="height: 65px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_0" class="tabButton" role="tab" aria-controls="#tabe8a2d94c-13f9-46be-82bd-35ff4834c805_0" aria-selected="true" style="height: 65px;"><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="newsFlashItemHeader1983" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1983" target="_self">Pines Light Up The Night 5k Run 2026 </a></h4>#newsFlashItemHeader1983Failure 2:
<h3>Contact Us</h3>#headerf23a7086-19d8-44fe-8aaf-aaa07f207808 > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv9556a097-b..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv9556a097-b6da-46b9-b1b1-1c8e2bfc93f7Failure 3:
<section id="widgetQuicklink715a0..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink715a021c-2ddb-48e8-a553-b959fb23b34cImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<li class="dateBlock" style=""> <abbr class="dateAbbr" title="February">Feb</abbr> 28 </li>#widgetCalendar8d3ab292-2c0a-479f-9646-d5b1da968c09 > .cpGrid3.widgetBody.cpGrid > .auto.narrow.row > .col1.first.col > ol > .dateBlockFailure 4:
<div style="" class="widgetDesc">li[data-event-i-d="8019"] > .widgetDescFailure 5:
<span class="visuallyHidden">Pines Light Up the Night 5k Run 2026</span>.readOn[href="/Calendar.aspx?EID=8019"] > .visuallyHidden… and 8 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed4eaed4d4-dea8-4e78-a582-a5fe6cd426c9" class="widget widgetTabbed skin73 wide" data-widgetid="4eaed4d4-dea8-4e78-a582-a5fe6cd426c9" role="tablist">#divTabbed4eaed4d4-dea8-4e78-a582-a5fe6cd426c9Impact: critical
Failure 1:
<a href="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_0" class="tabButton" role="tab" aria-controls="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_0" aria-selected="true" style="height: 88px;">.cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_1" class="tabButton" role="tab" aria-controls="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_1" aria-selected="false" style="height: 88px;"><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="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_0" class="tabButton" role="tab" aria-controls="#tab4eaed4d4-dea8-4e78-a582-a5fe6cd426c9_0" aria-selected="true" style="height: 88px;">.cpTabs.tabbedWidget > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader2156" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2156" target="_self">Road Construction Update </a> </h4>#newsFlashItemHeader2156Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader7284701f-ce21-482a-93c2-7f62fe0ad909">#miniCalendarHeader7284701f-ce21-482a-93c2-7f62fe0ad909Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid6 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv3d3882df-8..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv3d3882df-8d3e-4b6b-9f56-45974b7e703cImpact: 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> <a href="/318/Palmdale-City-Library" target="_self" class="fancyButton fancyButton1201 "> <span> <span><span class="text">Palmdale City Library</span></span> </span> </a> </div>.cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 4:
<ol class="tabbedWidget cpTabs " style="display: table;">.cpTabs.tabbedWidgetFailure 5:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader7284701f-ce21-482a-93c2-7f62fe0ad909 > .cp-miniCalendar-title… and 4 more failures for this rule
Impact: serious
Failure 1:
<span>Website Sign In</span>#loggedOutToolbarSignInButton > spanImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader12912" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=12912" target="_self">Public hearing on HUD FY2026 funds and Annual Action Plan Feb. 24 </a> </h4>#newsFlashItemHeader12912Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera6e253a4-1f87-4ff6-aec0-09cadf4d5d66">#miniCalendarHeadera6e253a4-1f87-4ff6-aec0-09cadf4d5d66Failure 3:
<h3>Contact Us</h3>#header4a73183c-7a42-4865-8f5c-c89d1a863999 > div > h3Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgete65d6238-5a86-4a01-bd72-f58380c7ccb7 > .cpGrid5.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv7721c58f-6..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv7721c58f-6468-498b-8097-76ca5fb52a12Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidgetNarrow cpTabs accordion">.tabbedWidgetNarrowFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>.cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeadera6..." summary="This table represent...">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="divTabbed8ae6b885-0fa0-44ac-99a7-224fe345e141" class="widget widgetTabbed skin95 wide" data-widgetid="8ae6b885-0fa0-44ac-99a7-224fe345e141" role="tablist">#divTabbed8ae6b885-0fa0-44ac-99a7-224fe345e141Impact: critical
Failure 1:
<a href="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_0" class="tabButton" role="tab" aria-controls="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_0" aria-selected="true" style="height: 67px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_1" class="tabButton" role="tab" aria-controls="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_1" aria-selected="false" style="height: 67px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_0" class="tabButton" role="tab" aria-controls="#tab8ae6b885-0fa0-44ac-99a7-224fe345e141_0" aria-selected="true" style="height: 67px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader3835" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=3835" target="_self">City of Clarksville announces Concrete ‘N Color mural contest </a> </h4>#newsFlashItemHeader3835Failure 2:
<h3>City of Clarksville</h3>#header725405ea-fd7c-454a-998f-2161c927c034 > div > h3Impact: minor
Failure 1:
<img src="/Common/Images/AlertCenter/alertBarBlink.svg" id="1_imgDot" alt="Emergency Alert" class="redDot">#\31 _imgDotImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid4 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv910fd8c8-4..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv910fd8c8-4553-4f76-9fec-a73b6172bf78Failure 3:
<section id="widgetQuicklinkaab69..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklinkaab693c8-7c24-4f5f-8088-2b80ede9ec17Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=3834" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=10049" alt="TREE GIVEAWAY" data-delayed-image=""></a>li[data-index="1"] > a[href="/CivicAlerts.aspx?AID=3834"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=3829" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=8781" alt="City Hall" data-delayed-image=""></a>li[data-index="2"] > a[href="/CivicAlerts.aspx?AID=3829"][target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=3827" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=15254" alt="1955 Madison St." data-delayed-image=""></a>li[data-index="3"] > a[href="/CivicAlerts.aspx?AID=3827"][target="_self"]Failure 4:
<a href="/CivicAlerts.aspx?AID=3823" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=15240" alt="AR 2025 cover" data-delayed-image=""></a>li[data-index="4"] > a[href="/CivicAlerts.aspx?AID=3823"][target="_self"]Failure 5:
<a href="/CivicAlerts.aspx?AID=3822" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=15238" alt="Eric Claunch swearing in-1" data-delayed-image=""></a>li[data-index="5"] > a[href="/CivicAlerts.aspx?AID=3822"][target="_self"]… and 6 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> <a href="/283/Mayors-Office" target="_self" class="fancyButton fancyButton1363 "> <span> <span><span class="text"><span class="textStyle1">Mayor Joe Pitts</span><span class="textStyle2">Meet our Mayor</span></span></span> </span> </a> </div>#graphicLinkWidget853c1186-2b31-435b-8254-f574ff449ed8 > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 4:
<div> <a href="/1043/Transportation-2020" target="_self" class="fancyButton fancyButton1367 "> <span> <span><span class="text"><span class="textStyle1">Transportation 2020+</span><span class="textStyle2">Learn more about our transportation plan</span></span></span> </span> </a> </div>#graphicLinkWidget72583c2f-9b31-4627-8ae3-af09d1662982 > .cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 5:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabs… and 2 more failures for this rule
Impact: serious
Failure 1:
<iframe class="resp-iframe" src="https://salinas.maps.arcgis.com/apps/instant/lookup/index.html?appid=9a316353a5bf4ec092afff6336dead62" frameborder="0" style="border:0" allowfullscreen="">iFrames are not supported on this page.</iframe>iframeImpact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.col-lg-4.col-s-6.col-m-4:nth-child(1) > .footer-titleImpact: moderate
Failure 1:
<h4 class="field-content"><a href="/discover/news/feb26/bart-lists-south-hayward-station-potential-closure">BART lists South Hayward Station for potential closure </a></h4>.views-field-title.views-field > h4Failure 2:
<h6>Find information on upcoming legislative meetings, agendas & related staff reports: </h6>.video-feed:nth-child(1) > h6Failure 3:
<h4><a href="/discover/events/keep-hayward-clean-and-green-cleanup-feb-28-2026">Keep Hayward Clean and Green Cleanup: Feb. 28, 2026</a></h4>.event.views-row-1.views-row-first > .views-field-nothing-1.views-field > .field-content > .event-details > h4Failure 4:
<h4><strong>Report<br>Problems</strong></h4>.field-item.even > .grid > .grid-item:nth-child(1) > h4Impact: serious
Failure 1:
<input title="Search Form" placeholder="Fi" class="input-lg form-contro..." onblur="if (this.value == ''..." onfocus="if (this.value == 'S..." type="text" id="edit-search-block-fo..." name="search_block_form" value="Search" size="40" maxlength="128">#edit-search-block-form--18Impact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="content: http://purl..." class="js" style="height: 100%;">htmlImpact: serious
Failure 1:
<a href="/discover/news/feb26/bart-lists-south-hayward-station-potential-closure" class="more-link">Read more</a>.more-linkImpact: serious
Failure 1:
<a href="#"><i class="zmdi zmdi-camera"><span class="element-invisible">picure caption button</span></i></a>.photo-cite > a[href="#"]Impact: serious
Failure 1:
<ul class="primary menu">.primaryImpact: serious
Failure 1:
<li class="dropdown yamm-fw " id="discover" tabindex="0">#discoverFailure 2:
<li class="dropdown yamm-fw " id="residents" tabindex="0">#residentsFailure 3:
<li class="dropdown yamm-fw " id="business" tabindex="0">#businessFailure 4:
<li class="dropdown yamm-fw " id="services" tabindex="0">#servicesFailure 5:
<li class="dropdown yamm-fw " id="goverment" tabindex="0">#goverment… and 1 more failures for this rule
Impact: moderate
Failure 1:
<h1>h1Failure 2:
<h2 class="element-invisible">Search form</h2>#search-block-form--9 > div > div > .element-invisibleFailure 3:
<input title="Search Form" placeholder="Fi" class="input-lg form-contro..." onblur="if (this.value == ''..." onfocus="if (this.value == 'S..." type="text" id="edit-search-block-fo..." name="search_block_form" value="Search" size="40" maxlength="128">#edit-search-block-form--18Failure 4:
<div class="announcement">.announcementFailure 5:
<section class="upperrow news-events">.upperrow… and 2 more failures for this rule
Impact: critical
Failure 1:
<div class="homeHeader startPosition" aria-role="banner">.homeHeaderImpact: serious
Failure 1:
<b>Boil Water Advisory - 08/26/2025</b>.pdfLink > font > bImpact: serious
Failure 1:
<ul id="topNav">#topNavImpact: serious
Failure 1:
<li id="goveItem">#goveItemFailure 2:
<li id="depaItem">#depaItemFailure 3:
<li id="resiItem">#resiItemFailure 4:
<li id="busiItem">#busiItemFailure 5:
<li id="discItem">#discItem… and 1 more failures for this rule
Impact: moderate
Failure 1:
<div class="header clearfix"> <div class="siteTitle"><a href="/">The City Paterson, New Jersey</a></div> </div>.headerFailure 2:
<a href="/government" id="gove" target="_self" class="topLevel arrow">Government</a>#goveFailure 3:
<a href="/departments" id="depa" target="_self" class="topLevel arrow">Departments</a>#depaFailure 4:
<a href="/category?categoryid=10" id="resi" target="_self" class="topLevel arrow">Residents</a>#resiFailure 5:
<a href="/category?categoryid=7" id="busi" target="_self" class="topLevel arrow">Do Business</a>#busi… and 7 more failures for this rule
Impact: critical
Failure 1:
<button id="coa_runsearch" class="" arial-label="Search"></button>#coa_runsearchImpact: critical
Failure 1:
<img src="/themes/gesso/images/chevron-right-white.svg">a[href$="news"] > imgFailure 2:
<img src="/themes/gesso/images/chevron-right-white.svg">.news-feed__view > .button--chevron > imgFailure 3:
<img src="/themes/gesso/images/chevron-right-white.svg">.events-grid__footer > .button--chevron > imgFailure 4:
<img src="/themes/gesso/images/chevron-right-white.svg">.button--chevron[href$="SocialMedia"] > imgFailure 5:
<img src="/themes/gesso/images/chevron-right-white.svg">a[href$="Video"] > img… and 3 more failures for this rule
Impact: serious
Failure 1:
<a href="/Dockets"> <div class="card__image"><img src="/sites/default/files/styles/crop_card_image/public/2022-01/AlexTVLogo.jpg?itok=nHPXZAWD" width="800" height="450" loading="lazy" typeof="foaf:Image"> </div> </a>.card--small:nth-child(1) > a[href$="Dockets"]Impact: moderate
Failure 1:
<div class="lang-placeholder-translate" style="height: 1px; max-height: 1px; overflow: hidden; background-color: black; color: black;"><div data-lang-placeholder-id="search-input">What can we help you find?</div></div>.lang-placeholder-translateFailure 2:
<a href="#" class="back-to-top" data-once="backToTop">Back to top of page</a>.back-to-topFailure 3:
<div class="video-modal"><div class="video-modal__inner"><a href="#" class="video-modal__close js-video-modal-close">Close Modal</a><div class="video-modal__content"></div></div></div>.video-modalImpact: serious
Failure 1:
<div class="day wrong-month disabled" data-date="2026-01-26T00:00:00.000Z">26</div>div[data-date="2026-01-26T00:00:00.000Z"]Failure 2:
<div class="day wrong-month disabled" data-date="2026-01-27T00:00:00.000Z">27</div>div[data-date="2026-01-27T00:00:00.000Z"]Failure 3:
<div class="day wrong-month disabled" data-date="2026-01-28T00:00:00.000Z">28</div>div[data-date="2026-01-28T00:00:00.000Z"]Failure 4:
<div class="day wrong-month disabled" data-date="2026-01-29T00:00:00.000Z">29</div>div[data-date="2026-01-29T00:00:00.000Z"]Failure 5:
<div class="day wrong-month disabled" data-date="2026-01-30T00:00:00.000Z">30</div>div[data-date="2026-01-30T00:00:00.000Z"]… and 2 more failures for this rule
Impact: moderate
Failure 1:
<h4>EMA Planning Meetings</h4>.swiper-slide-active.swiper-slide[aria-label="1 / 6"] > .mbc-thumbnails-wrap.swiper-lazy-loaded.swiper-lazy > h4Failure 2:
<h5 class="my-4 text-white">Top Searches: </h5>.my-4Failure 3:
<h5>Memorial Park to host second Education, Career, & Military Ready Fair</h5>.col-md-6.col-sx-12:nth-child(1) > .mbc-home-news-card > .news-content > .news-title[target="_blank"] > h5Impact: moderate
Failure 1:
<header class="mbc-slide-section">.mbc-slide-sectionImpact: moderate
Failure 1:
<header class="mbc-slide-section">.mbc-slide-sectionImpact: serious
Failure 1:
<a class="simple-calendar-btn btn-prev" href="#"></a>.btn-prevFailure 2:
<a class="simple-calendar-btn btn-next" href="#"></a>.btn-nextImpact: moderate
Failure 1:
<a class="social-icon-outline" href="https://www.youtube.com/playlist?list=PLBW7To4TmDBbk8QRdkv6YpywifbDVTEfv"> Meeting Broadcasts </a>.social-icon-outline:nth-child(1)Failure 2:
<a class="social-icon-outline" href="https://maconbibbcoga.portal.civicclerk.com/"> Agendas & Minutes </a>.social-icon-outline:nth-child(2)Failure 3:
<a class="social-icon-outline" href="https://www.maconbibb.us/online-services/"> Online Services </a>.social-icon-outline:nth-child(3)Failure 4:
<a class="social-icon-outline" href="/helpful-phone-numbers/"> Contact Directory </a>.social-icon-outline[href$="helpful-phone-numbers/"]Failure 5:
<a class="mbc-logo" href="/" aria-label="county logo"> <img alt="county seal with color" src="https://www.maconbibb.us/wp-content/uploads/2019/10/MBC-Color-Seal-150x150.png"> </a>.mbc-logo… and 13 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="footer-title">Quick Links</h3>.quick-links-widget > h3Impact: moderate
Failure 1:
<h3 itemprop="headline">.row.news-list-item:nth-child(1) > .col-md-9.articletype-0[itemscope="itemscope"] > h3[itemprop="headline"]Impact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<header> <h3 class="ce-headline-center"> <a href="/cos/city-news">City News</a> </h3> </header>#c7764 > headerFailure 2:
<header> <h3 class="ce-headline-center"> <a href="/cos/community-news">Community News</a> </h3> </header>#c7762 > headerImpact: moderate
Failure 1:
<header> <h1 class=""> What's New In Springfield </h1> </header>#c7092 > headerImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<nav>#pageFrame > navFailure 2:
<header> <h1 class=""> What's New In Springfield </h1> </header>#c7092 > headerImpact: serious
Failure 1:
<a href="https://springfieldma.portal.civicclerk.com/" target="_blank"></a>.calendar > a[target="_blank"]Impact: moderate
Failure 1:
<div id="skip"><a href="#main-content" title="main page content">Skip to main content</a></div>#skipFailure 2:
<li><h3><a href="/cos/">Welcome!</a></h3> </li>.menuText > li:nth-child(1)Failure 3:
<li class="contentMenu"><a href="https://www.springfield-ma.gov/finance/community-choice-energy-program">Community Choice Energy Program</a></li>.contentMenu:nth-child(2)Failure 4:
<li class="contentMenu"><a href="https://www.springfield-ma.gov/finance/dtac">Certify My Small Business</a></li>.contentMenu:nth-child(3)Failure 5:
<li class="contentMenu"><a href="/cos/boards/community-police-hearing-board">Board of Police Commissioners</a></li>.contentMenu:nth-child(4)… and 29 more failures for this rule
Impact: moderate
Failure 1:
<a href="#main-content" title="main page content">Skip to main content</a>a[href$="#main-content"]Impact: critical
Failure 1:
<div class="elementor-loop-container elementor-grid" role="list">.elementor-element-ae5cfab > .elementor-widget-container > .elementor-loop-container.elementor-grid[role="list"]Impact: serious
Failure 1:
<h2 class="elementor-heading-title elementor-size-default">Open Hours of City Government Mon - Fri: 8.00 am - 5.00 pm</h2>.elementor-element-c131697 > h2Failure 2:
<h2 class="elementor-heading-title elementor-size-default">Jackson is Rising - Come Visit</h2>.elementor-element-5080dbf > h2Failure 3:
<span class="elementor-button-text">Residents</span>.elementor-element-0310273 > .elementor-button-link.elementor-button[aria-controls="off-canvas-c4970d8"] > .elementor-button-content-wrapper > .elementor-button-textFailure 4:
<span class="elementor-button-text">Business</span>.elementor-element-107faa8 > .elementor-button-link.elementor-button[aria-controls="off-canvas-4395deb"] > .elementor-button-content-wrapper > .elementor-button-textFailure 5:
<span class="elementor-button-text">Government</span>.elementor-element-7a6320d > .elementor-button-link.elementor-button[aria-controls="off-canvas-975b0e4"] > .elementor-button-content-wrapper > .elementor-button-text… and 34 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en-US">htmlImpact: serious
Failure 1:
<a class="elementor-icon" href="https://www.facebook.com/CityofJackson/" target="_blank">.elementor-element-f79e073 > .elementor-icon-wrapper > .elementor-icon[target="_blank"]Impact: moderate
Failure 1:
<html lang="en-US">htmlImpact: moderate
Failure 1:
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>.skip-linkFailure 2:
<div class="elementor-element elementor-element-8080f21 elementor-widget elementor-widget-heading animated fadeInLeft" data-id="8080f21" data-element_type="widget" data-e-type="widget" data-settings="{"_animation":"fadeInLeft"}" data-widget_type="heading.default">.elementor-element-8080f21Failure 3:
<div class="elementor-element elementor-element-98eeb20 elementor-widget elementor-widget-heading" data-id="98eeb20" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">.elementor-element-98eeb20Failure 4:
<div class="elementor-element elementor-element-5e88f88 elementor-widget elementor-widget-heading" data-id="5e88f88" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">.elementor-element-5e88f88Failure 5:
<div class="elementor-element elementor-element-a8fc171 elementor-widget elementor-widget-heading" data-id="a8fc171" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">.elementor-element-a8fc171… and 10 more failures for this rule
Impact: moderate
Failure 1:
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>.skip-linkImpact: 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: critical
Failure 1:
<div id="divTabbedb4edb550-56e6-49f7-baa0-0eb400052a1e" class="widget widgetTabbed skin21 wide" data-widgetid="b4edb550-56e6-49f7-baa0-0eb400052a1e" role="tablist">#divTabbedb4edb550-56e6-49f7-baa0-0eb400052a1eImpact: critical
Failure 1:
<a href="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_0" class="tabButton" role="tab" aria-controls="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_0" aria-selected="true" style="height: 74px;"><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="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_1" class="tabButton" role="tab" aria-controls="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_1" aria-selected="false" style="height: 74px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_0" class="tabButton" role="tab" aria-controls="#tabb4edb550-56e6-49f7-baa0-0eb400052a1e_0" aria-selected="true" style="height: 74px;"><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="newsFlashItemHeader1749" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1749" target="_self">Important Information Regarding the Upcoming CRA and City Commission Meetings </a> </h4>#newsFlashItemHeader1749Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderb5a15302-87bf-41bf-8fe0-95a5b1e31c74">#miniCalendarHeaderb5a15302-87bf-41bf-8fe0-95a5b1e31c74Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetef63eb50-c462-434c-a55c-a2137f0da08a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdvc071f91e-6..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvc071f91e-6cd6-457e-998f-c5bf213c831eFailure 3:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash4dafe..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash4dafe5a5-92cb-47ea-bd76-dcb6d04bae75Impact: serious
Failure 1:
<a href="tel:954-967-4357"></a>a[href="tel:954-967-4357"]:nth-child(3)Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderb5a15302-87bf-41bf-8fe0-95a5b1e31c74 > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeaderb5..." summary="This table represent...">#widgetCalendarb5a15302-87bf-41bf-8fe0-95a5b1e31c74 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<h4 class="widgetTitle">Fri, Feb 27</h4>.col1.col:nth-child(3) > ol > li > h4Failure 5:
<div style="" class="widgetDesc"> <strong><a href="/Calendar.aspx?EID=11314">Live Music at Hollywood Beach Theatre</a></strong> </div>li[data-event-i-d="11314"] > .widgetDesc… and 11 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed0876df09-2320-41ea-8e46-3c13d726229c" class="widget widgetTabbed skin53 wide" data-widgetid="0876df09-2320-41ea-8e46-3c13d726229c" role="tablist">#divTabbed0876df09-2320-41ea-8e46-3c13d726229cFailure 2:
<div id="divTabbed101349ea-348e-414e-9ebe-65129f85b9b8" class="widget widgetTabbed skin48 wide" data-widgetid="101349ea-348e-414e-9ebe-65129f85b9b8" role="tablist">#divTabbed101349ea-348e-414e-9ebe-65129f85b9b8Impact: critical
Failure 1:
<a href="#tab0876df09-2320-41ea-8e46-3c13d726229c_0" class="tabButton" role="tab" aria-controls="#tab0876df09-2320-41ea-8e46-3c13d726229c_0" aria-selected="true" style="height: 71px;">#divTabbed0876df09-2320-41ea-8e46-3c13d726229c > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab0876df09-2320-41ea-8e46-3c13d726229c_1" class="tabButton" role="tab" aria-controls="#tab0876df09-2320-41ea-8e46-3c13d726229c_1" aria-selected="false" style="height: 71px;">#divTabbed0876df09-2320-41ea-8e46-3c13d726229c > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab101349ea-348e-414e-9ebe-65129f85b9b8_0" class="tabButton" role="tab" aria-controls="#tab101349ea-348e-414e-9ebe-65129f85b9b8_0" aria-selected="true" style="height: 71px;">#divTabbed101349ea-348e-414e-9ebe-65129f85b9b8 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 4:
<a href="#tab101349ea-348e-414e-9ebe-65129f85b9b8_1" class="tabButton" role="tab" aria-controls="#tab101349ea-348e-414e-9ebe-65129f85b9b8_1" aria-selected="false" style="height: 71px;"><span class="tabName editable" data-sequence="1" data-tabname="EVENTS" contenteditable="false">EVENTS</span></a>#divTabbed101349ea-348e-414e-9ebe-65129f85b9b8 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab0876df09-2320-41ea-8e46-3c13d726229c_0" class="tabButton" role="tab" aria-controls="#tab0876df09-2320-41ea-8e46-3c13d726229c_0" aria-selected="true" style="height: 71px;">#divTabbed0876df09-2320-41ea-8e46-3c13d726229c > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab101349ea-348e-414e-9ebe-65129f85b9b8_0" class="tabButton" role="tab" aria-controls="#tab101349ea-348e-414e-9ebe-65129f85b9b8_0" aria-selected="true" style="height: 71px;">#divTabbed101349ea-348e-414e-9ebe-65129f85b9b8 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader5261" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=5261" target="_self">City Property Taxes Due February 28, 2026 </a> </h4>#newsFlashItemHeader5261Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderb21f93a8-f10c-4ced-82d6-2009f3d92c56">#miniCalendarHeaderb21f93a8-f10c-4ced-82d6-2009f3d92c56Impact: moderate
Failure 1:
<section id="widgetQuicklink81956..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink81956627-4f47-4a57-afc4-e92d6d337a30Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget73d216e4-762b-4994-b12d-3b8d125c2990 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv0a2033fd-1..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv0a2033fd-1d28-492e-b930-c2015f6b5641Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed0876df09-2320-41ea-8e46-3c13d726229c > .tabbedWidget.cpTabsFailure 3:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed101349ea-348e-414e-9ebe-65129f85b9b8 > .tabbedWidget.cpTabsFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderb21f93a8-f10c-4ced-82d6-2009f3d92c56 > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeaderb2..." summary="This table represent...">#widgetCalendarb21f93a8-f10c-4ced-82d6-2009f3d92c56 > .mediaLeft.cpGrid1.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > table… and 3 more failures for this rule
Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer1">#contentContainer1Failure 2:
<aside data-cprole="contentContainer" id="contentContainer2">#contentContainer2Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer1">#contentContainer1Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid6 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="widgetQuicklink91a74..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-labelledby="quickLinksHeader91a7...">#widgetQuicklink91a740ed-cace-4b3c-bf01-37937aaff5c0Impact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlImpact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<a class="translateWidget" title="Enable Google Transl..." style="background-color: #F...">.translateWidgetImpact: minor
Failure 1:
<section class="header-overlay" role="heading" aria-level="1">.header-overlayFailure 2:
<aside class="row" role="complementary"> <div class="col-sm-12"> </div> </aside>section > aside[role="complementary"]Impact: critical
Failure 1:
<ul class="menu nav menu-level-0" role="menu">.navImpact: serious
Failure 1:
<span>View All</span>a[href$="calendar"] > spanFailure 2:
<span class="">8:30AM - 12:00PM</span>a[href$="city-council-13"] > .event-info > .time > span:nth-child(1)Failure 3:
<span class="address-wrapper"> @ Hotel Bellwether, 1 Bellwether Way, Bellingham WA 98225</span>a[href$="city-council-13"] > .event-info > .time > .address-wrapperFailure 4:
<span class="">1:00PM - 4:00PM</span>.col-12.col-md-6.mb-5:nth-child(2) > a > .event-info > .time > span:nth-child(1)Failure 5:
<span class="address-wrapper"> @ Hyatt House Seattle/Bellevue, 3244 139th Ave. SE</span>.col-12.col-md-6.mb-5:nth-child(2) > a > .event-info > .time > .address-wrapper… and 8 more failures for this rule
Impact: serious
Failure 1:
<input name="searchrequest" id="cludo-search-form-input" type="search" class="form-control" placeholder="Search for..." value="" title="Type search term" autocomplete="off" aria-autocomplete="list" aria-haspopup="true">#cludo-search-form-inputImpact: moderate
Failure 1:
<div class="header-image-wrapper" role="banner">.header-image-wrapperImpact: moderate
Failure 1:
<aside class="col-sm-3">.row:nth-child(1) > .col-sm-3:nth-child(1)Failure 2:
<aside class="col-sm-3">.col-sm-3:nth-child(2)Failure 3:
<aside class="col-sm-3">.col-sm-3:nth-child(3)Failure 4:
<aside class="col-sm-3">.col-sm-3:nth-child(4)Failure 5:
<aside class="col-sm-3 col-sm-12">.row:nth-child(2) > .col-sm-3Impact: moderate
Failure 1:
<aside class="global-navigation">.global-navigationImpact: serious
Failure 1:
<li class="menu__item"> <a href="/" class="menu__link is-active" data-drupal-link-system-path="<front>" aria-current="page">Bellevue Home</a> </li>.nav > .menu__item:nth-child(1)Failure 2:
<li class="expanded dropdown-item menu__item">.expanded.dropdown-item.menu__item:nth-child(2)Failure 3:
<li class="expanded dropdown-item menu__item">.expanded.dropdown-item.menu__item:nth-child(3)Failure 4:
<li class="expanded dropdown-item menu__item">.expanded.dropdown-item.menu__item:nth-child(4)Failure 5:
<li class="expanded dropdown-item menu__item">.expanded.dropdown-item.menu__item:nth-child(5)… and 2 more failures for this rule
Impact: moderate
Failure 1:
<div class="view news-homepage js-view-dom-id-09d0be10c77bf125e7107998286a8235faa114f391afdc2489e1937a1b150e9a">.news-homepageImpact: serious
Failure 1:
<a href="#main-content" class="visually-hidden focusable" tabindex="1"> Skip to main content </a>.focusableFailure 2:
<a tabindex="1" href="/">City of Bellevue, WA</a>.navbar-brand > a[href="/"]Failure 3:
<div class="navbar-navi" tabindex="1">.navbar-naviFailure 4:
<button id="navbar-dropdown" class="btn btn-outline-light btn-outline-bg dropdown-toggle " data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" type="button" tabindex="1"> <i class="fas fa-language"></i> <span class="navbar-toggler-text">Language </span> </button>#navbar-dropdownFailure 5:
<button id="navbar-toggler" class="btn btn-outline-light btn-outline-bg" type="button" tabindex="1"> <i class="fas fa-bars"></i> <span class="navbar-toggler-text">Menu </span> </button>#navbar-togglerImpact: critical
Failure 1:
<div id="divTabbed155cdbe4-1cb0-45cf-bf33-981277e97df0" class="widget widgetTabbed skin61 wide" data-widgetid="155cdbe4-1cb0-45cf-bf33-981277e97df0" role="tablist">#divTabbed155cdbe4-1cb0-45cf-bf33-981277e97df0Impact: critical
Failure 1:
<a href="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_0" class="tabButton" role="tab" aria-controls="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_0" aria-selected="true" style="height: 49px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_1" class="tabButton" role="tab" aria-controls="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_1" aria-selected="false" style="height: 49px;"><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="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_0" class="tabButton" role="tab" aria-controls="#tab155cdbe4-1cb0-45cf-bf33-981277e97df0_0" aria-selected="true" style="height: 49px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget0bedcd87-efa5-41a1-b7bf-70a7fbe97cbe > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=273" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=9306" alt="4" data-delayed-image=""></a>li[data-index="1"] > a[href="/CivicAlerts.aspx?AID=273"][target="_self"]Failure 2:
<a href="/CivicAlerts.aspx?AID=272" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=9272" alt="Pickleball News Flash Thumbnail" data-delayed-image=""></a>li[data-index="2"] > a[href="/CivicAlerts.aspx?AID=272"][target="_self"]Failure 3:
<a href="/CivicAlerts.aspx?AID=271" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=9239" alt="Vent Rebate News Flash Thumbnail" data-delayed-image=""></a>li[data-index="3"] > a[href="/CivicAlerts.aspx?AID=271"][target="_self"]Failure 4:
<a href="/CivicAlerts.aspx?AID=270" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=8923" alt="General City News Flash (1)" data-delayed-image=""></a>li[data-index="4"] > a[href="/CivicAlerts.aspx?AID=270"][target="_self"]Failure 5:
<a href="/CivicAlerts.aspx?AID=268" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=7450" alt="ECT Update " data-delayed-image=""></a>li[data-index="5"] > a[href="/CivicAlerts.aspx?AID=268"][target="_self"]… and 103 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlImpact: 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>#miniCalendarHeader8e7496e0-6ba8-40c0-a8ad-e7edf0b27230 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeader8e..." summary="This table represent...">.mediaLeft.cpGrid1.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>.mediaLeft.cpGrid1.widgetBody > .calendarInnerWrapper > .row.wide[data-event-list-row="true"] > p… and 2 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.joliet.gov/" on this server.<p> Reference #18.4c34d517.1772224864.1ff91451 </p><p>https://errors.edgesuite.net/18.4c34d517.1772224864.1ff91451</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.joliet.gov/" on this server.<p> Reference #18.4c34d517.1772224864.1ff91451 </p><p>https://errors.edgesuite.net/18.4c34d517.1772224864.1ff91451</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.4c34d517.1772224864.1ff91451 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.4c34d517.1772224864.1ff91451</p>p:nth-child(3)Impact: critical
Failure 1:
<div id="divTabbed58f7a59d-7ab5-4572-8040-70ea61327cff" class="widget widgetTabbed skin12 wide" data-widgetid="58f7a59d-7ab5-4572-8040-70ea61327cff" role="tablist">#divTabbed58f7a59d-7ab5-4572-8040-70ea61327cffFailure 2:
<div id="divTabbed483f6b57-3339-45d8-8b3b-01f675298c65" class="widget widgetTabbed skin12 wide" data-widgetid="483f6b57-3339-45d8-8b3b-01f675298c65" role="tablist">#divTabbed483f6b57-3339-45d8-8b3b-01f675298c65Impact: critical
Failure 1:
<a href="#tab58f7a59d-7ab5-4572-8040-70ea61327cff_0" class="tabButton" role="tab" aria-controls="#tab58f7a59d-7ab5-4572-8040-70ea61327cff_0" aria-selected="true" style="height: 52px;">#divTabbed58f7a59d-7ab5-4572-8040-70ea61327cff > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab483f6b57-3339-45d8-8b3b-01f675298c65_0" class="tabButton" role="tab" aria-controls="#tab483f6b57-3339-45d8-8b3b-01f675298c65_0" aria-selected="true" style="height: 52px;">#divTabbed483f6b57-3339-45d8-8b3b-01f675298c65 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 3:
<a href="#tab483f6b57-3339-45d8-8b3b-01f675298c65_1" class="tabButton" role="tab" aria-controls="#tab483f6b57-3339-45d8-8b3b-01f675298c65_1" aria-selected="false" style="height: 52px;"><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="#tab58f7a59d-7ab5-4572-8040-70ea61327cff_0" class="tabButton" role="tab" aria-controls="#tab58f7a59d-7ab5-4572-8040-70ea61327cff_0" aria-selected="true" style="height: 52px;">#divTabbed58f7a59d-7ab5-4572-8040-70ea61327cff > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab483f6b57-3339-45d8-8b3b-01f675298c65_0" class="tabButton" role="tab" aria-controls="#tab483f6b57-3339-45d8-8b3b-01f675298c65_0" aria-selected="true" style="height: 52px;">#divTabbed483f6b57-3339-45d8-8b3b-01f675298c65 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<span class="text">Report a Concern</span>.fancyButton352 > span > span > .textFailure 2:
<span class="text">Questions?</span>.fancyButton353 > span > span > .textFailure 3:
<span class="text">Customer Comments</span>.fancyButton533 > span > span > .textFailure 4:
<a href="https://mailchi.mp/charleston-sc/city-of-charleston-newsletter" class="btn-custom-blue" target="_blank" aria-label="Join Now Opens in new window">Join Now</a>.btn-custom-blueFailure 5:
<span class="follow-text">Follow Our Official Channels:</span>.follow-textImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1637" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=1637" target="_self">The City of Charleston Office of Cultural Affairs Announces The Message is Clear Exhibition </a></h4>#newsFlashItemHeader1637Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer6b" class="welcome_ts">#contentContainer6bFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget85169917-1559-45f8-8004-4a713b7b4ae5 > .cpGrid4.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv9cb26208-f..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv9cb26208-fccd-449a-9549-2dfe31d2e4eaImpact: serious
Failure 1:
<a href="/index.aspx?NID=400" target="_self" class="readOn"></a>p:nth-child(3) > .readOn[href="/index.aspx?NID=400"][target="_self"]:nth-child(1)Failure 2:
<a href="/index.aspx?NID=400" target="_self" class="readOn"></a>.readOn[href="/index.aspx?NID=400"][target="_self"]:nth-child(2)Impact: 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: moderate
Failure 1:
<h4 id="newsFlashItemHeader2513" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=2513" target="_self">Mesquite Honors Black History Month </a> </h4>#newsFlashItemHeader2513Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderabec2e7a-d5f3-485f-ad15-7f8db1ca26db">#miniCalendarHeaderabec2e7a-d5f3-485f-ad15-7f8db1ca26dbImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidgetb273a3ec-ed17-48dc-bf5b-d7e13dc84a00 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv054a69f0-b..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv054a69f0-bc55-4aa9-a35e-3a06c2107118Impact: 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="miniCalendarHeaderab..." summary="This table represent...">tableFailure 4:
<div class="col col1">div[data-event-list-row="true"] > .col1.colFailure 5:
<a id="calendarViewAllabec2e7a-d5f3-485f-ad15-7f8db1ca26db" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>#calendarViewAllabec2e7a-d5f3-485f-ad15-7f8db1ca26db… and 1 more failures for this rule
Impact: serious
Failure 1:
<div class="date">2026-02-27 20:41:44 UTC</div>#main-iframeImpact: serious
Failure 1:
<html style="height:100%">htmlImpact: serious
Failure 1:
<iframe id="main-iframe" src="/_Incapsula_Resource..." frameborder="0" width="100%" height="100%" marginheight="0px" marginwidth="0px">#main-iframeImpact: serious
Failure 1:
<html style="height:100%">htmlImpact: moderate
Failure 1:
<html style="height:100%">htmlFailure 2:
<html lang="en">#main-iframeImpact: moderate
Failure 1:
<html style="height:100%">htmlFailure 2:
<html lang="en">#main-iframeImpact: moderate
Failure 1:
<div class="container">#main-iframeImpact: critical
Failure 1:
<div id="divTabbeddad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f" class="widget widgetTabbed skin56 wide" data-widgetid="dad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f" role="tablist">#divTabbeddad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8fImpact: critical
Failure 1:
<a href="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_0" class="tabButton" role="tab" aria-controls="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_0" aria-selected="true" style="height: 62px;"><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="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_1" class="tabButton" role="tab" aria-controls="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_1" aria-selected="false" style="height: 62px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_0" class="tabButton" role="tab" aria-controls="#tabdad20d5a-ef9f-4c84-98b1-4bd1f3e2ea8f_0" aria-selected="true" style="height: 62px;"><span class="tabName editable" data-sequence="0" data-tabname="News" contenteditable="false">News</span></a>.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: minor
Failure 1:
<h1 class="headline" style="text-align: center;"><br></h1>h1:nth-child(4)Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdva4d37b3c-a..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdva4d37b3c-afe9-4bbf-9825-2b7d4d96c200Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<li class="dateBlock" style="background-color: #fff;color: #8B8D09;"> <abbr class="dateAbbr" title="March">Mar</abbr> 2 </li>.col1.first.col > ol > .dateBlockFailure 4:
<div style="" class="widgetDesc"> <h4><a href="/Calendar.aspx?EID=1546"><span>Special Finance & Personnel Committee Meeting</span></a></h4> </div>li[data-event-i-d="1546"] > .widgetDescFailure 5:
<span class="visuallyHidden">Special Finance & Personnel Committee Meeting</span>.readOn[href="/Calendar.aspx?EID=1546"] > .visuallyHidden… and 18 more failures for this rule
Impact: moderate
Failure 1:
<div data-oc-tabs-name="tabs" class="tab-group profile-featured-links" role="region" aria-label="Tabbed content">div[data-oc-tabs-name="tabs"]Impact: critical
Failure 1:
<button class="btn btn-default" id="search_submit_btn" type="submit">#customHtmle71bf310-c64a-4202-84f0-62846698c974 > div > iframeImpact: serious
Failure 1:
<a href="/CivicAlerts.aspx?AID=3297" target="_self" id="newsFlashReadOn3297" aria-labelledby="newsFlashItemHeader3297 newsFlashReadOn3297" class="readOn">Read on...</a>#newsFlashReadOn3297Failure 2:
<a href="/CivicAlerts.aspx?AID=3296" target="_self" id="newsFlashReadOn3296" aria-labelledby="newsFlashItemHeader3296 newsFlashReadOn3296" class="readOn">Read on...</a>#newsFlashReadOn3296Failure 3:
<a href="/CivicAlerts.aspx?AID=3295" target="_self" id="newsFlashReadOn3295" aria-labelledby="newsFlashItemHeader3295 newsFlashReadOn3295" class="readOn">Read on...</a>#newsFlashReadOn3295Failure 4:
<a href="/CivicAlerts.aspx?AID=3294" target="_self" id="newsFlashReadOn3294" aria-labelledby="newsFlashItemHeader3294 newsFlashReadOn3294" class="readOn">Read on...</a>#newsFlashReadOn3294Failure 5:
<a id="newsFlashViewAll75085da8-92b4-41c7-bb73-470819b972b9" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>#newsFlashViewAll75085da8-92b4-41c7-bb73-470819b972b9… and 2 more failures for this rule
Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader3297" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=3297" target="_self">Mayor Pro Tem Dr. Estella Shabazz to Host District Town Hall March 23 </a></h4>#newsFlashItemHeader3297Failure 2:
<h4><a href="/Calendar.aspx?EID=7808"><span>Applications for Neighborhood Improvement Team & Path Forward Open! </span></a></h4>li[data-event-i-d="7808"] > .widgetDesc > h4Failure 3:
<h3>Contact Us</h3>#headerc8a0314d-b183-4bc2-add0-0bdbe16c8db6 > div > h3Impact: moderate
Failure 1:
<header data-cprole="structuralContainer" id="headerContainerTS">#headerContainerTSFailure 2:
<section id="divInfoAdv9a93d000-4..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv9a93d000-4713-4aca-9e7c-40928f6b5c7dFailure 3:
<section id="widgetPreviewSearch" class="widget widgetSearch skin32 widgetOptionSet12" style="display: block;" aria-label="Search">.id7a00255a-80b4-4067-a2ef-b0e2cb546e1f > div[data-widget-controller-path="/Layout/WidgetSearch"] > .widgetSearch.widgetOptionSet12[aria-label="Search"]Failure 4:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget16368493-4a79-4bdb-8cd7-ca83d54e7299 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 5:
<div data-cprole="structuralContainer" id="mainWrapTS" class="mainWrap" role="main">#mainWrapTSImpact: moderate
Failure 1:
<div id="player" style="width: 100%; height: 100%;">#customHtml5b7a849d-554f-487b-9fdc-013c240b8257 > div > iframe[title="YouTube video player"]Failure 2:
<div id="player" style="width: 100%; height: 100%;">#customHtmla6540381-2779-4cd7-b47b-7ca8eee149a7 > div > iframe[title="YouTube video player"]Failure 3:
<li class="dateBlock" style=""> <abbr class="dateAbbr" title="January">Jan</abbr> 12 </li>.col1.first.col > ol > .dateBlockFailure 4:
<div style="" class="widgetDesc"> <h4><a href="/Calendar.aspx?EID=7808"><span>Applications for Neighborhood Improvement Team & Path Forward Open! </span></a></h4> </div>li[data-event-i-d="7808"] > .widgetDescFailure 5:
<span class="visuallyHidden">Applications for Neighborhood Improvement Team & Path Forward Open! </span>.readOn[href="/Calendar.aspx?EID=7808"] > .visuallyHidden… and 7 more failures for this rule
Impact: 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" tabindex="0">1</button></li>#slick-slide00Failure 2:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation10" id="slick-slide10"><button type="button" data-role="none" role="button" tabindex="0">1</button></li>#slick-slide10Impact: serious
Failure 1:
<div id="prefix-overlay-outer" tabindex="0" role="dialog" aria-labelledby="#prefix-overlay-header" aria-describedby="#prefix-overlay-step1">#prefix-overlay-outerImpact: serious
Failure 1:
<div class="slick-track" role="listbox" style="opacity: 1; width: 3036px; transform: translate3d(-759px, 0px, 0px);">.slides > .slick-list.draggable[aria-live="polite"] > .slick-track[role="listbox"]Failure 2:
<div class="slick-track" role="listbox" style="opacity: 1; width: 1460px; transform: translate3d(-365px, 0px, 0px);">.eventsList > .slick-list.draggable[aria-live="polite"] > .slick-track[role="listbox"]Impact: critical
Failure 1:
<ul class="slick-dots" style="display: block;" role="tablist">.news > .slick-dots[role="tablist"]Failure 2:
<ul class="slick-dots" style="display: block;" role="tablist">.events > .slick-dots[role="tablist"]Impact: minor
Failure 1:
<img title="Nextdoor" alt="Nextdoor" src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_7964838/Templates/Nextdoor-25.png">img[title="Nextdoor"]Failure 2:
<img title="Everbridge" alt="Everbridge" src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_7964838/Templates/everbridge-22.png">img[title="Everbridge"]Impact: serious
Failure 1:
<input placeholder="Email Address" name="e" type="email" required="" id="prefix-emailInput" title="Email Address">#prefix-emailInputImpact: serious
Failure 1:
<a href="#" onclick="OpenPrintPage(); return false;" class="print"><span class="fa fa-print"></span></a>.printImpact: serious
Failure 1:
<ul class="slides slick-initialized slick-slider slick-dotted">.slidesImpact: serious
Failure 1:
<span class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide00" style="width: 759px;">span[aria-describedby="slick-slide00"]Failure 2:
<span class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide10" style="width: 353px;">span[aria-describedby="slick-slide10"]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" tabindex="0">1</button></li>#slick-slide00Failure 2:
<li class="slick-active" aria-hidden="false" role="presentation" aria-selected="true" aria-controls="navigation10" id="slick-slide10"><button type="button" data-role="none" role="button" tabindex="0">1</button></li>#slick-slide10Impact: moderate
Failure 1:
<div id="skip"><a href="#page">Skip navigation</a></div>#skipFailure 2:
<div id="header-left">#header-leftFailure 3:
<ul class="fontSize">.fontSizeFailure 4:
<span>Language</span>.translate_btn > span:nth-child(1)Failure 5:
<div id="sliderctl00_ContentPlaceHolder1_ctl17_divView" class="nivoSlider" style="max-width:9999px;max-height:650px;">#sliderctl00_ContentPlaceHolder1_ctl17_divView… and 16 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.torranceca.gov/" on this server.<p> Reference #18.baaa3717.1772224998.5ccb20 </p><p>https://errors.edgesuite.net/18.baaa3717.1772224998.5ccb20</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.torranceca.gov/" on this server.<p> Reference #18.baaa3717.1772224998.5ccb20 </p><p>https://errors.edgesuite.net/18.baaa3717.1772224998.5ccb20</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.baaa3717.1772224998.5ccb20 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.baaa3717.1772224998.5ccb20</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.a4aa3717.1772225000.10cc8c9a </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.a4aa3717.1772225000.10cc8c9a</p>p:nth-child(3)Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs" style="">#divTabbed0c3af560-85f5-4a5e-8000-447c914c1165 > olFailure 2:
<span class="cpBylineTextTS">Government Websites by <a href="//connect.civicplus.com/referral">CivicPlus®</a></span>.cpBylineTextTSImpact: serious
Failure 1:
<a href="javascript:frmSearchGo();" id="site-search-btn" class="button expand postfix">Go</a>#site-search-btnFailure 2:
<a class="backup" href="\default.asp"> back to top</a>.backupImpact: moderate
Failure 1:
<h3> We’re Social </h3>.footer-column-small > h3Impact: critical
Failure 1:
<img src="img/00/layout/icon-event-on.png" class="icon">#eventsclick > .iconFailure 2:
<img src="img/00/layout/icon-news-on.png" class="icon">img[src$="icon-news-on.png"]Impact: moderate
Failure 1:
<section id="hp-popular-links" class="small-12 large-3 columns">#hp-popular-linksFailure 2:
<li style="float: none; list-style: none; position: absolute; width: 759px; z-index: 50; display: block;">.bxslider > li:nth-child(1)Failure 3:
<div class="bx-controls-direction"><a class="bx-prev" href="">Prev</a><a class="bx-next" href="">Next</a></div>.bx-controls-directionFailure 4:
<ul class="tab-nav">.tab-navFailure 5:
<div id="tab-events" class="active" style="display: block;">#tab-events… and 1 more failures for this rule
Impact: serious
Failure 1:
<div id="event-scroll" class="scroll" tabindex="5000" style="overflow: hidden; outline: none;">#event-scrollImpact: serious
Failure 1:
<a href="https://www.gainesvillefl.gov/News-articles" class="panel-button">View More News</a>.profile-news-listing-container > .panel-buttonFailure 2:
<input type="submit" class="address-picker-submit" value="Search">.address-picker-submitImpact: critical
Failure 1:
<div id="divTabbedc056c38c-55ac-4572-bf96-4064498c7338" class="widget widgetTabbed skin30 wide" data-widgetid="c056c38c-55ac-4572-bf96-4064498c7338" role="tablist">#divTabbedc056c38c-55ac-4572-bf96-4064498c7338Impact: critical
Failure 1:
<a href="#tabc056c38c-55ac-4572-bf96-4064498c7338_0" class="tabButton" role="tab" aria-controls="#tabc056c38c-55ac-4572-bf96-4064498c7338_0" aria-selected="true" style="height: 70px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabc056c38c-55ac-4572-bf96-4064498c7338_1" class="tabButton" role="tab" aria-controls="#tabc056c38c-55ac-4572-bf96-4064498c7338_1" aria-selected="false" style="height: 70px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabc056c38c-55ac-4572-bf96-4064498c7338_0" class="tabButton" role="tab" aria-controls="#tabc056c38c-55ac-4572-bf96-4064498c7338_0" aria-selected="true" style="height: 70px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<section id="divInfoAdv31d14d8c-c..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv31d14d8c-c1b8-4d46-a360-84c257c0752aFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget4fd67583-b88e-4232-b988-1c268715497a > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Impact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlImpact: moderate
Failure 1:
<div data-cprole="structuralContainer" id="logoContainerWrapperTS">#logoContainerWrapperTSFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div data-minicalendar="true" class="miniCalendar media" style="width: 45%; ">#widgetCalendarf32d1ac0-8169-4bba-bf42-0da119078df0 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"]Failure 4:
<p class="widgetItem">There are no published events in current month.</p>#widgetCalendarf32d1ac0-8169-4bba-bf42-0da119078df0 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > pFailure 5:
<a id="calendarViewAllf32d1ac0-8169-4bba-bf42-0da119078df0" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>#calendarViewAllf32d1ac0-8169-4bba-bf42-0da119078df0… and 1 more failures for this rule
Impact: critical
Failure 1:
<div id="divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543" class="widget widgetTabbed skin111 wide" data-widgetid="33d7c2e7-2426-4c8d-a815-ee013d07f543" role="tablist">#divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543Failure 2:
<div id="divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad" class="widget widgetTabbed skin112 wide" data-widgetid="bad830ea-6e31-4b0e-87ac-36598c28d9ad" role="tablist">#divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9adImpact: critical
Failure 1:
<a href="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_0" class="tabButton" role="tab" aria-controls="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_0" aria-selected="true" style="height: 58px;">#divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_1" class="tabButton" role="tab" aria-controls="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_1" aria-selected="false" style="height: 58px;">#divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabbad830ea-6e31-4b0e-87ac-36598c28d9ad_0" class="tabButton" role="tab" aria-controls="#tabbad830ea-6e31-4b0e-87ac-36598c28d9ad_0" aria-selected="true" style="height: 46px;">#divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 4:
<a href="#tabbad830ea-6e31-4b0e-87ac-36598c28d9ad_1" class="tabButton" role="tab" aria-controls="#tabbad830ea-6e31-4b0e-87ac-36598c28d9ad_1" aria-selected="false" style="height: 46px;">#divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_0" class="tabButton" role="tab" aria-controls="#tab33d7c2e7-2426-4c8d-a815-ee013d07f543_0" aria-selected="true" style="height: 58px;">#divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabbad830ea-6e31-4b0e-87ac-36598c28d9ad_0" class="tabButton" role="tab" aria-controls="#tabbad830ea-6e31-4b0e-87ac-36598c28d9ad_0" aria-selected="true" style="height: 46px;">#divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: serious
Failure 1:
<span class="tabName editable" data-sequence="1" data-tabname="press Releases" contenteditable="false">press Releases</span>li:nth-child(2) > .tabButton[role="tab"] > .tabName[data-tabname="press Releases"][data-sequence="1"]Failure 2:
<span class="tabName editable" data-sequence="1" data-tabname="Holidays" contenteditable="false">Holidays</span>li:nth-child(2) > .tabButton[role="tab"] > .tabName[data-tabname="Holidays"][data-sequence="1"]Impact: serious
Failure 1:
<iframe id="tmg-widget-iframe" src="https://textmygov.co..." style="width: 255px; height...">#tmg-widget-iframeImpact: moderate
Failure 1:
<h4 id="newsFlashItemHeader1055" class="widgetTitle"> <a href="https://www.spotsylvania.va.us/2943/New-Industrial-User-Permit" target="_self">Industrial User Permit Reissuance </a> </h4>#newsFlashItemHeader1055Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeaderef09a5cb-8ca6-4d78-a996-50cd985fc985">#miniCalendarHeaderef09a5cb-8ca6-4d78-a996-50cd985fc985Impact: critical
Failure 1:
<img src="dist/images/TextMyGov-Logo-R-Green.png" id="tmg-widget-button" onclick="toggleWidget()" class="hide tmg-show">#tmg-widget-iframeImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdv35df49b0-3..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv35df49b0-39a0-40e1-8bf3-73464a77a41bImpact: serious
Failure 1:
<a href="https://www.spotsylvania.va.us/2943/New-Industrial-User-Permit" target="_self"><img class="media cover" src="/ImageRepository/Document?documentID=31556" alt="" data-delayed-image="" style="height: 350px"></a>.widgetItem[data-index="0"] > a[target="_self"]Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed33d7c2e7-2426-4c8d-a815-ee013d07f543 > .tabbedWidget.cpTabsFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbedbad830ea-6e31-4b0e-87ac-36598c28d9ad > .tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderef09a5cb-8ca6-4d78-a996-50cd985fc985 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeaderef..." summary="This table represent...">#widgetCalendaref09a5cb-8ca6-4d78-a996-50cd985fc985 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>#widgetCalendaref09a5cb-8ca6-4d78-a996-50cd985fc985 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > p… and 2 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.8a293417.1772225149.13f469a </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.8a293417.1772225149.13f469a</p>p:nth-child(3)