Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Total Unique | Page Title |
|---|---|---|---|---|---|---|
| View Page | 352 | 355 | 841 | 361 | 1909 | Akron, OH |
| View Page | 3 | 28 | 369 | 54 | 454 | City of Long Beach |
| View Page | 38 | 55 | 283 | 30 | 406 | Visit Irving, TX | Things To Do, Concerts & Restaurants |
| View Page | 50 | 44 | 257 | 32 | 383 | City of Irvine |
| View Page | 50 | 44 | 256 | 32 | 382 | City of Irvine |
| View Page | 16 | 68 | 187 | 96 | 367 | Office of the Bronx Borough President, NY |
| View Page | 28 | 25 | 291 | 23 | 367 | Yonkers, NY | Official Website |
| View Page | 8 | 24 | 197 | 137 | 366 | Jacksonville.gov - Welcome |
| View Page | 35 | 18 | 292 | 10 | 355 | Home - City of Jersey City |
| View Page | 5 | 39 | 262 | 14 | 320 | Home | Saint Paul Minnesota |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 119 of 327 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 106 of 327 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 76 of 327 | View Rule |
| SIA-R57: Landmarks don’t repeat the same content | 68 of 327 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 59 of 327 | View Rule |
| SIA-R61 | 55 of 327 | View Rule |
| SIA-R3: lang attribute has a valid language code | 48 of 327 | View Rule |
| SIA-R78: Headings of same level have text content between them | 48 of 327 | View Rule |
| SIA-R14: Images have an accessible name or are decorative | 45 of 327 | View Rule |
| SIA-R53: Headings follow a logical hierarchy | 44 of 327 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| region | 93 of 327 | View Rule |
| landmark-unique | 54 of 327 | View Rule |
| heading-order | 43 of 327 | View Rule |
| landmark-one-main | 40 of 327 | View Rule |
| color-contrast | 29 of 327 | View Rule |
| aria-valid-attr-value | 27 of 327 | View Rule |
| link-name | 25 of 327 | View Rule |
| html-has-lang | 24 of 327 | View Rule |
| page-has-heading-one | 23 of 327 | View Rule |
| aria-required-parent | 22 of 327 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
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):
#graphicLinkWidget94ff8b58-6cf0-43bb-a86d-456c7ab45f48 > .cpGrid7.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]
How to Replicate:
$x('#graphicLinkWidget94ff8b58-6cf0-43bb-a86d-456c7ab45f48 > .cpGrid7.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]')Affected Pages:
Scanner: ALFA
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Issue: The line height of the paragraph is normal which will result in a line height of less than 1.5
HTML Pattern:
<p>...</p>
XPath (use in browser DevTools):
/p
How to Replicate:
$x('/p')Affected Pages:
Scanner: ALFA
Rule: SIA-R4: Page has a descriptive title
Issue: The lang attribute is either missing, empty, or only whitespace
HTML Pattern:
<html>...</html>
XPath (use in browser DevTools):
/html
How to Replicate:
$x('/html')Affected Pages:
Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks
HTML Pattern:
<h1>Access Denied</h1>
XPath (use in browser DevTools):
h1
How to Replicate:
$x('h1')Affected Pages:
Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks
HTML Pattern:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>
XPath (use in browser DevTools):
#miniCalendarHeaderb34cb533-f8bb-4d5f-963f-6bf658ba280d > .cp-miniCalendar-title
How to Replicate:
$x('#miniCalendarHeaderb34cb533-f8bb-4d5f-963f-6bf658ba280d > .cp-miniCalendar-title')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a class="widgetDesc widgetQuickLinksLink" href="/" target="_self">Home</a>
XPath (use in browser DevTools):
/a[@class="widgetDesc widgetQuickLinksLink"]
How to Replicate:
$x('/a[@class="widgetDesc widgetQuickLinksLink"]')Affected Pages:
Scanner: 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-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):
.left.autoWidths[data-event-list-row="true"] > p
How to Replicate:
$x('.left.autoWidths[data-event-list-row="true"] > p')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:
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: 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: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>
XPath (use in browser DevTools):
/select[@class="goog-te-combo"]
How to Replicate:
$x('/select[@class="goog-te-combo"]')Affected Pages:
💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
Complete scan results for all tested pages:
| Submitted URL | Final URL | Status | HTTP | Redirected | Time (ms) | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | Duplicates | Notes |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://www.nyc.gov/ | https://www.nyc.gov/main | OK | 200 | yes | 13509 | 2 | 30 | 87 | 12 | 45 | Official Website of New York City Government - nyc.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-valid-attr-value, heading-order | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, combobox_haspopup_valid, element_id_unique, element_tabbable_unobscured, figure_label_exists, frame_src_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: keyboard-accessible/scrollable-region, labels-and-names/aria-dialog-name, labels-and-names/frame-title-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/image-alt-words | |||||||||||
| https://lacity.gov/ | https://lacity.gov/ | FAIL | 403 | no | 43245 | 5 | 22 | 103 | 6 | 140 | Access Denied |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-allowed-attr, aria-hidden-focus, color-contrast, landmark-unique | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, aria/presentational-children-focusable, distinguishable/color-contrast | |||||||||||
| http://www.queensbp.org/ | http://www.queensbp.org/ | FAIL | - | no | 51 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.houstontx.gov/ | https://www.houstontx.gov/ | FAIL | 400 | no | 2986 | 4 | 4 | 4 | 4 | 0 | Error |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, html_skipnav_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang | |||||||||||
| http://manhattanbp.nyc.gov/html/home/home.shtml | https://www.manhattanbp.nyc.gov/html/home/home.shtml | FAIL | 404 | yes | 14299 | 2 | 10 | 35 | 2 | 45 | |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: link-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, img_alt_null, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: navigable/link-name | |||||||||||
| https://www.phoenix.gov/ | https://www.phoenix.gov/ | OK | 200 | no | 32013 | 3 | 24 | 69 | 13 | 101 | Home | City of Phoenix |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-hidden-focus, heading-order, label-title-only | |||||||||||
| Equal Access failed rules: aria_child_tabbable, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, label_ref_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order | |||||||||||
| https://phila.gov/ | https://www.phila.gov/ | OK | 200 | yes | 18926 | 52 | 13 | 113 | 13 | 306 | City of Philadelphia |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: image-alt, landmark-one-main, landmark-unique, list, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_landmark_name_unique, aria_navigation_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, img_alt_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: adaptable/list-children, aria/aria-allowed-attr, keyboard-accessible/nested-interactive, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt | |||||||||||
| http://bronxboropres.nyc.gov/ | https://bronxboropres.nyc.gov/ | OK | 200 | yes | 26079 | 16 | 68 | 187 | 96 | 270 | Office of the Bronx Borough President, NY |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: aria-prohibited-attr, button-name, color-contrast, heading-order, image-redundant-alt, list, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, heading_markup_misuse, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, navigable/heading-order, text-alternatives/image-redundant-alt | |||||||||||
| https://www.sa.gov/ | https://www.sa.gov/Home | OK | 200 | yes | 13843 | 2 | 7 | 25 | 3 | 10 | Home - City of San Antonio |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: heading-order, landmark-unique | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/landmark-unique, landmarks/region, navigable/heading-order | |||||||||||
| https://www.sandiego.gov/ | https://www.sandiego.gov/ | OK | 200 | no | 22360 | 2 | 22 | 25 | 11 | 71 | City of San Diego Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: color-contrast | |||||||||||
| Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, landmarks/banner-is-top-level, landmarks/contentinfo-is-top-level, landmarks/region, text-alternatives/image-alt-words | |||||||||||
| https://dallascityhall.com/ | https://dallascityhall.com/Pages/default.aspx | OK | 200 | yes | 17695 | 0 | 42 | 34 | 1 | 62 | Welcome to the City of Dallas, Texas |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link) | |||||||||||
| Equal Access failed rules: aria_descendant_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order | |||||||||||
| https://www.sanjoseca.gov/ | https://www.sanjoseca.gov/ | FAIL | 403 | no | 2550 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.austintexas.gov/ | https://www.austintexas.gov/ | OK | 200 | no | 14097 | 3 | 11 | 31 | 10 | 31 | Home | AustinTexas.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique | |||||||||||
| Equal Access failed rules: aria_banner_label_unique, aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/banner-is-top-level, text-alternatives/image-alt-words | |||||||||||
| https://www.jacksonville.gov/ | https://www.jacksonville.gov/ | OK | 200 | no | 17335 | 8 | 24 | 197 | 137 | 131 | Jacksonville.gov - Welcome |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R85 | |||||||||||
| axe failed rules: aria-allowed-role, image-redundant-alt, link-name, region, role-img-alt | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, aria_role_valid, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_redundant, input_checkboxes_grouped, input_label_exists, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/label-title-only, landmarks/region, navigable/skip-link, text-alternatives/image-redundant-alt | |||||||||||
| https://www.fortworthtexas.gov/ | https://www.fortworthtexas.gov/Home | OK | 200 | yes | 15135 | 12 | 11 | 3 | 1 | 47 | Home – Welcome to the City of Fort Worth |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: scrollable-region-focusable | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://www.columbus.gov/ | https://www.columbus.gov/Home | OK | 200 | yes | 11947 | 0 | 13 | 15 | 5 | 7 | Home - City of Columbus, Ohio |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/region | |||||||||||
| https://www.indy.gov/ | https://www.indy.gov/ | OK | 200 | no | 9123 | 0 | 9 | 21 | 34 | 23 | indy.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85, SIA-R87 (First focusable element is a skip link) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: keyboard-accessible/scrollable-region, labels-and-names/frame-title, landmarks/region, text-alternatives/img-alt | |||||||||||
| https://www.charlottenc.gov/ | https://www.charlottenc.gov/Home | OK | 200 | yes | 10065 | 0 | 11 | 3 | 1 | 37 | Home - City of Charlotte |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R85 | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://seattle.gov/ | https://seattle.gov/ | OK | 200 | no | 9490 | 0 | 12 | 16 | 3 | 35 | Seattle.gov Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| Equal Access failed rules: aria_complementary_label_visible, aria_keyboard_handler_exists, element_attribute_deprecated, element_id_unique, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading | |||||||||||
| AccessLint failed rules: labels-and-names/aria-dialog-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch | |||||||||||
| https://www.denvergov.org/ | https://www.denvergov.org/Home | OK | 200 | yes | 20899 | 1 | 23 | 46 | 4 | 32 | Home - City and County of Denver |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order | |||||||||||
| https://dc.gov/ | https://dc.gov/ | OK | 200 | no | 10037 | 16 | 23 | 67 | 12 | 157 | | DC |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | |||||||||||
| axe failed rules: image-alt, landmark-one-main, landmark-unique, meta-viewport, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, distinguishable/meta-viewport, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt | |||||||||||
| https://www.nashville.gov/ | https://www.nashville.gov/ | OK | 200 | no | 21567 | 20 | 10 | 137 | 12 | 144 | Metro Nashville and Davidson County | Nashville.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R60, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: label-title-only, landmark-no-duplicate-banner, landmark-one-main, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_banner_label_unique, aria_banner_single, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, fieldset_label_valid, fieldset_legend_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, landmarks/landmark-main, landmarks/region, text-alternatives/image-alt-words | |||||||||||
| https://www.okc.gov/ | https://www.okc.gov/Home | OK | 200 | yes | 13238 | 2 | 9 | 26 | 4 | 53 | Home | City of OKC |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region | |||||||||||
| https://www.elpasotexas.gov/ | https://www.elpasotexas.gov/ | OK | 200 | no | 12016 | 15 | 19 | 66 | 17 | 214 | City of El Paso |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative), SIA-R85 | |||||||||||
| axe failed rules: landmark-one-main, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://www.boston.gov/ | https://www.boston.gov/ | OK | 200 | no | 12707 | 58 | 20 | 93 | 31 | 190 | Homepage | Boston.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | |||||||||||
| axe failed rules: aria-allowed-role, aria-required-parent, heading-order, image-alt, landmark-unique, link-name, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_valid, label_name_visible, label_ref_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: adaptable/list-children, aria/aria-allowed-attr, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/no-duplicate-banner, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/img-alt | |||||||||||
| https://www.portland.gov/ | https://www.portland.gov/ | OK | 200 | no | 11293 | 0 | 6 | 34 | 0 | 132 | City of Portland, Oregon | Portland.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_id_unique, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://www.lasvegasnevada.gov/ | https://www.lasvegasnevada.gov/ | OK | 200 | no | 18596 | 28 | 20 | 56 | 4 | 101 | Home |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_id_unique, caption_track_exists, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/landmark-main, navigable/heading-order | |||||||||||
| https://detroitmi.gov/ | https://detroitmi.gov/ | FAIL | - | no | 60004 | 0 | 0 | 0 | 0 | 0 | URL scan exceeded 60s timeout |
| https://www.memphistn.gov/ | https://memphistn.gov/ | OK | 200 | yes | 37849 | 12 | 49 | 65 | 104 | 103 | Home - The City of Memphis |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-no-duplicate-contentinfo, landmark-unique, link-name, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_attribute_allowed, aria_attribute_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_valid, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-attr, aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one | |||||||||||
| https://www.baltimorecity.gov/ | https://www.baltimorecity.gov/ | OK | 200 | no | 31302 | 9 | 33 | 92 | 176 | 99 | Home | Baltimore City |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: landmark-no-duplicate-banner, landmark-unique, role-img-alt | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_banner_label_unique, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, frame_src_valid, heading_markup_misuse, html_lang_exists, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/role-img-alt | |||||||||||
| https://city.milwaukee.gov/ | https://city.milwaukee.gov/ | FAIL | 403 | no | 4574 | 1 | 2 | 6 | 2 | 0 | Just a moment… |
| ALFA failed rules: SIA-R9, SIA-R96 | |||||||||||
| axe failed rules: meta-refresh | |||||||||||
| Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception | |||||||||||
| https://www.cabq.gov/ | https://www.cabq.gov/ | OK | 200 | no | 18989 | 3 | 13 | 15 | 18 | 27 | Homepage — City of Albuquerque |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels) | |||||||||||
| axe failed rules: definition-list, label, landmark-complementary-is-top-level | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_descendant_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, input_label_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region | |||||||||||
| http://www.tucsonaz.gov/ | https://www.tucsonaz.gov/Home | OK | 200 | yes | 13445 | 0 | 0 | 12 | 6 | 0 | Home City of Tucson |
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible | |||||||||||
| AccessLint failed rules: keyboard-accessible/scrollable-region, landmarks/region | |||||||||||
| https://www.fresno.gov/ | https://www.fresno.gov/ | OK | 200 | no | 12857 | 2 | 9 | 79 | 11 | 47 | City of Fresno |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: landmark-unique, link-name | |||||||||||
| Equal Access failed rules: caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, figure_label_exists, frame_src_valid, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/focus-order, keyboard-accessible/nested-interactive, navigable/heading-order, navigable/link-name | |||||||||||
| https://www.cityofsacramento.gov/ | https://www.cityofsacramento.gov/ | FAIL | - | no | 60007 | 0 | 0 | 0 | 0 | 0 | URL scan exceeded 60s timeout |
| https://www.kcmo.gov/ | https://www.kcmo.gov/ | FAIL | 403 | no | 3866 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.mesaaz.gov/ | https://www.mesaaz.gov/Home | OK | 200 | yes | 18922 | 2 | 7 | 57 | 11 | 24 | Home - City of Mesa |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, aria-valid-attr-value | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/region, navigable/heading-order | |||||||||||
| https://www.atlantaga.gov/ | https://www.atlantaga.gov/ | FAIL | 403 | no | 2431 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.statenislandusa.com/ | https://www.statenislandusa.com/ | OK | 200 | no | 6278 | 12 | 14 | 28 | 7 | 35 | Staten Island BP - Home |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70 | |||||||||||
| axe failed rules: color-contrast, image-alt, landmark-one-main, link-name, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, text_block_heading | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt | |||||||||||
| https://www.cityofomaha.org/ | https://www.cityofomaha.org/ | FAIL | 403 | no | 2384 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://coloradosprings.gov/ | https://coloradosprings.gov/ | OK | 200 | no | 40997 | 7 | 18 | 49 | 5 | 123 | Home Page | City of Colorado Springs |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text) | |||||||||||
| axe failed rules: color-contrast, landmark-unique, list, page-has-heading-one | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, landmarks/landmark-unique, navigable/page-has-heading-one | |||||||||||
| https://raleighnc.gov/ | https://raleighnc.gov/ | OK | 200 | no | 18539 | 6 | 17 | 39 | 7 | 219 | RaleighNC.gov | Raleighnc.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-hidden-focus, heading-order | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, heading_markup_misuse, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order | |||||||||||
| https://www.longbeach.gov/ | https://www.longbeach.gov/ | OK | 200 | no | 21317 | 3 | 28 | 369 | 54 | 118 | City of Long Beach |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), SIA-R42, SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R84 | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_exists, input_label_visible, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: adaptable/aria-required-children, adaptable/aria-required-parent, adaptable/list-children, aria/presentational-children-focusable, distinguishable/link-in-text-block, keyboard-accessible/nested-interactive, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/page-has-heading-one, readable/html-has-lang, text-alternatives/img-alt | |||||||||||
| https://virginiabeach.gov/ | https://virginiabeach.gov/ | OK | 200 | no | 19485 | 50 | 22 | 73 | 87 | 135 | Home | City of Virginia Beach |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-allowed-role, color-contrast, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_region_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/label-content-mismatch | |||||||||||
| https://www.miami.gov/ | https://www.miami.gov/Home | OK | 200 | yes | 14333 | 0 | 8 | 40 | 2 | 40 | Home - Miami |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region, navigable/heading-order | |||||||||||
| https://www.oaklandca.gov/ | https://www.oaklandca.gov/Home | OK | 200 | yes | 18737 | 0 | 9 | 22 | 2 | 50 | Home | City of Oakland, CA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/region | |||||||||||
| https://www.minneapolismn.gov/ | https://www.minneapolismn.gov/ | OK | 200 | no | 32565 | 6 | 5 | 32 | 4 | 49 | City of Minneapolis |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: color-contrast, landmark-unique, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast | |||||||||||
| https://www.cityoftulsa.org/ | https://www.cityoftulsa.org/ | OK | 200 | no | 12634 | 36 | 19 | 92 | 24 | 671 | City of Tulsa |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link), SIA-R90 (iframe elements have an accessible name) | |||||||||||
| axe failed rules: color-contrast, frame-title, image-alt, label-title-only, link-name, nested-interactive, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_descendant_valid, aria_eventhandler_role_valid, aria_form_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, html_skipnav_exists, img_alt_valid, input_label_visible, label_ref_valid, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/frame-title, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt | |||||||||||
| http://www.bakersfieldcity.us/ | https://www.bakersfieldcity.us/ | OK | 200 | yes | 25444 | 2 | 34 | 35 | 2 | 379 | Bakersfield, CA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/region | |||||||||||
| https://www.wichita.gov/ | https://www.wichita.gov/ | OK | 200 | no | 38442 | 41 | 31 | 125 | 18 | 413 | Wichita, KS | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-allowed-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, heading_content_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one | |||||||||||
| http://www.arlingtontx.gov/ | https://www.arlingtontx.gov/Home | OK | 200 | yes | 19016 | 1 | 26 | 75 | 3 | 43 | Home | City of Arlington, TX |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/heading-order | |||||||||||
| https://www.auroragov.org/ | https://www.auroragov.org/ | OK | 200 | no | 33125 | 50 | 18 | 99 | 59 | 465 | Home - City of Aurora |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-allowed-role, heading-order, image-redundant-alt, landmark-unique, list, listitem, meta-viewport-large, region | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, img_alt_redundant, input_label_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-allowed-role, aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/landmark-unique, text-alternatives/image-redundant-alt | |||||||||||
| https://www.tampa.gov/ | https://www.tampa.gov/ | OK | 200 | no | 20739 | 13 | 14 | 106 | 7 | 131 | City of Tampa |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: aria-allowed-role, aria-prohibited-attr, image-redundant-alt, landmark-complementary-is-top-level, landmark-main-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-main, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_banner_label_unique, aria_banner_single, aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_main_label_unique, aria_main_label_visible, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_redundant, label_name_visible, list_markup_review, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/presentational-children-focusable, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/no-duplicate-main, navigable/page-has-heading-one | |||||||||||
| https://nola.gov/ | https://nola.gov/home/ | OK | 200 | yes | 15478 | 17 | 15 | 52 | 14 | 68 | Home - City of New Orleans |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: color-contrast, label-title-only, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_eventhandler_role_valid, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, input_checkboxes_grouped, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, labels-and-names/label-title-only, navigable/page-has-heading-one | |||||||||||
| https://www.clevelandohio.gov/ | https://www.clevelandohio.gov/ | OK | 200 | no | 12769 | 1 | 16 | 40 | 9 | 55 | Home | City of Cleveland Ohio |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region, text-alternatives/image-redundant-alt | |||||||||||
| http://www.honolulu.gov/ | http://www.honolulu.gov/ | FAIL | - | no | 10496 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.anaheim.net/ | https://www.anaheim.net/ | OK | 200 | no | 24141 | 15 | 14 | 55 | 22 | 83 | Anaheim, CA - Official Website | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61 | |||||||||||
| axe failed rules: frame-title, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://sanjuan.pr/ | https://sanjuan.pr/ | FAIL | - | no | 226 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.lexingtonky.gov/ | https://www.lexingtonky.gov/ | OK | 200 | no | 12558 | 1 | 16 | 25 | 3 | 36 | Homepage | City of Lexington, Kentucky |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: labels-and-names/label-content-mismatch | |||||||||||
| http://www.stocktongov.com/ | https://www.stocktonca.gov/ | OK | 200 | yes | 17205 | 10 | 20 | 116 | 37 | 47 | Stockton, CA |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: aria-prohibited-attr, button-name, empty-heading, frame-title, heading-order, link-name, region, skip-link | |||||||||||
| Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, heading_content_exists, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/frame-title, labels-and-names/frame-title-unique, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | |||||||||||
| http://www.cctexas.com/ | http://www.cctexas.com/ | FAIL | - | no | 802 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.cityofhenderson.com/ | https://www.cityofhenderson.com/ | FAIL | 403 | no | 2589 | 5 | 3 | 3 | 5 | 1 | Access Denied |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| https://www.riversideca.gov/ | https://www.riversideca.gov/ | OK | 200 | no | 15069 | 18 | 19 | 40 | 0 | 146 | page.addScriptTag: Refused to load media from ‘blob:https://www.riversideca.gov/e785496e-5f73-4c2e-9ea0-9dad0cdfd5c2’ because it violates the following Content Security Policy directive: “default-src ‘self’ data: https://*.s3.amazonaws.com”. Note that ‘media-src’ was not explicitly set, so ‘default-src’ is used as a fallback. |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R75, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: button-name, heading-order, image-alt, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_markup_misuse, html_lang_exists, img_alt_valid, input_label_before, input_label_exists, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single | |||||||||||
| https://www.newarknj.gov/ | https://www.newarknj.gov/ | OK | 200 | no | 24257 | 10 | 22 | 72 | 17 | 297 | Newark, NJ | Official Website |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_single | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | |||||||||||
| https://www.stpaul.gov/ | https://www.stpaul.gov/ | OK | 200 | no | 13252 | 5 | 39 | 262 | 14 | 277 | Home | Saint Paul Minnesota |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | |||||||||||
| axe failed rules: region | |||||||||||
| Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | |||||||||||
| AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique | |||||||||||
| https://www.santa-ana.org/ | https://www.santa-ana.org/ | OK | 200 | no | 2954 | 4 | 3 | 3 | 4 | 0 | Welcome - City of Santa Ana |
| ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | |||||||||||
| axe failed rules: html-has-lang, landmark-one-main, region | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | |||||||||||
| AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | |||||||||||
| http://www.cityofirvine.org/ | https://cityofirvine.org/ | OK | 200 | yes | 17347 | 50 | 44 | 256 | 32 | 335 | City of Irvine |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R21, SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels) | |||||||||||
| axe failed rules: aria-roles, color-contrast, image-alt, landmark-one-main, link-in-text-block, link-name, meta-viewport, page-has-heading-one, region, select-name | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_visible, img_alt_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-roles, distinguishable/color-contrast, distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/img-alt | |||||||||||
| https://www.orlando.gov/ | https://www.orlando.gov/Home | OK | 200 | yes | 11421 | 0 | 3 | 11 | 1 | 11 | Home - City of Orlando |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size) | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region | |||||||||||
| https://pittsburghpa.gov/ | https://www.pittsburghpa.gov/Home | OK | 200 | yes | 11275 | 1 | 9 | 17 | 2 | 23 | Home - Pittsburgh, PA |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: heading-order | |||||||||||
| Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| AccessLint failed rules: landmarks/region, navigable/heading-order | |||||||||||
| https://greaterstlinc.com/ | https://greaterstlinc.com/ | OK | 200 | no | 17339 | 62 | 30 | 128 | 37 | 282 | Welcome to Greater St. Louis, Inc. - Greater St Louis, Inc |
| ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique, link-name, meta-viewport, region | |||||||||||
| Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/meta-viewport, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/no-duplicate-contentinfo, navigable/link-name | |||||||||||
| https://greensboro-nc.gov/ | https://greensboro-nc.gov/ | FAIL | - | no | 53 | 0 | 0 | 0 | 0 | 0 | fetch failed |
| https://www.jerseycitynj.gov/ | https://www.jerseycitynj.gov/ | OK | 200 | no | 22806 | 35 | 18 | 292 | 10 | 117 | Home - City of Jersey City |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R42, SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content) | |||||||||||
| axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, image-redundant-alt, landmark-one-main, list, meta-viewport, region, select-name | |||||||||||
| Equal Access failed rules: aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, img_alt_redundant, input_label_exists, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient | |||||||||||
| AccessLint failed rules: distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, landmarks/landmark-main, navigable/skip-link, text-alternatives/image-redundant-alt | |||||||||||
| https://www.muni.org/ | https://www.muni.org/pages/default.aspx | OK | 200 | yes | 25038 | 24 | 57 | 70 | 12 | 377 | Muni.org |
Anchorage, Alaska: The Official Municipality of Anchorage, Alaska website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: image-alt, input-button-name, label, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_eventhandler_role_valid, aria_form_label_unique, aria_landmark_name_unique, aria_navigation_label_unique, element_attribute_deprecated, img_alt_valid, input_label_exists, label_name_visible, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: adaptable/list-children, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, text-alternatives/img-alt | | https://www.lincoln.ne.gov/ | https://www.lincoln.ne.gov/Home | OK | 200 | yes | 8643 | 1 | 15 | 14 | 2 | 17 | Home – City of Lincoln, NE | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: heading-order | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_id_unique, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: landmarks/region, navigable/heading-order | | http://www.plano.gov/ | https://www.plano.gov/ | OK | 200 | yes | 10808 | 3 | 4 | 21 | 3 | 6 | Plano, TX - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region | | https://www.durhamnc.gov/ | https://www.durhamnc.gov/ | OK | 200 | no | 32930 | 30 | 36 | 116 | 19 | 372 | Durham, NC \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R85 | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, link-name, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/link-name, navigable/page-has-heading-one | | http://www.cityofirvine.org/ | https://cityofirvine.org/ | OK | 200 | yes | 16303 | 50 | 44 | 257 | 32 | 335 | City of Irvine | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R21, SIA-R47, SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels) | | | | | | | | | | | | axe failed rules: aria-roles, color-contrast, image-alt, landmark-one-main, link-in-text-block, link-name, meta-viewport, page-has-heading-one, region, select-name | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_role_allowed, aria_role_redundant, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_visible, frame_src_valid, img_alt_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-roles, distinguishable/color-contrast, distinguishable/link-in-text-block, distinguishable/meta-viewport, labels-and-names/form-label, landmarks/landmark-main, landmarks/region, navigable/link-name, text-alternatives/img-alt | | https://www.buffalony.gov/ | https://www.buffalony.gov/ | OK | 200 | no | 16260 | 13 | 23 | 76 | 17 | 75 | Buffalo, NY \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74 | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | | http://www.chandleraz.gov/ | https://www.chandleraz.gov/ | OK | 200 | yes | 27521 | 13 | 11 | 69 | 13 | 177 | Welcome to Chandler, Arizona \| City of Chandler | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: aria-allowed-role, color-contrast, landmark-no-duplicate-contentinfo, landmark-unique, listitem, region | | | | | | | | | | | | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order | | http://www.chulavistaca.gov/ | http://www.chulavistaca.gov/ | FAIL | 403 | no | 2473 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://toledo.oh.gov/ | https://toledo.oh.gov/ | OK | 200 | no | 9207 | 8 | 11 | 74 | 5 | 82 | City of Toledo \| Home | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: color-contrast, empty-heading, image-redundant-alt | | | | | | | | | | | | Equal Access failed rules: aria_accessiblename_exists, element_attribute_deprecated, heading_content_exists, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: labels-and-names/frame-title, landmarks/region, navigable/empty-heading, text-alternatives/image-redundant-alt | | https://www.cityofmadison.com/ | https://www.cityofmadison.com/ | OK | 200 | no | 13353 | 1 | 6 | 17 | 2 | 67 | City of Madison, WI | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: landmark-complementary-is-top-level | | | | | | | | | | | | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch | | https://www.reno.gov/ | https://www.reno.gov/ | FAIL | 403 | no | 2336 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.cityoffortwayne.org/ | https://www.cityoffortwayne.org/ | FAIL | - | no | 10493 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.cityofnorthlasvegas.com/ | https://www.cityofnorthlasvegas.com/ | FAIL | 403 | no | 2561 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.lincoln.ne.gov/ | https://www.lincoln.ne.gov/Home | OK | 200 | yes | 9596 | 1 | 16 | 13 | 2 | 17 | Home – City of Lincoln, NE | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: heading-order | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: landmarks/region, navigable/heading-order | | https://www.stpete.org/ | https://www.stpete.org/ | OK | 200 | no | 23091 | 29 | 17 | 93 | 147 | 90 | City of St. Petersburg | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R20, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: aria-prohibited-attr, aria-required-children, aria-valid-attr, button-name, empty-heading, image-alt, image-redundant-alt, landmark-unique, listitem, region | | | | | | | | | | | | Equal Access failed rules: aria_accessiblename_exists, aria_attribute_allowed, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, heading_content_exists, img_alt_redundant, img_alt_valid, input_label_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: adaptable/aria-required-children, adaptable/listitem-parent, aria/aria-allowed-attr, aria/aria-allowed-role, aria/aria-prohibited-attr, aria/aria-valid-attr, aria/presentation-role-conflict, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, navigable/empty-heading, text-alternatives/image-redundant-alt, text-alternatives/img-alt | | http://www.ci.lubbock.tx.us/ | http://www.ci.lubbock.tx.us/ | FAIL | - | no | 3750 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.irvingtexas.com/ | https://www.irvingtexas.com/ | OK | 200 | no | 28893 | 38 | 55 | 283 | 30 | 402 | Visit Irving, TX \| Things To Do, Concerts & Restaurants | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R20, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R90 (iframe elements have an accessible name) | | | | | | | | | | | | axe failed rules: aria-allowed-attr, aria-dialog-name, aria-valid-attr, color-contrast, heading-order, landmark-one-main, link-name, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_attribute_allowed, aria_attribute_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_descendant_valid, aria_hidden_nontabbable, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, input_label_visible, label_content_exists, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-attr, aria/aria-valid-attr, aria/presentational-children-focusable, distinguishable/color-contrast, keyboard-accessible/nested-interactive, labels-and-names/duplicate-id-aria, landmarks/landmark-main, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name | | http://www.laredotexas.gov/ | https://www.cityoflaredo.com/ | FAIL | 403 | yes | 2825 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | http://www.cityofws.org/ | https://www.cityofws.org/ | OK | 200 | yes | 25085 | 15 | 19 | 158 | 50 | 83 | City of Winston-Salem, NC \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R70, SIA-R74, SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-alt-words | | https://www.cityofchesapeake.net/ | https://www.cityofchesapeake.net/ | OK | 200 | no | 21352 | 14 | 29 | 79 | 13 | 87 | Chesapeake, VA \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R68 (Accessible name contains the visible label text) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | | https://www.glendaleaz.com/ | https://www.glendaleaz.gov/Home | OK | 200 | yes | 20952 | 2 | 8 | 31 | 7 | 54 | Home \| City of Glendale, AZ | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: aria-allowed-role, aria-valid-attr-value | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-role, landmarks/region | | https://louisvilleky.gov/ | https://louisvilleky.gov/ | FAIL | 403 | no | 3270 | 4 | 3 | 17 | 3 | 1 | Just a moment... | | | | | | | | | | | | ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region | | https://www.garlandtx.gov/ | https://www.garlandtx.gov/ | OK | 200 | no | 34011 | 20 | 28 | 83 | 27 | 167 | Garland, TX \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | | https://www.scottsdaleaz.gov/ | https://www.scottsdaleaz.gov/ | OK | 200 | no | 17196 | 6 | 16 | 82 | 11 | 68 | City of Scottsdale | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: heading-order, region | | | | | | | | | | | | Equal Access failed rules: aria_complementary_label_visible, aria_content_in_landmark, aria_descendant_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, input_onchange_review, label_name_visible, script_select_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | | https://www.norfolk.gov/ | https://www.norfolk.gov/ | OK | 200 | no | 29798 | 21 | 33 | 103 | 24 | 98 | City of Norfolk, Virginia - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | http://www.cityofboise.org/ | https://www.cityofboise.org/ | OK | 200 | yes | 14261 | 5 | 13 | 108 | 4 | 50 | City of Boise | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | | | | | | | | | | | | axe failed rules: aria-hidden-focus, frame-title, landmark-unique | | | | | | | | | | | | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_hidden_nontabbable, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, form_interaction_review, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/frame-title | | http://www.ci.fremont.ca.us/ | http://www.ci.fremont.ca.us/ | FAIL | 400 | no | 4255 | 5 | 0 | 3 | 5 | 0 | No request found in response | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | http://www.spokanecity.org/ | https://my.spokanecity.org/ | OK | 200 | yes | 9690 | 42 | 9 | 65 | 6 | 21 | City of Spokane, Washington | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: color-contrast, image-alt, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, skip_main_exists, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one, text-alternatives/img-alt | | http://www.santa-clarita.com/ | https://santaclarita.gov/ | OK | 200 | yes | 18292 | 72 | 24 | 83 | 55 | 231 | Home - City of Santa Clarita | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: aria-allowed-role, color-contrast, heading-order, image-alt, link-name, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_content_in_landmark, aria_contentinfo_misuse, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-role, aria/aria-valid-attr-value, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, navigable/skip-link, text-alternatives/img-alt | | https://www.brla.gov/ | https://www.brla.gov/ | OK | 200 | no | 25271 | 11 | 35 | 98 | 20 | 127 | Baton Rouge, LA \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85 | | | | | | | | | | | | axe failed rules: color-contrast, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | http://www.hialeahfl.gov/ | http://www.hialeahfl.gov/ | OK | 200 | no | 20480 | 19 | 15 | 67 | 20 | 102 | Hialeah, FL \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | | https://www.ci.san-bernardino.ca.us/ | https://www.sanbernardino.gov/ | OK | 200 | yes | 34346 | 18 | 31 | 113 | 25 | 375 | San Bernardino, CA \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.cityoftacoma.org/ | https://tacoma.gov/ | OK | 200 | yes | 21288 | 5 | 11 | 67 | 14 | 87 | City of Tacoma, Washington - Official Government Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: image-redundant-alt | | | | | | | | | | | | Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | | http://www.modestogov.com/ | https://www.modestogov.com/ | OK | 200 | yes | 28306 | 21 | 19 | 114 | 31 | 110 | Modesto, CA \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | | | | | | | | | | | | axe failed rules: button-name, frame-title, heading-order, landmark-no-duplicate-banner, landmark-unique, link-name, list, listitem, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-alt-words | | http://www.townofbabylon.com/ | https://www.townofbabylonny.gov/ | OK | 200 | yes | 34220 | 26 | 35 | 86 | 26 | 350 | Babylon, NY - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, frame-title, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_title_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.huntsvilleal.gov/ | https://www.huntsvilleal.gov/ | OK | 200 | no | 15761 | 6 | 23 | 79 | 14 | 125 | City of Huntsville - Official website of the City of Huntsville, Alabama | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R85 | | | | | | | | | | | | axe failed rules: color-contrast, heading-order, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_eventhandler_role_valid, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, label_ref_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/landmark-unique, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt | | https://www.dsm.city/ | https://www.dsm.city/ | OK | 200 | no | 15293 | 9 | 28 | 91 | 61 | 57 | City of Des Moines | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: aria-hidden-focus | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, labels-and-names/label-content-mismatch, landmarks/region | | http://www.yonkersny.gov/ | https://www.yonkersny.gov/ | OK | 200 | yes | 31958 | 28 | 25 | 291 | 23 | 260 | Yonkers, NY \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74 | | | | | | | | | | | | axe failed rules: aria-allowed-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, frame-title, heading-order, landmark-unique, link-name, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, frame_title_exists, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name | | https://www.cityofrochester.gov/ | https://www.cityofrochester.gov/ | OK | 200 | no | 26430 | 0 | 21 | 73 | 20 | 69 | Homepage \| City of Rochester, New York | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background) | | | | | | | | | | | | Equal Access failed rules: aria_child_tabbable, aria_complementary_label_visible, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_visible, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: adaptable/list-children, navigable/empty-heading, navigable/page-has-heading-one, text-alternatives/image-alt-words | | http://www.moval.org/ | http://www.moval.org/ | OK | 200 | no | 19462 | 22 | 9 | 42 | 10 | 326 | City of Moreno Valley, California | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: color-contrast, heading-order, label-title-only, link-name, scope-attr-valid | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_headers_related, table_scope_valid, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, labels-and-names/label-title-only, landmarks/region, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one | | http://www.ci.fayetteville.nc.us/ | https://www.fayettevillenc.gov/ | FAIL | 403 | yes | 3229 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.fontanaca.gov/ | https://www.fontanaca.gov/ | OK | 200 | no | 28430 | 9 | 18 | 140 | 26 | 149 | Fontana, CA - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | | | | | | | | | | | | axe failed rules: landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.columbusga.org/ | https://www.columbusga.gov/ | OK | 200 | yes | 20419 | 44 | 12 | 97 | 61 | 115 | Columbus Consolidated Government \| Home | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: color-contrast, heading-order, image-alt, link-name | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, element_attribute_deprecated, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: adaptable/aria-required-parent, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/button-name, navigable/heading-order, navigable/link-name, text-alternatives/img-alt | | https://www.worcesterma.gov/ | https://www.worcesterma.gov/ | OK | 200 | no | 17239 | 1 | 25 | 34 | 0 | 78 | Home \| City of Worcester | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background) | | | | | | | | | | | | axe failed rules: landmark-unique | | | | | | | | | | | | Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_misuse, input_label_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse | | https://www.cityofpsl.com/ | https://www.cityofpsl.com/Home | OK | 200 | yes | 14261 | 0 | 4 | 11 | 1 | 9 | Home \| City of Port St. Lucie, FL | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background) | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: landmarks/region | | https://littlerock.gov/ | https://littlerock.gov/ | OK | 200 | no | 16405 | 36 | 32 | 97 | 44 | 94 | Home - City of Little Rock | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74 | | | | | | | | | | | | axe failed rules: color-contrast, empty-heading, heading-order, landmark-complementary-is-top-level, link-name | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, caption_track_exists, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, heading_content_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/complementary-is-top-level, navigable/empty-heading, navigable/heading-order, navigable/link-name | | https://www.augustaga.gov/ | https://www.augustaga.gov/ | OK | 200 | no | 29045 | 15 | 10 | 96 | 24 | 59 | Augusta, GA - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R85 | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://oxnard.gov/ | https://oxnard.gov/ | FAIL | 403 | no | 7057 | 4 | 3 | 17 | 3 | 1 | Just a moment... | | | | | | | | | | | | ALFA failed rules: SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, skip_main_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/region | | https://www.birminghamal.gov/ | https://www.birminghamal.gov/ | OK | 200 | no | 11759 | 1 | 12 | 42 | 4 | 52 | Homepage \| City of Birmingham, Alabama | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: page-has-heading-one | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: labels-and-names/label-content-mismatch | | https://montgomeryal.gov/ | http://www.montgomeryal.gov/ | FAIL | 403 | yes | 2395 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | http://www.friscotexas.gov/ | https://www.friscotexas.gov/ | OK | 200 | yes | 28210 | 13 | 16 | 75 | 22 | 351 | Frisco, TX - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words | | https://www.amarillo.gov/ | https://www.amarillo.gov/ | OK | 200 | no | 21902 | 13 | 19 | 51 | 22 | 61 | - City of Amarillo | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R85 | | | | | | | | | | | | axe failed rules: color-contrast, link-name | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, caption_track_exists, combobox_popup_reference, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, keyboard-accessible/scrollable-region, landmarks/landmark-unique, navigable/link-name | | https://www.slc.gov/ | https://www.slc.gov/ | OK | 200 | no | 18844 | 10 | 8 | 108 | 9 | 30 | SLC.gov | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: heading-order, image-alt, label-title-only, landmark-unique | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_valid, page_title_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: labels-and-names/label-title-only, navigable/heading-order, text-alternatives/img-alt | | https://grandrapidsmi.gov/ | https://www.grandrapidsmi.gov/Home | OK | 200 | yes | 11166 | 1 | 15 | 14 | 5 | 42 | Home | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: color-contrast | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, landmarks/region | | http://www.huntingtonbeachca.gov/ | https://www.huntingtonbeachca.gov/ | OK | 200 | yes | 14280 | 17 | 21 | 72 | 38 | 80 | Welcome to Huntington Beach, CA | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: aria-prohibited-attr, button-name, color-contrast, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region, text-alternatives/image-redundant-alt | | https://www.opkansas.org/ | https://www.opkansas.org/ | OK | 200 | no | 17020 | 28 | 15 | 38 | 43 | 275 | Home - City of Overland Park, Kansas | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background) | | | | | | | | | | | | axe failed rules: aria-hidden-focus, heading-order, landmark-one-main, landmark-unique, link-name, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_id_unique, element_attribute_deprecated, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-hidden-focus, aria/aria-valid-attr-value, landmarks/landmark-main, navigable/heading-order, navigable/link-name | | https://www.glendaleca.gov/ | https://www.glendaleca.gov/ | FAIL | 403 | no | 2331 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | http://www.talgov.com/ | https://www.talgov.com/Main/Home | OK | 200 | yes | 14286 | 3 | 17 | 50 | 3 | 57 | Talgov.com \| The Official Website of the City of Tallahassee | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R74 | | | | | | | | | | | | axe failed rules: landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_eventhandler_role_valid, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, script_onclick_misuse, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: distinguishable/link-in-text-block, keyboard-accessible/focus-order | | http://www.gptx.org/ | https://www.gptx.org/Home | OK | 200 | yes | 17603 | 2 | 9 | 36 | 10 | 31 | Home - City of Grand Prairie | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: aria-allowed-role, aria-valid-attr-value | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/region | | https://www.mckinneytexas.org/ | https://www.mckinneytexas.org/ | OK | 200 | no | 29546 | 17 | 24 | 72 | 20 | 426 | McKinney, TX - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72 | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, html_skipnav_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/page-has-heading-one | | http://www.capecoral.net/ | http://www.capecoral.net/ | FAIL | 500 | no | 2972 | 4 | 3 | 8 | 4 | 0 | 500 - Internal server error. | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, fieldset_legend_valid, html_lang_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.siouxfalls.gov/ | https://www.siouxfalls.gov/home | OK | 200 | yes | 13184 | 2 | 11 | 30 | 5 | 28 | Home - City of Sioux Falls | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content) | | | | | | | | | | | | axe failed rules: heading-order, landmark-unique | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | http://www.peoriaaz.gov/ | http://www.peoriaaz.gov/ | FAIL | 403 | no | 3546 | 1 | 2 | 6 | 2 | 0 | Just a moment... | | | | | | | | | | | | ALFA failed rules: SIA-R9, SIA-R96 | | | | | | | | | | | | axe failed rules: meta-refresh | | | | | | | | | | | | Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible | | | | | | | | | | | | AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception | | https://www.providenceri.gov/ | https://www.providenceri.gov/ | OK | 200 | no | 10082 | 7 | 12 | 59 | 10 | 46 | City of Providence Home - City of Providence | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region | | https://www.cityofvancouver.us/ | https://www.cityofvancouver.us/ | OK | 200 | no | 20748 | 37 | 12 | 69 | 23 | 151 | City of Vancouver, WA -The City of Vancouver, WA | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don't repeat the same content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | | | | | | | | | | | | axe failed rules: landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/skip-link | | https://www.knoxvilletn.gov/ | https://www.knoxvilletn.gov/ | OK | 200 | no | 18035 | 19 | 10 | 49 | 14 | 12 | Home - City of Knoxville | | | | | | | | | | | | ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R59, SIA-R66 (Text has enhanced contrast with its background) | | | | | | | | | | | | axe failed rules: aria-prohibited-attr, aria-roles, link-name, list, meta-viewport, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, aria_form_label_unique, aria_hidden_nontabbable, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: adaptable/list-children, aria/aria-roles, distinguishable/meta-viewport, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region, navigable/link-name, navigable/page-has-heading-one | | https://www.akronohio.gov/ | https://www.akronohio.gov/ | OK | 200 | no | 45209 | 352 | 355 | 841 | 361 | 413 | Akron, OH | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don't repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: aria-hidden-focus, aria-prohibited-attr, button-name, color-contrast, empty-heading, heading-order, image-alt, listitem, region | | | | | | | | | | | | Equal Access failed rules: aria_accessiblename_exists, aria_attribute_redundant, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_form_label_unique, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_interaction_review, form_submit_button_exists, frame_src_valid, heading_content_exists, heading_markup_misuse, img_alt_valid, input_label_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, table_headers_related, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse, widget_tabbable_exists | | | | | | | | | | | | AccessLint failed rules: adaptable/list-children, adaptable/listitem-parent, aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/img-alt | | https://www.shreveportla.gov/ | https://www.shreveportla.gov/ | OK | 200 | no | 21157 | 32 | 17 | 84 | 29 | 114 | Shreveport, LA - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://cityofmobile.org/ | https://www.cityofmobile.org/ | OK | 200 | yes | 14594 | 9 | 26 | 30 | 6 | 144 | City of Mobile | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | axe failed rules: frame-title, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_visible, frame_title_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: labels-and-names/duplicate-id-aria, labels-and-names/frame-title, landmarks/landmark-main, landmarks/region, navigable/heading-order | | http://www.cob.us/ | http://www.cob.us/ | FAIL | - | no | 44 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.nnva.gov/ | https://www.nnva.gov/ | OK | 200 | no | 22478 | 26 | 39 | 71 | 19 | 228 | Newport News, VA - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R85 | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-no-duplicate-contentinfo, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_single, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/page-has-heading-one | | https://www.fortlauderdale.gov/ | https://www.fortlauderdale.gov/ | FAIL | 403 | no | 2661 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.chattanooga.gov/ | https://chattanooga.gov/ | OK | 200 | yes | 14998 | 0 | 25 | 67 | 11 | 43 | Welcome to Chattanooga.gov | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content) | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch | | https://www.tempe.gov/ | https://www.tempe.gov/ | FAIL | 403 | no | 2501 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.aurora-il.org/ | https://www.aurora.il.us/Home | OK | 200 | yes | 12891 | 2 | 7 | 27 | 7 | 27 | Home \| City of Aurora, IL | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: aria-allowed-role, aria-valid-attr-value | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/region | | http://ci.santa-rosa.ca.us/ | http://ci.santa-rosa.ca.us/ | FAIL | 403 | no | 5923 | 4 | 0 | 3 | 4 | 0 | No request found in response | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.eugene-or.gov/ | https://www.eugene-or.gov/ | OK | 200 | no | 22573 | 30 | 15 | 93 | 14 | 138 | Eugene, OR Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, landmark-unique, page-has-heading-one, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/page-has-heading-one | | http://www.elkgrovecity.org/ | http://www.elkgrovecity.org/ | FAIL | - | no | 921 | 0 | 0 | 0 | 0 | 0 | fetch failed | | https://www.cityofsalem.net/ | https://www.cityofsalem.net/ | FAIL | 403 | no | 2618 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.ontarioca.gov/ | https://www.ontarioca.gov/ | OK | 200 | no | 11936 | 0 | 20 | 30 | 0 | 70 | Homepage \| City of Ontario, California | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content) | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, element_tabbable_role_valid, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading | | https://www.carync.gov/ | https://www.carync.gov/ | FAIL | 403 | no | 2546 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | http://www.cityofrc.us/ | https://www.cityofrc.us/ | OK | 200 | yes | 26005 | 5 | 66 | 191 | 3 | 201 | Home \| City of Rancho Cucamonga | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | axe failed rules: aria-allowed-role, landmark-one-main | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_labelled, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient | | | | | | | | | | | | AccessLint failed rules: distinguishable/color-contrast, text-alternatives/image-alt-words | | https://www.ci.oceanside.ca.us/ | https://www.ci.oceanside.ca.us/ | FAIL | 403 | no | 2360 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://www.cityoflancasterca.org/ | https://www.cityoflancasterca.org/ | FAIL | 403 | no | 2304 | 5 | 3 | 3 | 5 | 1 | Access Denied | | | | | | | | | | | | ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link) | | | | | | | | | | | | axe failed rules: html-has-lang, landmark-one-main, region | | | | | | | | | | | | Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists | | | | | | | | | | | | AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang | | https://ggcity.org/ | https://ggcity.org/ | OK | 200 | no | 18463 | 8 | 8 | 62 | 6 | 47 | Home \| City of Garden Grove | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85 | | | | | | | | | | | | axe failed rules: button-name, landmark-banner-is-top-level, landmark-no-duplicate-banner, link-name | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: labels-and-names/button-name, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, navigable/skip-link | | http://www.ppines.com/ | https://www.ppines.com/ | OK | 200 | yes | 32297 | 22 | 25 | 83 | 19 | 320 | Pembroke Pines, FL - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, input_label_before, input_onchange_review, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title-unique, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.fcgov.com/ | https://www.fortcollins.gov/Home | OK | 200 | yes | 12135 | 0 | 5 | 15 | 2 | 22 | Home City of Fort Collins | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them) | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse | | | | | | | | | | | | AccessLint failed rules: landmarks/region, navigable/heading-order | | http://www.cityofpalmdale.org/ | https://www.cityofpalmdaleca.gov/ | OK | 200 | yes | 22464 | 17 | 18 | 80 | 16 | 89 | Palmdale, CA \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, media_keyboard_controllable, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | https://www.springfieldmo.gov/ | https://www.springfieldmo.gov/ | OK | 200 | no | 32042 | 12 | 36 | 77 | 21 | 120 | Springfield, MO - Official Website \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: color-contrast, heading-order, landmark-unique, region | | | | | | | | | | | | Equal Access failed rules: aria_attribute_deprecated, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_before, input_label_visible, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: aria/aria-prohibited-attr, distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order | | http://www.cityofclarksville.com/ | https://www.clarksvilletn.gov/ | OK | 200 | yes | 30367 | 30 | 29 | 103 | 30 | 86 | Clarksville, TN \| Official Website | | | | | | | | | | | | ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative) | | | | | | | | | | | | axe failed rules: aria-progressbar-name, aria-prohibited-attr, aria-required-children, aria-required-parent, aria-valid-attr-value, heading-order, image-redundant-alt, landmark-unique, link-name, region | | | | | | | | | | | | Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_parent_required, aria_region_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, frame_src_valid, img_alt_redundant, input_label_before, input_onchange_review, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single | | | | | | | | | | | | AccessLint failed rules: keyboard-accessible/focus-order, landmarks/complementary-is-top-level, landmarks/landmark-unique, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/image-redundant-alt |
Failure 1:
<button id="official-website-banner-item-3701712ce2-button" class="cmp-accordion__button" type="button" aria-controls="official-website-banner-item-3701712ce2-panel" data-cmp-hook-accordion="button" aria-expanded="false">...</button>/button[@id="official-website-banner-item-3701712ce2-button"]Failure 2:
<a href="/mayors-office/news">See all news</a>/aFailure 3:
<button id="accordion-1a69415185-item-c6e62b4905-button" class="cmp-accordion__button" type="button" aria-controls="accordion-1a69415185-item-c6e62b4905-panel" data-cmp-hook-accordion="button" aria-expanded="false">...</button>/button[@id="accordion-1a69415185-item-c6e62b4905-button"]Failure 4:
<a class="cmp-navigation__item-link cmp-navigation-item-level-0" href="https://www.nyc.gov/main" id="globalnavigation-a-level-0-7820c104bf" data-cmp-data-layer="{"globalnavigation-a-level-0-7820c104bf":{"@type":"nycgov/components/globalnavigation","dc:title":"nyc.gov home","xdm:linkURL":"/main.html"}}" data-cmp-clickable="" data-external="false"> nyc.gov home </a>/a[@id="globalnavigation-a-level-0-7820c104bf"]Failure 5:
<a class="cmp-navigation__item-link cmp-navigation-item-level-0" href="https://www.nyc.gov/main/services" id="globalnavigation-a-level-0-711ac5fe59" data-cmp-data-layer="{"globalnavigation-a-level-0-711ac5fe59":{"@type":"nycgov/components/globalnavigation","dc:title":"Services","xdm:linkURL":"/main/services.html"}}" data-cmp-clickable="" data-external="false"> Services </a>/a[@id="globalnavigation-a-level-0-711ac5fe59"]… and 13 more failures for this rule
Failure 1:
<button class="nyc-navigation__scrim-close-button" tabindex="-1" />/button[@class="nyc-navigation__scrim-close-button"]Failure 1:
<button type="button" aria-label="Image credits" aria-expanded="false" id="image-button-6980571ef7" data-cmp-clickable="" data-cmp-data-layer="{"image-button-6980571ef7":{"@type":"nycgov/components/image"}}">...</button>/button[@id="image-button-6980571ef7"]Failure 1:
<h3>...</h3>/h3Failure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>...</p>/pFailure 2:
<p class="cmp-news-carousel__description" id="newscarousel-p-0">Mayor Mamdani Hosts Black History Month Reception</p>/p[@id="newscarousel-p-0"]Failure 3:
<p class="cmp-news-carousel__description" id="newscarousel-p-1">Ahead of Feb. 27 Deadline, Mayor Mamdani Urges Fam...</p>/p[@id="newscarousel-p-1"]Failure 4:
<p class="cmp-news-carousel__description" id="newscarousel-p-2">Mayor Mamdani Holds Press Conference to Provide We...</p>/p[@id="newscarousel-p-2"]Failure 5:
<p class="cmp-news-carousel__description" id="newscarousel-p-3">Mayor Mamdani Announces Lift of Travel Ban; NYC Pu...</p>/p[@id="newscarousel-p-3"]… and 3 more failures for this rule
Failure 1:
<a href="/myla311" class="city-services nav-link nav-link--myla311" title="Request popular City services from MyLA311" data-drupal-link-system-path="node/6141">City Services</a>/a[@class="city-services nav-link nav-link--myla311"]Failure 2:
<a href="/directory" class="city-directory nav-link nav-link--directory" title="The City of LA's contact directory " data-drupal-link-system-path="node/55136">City Directory</a>/a[@class="city-directory nav-link nav-link--directory"]Failure 3:
<button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 5" 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-slide02" aria-label="2 of 5" tabindex="-1">2</button>/button[@id="slick-slide-control01"]Failure 5:
<button type="button" role="tab" id="slick-slide-control02" aria-controls="slick-slide04" aria-label="3 of 5" tabindex="-1">3</button>/button[@id="slick-slide-control02"]… and 6 more failures for this rule
Failure 1:
<div class="slick__slide slide slide--0" style="" aria-hidden="true" tabindex="0" role="tabpanel" id="slick-slide10" aria-describedby="slick-slide-control10">...</div>/div[@id="slick-slide10"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>The Official Website of the City of Los Angeles</p>/pFailure 2:
<p class="card-text menu-item-title"> Request City Services</p>/p[@class="card-text menu-item-title"]Failure 1:
<p>The Official Website of the City of Los Angeles</p>/pFailure 2:
<p class="card-text menu-item-title"> Request City Services</p>/p[@class="card-text menu-item-title"]Failure 1:
<h2 class="pb-4">...</h2>/h2[@class="pb-4"]Failure 1:
<p>The Official Website of the City of Los Angeles</p>/pFailure 2:
<p class="card-text menu-item-title"> Request City Services</p>/p[@class="card-text menu-item-title"]Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
Failure 1:
<h2>ERROR: </h2>/h2Failure 1:
Failure 1:
<a href="https://www.manhattanbp.nyc.gov/" role="link">...</a>/aFailure 1:
<a href="https://www.manhattanbp.nyc.gov/about-mbpo/" role="link">About</a>/aFailure 2:
<a href="https://www.manhattanbp.nyc.gov/communityboards/" class="da11y-submenu" aria-expanded="false" role="link">Community Boards</a>/a[@class="da11y-submenu"]Failure 3:
<a href="https://www.facebook.com/brad.hoylman.9" class="icon et_pb_with_border" title="Follow on Facebook" target="_blank" role="button">...</a>/a[@class="icon et_pb_with_border"]Failure 4:
<a href="#" data-gt-lang="en" class="gt-current-lang notranslate glink nturl gt_raw_link-xxjexk" title="English" role="link">EN</a>/a[@class="gt-current-lang notranslate glink nturl gt_raw_link-xxjexk"]Failure 5:
<a href="#" data-gt-lang="es" class="notranslate glink nturl gt_raw_link-xxjexk" title="Español" role="link">ES</a>/a[@class="notranslate glink nturl gt_raw_link-xxjexk"]Failure 1:
<a href="#" data-gt-lang="en" class="gt-current-lang notranslate glink nturl gt_raw_link-xxjexk" title="English" role="link">EN</a>/a[@class="gt-current-lang notranslate glink nturl gt_raw_link-xxjexk"]Failure 2:
<a href="#" data-gt-lang="es" class="notranslate glink nturl gt_raw_link-xxjexk" title="Español" role="link">ES</a>/a[@class="notranslate glink nturl gt_raw_link-xxjexk"]Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<select class="notranslate" id="gtranslate_selector" aria-label="Website Language Selector">...</select>/select[@id="gtranslate_selector"]Failure 2:
<button type="button" class="cmp-button">Mode</button>/button[@class="cmp-button"]Failure 3:
<a data-cmp-clickable="" href="/residents/pay-bill.html"> Make a Paymen...</a>/aFailure 4:
<a class="cmp-button" data-cmp-clickable="" href="/newsroom/public-works-news/public-works-proposes-adjustment-to-monthly-residential-solid-wa.html">...</a>/a[@class="cmp-button"]Failure 5:
<button class="cmp-carousel__action cmp-carousel__action--previous" type="button" aria-label="Previous" data-cmp-hook-carousel="previous">...</button>/button[@class="cmp-carousel__action cmp-carousel__action--previous"]… and 2 more failures for this rule
Failure 1:
<div class="cmp-countdown-clock__content-wrapper" aria-hidden="true">...</div>/div[@class="cmp-countdown-clock__content-wrapper"]Failure 1:
<select class="notranslate" id="gtranslate_selector" aria-label="Website Language Selector">...</select>/select[@id="gtranslate_selector"]Failure 2:
<div id="googleTranslateElement" class="btn-translate__google-element">...</div>/div[@id="googleTranslateElement"]Failure 3:
<div id="searchAutocomplete" class="search-autocomplete__wrapper">...</div>/div[@id="searchAutocomplete"]Failure 4:
<div id="-input__status--A" role="status" aria-atomic="true" aria-live="polite"></div>/div[@id="-input__status--A"]Failure 5:
<div id="-input__status--B" role="status" aria-atomic="true" aria-live="polite"></div>/div[@id="-input__status--B"]… and 8 more failures for this rule
Failure 1:
<h3 class="heading-link">...</h3>/h3[@class="heading-link"]Failure 1:
Failure 1:
<p>City of Phoenix official website</p>/pFailure 1:
<a href="https://admin.phila.gov/services/birth-marriage-life-events/" class="animate">...</a>/a[@class="animate"]Failure 2:
<a href="https://www.phila.gov/departments/mayor/">Mayor</a>/aFailure 3:
<a href="http://phlcouncil.com/" class="external">City Council</a>/a[@class="external"]Failure 4:
<a href="https://www.phila.gov/departments/office-of-innovation-and-technology/phlgovtv/" class="prl">...</a>/a[@class="prl"]Failure 1:
<a href="https://www.phila.gov/the-latest/" aria-label="See all news" class="button float-right content-type-featured mbxl">...</a>/a[@class="button float-right content-type-featured mbxl"]Failure 2:
<a href="https://www.phila.gov/departments/office-of-clean-and-green-initiatives/" aria-label="Learn more" class="button content-type-featured">...</a>/a[@class="button content-type-featured"]Failure 1:
Failure 1:
<img src="https://www.phila.gov/assets/images/website/phillystat360.png" />/imgFailure 1:
<div id="one-philly-home-page">...</div>/div[@id="one-philly-home-page"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<h2 class="date">...</h2>/h2[@class="date"]Failure 1:
<a href="https://www.facebook.com/bronxbp" target="_blank" class="social-media-link" rel="noopener">...</a>/a[@class="social-media-link"]Failure 2:
<button>...</button>/buttonFailure 3:
<button type="button" id="translate-button" aria-label="translate website" aria-haspopup="true" aria-expanded="false">...</button>/button[@id="translate-button"]Failure 4:
<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 5:
<button data-toggle="tab" data-category="all" class="tab active">All</button>/button[@class="tab active"]… and 7 more failures for this rule
Failure 1:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1">...</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:
<div class="tiny-item tns-item" id="tns2-item4" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item4"]Failure 2:
<div class="tiny-item tns-item" id="tns2-item5" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns2-item5"]Failure 3:
<div class="tiny-item tns-item" id="tns3-item3" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item3"]Failure 4:
<div class="tiny-item tns-item" id="tns3-item4" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item4"]Failure 5:
<div class="tiny-item tns-item" id="tns3-item5" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item5"]… and 36 more failures for this rule
Failure 1:
Failure 1:
<div class="tiny-item tns-item tns-slide-active" id="tns5-item0">...</div>/div[@id="tns5-item0"]Failure 2:
<a href="index.php" id="footer-logo">...</a>/a[@id="footer-logo"]Failure 3:
<img src="_assets_/images/footer-logo.png" id="footer-logo" alt="footer logo" />/img[@id="footer-logo"]Failure 1:
<h4 class="footer-title">Office of the Bronx Borough President</h4>/h4[@class="footer-title"]Failure 1:
Failure 1:
Failure 1:
<ul class="social-list">...</ul>/ul[@class="social-list"]Failure 1:
Failure 1:
<p class="banner-title">DELIVERING CHANGE</p>/p[@class="banner-title"]Failure 1:
<p class="banner-title">DELIVERING CHANGE</p>/p[@class="banner-title"]Failure 1:
<p class="banner-title">DELIVERING CHANGE</p>/p[@class="banner-title"]Failure 2:
<p class="banner-desc">...</p>/p[@class="banner-desc"]Failure 1:
<a href="#" class="oc-icon-b oc-i-cosa link-type-external">...</a>/a[@class="oc-icon-b oc-i-cosa link-type-external"]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.sa.gov/Site-Footer/Contact-Us">Email 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:
Failure 1:
<a href="/parking/balboapark">Parking Information for Balboa Park</a>/aFailure 2:
<a href="https://forecast.weather.gov/MapClick.php?lat=32.718814&lon=-117.162222" title="Clear" rel="noopener" class="ext" data-extlink="" target="_blank">...</a>/a[@class="ext"]Failure 3:
<a class="l-flex-center-v" href="#" data-open="translate-modal" aria-controls="translate-modal" aria-haspopup="dialog" tabindex="0">...</a>/a[@class="l-flex-center-v"]Failure 4:
<a class="btn btn--sm btn--wide ext" href="https://www.insidesandiego.org" data-extlink="" target="_blank" rel="noopener">...</a>/a[@class="btn btn--sm btn--wide ext"]Failure 5:
<a class="h3 heading--trim no-underline ext" href="https://www.insidesandiego.org/more-free-parking-coming-balboa-park-city-san-diego-residents" data-extlink="" target="_blank" rel="noopener">More Free Parking Coming to Balboa Park for City o...</a>/a[@class="h3 heading--trim no-underline ext"]… and 9 more failures for this rule
Failure 1:
<a href="/citycouncil/cd2" data-drupal-link-system-path="node/224188">Councilmember Jennifer Campbell (District 2)</a>/aFailure 1:
Failure 1:
Failure 1:
<p class="fine-print text-upper">...</p>/p[@class="fine-print text-upper"]Failure 1:
<p class="h3 heading--trim" style="font-size:1.2rem;">...</p>/p[@class="h3 heading--trim"]Failure 2:
<p class="h5 heading--snug">...</p>/p[@class="h5 heading--snug"]Failure 3:
<p class="l-padding-ls l-margin-bn">...</p>/p[@class="l-padding-ls l-margin-bn"]Failure 1:
<h2 class="visually-hidden" id="block-footer-menu">Footer Menu</h2>/h2[@id="block-footer-menu"]Failure 1:
<button type="button" class="hidden-mobile" onclick="translateDCH('en')">ENG</button>/button[@class="hidden-mobile"]Failure 2:
<button class="orange-back globe-button dropdown-toggle" type="button" id="dropdownTranslate" data-toggle="dropdown" aria-expanded="false">...</button>/button[@id="dropdownTranslate"]Failure 3:
<a href="/Pages/visitor.aspx" class="first-direct-link">Visitor</a>/a[@class="first-direct-link"]Failure 4:
<button class="dropdown-toggle" type="button" id="second-dropdown5" data-toggle="dropdown" aria-haspopup="true" aria-label="search">...</button>/button[@id="second-dropdown5"]Failure 5:
<a href="#" id="sa-btn" class="btn btn-service-alert close slide" onclick="changeClass()">Public Alerts</a>/a[@id="sa-btn"]… and 6 more failures for this rule
Failure 1:
<a href="/departments/humanresources/employment/Pages/default.aspx" id="find-lightbox-job">...</a>/a[@id="find-lightbox-job"]Failure 2:
<a href="https://dallaslibrary.org/" target="_blank" id="find-lightbox-library">...</a>/a[@id="find-lightbox-library"]Failure 3:
<a href="http://www.dallasanimalservices.org/" target="_blank" id="find-lightbox-pets">...</a>/a[@id="find-lightbox-pets"]Failure 4:
<a href="http://www.dallasparks.org/" target="_blank" id="find-lightbox-parks-recreation">...</a>/a[@id="find-lightbox-parks-recreation"]Failure 5:
<a target="_blank" href="https://dallasculture.org/cultural-venues/" id="find-lightbox-cultural-center">a Cultural Center</a>/a[@id="find-lightbox-cultural-center"]… and 24 more failures for this rule
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.e4263e17.1772198484.70a88f96 </p>/pFailure 1:
Failure 1:
<a class="icon-311" href="/department/311">3-1-1</a>/a[@class="icon-311"]Failure 2:
<a href="/alerts">Winter Weather Alerts</a>/aFailure 3:
<a class="icon-facebook" href="https://www.facebook.com/austintexasgov" target="_blank">Facebook</a>/a[@class="icon-facebook"]Failure 4:
<a class="icon-x" href="https://x.com/austintexasgov" target="_blank">X</a>/a[@class="icon-x"]Failure 5:
<a class="icon-linkedin" href="https://www.linkedin.com/company/city-of-austin/" target="_blank">LinkedIn</a>/a[@class="icon-linkedin"]… and 3 more failures for this rule
Failure 1:
banner have the same name.Failure 1:
Failure 1:
Failure 1:
<button class="gsc-search-button gsc-search-button-v2">...</button>/button[@class="gsc-search-button gsc-search-button-v2"]Failure 2:
<button class="bg-vid__button bg-vid__button--playing" type="button">...</button>/button[@class="bg-vid__button bg-vid__button--playing"]Failure 3:
<button data-item-num="0" class="top-carousel__circle-btn gallery__loc-btn--active" title="Item 1" />/button[@class="top-carousel__circle-btn gallery__loc-btn--active"]Failure 4:
<button data-item-num="1" class="top-carousel__circle-btn" title="Item 2" />/button[@class="top-carousel__circle-btn"]Failure 5:
<a href="https://www.jacksonville.gov/mayor/mayors-priorities">Mayor Donna Deegan's Priorities</a>/a… and 5 more failures for this rule
Failure 1:
<button data-item-num="0" class="second-carousel__sq-btn gallery__loc-btn--active" title="Item 1" />/button[@class="second-carousel__sq-btn gallery__loc-btn--active"]Failure 2:
<button data-item-num="1" class="second-carousel__sq-btn" title="Item 2" />/button[@class="second-carousel__sq-btn"]Failure 3:
<a href="/departments/public-affairs/grphic-archive">City Logos</a>/aFailure 1:
<button class="gsc-search-button gsc-search-button-v2">...</button>/button[@class="gsc-search-button gsc-search-button-v2"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Pay Fees, Renew Licenses & More</p>/pFailure 2:
<p class="news-list-item__summary">Transition Delivers on Mayor’s Action Plan to Stre...</p>/p[@class="news-list-item__summary"]Failure 1:
<p>Pay Fees, Renew Licenses & More</p>/pFailure 2:
<p class="news-list-item__summary">Transition Delivers on Mayor’s Action Plan to Stre...</p>/p[@class="news-list-item__summary"]Failure 1:
<h3 class="c-flipBox__front-title">Our City</h3>/h3[@class="c-flipBox__front-title"]Failure 1:
Failure 1:
<p>Pay Fees, Renew Licenses & More</p>/pFailure 1:
<a href="https://www.fortworthtexas.gov/Home?oc_lang=es" class="lang-item lang-es" data-translate-to="es" lang="es">...</a>/a[@class="lang-item lang-es"]Failure 2:
<a href="https://www.fortworthtexas.gov/Home?oc_lang=vi" class="lang-item lang-vi" data-translate-to="vi" lang="vi">...</a>/a[@class="lang-item lang-vi"]Failure 3:
<a href="https://www.fortworthtexas.gov/departments/hr/civil-right-office/title-VI-accessibility-accommodations">Title VI and Accessibility & Accommodations</a>/aFailure 4:
<a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#">...</a>/a[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]Failure 5:
<a href="https://www.fortworth.com/" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">Visitor Information</a>/a[@class="opens-in-new-tab"]Failure 1:
<img id="screenimage" src="https://fortworthtexas.gov/files/sharedassets/public/welcome-to-fw.jpg" style="width:100%;height: auto;" alt="Welcome to the City of Fort Worth" class="image" />/img[@id="screenimage"]Failure 2:
<img id="deviceimage" alt="Welcome to the City of Fort Worth" src="https://fortworthtexas.gov/files/sharedassets/public/fw-cityscape-device.jpg" style="width:100%;height:auto;" class="image" />/img[@id="deviceimage"]Failure 3:
<a href="https://www.connectfw.com/" id="Connect FW" target="_self" class="city btn btn-primary" style="margin: 0px; padding: 0px; border: 0px solid #033363;text-decoration: none;" alt="Connect FW Banner">...</a>/a[@id="Connect FW"]Failure 1:
Failure 1:
<h2>Animals</h2>/h2Failure 1:
Failure 1:
<a href="https://www.columbus.gov/Government/Jobs" 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.columbus.gov/311-Customer-Service-Center" class="oc-icon-b oc-i-phone link-type-internal">...</a>/a[@class="oc-icon-b oc-i-phone link-type-internal"]Failure 3:
<a href="https://www.facebook.com/ColumbusGov/" 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.youtube.com/cityofcolumbus" 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 5:
<a href="https://twitter.com/ColumbusGov?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" class="oc-icon-b oc-i-x-020723-mn link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-x-020723-mn link-type-external opens-in-new-tab"]… and 3 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h2>311</h2>/h2Failure 1:
Failure 1:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 2:
<a href="/activities">Services</a>/aFailure 3:
<a href="/activity/need-help" class="footer-link">Need Help?</a>/a[@class="footer-link"]Failure 4:
<a href="/activity/privacy-policy" class="footer-link right-link">Privacy Policy</a>/a[@class="footer-link right-link"]Failure 1:
Failure 1:
Failure 1:
<h4 class="title">Government Records</h4>/h4[@class="title"]Failure 1:
<p class="subheading">These digital services make it easier to get what ...</p>/p[@class="subheading"]Failure 1:
Failure 1:
<button type="button" aria-controls="toolbar-language-drop-down" aria-expanded="false" class="toolbar-button toolbar-button-language js-element">...</button>/button[@class="toolbar-button toolbar-button-language js-element"]Failure 2:
<a href="https://www.charlottenc.gov/Home" lang="en-US">...</a>/aFailure 3:
<a href="https://www.facebook.com/CLTgov" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">...</a>/a[@class="opens-in-new-tab"]Failure 1:
Failure 1:
<p>Easily pay your water bill</p>/pFailure 2:
<p class="cta-item-description">Sign up for email updates from the City of Charlot...</p>/p[@class="cta-item-description"]Failure 1:
<h1 class="oc-page-title ">Home</h1>/h1[@class="oc-page-title "]Failure 2:
<h2>Download the CLT+ App</h2>/h2Failure 1:
<p class="cta-item-description">Sign up for email updates from the City of Charlot...</p>/p[@class="cta-item-description"]Failure 1:
<p>Easily pay your water bill</p>/pFailure 2:
<p class="cta-item-description">Sign up for email updates from the City of Charlot...</p>/p[@class="cta-item-description"]Failure 1:
<button id="button_disclosure-0" class="link toggleable" aria-controls="details_disclosure-0" aria-expanded="false" type="button">...</button>/button[@id="button_disclosure-0"]Failure 2:
<a href="https://myutilities.seattle.gov/eportal/#/" target="_blank" class="emphasized">Pay Utility Bill </a>/a[@class="emphasized"]Failure 3:
<a class="linkClear" href="https://artbeat.seattle.gov/2026/02/19/2025-year-in-review/" target="_blank"> 2025 Year in Review </a>/a[@class="linkClear"]Failure 4:
<a href="https://public.govdelivery.com/accounts/WASEATTLE/subscriber/new?qsp=CODE_RED" target="_blank">Subscribe to Newsletters</a>/aFailure 5:
<a href="opcd/population-and-demographics/about-seattle" class="reverseEmphasized">About Seattle</a>/a[@class="reverseEmphasized"]… and 1 more failures for this rule
Failure 1:
<div class="panel active" id="NewsReleases" role="tabpanel" aria-labelledby="tabs-x131746-tab-0" tabindex="0">...</div>/div[@id="NewsReleases"]Failure 2:
<div class="panel" id="BlogPosts" role="tabpanel" aria-labelledby="tabs-x131746-tab-1" hidden="" tabindex="0">...</div>/div[@id="BlogPosts"]Failure 1:
Failure 1:
<p class="emphasized">City of Seattle Official Website</p>/p[@class="emphasized"]Failure 2:
<p>Seattle is for everyone, and we should be judged o...</p>/pFailure 1:
Failure 1:
<button id="susi-signup-button" class="outline newacct-btn">...</button>/button[@id="susi-signup-button"]Failure 2:
<button id="susi-signin-button" class="outline login-btn">...</button>/button[@id="susi-signin-button"]Failure 3:
<a href="https://www.denvergov.org/Government/Make-a-Payment" 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://denvergov.org/Online-Services-Hub/Report-an-Issue/issue/new-report" class="oc-icon-b oc-i--none link-type-external">...</a>/a[@class="oc-icon-b oc-i--none link-type-external"]Failure 5:
<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"]… and 11 more failures for this rule
Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label" style="max-width: 165px;">...</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:
<div class="hero-video-wrapper" aria-hidden="true">...</div>/div[@class="hero-video-wrapper"]Failure 1:
<h3 class="footer-title">Contact 3-1-1</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
<h2>Senior Property Tax Exemption</h2>/h2Failure 1:
Failure 1:
<a href="#">Menu</a>/aFailure 2:
<button class="rsbtn_tooltoggle" data-rsshortcut="menu" data-rslang="title/arialabel:menu" title="webReader menu" aria-label="webReader menu" aria-expanded="false" data-rs-tooltip="." data-rs-direction="u" data-rs-container="readspeaker_button1" data-rsevent-id="rs_487306" style="display: none;">...</button>/button[@class="rsbtn_tooltoggle"]Failure 3:
<a rel="nofollow" class="rsbtn_play" title="Listen to this page using ReadSpeaker webReader" href="//app-na.readspeaker.com/cgi-bin/rsent?customerid=6295&lang=en_us&readid=content-start&url=https://dc.gov/" role="button" aria-label="Listen" data-rs-tooltip="." data-rs-direction="u" aria-haspopup="menu" data-rsshortcut="play" data-rs-lang="en_us">...</a>/a[@class="rsbtn_play"]Failure 4:
<a href="" data-slide-index="0" class="bx-pager-link active">1</a>/a[@class="bx-pager-link active"]Failure 5:
<a href="" data-slide-index="1" class="bx-pager-link">2</a>/a[@class="bx-pager-link"]… and 6 more failures for this rule
Failure 1:
<a href="http://mayor.dc.gov" title="Mayor Muriel Bowser">Mayor Muriel Bowser</a>/aFailure 2:
<a href="" data-slide-index="0" class="bx-pager-link active">1</a>/a[@class="bx-pager-link active"]Failure 3:
<a href="" data-slide-index="1" class="bx-pager-link">2</a>/a[@class="bx-pager-link"]Failure 4:
<a class="bx-start active" href="" title="Start">Start</a>/a[@class="bx-start active"]Failure 5:
<a class="bx-stop" href="" title="Stop">Stop</a>/a[@class="bx-stop"]Failure 1:
<img src="/sites/default/files/dc/shared_assets/mayor-bowser-logo.jpg" width="100px" />/imgFailure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />/metaFailure 1:
navigation have the same name.Failure 1:
Failure 1:
<a href="/sites/default/files/dc/sites/progressreport/publication/attachments/10YR-Progress-Report.pdf">Read the </a>/aFailure 1:
Failure 1:
Failure 1:
<a href="/departments/government/restore-nashville" rel="nofollow" hreflang="en">Resources</a>/aFailure 2:
<button class="navigation__button js-button" aria-label="Submenu of Services" aria-expanded="false">...</button>/button[@class="navigation__button js-button"]Failure 3:
<a href="https://public.govdelivery.com/accounts/TNNASH/subscriber/new" class="ext" data-extlink="" rel="noreferrer">...</a>/a[@class="ext"]Failure 1:
<section id="content">...</section>/section[@id="content"]Failure 2:
<g id="content">...</g>/g[@id="content"]Failure 1:
banner have the same name.Failure 1:
Failure 1:
<fieldset data-drupal-selector="edit-was-this-page-helpful" class="webform-element--title-inline radios--wrapper fieldgroup form-composite webform-composite-visible-title webform-fieldset--title-inline js-webform-type-radios webform-type-radios form-item js-form-wrapper form-wrapper" id="edit-was-this-page-helpful--wrapper" data-once="webform-radios-required">...</fieldset>/fieldset[@id="edit-was-this-page-helpful--wrapper"]Failure 1:
Failure 1:
<p>Recovery resources, volunteer opportunities, servi...</p>/pFailure 1:
<a href="https://www.okc.gov/Government/About-OKC/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.facebook.com/cityofokc/" 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://www.youtube.com/user/cityofokc" class="oc-icon-b oc-i-youtube link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-youtube link-type-external opens-in-new-tab"]Failure 4:
<a href="https://www.instagram.com/cityofokc" class="oc-icon-b oc-i-link link-type-external">...</a>/a[@class="oc-icon-b oc-i-link link-type-external"]Failure 5:
<a href="https://www.okc.gov/Government" class="nav-level-1 nav-has-children sf-with-ul" target="">...</a>/a[@class="nav-level-1 nav-has-children sf-with-ul"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<h2 style="height: 125px;">Trash and Recycling Pick Up Day</h2>/h2Failure 1:
<a href="/contact" class="mainLink">Contact</a>/a[@class="mainLink"]Failure 2:
<a href="/311/">311</a>/aFailure 3:
<button class="slick-prev slick-arrow" aria-label="Previous" type="button" style="">Previous</button>/button[@class="slick-prev slick-arrow"]Failure 4:
<button class="slick-next slick-arrow" aria-label="Next" type="button" style="">Next</button>/button[@class="slick-next slick-arrow"]Failure 1:
<button class="slick-next slick-arrow" aria-label="Next" type="button" style="">Next</button>/button[@class="slick-next slick-arrow"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="number counter" style="visibility: visible;">61K</p>/p[@class="number counter"]Failure 2:
<p>City Residents</p>/pFailure 1:
normal which will result in a line height of less than 1.5<p>...</p>/pFailure 2:
<p class="subTitle">Parks & Recreation</p>/p[@class="subTitle"]Failure 3:
normal which will result in a line height of less than 1.5<p class="number counter" style="visibility: visible;">61K</p>/p[@class="number counter"]Failure 1:
<p class="subTitle">Parks & Recreation</p>/p[@class="subTitle"]Failure 2:
<p>...</p>/pFailure 1:
<p class="subTitle">Parks & Recreation</p>/p[@class="subTitle"]Failure 2:
<p>Deliver exceptional services to support a high qua...</p>/pFailure 1:
<a href="/" id="logoImg">...</a>/a[@id="logoImg"]Failure 2:
<a href="/mayor"> Mayor Michelle Wu </a>/aFailure 1:
<a href="/government/cabinets/innovation-and-technology/terms-use-and-privacy-policy-city-boston-digital" data-drupal-link-system-path="node/31526">Privacy Policy</a>/aFailure 1:
<a href="https://www.boston.gov/news/snow-emergency-and-parking-ban-end-today-february-24-6-pm-school-resumes-tomorrow-february-25" class="item-link n--a" title="https://www.boston.gov/news/snow-emergency-and-parking-ban-end-today-february-24-6-pm-school-resumes-tomorrow-february-25" aria-label=" Snow Emergency and Parking Ban to End Today, February 24, at 6 p.m.; School ">...</a>/a[@class="item-link n--a"]Failure 2:
<a href="https://www.boston.gov/calendar/north-end-waterfront-and-west-end-liaison-office-hours" class="news-item-event evt m-t500 g--4 g--4--sl" title="https://www.boston.gov/calendar/north-end-waterfront-and-west-end-liaison-office-hours" aria-label="">...</a>/a[@class="news-item-event evt m-t500 g--4 g--4--sl"]Failure 1:
<img loading="lazy" width="100" height="100" src="https://assets.boston.gov/icons/experiential_icons/construction_sheet.svg" class="svg-icon" />/img[@class="svg-icon"]Failure 1:
<script src="/themes/custom/bos_theme/cob_ds/js/cob_ds.js?v=20260212" id="common_script" />/script[@id="common_script"]Failure 2:
<script src="/themes/custom/bos_theme/cob_ds/atom/ds_button/button.js?v=20260212" id="button_script" />/script[@id="button_script"]Failure 1:
<div class="cdp-i field-item" role="listitem">...</div>/div[@class="cdp-i field-item"]Failure 1:
<h4>Meet the Mayor</h4>/h4Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="svg-date-flag n--a-date-flag-text date-flag-text">...</p>/p[@class="svg-date-flag n--a-date-flag-text date-flag-text"]Failure 2:
<p class="svg-date-flag evt-date-flag date-flag-text">Feb 27</p>/p[@class="svg-date-flag evt-date-flag date-flag-text"]Failure 1:
<p class="svg-date-flag n--a-date-flag-text date-flag-text">...</p>/p[@class="svg-date-flag n--a-date-flag-text date-flag-text"]Failure 2:
<p>We Are Black Boston</p>/pFailure 3:
<p class="svg-date-flag evt-date-flag date-flag-text">Feb 27</p>/p[@class="svg-date-flag evt-date-flag date-flag-text"]Failure 1:
<p>Boston City Hall is open Monday through Friday fro...</p>/pFailure 1:
<a href="/federal">federal government</a>/aFailure 2:
<a class="stretched-link" href="/mayor/keith-wilson">Keith Wilson</a>/a[@class="stretched-link"]Failure 3:
<a href="/services" class="cloudy-link cloudy-link--has-background">...</a>/a[@class="cloudy-link cloudy-link--has-background"]Failure 4:
<a href="mailto:311@portlandoregon.gov" class="cloudy-link cloudy-link--has-icon" aria-label="Email 311@portlandoregon.gov">...</a>/a[@class="cloudy-link cloudy-link--has-icon"]Failure 1:
<svg id="icon-phone" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">...</svg>/svg[@id="icon-phone"]Failure 1:
Failure 1:
<a href="javascript:void(0);" id="hs-eu-confirmation-button" role="button"> Accept </a>/a[@id="hs-eu-confirmation-button"]Failure 2:
<a href="javascript:void(0);" id="hs-eu-decline-button" role="button">Decline</a>/a[@id="hs-eu-decline-button"]Failure 3:
<a class="navbar-brand txt-clv-purple" href="/">CITY OF LAS VEGAS</a>/a[@class="navbar-brand txt-clv-purple"]Failure 4:
<button type="button" id="translateButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn clv-purple me-2 px-auto">...</button>/button[@id="translateButton"]Failure 5:
<a class="mx-2 nav-link " data-href="#menu-Residents" href="https://www.lasvegasnevada.gov/Residents" aria-controls="menu-Residents" aria-expanded="false">Residents</a>/a[@class="mx-2 nav-link "]… and 5 more failures for this rule
Failure 1:
<a class="footer-link" href="/Government" aria-label="Visit the Goverment Page">Government</a>/a[@class="footer-link"]Failure 1:
<h3 class="mb-0 px-3 py-1">Latest Updates</h3>/h3[@class="mb-0 px-3 py-1"]Failure 1:
Failure 1:
<a href="https://www.lasvegasnevada.gov/Government/Departments/City-Attorney/Privacy-Policy" target="_blank">Privacy Policy</a>/aFailure 1:
Failure 1:
<p class="mb-0 small-heading">Connect with us</p>/p[@class="mb-0 small-heading"]Failure 2:
<p class="mb-0 text-white small-heading">Sitemap</p>/p[@class="mb-0 text-white small-heading"]Failure 1:
<p class="section-heading">Subscribe and Follow</p>/p[@class="section-heading"]Failure 2:
<p>...</p>/pFailure 1:
<h3 class="mb-0 px-3 py-1 purple-box-title">Meet Your City Council</h3>/h3[@class="mb-0 px-3 py-1 purple-box-title"]Failure 1:
<a href="/government-mayor/" class="elementor-icon" tabindex="-1">...</a>/a[@class="elementor-icon"]Failure 1:
<a class="e-n-menu-title-container e-focus e-link" href="/services-repository/" data-focus-index="1">...</a>/a[@class="e-n-menu-title-container e-focus e-link"]Failure 2:
<a href="https://memphisanimalservices.com/adopt/available-pets/" target="_blank" rel="noopener">...</a>/aFailure 3:
<a href="https://memphistn.gov/events/list/?shortcode=f0b1cb7d&eventDisplay=past" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" aria-label="Previous Events" title="Previous Events" data-js="tribe-events-view-link">...</a>/a[@class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev"]Failure 4:
<a href="https://memphistn.gov/events/list/page/2/?shortcode=f0b1cb7d" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next" aria-label="Next Events" title="Next Events" data-js="tribe-events-view-link">...</a>/a[@class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next"]Failure 5:
<a href="https://memphistn.gov/events/list/?shortcode=f0b1cb7d" class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden" data-js="tribe-events-view-link" aria-description="Click to select today's date"> Today</a>/a[@class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden"]… and 12 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
<ul id="menu-1-1a59fe1b" class="elementor-nav-menu" data-smartmenus-id="1772198759816429">...</ul>/ul[@id="menu-1-1a59fe1b"]Failure 2:
<ul id="menu-2-1a59fe1b" class="elementor-nav-menu" data-smartmenus-id="17721987598213945">...</ul>/ul[@id="menu-2-1a59fe1b"]Failure 3:
<button class="e-n-menu-toggle" id="menu-toggle-706" aria-haspopup="true" aria-expanded="false" aria-controls="menubar-706" aria-label="Menu Toggle">...</button>/button[@id="menu-toggle-706"]Failure 4:
<div class="e-n-menu-wrapper" id="menubar-706" aria-labelledby="menu-toggle-706" style="--stretch-width: 1284px; --stretch-left: -328.265625px;">...</div>/div[@id="menubar-706"]Failure 5:
<div id="e-n-menu-title-7061" class="e-n-menu-title">...</div>/div[@id="e-n-menu-title-7061"]… and 14 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="elementor-icon-box-description"> MAYOR PAUL YOUNG </p>/p[@class="elementor-icon-box-description"]Failure 1:
<p class="sbi_bio">...</p>/p[@class="sbi_bio"]Failure 1:
<p class="elementor-icon-box-description"> MAYOR PAUL YOUNG </p>/p[@class="elementor-icon-box-description"]Failure 2:
<p>MEMPHIS, Tenn.— Feb. 11, 2026—City of Memphis gove...</p>/pFailure 3:
<p class="sbi_bio">...</p>/p[@class="sbi_bio"]Failure 1:
<h3 class="elementor-heading-title elementor-size-default">CITY OF MEMPHIS CALENDAR</h3>/h3[@class="elementor-heading-title elementor-size-default"]Failure 1:
<a href="/transportation/snow-center" data-entity-type="node" data-entity-uuid="000757be-9d59-4a43-a0a0-820cfb43e5fc" data-entity-substitution="canonical">...</a>/aFailure 2:
<button class="menu-item__toggle" aria-label="Show submenu for Residents" aria-haspopup="menu" aria-expanded="false" tabindex="-1">...</button>/button[@class="menu-item__toggle"]Failure 3:
<a href="https://www.mta.maryland.gov/schedule?type=local-bus" class="ext" data-extlink="" aria-label="(link is external)" target="_blank" rel="noopener nofollow noreferrer">...</a>/a[@class="ext"]Failure 1:
<button class="menu-item__toggle" aria-label="Show submenu for Residents" aria-haspopup="menu" aria-expanded="false" tabindex="-1">...</button>/button[@class="menu-item__toggle"]Failure 1:
<a href="/" rel="home" class="site-link" aria-label="Site Home">...</a>/a[@class="site-link"]Failure 2:
<a href="/mayor" class="site-link mayor-link-small" aria-label="Mayor's Office Information">...</a>/a[@class="site-link mayor-link-small"]Failure 3:
<a href="https://www.mta.maryland.gov/schedule?type=local-bus" class="ext" data-extlink="" aria-label="(link is external)" target="_blank" rel="noopener nofollow noreferrer">...</a>/a[@class="ext"]Failure 4:
<a href="https://www.charmtvbaltimore.com/" class="c--charm-city-tv__charmtv-link ext" data-extlink="" aria-label="(link is external)" target="_blank" rel="noopener nofollow noreferrer">...</a>/a[@class="c--charm-city-tv__charmtv-link ext"]Failure 5:
<a class="button--secondary ext" href="https://public.govdelivery.com/accounts/MDBALT/subscriber/new" data-extlink="" aria-label="(link is external)" target="_blank" rel="noopener nofollow noreferrer">...</a>/a[@class="button--secondary ext"]Failure 1:
<span class="fa-ext extlink" role="img" aria-hidden="false">...</span>/span[@class="fa-ext extlink"]Failure 1:
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 675.87">...</svg>/svg[@id="Layer_1"]Failure 2:
<g id="Building Permits">...</g>/g[@id="Building Permits"]Failure 3:
<path id="Shape" fill-rule="evenodd" clip-rule="evenodd" d="M58.6546 15.0792L28.4016 3.73206V49.0001H58.6546V15.0792Z" stroke="#2F1C3D" stroke-width="3" />/path[@id="Shape"]Failure 4:
<path id="Rectangle-path" fill-rule="evenodd" clip-rule="evenodd" d="M36.6523 37.9099H42.1529V49H36.6523V37.9099Z" stroke="#2F1C3D" stroke-width="3" />/path[@id="Rectangle-path"]Failure 5:
<path id="Rectangle-path_2" fill-rule="evenodd" clip-rule="evenodd" d="M11.8999 37.9099H22.901V49H11.8999V37.9099Z" stroke="#3F9FB5" stroke-width="3" />/path[@id="Rectangle-path_2"]… and 12 more failures for this rule
Failure 1:
banner have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
<h3 class="c--services__list-item-title">...</h3>/h3[@class="c--services__list-item-title"]Failure 2:
<h3 class="c--charm-city-tv__video--label">Post BOE Press Conference; February 4, 2026</h3>/h3[@class="c--charm-city-tv__video--label"]Failure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<meta http-equiv="refresh" content="360" />/metaFailure 1:
<a href="#" data-bs-toggle="dropdown" aria-expanded="false" class="state-published nav-link" aria-haspopup="true">...</a>/a[@class="state-published nav-link"]Failure 2:
<a href="#" class="translateButton nav-link" role="button" aria-expanded="false" aria-haspopup="true" title="Translate our Site.">...</a>/a[@class="translateButton nav-link"]Failure 3:
<a class="btn btn-secondary" href="https://www.cabq.gov/311/abq311">HOW CAN WE HELP (311)</a>/a[@class="btn btn-secondary"]Failure 4:
<a class="footer-item" aria-label="”return" to="" top="" of="" page="" href="#">↥</a>/a[@class="footer-item"]Failure 5:
<a data-linktype="external" data-val="https://www.governmentjobs.com/careers/cabq" href="https://www.governmentjobs.com/careers/cabq">Jobs</a>/aFailure 1:
<span id="navlogo">...</span>/span[@id="navlogo"]Failure 2:
<div id="navcall" role="group" class="threenavwithicon">...</div>/div[@id="navcall"]Failure 3:
<div id="rightnav" />/div[@id="rightnav"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<p>Progress on the Keller Administration's top priori...</p>/pFailure 1:
<p>Progress on the Keller Administration's top priori...</p>/pFailure 1:
<input name="b_57590ee48a0d248f7f0fb64f6_0ec97b078d" tabindex="-1" type="text" value="" />/inputFailure 1:
<button class="menu-toggle hamburger hamburger--slider js-hamburger" aria-controls="top-menu" aria-expanded="false">...</button>/button[@class="menu-toggle hamburger hamburger--slider js-hamburger"]Failure 2:
<a translate="no" href="tel:15596212489"> 559.621.CITY </a>/aFailure 3:
<button class="active">...</button>/button[@class="active"]Failure 1:
<svg version="1.1" id="Layer_1" focusable="false" xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1200 671.2" style="enable-background:new 0 0 1200 671.2;" space="preserve">...</svg>/svg[@id="Layer_1"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p style="text-align: center;">Dedicated to serving our community with honesty, c...</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.111fd717.1772198934.400c473c </p>/pFailure 1:
Failure 1:
<a href="https://mesaaz.citysourced.com/" 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.mesaaz.gov/Government/ADA-Policies-Disclaimer" target="_self">...</a>/aFailure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
Failure 1:
<h2>Utilities & Account</h2>/h2Failure 2:
<h1>News & Events</h1>/h1Failure 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.d1fd717.1772198956.1342bf9 </p>/pFailure 1:
Failure 1:
<a href="https://www.statenislandusa.com/veterans.html" target="_blank">...</a>/aFailure 1:
<a href="/" class="wsite-menu-item" style="position: relative;"> Home </a>/a[@class="wsite-menu-item"]Failure 2:
<a href="http://www.visitstatenisland.com/" target="_blank">VISIT STATEN ISLAND</a>/aFailure 1:
<img src="/uploads/8/9/8/7/89877849/carousel-2022-veteran-connect_orig.jpg" style="width: 1037px;" />/imgFailure 1:
<li id="active" class="wsite-menu-item-wrap wsite-nav-1" style="position: relative;">...</li>/li[@id="active"]Failure 2:
<li id="pg725539463779819079" class="wsite-menu-item-wrap wsite-nav-2" style="position: relative;">...</li>/li[@id="pg725539463779819079"]Failure 3:
<li id="pg453690354246934162" class="wsite-menu-item-wrap wsite-nav-3" style="position: relative;">...</li>/li[@id="pg453690354246934162"]Failure 4:
<li id="pg873629953985931728" class="wsite-menu-item-wrap wsite-nav-4" style="position: relative;">...</li>/li[@id="pg873629953985931728"]Failure 5:
<li id="pg445028441582974212" class="wsite-menu-item-wrap wsite-nav-5" style="position: relative;">...</li>/li[@id="pg445028441582974212"]… and 1 more failures for this rule
Failure 1:
Failure 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.181fd717.1772198965.39528ff2 </p>/pFailure 1:
Failure 1:
<button type="button" id="search-form-icon" class="search-button" data-bs-toggle="modal" data-bs-target="#search-modal">...</button>/button[@id="search-form-icon"]Failure 2:
<a href="#" class="">1</a>/aFailure 3:
<a href="#" class="flex-active">3</a>/a[@class="flex-active"]Failure 4:
<a href="#" class="flex-pause">Pause</a>/a[@class="flex-pause"]Failure 5:
<a href="/node/158381" hreflang="en" class="link-isPublished-true">Burn Restrictions now in effect for Colorado Sprin...</a>/a[@class="link-isPublished-true"]… 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 2:
<button class="hide-chatbot-button" aria-label="Hide chatbot" aria-controls="citibot_support_chat">...</button>/button[@class="hide-chatbot-button"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ol class="flex-control-nav flex-control-paging" />/ol[@class="flex-control-nav flex-control-paging"]Failure 1:
<a href="/your-city-at-work">See Your City at Work</a>/aFailure 2:
<a href="/fire/news/five-day-report-0" class="c-teaser__title-link">...</a>/a[@class="c-teaser__title-link"]Failure 3:
<a class="c-project-teaser__title-link" href="/city-hall" rel="bookmark">...</a>/a[@class="c-project-teaser__title-link"]Failure 4:
<a class="c-directory__title-link" href="/city-council/janet-cowell" rel="bookmark">...</a>/a[@class="c-directory__title-link"]Failure 5:
<a href="/social-advancement-resources/services/accessibility" class="menu__link" data-drupal-link-system-path="node/39051">Accessibility</a>/a[@class="menu__link"]Failure 1:
<a href="/housing" hreflang="en">Housing</a>/aFailure 1:
<a href="/water-and-sewer/news/raleighs-annual-chlorine-conversion-period-begins-feb-26" class="c-featured__image-link" aria-hidden="true">...</a>/a[@class="c-featured__image-link"]Failure 1:
<a id="main-content" tabindex="-1" />/a[@id="main-content"]Failure 2:
<div id="main-content" />/div[@id="main-content"]Failure 3:
<svg xmlns="http://www.w3.org/2000/svg" xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" space="preserve">...</svg>/svg[@id="Layer_1"]Failure 1:
<h4 class="byline">From paying a bill to finding a job, SELECT A POPU...</h4>/h4[@class="byline"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<ol class="o-layout-grid o-layout-grid--3 o-layout-sidebar-after__primary" />/ol[@class="o-layout-grid o-layout-grid--3 o-layout-sidebar-after__primary"]Failure 2:
<ol class="o-layout-grid o-layout-grid--6"> </ol>/ol[@class="o-layout-grid o-layout-grid--6"]Failure 1:
<p class="c-service-teaser__core-service">...</p>/p[@class="c-service-teaser__core-service"]Failure 1:
<a href="/">...</a>/aFailure 2:
<a class="item-link" href="#" data-id="122599" />/a[@class="item-link"]Failure 3:
<a href="#" class="jcarousel-control-prev" data-jcarouselcontrol="true" />/a[@class="jcarousel-control-prev"]Failure 4:
<a href="#" class="jcarousel-control-next" data-jcarouselcontrol="true" />/a[@class="jcarousel-control-next"]Failure 5:
<a class="image-refresh" href="#" />/a[@class="image-refresh"]… and 1 more failures for this rule
Failure 1:
<a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#">...</a>/a[@class="VIpgJd-ZVi9od-xl07Ob-lTBxed"]Failure 2:
<button class="btn btn-default btn-xs dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false">...</button>/button[@class="btn btn-default btn-xs dropdown-toggle"]Failure 3:
<a href="/">...</a>/aFailure 4:
<a class="item-link" href="#" data-id="134671" />/a[@class="item-link"]Failure 5:
<a href="#" class="jcarousel-control-prev" data-jcarouselcontrol="true" />/a[@class="jcarousel-control-prev"]… and 1 more failures for this rule
Failure 1:
<a data-id="134671" href="#">Refuse 101</a>/aFailure 1:
<button class="btn btn-default btn-xs dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false">...</button>/button[@class="btn btn-default btn-xs dropdown-toggle"]Failure 1:
Failure 1:
<img src="/globalassets/city-logo.png" />/imgFailure 1:
lang attribute is either missing, empty, or only whitespace<html xmlns="https://www.w3.org/1999/xhtml" class=" js flexbox flexboxlegacy no-touch rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio svg inlinesvg svgclippaths" style="height: 100%;">...</html>/html[@class=" js flexbox flexboxlegacy no-touch rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio svg inlinesvg svgclippaths"]Failure 1:
<li class="news resp-tab-item resp-tab-active" aria-controls="tab_item-0" role="tab">...</li>/li[@class="news resp-tab-item resp-tab-active"]Failure 2:
<li class="events resp-tab-item" aria-controls="tab_item-1" role="tab">...</li>/li[@class="events resp-tab-item"]Failure 3:
<li class="lbtv resp-tab-item" aria-controls="tab_item-2" role="tab">...</li>/li[@class="lbtv resp-tab-item"]Failure 4:
<li class="maps resp-tab-item" aria-controls="tab_item-3" role="tab">...</li>/li[@class="maps resp-tab-item"]Failure 5:
<li class="connect resp-tab-item" aria-controls="tab_item-4" role="tab">...</li>/li[@class="connect resp-tab-item"]Failure 1:
Failure 1:
<a href="https://longbeach.gov/park/recreation-programs/programs-and-classes/" target="_blank">classes</a>/aFailure 1:
<ul class="resp-tabs-list">...</ul>/ul[@class="resp-tabs-list"]Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<span class="crop-box">...</span>/span[@class="crop-box"]Failure 1:
<li class="splide__slide is-active is-visible" aria-labelledby="slideLabel1" id="splide01-slide01" role="button" aria-label="Go to slide 1" aria-current="true" tabindex="0" aria-controls="splideMain-slide01" style="margin-right: 64px;">...</li>/li[@id="splide01-slide01"]Failure 2:
<li class="splide__slide is-visible is-next" aria-labelledby="slideLabel2" id="splide01-slide02" role="button" aria-label="Go to slide 2" tabindex="0" aria-controls="splideMain-slide02" style="margin-right: 64px;">...</li>/li[@id="splide01-slide02"]Failure 3:
<li class="splide__slide is-visible" aria-labelledby="slideLabel3" id="splide01-slide03" role="button" aria-label="Go to slide 3" tabindex="0" aria-controls="splideMain-slide03" style="margin-right: 64px;">...</li>/li[@id="splide01-slide03"]Failure 4:
<li class="splide__slide is-visible" aria-labelledby="slideLabel4" id="splide01-slide04" role="button" aria-label="Go to slide 4" tabindex="0" aria-controls="splideMain-slide04" style="margin-right: 64px;">...</li>/li[@id="splide01-slide04"]Failure 5:
<li class="splide__slide is-visible" aria-labelledby="slideLabel5" id="splide01-slide05" role="button" aria-label="Go to slide 5" tabindex="0" aria-controls="splideMain-slide05" style="margin-right: 64px;">...</li>/li[@id="splide01-slide05"]… and 5 more failures for this rule
Failure 1:
<div class="splide thumbnail splide--slide splide--ltr splide--draggable splide--nav is-active is-initialized" type="slide" id="splide01" role="region" aria-roledescription="carousel" style="max-width: 100%;">...</div>/div[@id="splide01"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p class="font-bold faux-p-md text-white my-0">The Voter Registrar's Office has moved and is open...</p>/p[@class="font-bold faux-p-md text-white my-0"]Failure 2:
normal which will result in a line height of less than 1.5<p class="faux-h3 hero__intro prose line-clamp-5 before:!content-none after:!content-none"> Subscribe to the City's newsletter to receive inf...</p>/p[@class="faux-h3 hero__intro prose line-clamp-5 before:!content-none after:!content-none"]Failure 3:
normal which will result in a line height of less than 1.5<p>Be in the Know</p>/pFailure 4:
normal which will result in a line height of less than 1.5<p class="faux-p-lg text-gray-800 py-s6">From upcoming events to the latest news, there are...</p>/p[@class="faux-p-lg text-gray-800 py-s6"]Failure 5:
normal which will result in a line height of less than 1.5<p class="faux-h3">VB Now: Your Community, Your Conversations, Your C...</p>/p[@class="faux-h3"]… and 4 more failures for this rule
Failure 1:
<a href="https://www.miami.gov/Services-Directory" 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="http://archive.miamigov.com/home/" 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:
<button aria-controls="nav" aria-expanded="false" aria-label="Menu" class="not-pressed">...</button>/button[@class="not-pressed"]Failure 4:
<a href="https://www.miami.gov/Shortcut-Content/News-Media" class="panel-button">View More News</a>/a[@class="panel-button"]Failure 5:
<a href="https://cityofmiami.az1.qualtrics.com/jfe/form/SV_eLPFsALDl9wpKFT" target="_blank" title="Site Feedback" aria-describedby="new-window-0" class="opens-in-new-tab">Feedback</a>/a[@class="opens-in-new-tab"]Failure 1:
Failure 1:
<h1 class="oc-page-title ">Home</h1>/h1[@class="oc-page-title "]Failure 2:
<h2>Replace Garbage or Recycling Cart (Bin)</h2>/h2Failure 1:
<a href="https://www.mayorbarbaralee.com/" 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 2:
<a href="https://www.oaklandca.gov/Community/Events-Culture/Events/Oakland-Love-Life-Events-Celebrations" class="footer-logo-link">Oakland Love Life</a>/a[@class="footer-logo-link"]Failure 3:
<a href="https://us.openforms.com/Form/5c225f7c-6f7c-45fe-a121-b70dcd46a558" target="_blank" title="Report a broken link, outdated information, or an other feedback about oaklandca.gov." aria-describedby="new-window-0" class="opens-in-new-tab">Send website feedback</a>/a[@class="opens-in-new-tab"]Failure 4:
<a href="https://www.oaklandca.gov/Government/Departments" target="_self">...</a>/aFailure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<p class="ocpt-dv-counter">574</p>/p[@class="ocpt-dv-counter"]Failure 1:
<h2>Pay a Parking Ticket</h2>/h2Failure 1:
Failure 1:
<a href="/government/mayor/" target="_self">Mayor Jacob Frey</a>/aFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="https://www.facebook.com/cityoftulsa" target="_blank">...</a>/aFailure 1:
<a href="https://www.facebook.com/cityoftulsa" target="_blank">...</a>/aFailure 2:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 3:
<a href="https://www.cityoftulsa.org/government/departments/water-and-sewer/waterline-break-board/" <span="" class="button-text">...</a>/a[@class="button-text"]Failure 4:
<a href="/press-room/city-of-tulsa-hosting-walk-in-interviews-for-open-positions-march-4-2026/" class="read-more">Read More</a>/a[@class="read-more"]Failure 5:
<select class="form-control" id="EventCategory">...</select>/select[@id="EventCategory"]Failure 1:
<iframe> does not have an accessible name<iframe width="730" height="410" class="embed-responsive-item" src="https://www.youtube.com/embed/LfZ-Wi00RjU?" frameborder="0" allowfullscreen="" />/iframe[@class="embed-responsive-item"]Failure 1:
<img src="/img/facebook(8).png" border="0" alt"facebook="" icon"="" />/imgFailure 1:
<div class="row container" id="calendar-footer">...</div>/div[@id="calendar-footer"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Looking for your next opportunity? Join our walk-i...</p>/pFailure 2:
<p class="stat-description">Permits issued in 2025</p>/p[@class="stat-description"]Failure 1:
<p>Looking for your next opportunity? Join our walk-i...</p>/pFailure 2:
<p class="stat-description">Permits issued in 2025</p>/p[@class="stat-description"]Failure 1:
Failure 1:
<button class="VAN-button">...</button>/button[@class="VAN-button"]Failure 1:
<a href="https://www.bakersfieldcity.us/1226/Understanding-Our-Sewer-System-Rates" class="cp-contentLink" rel="noopener noreferrer">View Updated Sewer Rate Information</a>/a[@class="cp-contentLink"]Failure 2:
<a class="cp-fancierButton cp-skin--skin75" href="https://www.facebook.com/BakersfieldCalifornia" target="">...</a>/a[@class="cp-fancierButton cp-skin--skin75"]Failure 3:
<button aria-label="" class="react-calendar__navigation__arrow react-calendar__navigation__prev2-button" type="button">«</button>/button[@class="react-calendar__navigation__arrow react-calendar__navigation__prev2-button"]Failure 4:
<button aria-label="" class="react-calendar__navigation__arrow react-calendar__navigation__prev-button" type="button">‹</button>/button[@class="react-calendar__navigation__arrow react-calendar__navigation__prev-button"]Failure 5:
<button aria-label="" class="react-calendar__navigation__label" type="button" style="flex-grow: 1;">...</button>/button[@class="react-calendar__navigation__label"]… and 5 more failures for this rule
Failure 1:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank" rel="noopener noreferrer">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 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:
<h2 id="content-item-title-cfde550d-61d0-4e90-92bb-02310f3da571-37ec60dc-c1aa-4e82-b04e-4f205d9076b4" class="widgetTitle" />/h2[@id="content-item-title-cfde550d-61d0-4e90-92bb-02310f3da571-37ec60dc-c1aa-4e82-b04e-4f205d9076b4"]Failure 2:
<h2 id="content-item-title-055c04ab-8b3c-4350-ae5e-3c229599bbde-0ec37c12-bd07-4175-8589-a6a391f81bc8" class="widgetTitle" />/h2[@id="content-item-title-055c04ab-8b3c-4350-ae5e-3c229599bbde-0ec37c12-bd07-4175-8589-a6a391f81bc8"]Failure 3:
<h2 id="content-item-title-878d3538-1ec5-45ca-a79f-b69ad0e23fe1-da2bdb3e-c8a6-4a5f-b46d-dbc0051b0f77" class="widgetTitle" />/h2[@id="content-item-title-878d3538-1ec5-45ca-a79f-b69ad0e23fe1-da2bdb3e-c8a6-4a5f-b46d-dbc0051b0f77"]Failure 4:
<h2 id="content-item-title-878d3538-1ec5-45ca-a79f-b69ad0e23fe1-73d85ed9-a139-408e-846e-f088ceddb028" class="widgetTitle" />/h2[@id="content-item-title-878d3538-1ec5-45ca-a79f-b69ad0e23fe1-73d85ed9-a139-408e-846e-f088ceddb028"]Failure 5:
<h2 id="content-item-title-878d3538-1ec5-45ca-a79f-b69ad0e23fe1-df932f2c-34fd-4294-a27f-6bf3b957762a" class="widgetTitle" />/h2[@id="content-item-title-878d3538-1ec5-45ca-a79f-b69ad0e23fe1-df932f2c-34fd-4294-a27f-6bf3b957762a"]… and 13 more failures for this rule
Failure 1:
Failure 1:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavDepartments" class="navMainItem mainNavItem mainNavItem2 " href="/101/Departments" target="_self"> Departments </a>/a[@id="mainNavDepartments"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem3 " href="/35/Business" target="_self"> Business </a>/a[@id="mainNavBusiness"]Failure 4:
<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"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem5 " href="/163/How-Do-I" target="_self"> How Do I... </a>/a[@id="mainNavHowDoI"]… and 6 more failures for this rule
Failure 1:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<a id="newsFlashViewAll7a844879-fac1-4c7e-9f71-b82827738097" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll7a844879-fac1-4c7e-9f71-b82827738097"]Failure 2:
<a id="calendarViewAllb34cb533-f8bb-4d5f-963f-6bf658ba280d" class="widgetViewAll" style="" href="/calendar.aspx?CID=78,85,81,97,98,87,76,88,25,95,92,79,71,102,100,86,74,89,82,84,83,72,103" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAllb34cb533-f8bb-4d5f-963f-6bf658ba280d"]Failure 3:
<a id="newsFlashViewAlld899e031-237c-4709-8793-d50f84567cb9" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=6" aria-label="News Flash View All">View All Council News</a>/a[@id="newsFlashViewAlld899e031-237c-4709-8793-d50f84567cb9"]Failure 1:
Failure 1:
<p id="isPasted" aria-level="2">...</p>/p[@id="isPasted"]Failure 2:
<a href="https://public.alertsense.com/SignUp/?RegionId=1832" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" id="isPasted">Sign up for Emergency Alerts from Sedgwick County.</a>/a[@id="isPasted"]Failure 1:
<a href="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_0" class="tabButton" role="tab" aria-controls="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_0" aria-selected="true" style="height: 77px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader615" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader615"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a href="/599/City-Council">City Council page</a>/aFailure 1:
Failure 1:
<div id="divTabbedbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f" class="widget widgetTabbed skin57 wide" data-widgetid="bfcae760-ae1b-4ec4-accf-6e4cec7c4a6f" role="tablist">...</div>/div[@id="divTabbedbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f"]Failure 1:
<p>See what’s happening in Wichita</p>/pFailure 2:
<p class="widgetMeta">...</p>/p[@class="widgetMeta"]Failure 3:
<p class="widgetItem">There are no published events in current month.</p>/p[@class="widgetItem"]Failure 4:
<p id="isPasted" aria-level="2">...</p>/p[@id="isPasted"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a href="https://public.govdelivery.com/accounts/TXARLINGTON/subscriber/topics?qsp=TXARLINGTON_1" target="_self">Sign Up Here</a>/aFailure 2:
<a href="https://www.arlingtontx.gov/Government/Data-Information/Data-Information-Directory/Accessibility" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 3:
<a href="https://www.facebook.com/CityofArlington" class="oc-icon-b oc-i-facebook link-type-external link-hide-text opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-facebook link-type-external link-hide-text opens-in-new-tab"]Failure 4:
<a href="https://x.com/cityofarlington" class="oc-icon-b oc-i-x link-type-external link-hide-text opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-x link-type-external link-hide-text opens-in-new-tab"]Failure 5:
<a href="http://www.instagram.com/cityofarlington" class="oc-icon-b oc-i-instagram link-type-external link-hide-text opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-instagram link-type-external link-hide-text opens-in-new-tab"]… and 12 more failures for this rule
Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 2:
<button class="hide-chatbot-button" aria-label="Hide chatbot" aria-controls="citibot_support_chat">...</button>/button[@class="hide-chatbot-button"]Failure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
Failure 1:
<ul class="footer-links without-icons "> </ul>/ul[@class="footer-links without-icons "]Failure 1:
<p class="ocpt-dv-counter" style="min-height: 45px;">...</p>/p[@class="ocpt-dv-counter"]Failure 1:
<h1 class="oc-page-title ">Home</h1>/h1[@class="oc-page-title "]Failure 2:
<h2>Arlington's 150th Anniversary</h2>/h2Failure 1:
<a href="https://www.auroragov.org/contactus" target="_blank" title="Contact Us" aria-label="Contact Us" id="accessible-megamenu-1772199238261-1">Contact Us</a>/a[@id="accessible-megamenu-1772199238261-1"]Failure 2:
<a href="https://www.engageaurora.org" target="_blank" title="Engage Aurora" aria-label="Engage Aurora" id="accessible-megamenu-1772199238262-2">Engage Aurora</a>/a[@id="accessible-megamenu-1772199238262-2"]Failure 3:
<a href="/residents/public_safety/office_of_emergency_management/sign_up_for_emergency_alerts" target="_blank" title="Emergency Alerts" aria-label="Emergency Alerts" id="accessible-megamenu-1772199238263-3">Emergency Alerts</a>/a[@id="accessible-megamenu-1772199238263-3"]Failure 4:
<a href="/city_hall" title="City Hall">City Hall</a>/aFailure 5:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 1:
<button class="launcherBtn" aria-label="Open chatbot" aria-expanded="false" aria-labelledby="chat-launcher-label">...</button>/button[@class="launcherBtn"]Failure 1:
<a class="newsItem" href="/news/whats_new/announcing_aurora_fest_2026_" title="Aurora is pleased to announce the date, new name and much more about its signature summer festival. " aria-label="Aurora is pleased to announce the date, new name and much more about its signature summer festival. ">...</a>/a[@class="newsItem"]Failure 2:
<a title="View All Upcoming Events" role="button" aria-label="View All Upcoming Events" href="https://www.auroragov.org/calendar">View Full Calendar</a>/aFailure 3:
<a class="event" href="/cms/one.aspx?portalId=16242704&pageId=16446436&objectId.493559=21093777&contextId.493559=16446437&parentId.493559=16446438&localStartDate=2026-02-27T12:15&localEndDate=2026-02-27T14:00&ref=mesTP9fg96fVsgzpWYeogCAZxTtldDevJSHFkCPoSqQ%3d" title="Public Defender Commission" aria-label="Public Defender Commission" tabindex="0">...</a>/a[@class="event"]Failure 1:
<div id="fb-root" class=" fb_reset">...</div>/div[@id="fb-root"]Failure 2:
<div id="RSSLink">...</div>/div[@id="RSSLink"]Failure 1:
<h3>Contact Info</h3>/h3Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<ul class="slider reset slick-initialized slick-slider">...</ul>/ul[@class="slider reset slick-initialized slick-slider"]Failure 1:
<div class="city-name" role="heading" aria-level="1">...</div>/div[@class="city-name"]Failure 1:
Failure 1:
<a href="#" class="dropdown-toggle nav-link" data-bs-toggle="dropdown" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Guides</a>/a[@class="dropdown-toggle nav-link"]Failure 2:
<a href="/guide/jobs" class="nav-link">Jobs</a>/a[@class="nav-link"]Failure 3:
<a href="/news/2026-02/weekend-traffic-advisory-february-27-march-1-186136" hreflang="en">Weekend Traffic Advisory: February 27 - March 1</a>/aFailure 4:
<a href="/news" class="btn btn-primary">All News</a>/a[@class="btn btn-primary"]Failure 5:
<a class="btn btn-dark d-block my-3" href="/mayor">Meet Your Mayor</a>/a[@class="btn btn-dark d-block my-3"]… and 4 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>Tampa named one of the top 100 best places to live</p>/pFailure 1:
<a class="nav-link" href="/home">Home </a>/a[@class="nav-link"]Failure 2:
<a class="nav-link dropdown-toggle" href="/next/services" data-toggle="dropdown">City Services</a>/a[@class="nav-link dropdown-toggle"]Failure 3:
<a href="/pay-sales-tax/">Sales/Use/Parking Tax</a>/aFailure 4:
<a class="carousel-control-prev w-auto" href="#carousel-home-news" role="button" data-slide="prev">...</a>/a[@class="carousel-control-prev w-auto"]Failure 5:
<a class="carousel-control-next w-auto" href="#carousel-home-news" role="button" data-slide="next">...</a>/a[@class="carousel-control-next w-auto"]… and 1 more failures for this rule
Failure 1:
complementary have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="h1 home-good-morning">...</p>/p[@class="h1 home-good-morning"]Failure 1:
<p class="h1 home-good-morning">...</p>/p[@class="h1 home-good-morning"]Failure 1:
<p class="h1 home-good-morning">...</p>/p[@class="h1 home-good-morning"]Failure 1:
<h3 style="3px solid #1f2e4f;padding: 40px;">There are no events scheduled today.</h3>/h3Failure 1:
<select class="gt_selector notranslate" aria-label="Select Language">...</select>/select[@class="gt_selector notranslate"]Failure 2:
<a href="https://data.clevelandohio.gov/" target="_blank" class="nav-link upper-nav">Open Data</a>/a[@class="nav-link upper-nav"]Failure 3:
<a class="carousel-slider-link" href="#carouselBanner" role="button" data-bs-slide="prev">...</a>/a[@class="carousel-slider-link"]Failure 4:
<a class="article-teaser-link d-flex " href="/news/cleveland-police-monitoring-team-reports-substantial-compliance-advancements-consent-decree">...</a>/a[@class="article-teaser-link d-flex "]Failure 5:
<a class="arrow-link" href="https://www.clevelandcitycouncil.org/" target="_blank" rel="noopener">Cleveland City Council</a>/a[@class="arrow-link"]… and 1 more failures for this rule
Failure 1:
<a class="article-teaser-link d-flex " href="/news/cleveland-police-monitoring-team-reports-substantial-compliance-advancements-consent-decree">...</a>/a[@class="article-teaser-link d-flex "]Failure 1:
Failure 1:
<div id="block-gtranslate" class="block block-gtranslate block-gtranslate-block">...</div>/div[@id="block-gtranslate"]Failure 2:
<div id="google_translate_element2" />/div[@id="google_translate_element2"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p> View Trash, Recycling, & Composting In...</p>/pFailure 1:
<h3 class="h4">Social</h3>/h3[@class="h4"]Failure 1:
<a id="bannerLogoTS-207" style=" display: block; text-align: center; " class="bannerObject" href="/" target="_self">...</a>/a[@id="bannerLogoTS-207"]Failure 2:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtonae58ddfa-081e-4930-b548-42e68f9a740b" role="button">...</a>/a[@id="btnSearchIcon"]Failure 3:
<a href="/CivicAlerts.aspx?AID=3188" target="_self">Heads up in east Anaheim: Plan for 91 Freeway ramp...</a>/aFailure 4:
<a href="/3522/Council-Member-Jose-Diaz" target="_self" class="fancyButton fancyButton1927 ">...</a>/a[@class="fancyButton fancyButton1927 "]Failure 5:
<a href="/2314/Council-Member-Carlos-A-Leon" target="_self" class="fancyButton fancyButton1928 ">...</a>/a[@class="fancyButton fancyButton1928 "]… and 4 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe src="https://main.withapps.io/calendar?organizationId=37&id=68e56049695c5a505a9665e2" class="responsive-iframe" scrolling="no"> </iframe>/iframe[@class="responsive-iframe"]Failure 1:
<a id="newsFlashViewAllf24dc668-954b-445b-86d2-5df418958bac" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=58" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllf24dc668-954b-445b-86d2-5df418958bac"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a class="underline-offset-2 text-lg lg:text-xl font-medium relative after:block after:absolute after:inset-x-0 hover:after:h-0.5 after:bg-primary-1 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 " href="/living">Living</a>/a[@class="underline-offset-2 text-lg lg:text-xl font-medium relative after:block after:absolute after:inset-x-0 hover:after:h-0.5 after:bg-primary-1 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 "]Failure 2:
<button class="bg-transparent border-2 py-2 px-2 md:px-4 inline-block rounded-sm font-body text-base font-medium text-center border-primary-1 hover:bg-primary-1 hover:text-white mr-2 mb-2" aria-label="Category: Apply">Apply...</button>/button[@class="bg-transparent border-2 py-2 px-2 md:px-4 inline-block rounded-sm font-body text-base font-medium text-center border-primary-1 hover:bg-primary-1 hover:text-white mr-2 mb-2"]Failure 3:
<a aria-label="Mayor's office" class="font-semibold text-primary-1 hover:underline" href="/government/mayors-office">...</a>/a[@class="font-semibold text-primary-1 hover:underline"]Failure 4:
<button class="bg-transparent border-2 py-2 px-2 md:px-4 inline-block rounded-sm font-body text-base font-medium text-center border-zinc-300 hover:bg-zinc-300 " aria-label="Yes, the page was helpful">Yes</button>/button[@class="bg-transparent border-2 py-2 px-2 md:px-4 inline-block rounded-sm font-body text-base font-medium text-center border-zinc-300 hover:bg-zinc-300 "]Failure 5:
<a class="basis-2/5 md:basis-auto font-medium hover:underline" href="/lfucg-employees">Employees</a>/a[@class="basis-2/5 md:basis-auto font-medium hover:underline"]… and 4 more failures for this rule
Failure 1:
Failure 1:
<p class="font-bold uppercase">Get In Touch</p>/p[@class="font-bold uppercase"]Failure 1:
<p class="instructions">Look up your district, representatives, and city s...</p>/p[@class="instructions"]Failure 2:
<p>I am truly honored to be your mayor. By working to...</p>/pFailure 3:
<p class="mb-0 whitespace-nowrap" id="feedback-heading">Was this page helpful?</p>/p[@id="feedback-heading"]Failure 4:
<p class="text-[1rem]">© 2026 Lexington-Fayette Urban County Government</p>/p[@class="text-[1rem]"]Failure 5:
<p class="font-bold uppercase">Get In Touch</p>/p[@class="font-bold uppercase"]Failure 1:
<a id="social-toggle" class="fa fa-info" href="javascript:;" />/a[@id="social-toggle"]Failure 1:
<button aria-controls="tns1" tabindex="-1" data-controls="prev">...</button>/buttonFailure 1:
<iframe> does not have an accessible name<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FCityofStockton&tabs=timeline&width=380&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="100%" height="100%" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" data-gtm-yt-inspected-8="true" />/iframeFailure 2:
<iframe> does not have an accessible name<iframe class="instagram-media instagram-media-rendered" id="instagram-embed-0" src="https://www.instagram.com/city_of_stockton/embed/?cr=1&v=14&wp=351&rd=https%3A%2F%2Fwww.stocktonca.gov&rp=%2F#%7B%22ci%22%3A0%2C%22os%22%3A763.3000000000466%2C%22ls%22%3A82.69999999995343%2C%22le%22%3A356.5%7D" allowtransparency="true" allowfullscreen="true" frameborder="0" height="428" 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;" data-gtm-yt-inspected-8="true" />/iframe[@id="instagram-embed-0"]Failure 1:
<div class="tiny-item tns-item" id="tns3-item1" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item1"]Failure 2:
<div class="tiny-item tns-item" id="tns3-item2" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item2"]Failure 3:
<div class="tiny-item tns-item" id="tns3-item3" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item3"]Failure 4:
<div class="tiny-item tns-item" id="tns3-item4" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item4"]Failure 5:
<div class="tiny-item tns-item" id="tns3-item5" aria-hidden="true" tabindex="-1">...</div>/div[@id="tns3-item5"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<a href="#h-notify" id="skip" tabindex="0" class="rz-btn">Skip to main content</a>/a[@id="skip"]Failure 1:
<h4 class="connect-title">Facebook</h4>/h4[@class="connect-title"]Failure 1:
Failure 1:
<h1 />/h1Failure 1:
Failure 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.c1aa3717.1772199377.1880ec </p>/pFailure 1:
Failure 1:
<a href="http://www.riversideca.gov/" title="City of Riverside Home Page">RiversideCA.gov</a>/aFailure 2:
<a href="#" class="gt_switcher-popup glink nturl notranslate">...</a>/a[@class="gt_switcher-popup glink nturl notranslate"]Failure 3:
<a class="space last" target="_blank" href="https://member.everbridge.net/index/453003085614598#/login" style="margin-left:15px" aria-label="Riverside Alerts">...</a>/a[@class="space last"]Failure 1:
<button style="height:26px;background-color:#f7b602;width:100%;position:relative;border:none;" type="button" data-toggle="collapse" data-target="#apply-fors">...</button>/buttonFailure 1:
<img src="https://www.riversideca.gov/images/corweb-homepage/apply-for-logo1.png" />/imgFailure 2:
<img class="img-responsive" src="https://www.riversideca.gov/images/RiversideVistortsBureau1388.jpg" />/img[@class="img-responsive"]Failure 1:
<form class="search-form clearfix" action="https://www.riversideca.gov/search" method="get" id="searchform" role="search" aria-label="Search site">...</form>/form[@id="searchform"]Failure 2:
<div class="form-wrapper form-group" id="edit-basic">...</div>/div[@id="edit-basic"]Failure 3:
<ul id="main-menu-links" class="menu nav navbar-nav clearfix">...</ul>/ul[@id="main-menu-links"]Failure 4:
<div id="google_translate_element2" />/div[@id="google_translate_element2"]Failure 5:
<div id="hexagon">...</div>/div[@id="hexagon"]Failure 1:
<h4 class="departmentCard">Citywide</h4>/h4[@class="departmentCard"]Failure 2:
<h3 class="text-center" style="color:#002856; margin-top: 0px;">Riverside City Hall</h3>/h3[@class="text-center"]Failure 3:
<h5>...</h5>/h5Failure 1:
banner have the same name.Failure 1:
Failure 1:
Failure 1:
<span style="color:#666;font-size:8px;font-weight:bold;">▼</span>/spanFailure 1:
<h4 class="departmentCard">Citywide</h4>/h4[@class="departmentCard"]Failure 1:
<a href="https://511nj.org/home" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" target="_blank" style="background-color: #FFC72C; color: #003366; padding: 10px 18px; text-decoration: none; font-weight: bold; border-radius: 5px; display: inline-block;" aria-label=" 🚦 View Real-Time Traffic at 511NJ Opens in new window"> 🚦 View Real-Time Traffic at 511NJ </a>/aFailure 2:
<a href="/CivicAlerts.aspx?AID=194" target="_self" id="newsFlashReadOn194" aria-labelledby="newsFlashItemHeader194 newsFlashReadOn194" class="readOn">Read on...</a>/a[@id="newsFlashReadOn194"]Failure 3:
<a href="/CivicAlerts.aspx?AID=193" target="_self" id="newsFlashReadOn193" aria-labelledby="newsFlashItemHeader193 newsFlashReadOn193" class="readOn">Read on...</a>/a[@id="newsFlashReadOn193"]Failure 4:
<a href="/CivicAlerts.aspx?AID=191" target="_self" id="newsFlashReadOn191" aria-labelledby="newsFlashItemHeader191 newsFlashReadOn191" class="readOn">Read on...</a>/a[@id="newsFlashReadOn191"]Failure 5:
<a href="/CivicAlerts.aspx?AID=188" target="_self" id="newsFlashReadOn188" aria-labelledby="newsFlashItemHeader188 newsFlashReadOn188" class="readOn">Read on...</a>/a[@id="newsFlashReadOn188"]… and 4 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="calendarViewAlle1f73741-2ac7-4753-9ba8-b33a917e2eed" class="widgetViewAll" style="" href="/calendar.aspx?CID=14" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlle1f73741-2ac7-4753-9ba8-b33a917e2eed"]Failure 1:
<a href="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_0" class="tabButton" role="tab" aria-controls="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_0" aria-selected="true" style="height: 77px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedd78f9d5c-6095-439d-8221-a2dbc14f421e" class="widget widgetTabbed skin61 wide" data-widgetid="d78f9d5c-6095-439d-8221-a2dbc14f421e" role="tablist">...</div>/div[@id="divTabbedd78f9d5c-6095-439d-8221-a2dbc14f421e"]Failure 1:
<p>Stay up to date with Newark</p>/pFailure 1:
<p style="margin-top: 20px;">...</p>/pFailure 2:
<p class="widgetItem">There are no published events in current month.</p>/p[@class="widgetItem"]Failure 1:
<h3>Meet the Mayor</h3>/h3Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a class="notification__link" href="/departments/city-attorney/immigration-resources" tabindex="-1">...</a>/a[@class="notification__link"]Failure 2:
<a href="/calendar/legislative-hearings-467"> Legislative Hearings </a>/aFailure 3:
<a class="to-top" href="#top" aria-label="Back to top">...</a>/a[@class="to-top"]Failure 1:
<button class="video-banner__button video-banner__mute btn btn--arrow btn--arrow-white" data-mobile-text="Watch Video" data-desktop-text="Unmute Video" aria-label="Mute video">Unmute Video</button>/button[@class="video-banner__button video-banner__mute btn btn--arrow btn--arrow-white"]Failure 1:
Failure 1:
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 35.5 35.5">...</svg>/svg[@id="Layer_1"]Failure 2:
<section id="mega-menu--apply-or-register" class="mega-menu__section" style="grid-row-end: span 20;">...</section>/section[@id="mega-menu--apply-or-register"]Failure 3:
<section id="mega-menu--get-involved" class="mega-menu__section" style="grid-row-end: span 20;">...</section>/section[@id="mega-menu--get-involved"]Failure 4:
<section id="mega-menu--find" class="mega-menu__section" style="grid-row-end: span 20;">...</section>/section[@id="mega-menu--find"]Failure 5:
<section id="mega-menu--stay-informed" class="mega-menu__section" style="grid-row-end: span 20;">...</section>/section[@id="mega-menu--stay-informed"]… and 17 more failures for this rule
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="video-banner__text"> The bridge replacement has reached a ...</p>/p[@class="video-banner__text"]Failure 2:
<p>Follow us on social media or subscribe to one of o...</p>/pFailure 3:
<p class="news-card-featured__meta h4">...</p>/p[@class="news-card-featured__meta h4"]Failure 4:
<p class="news-card-featured__summary"> Allege surge is unconstitutional and unla...</p>/p[@class="news-card-featured__summary"]Failure 5:
<p class="news-card__meta h4">...</p>/p[@class="news-card__meta h4"]… and 1 more failures for this rule
Failure 1:
<p class="video-banner__text"> The bridge replacement has reached a ...</p>/p[@class="video-banner__text"]Failure 2:
<p class="news-card-featured__meta h4">...</p>/p[@class="news-card-featured__meta h4"]Failure 3:
<p class="news-card__meta h4">...</p>/p[@class="news-card__meta h4"]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>You don't have permission to access this resource.</p>/pFailure 1:
Failure 1:
<a id="dec-font" href="#" alt="Decrease Font-Size">...</a>/a[@id="dec-font"]Failure 2:
<a id="inc-font" href="#" alt="Increase Font-Size">...</a>/a[@id="inc-font"]Failure 3:
<a href="/" alt="Home">...</a>/aFailure 4:
<a href="https://cityofirvine.org/news-media/news-article/2026-state-city" class="image" style="height: 434px;">...</a>/a[@class="image"]Failure 5:
<a href="/transparency" class="img-link">...</a>/a[@class="img-link"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<a href="http://www.facebook.com/cityofirvine" target="_blank" class="facebook" alt="Facebook" title="Facebook" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="facebook"]Failure 2:
<a href="http://www.twitter.com/city_of_irvine" target="_blank" class="twitter" alt="Twitter" title="Twitter" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="twitter"]Failure 3:
<a href="http://www.youtube.com/ictv30" target="_blank" class="youtube" alt="YouTube" title="YouTube" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="youtube"]Failure 4:
<a href="https://www.instagram.com/cityofirvine/" target="_blank" class="instagram" alt="Instagram" title="Instagram" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="instagram"]Failure 5:
<a href="https://www.linkedin.com/company/cityofirvine" target="_blank" class="linkedin" alt="LinkedIn" title="LinkedIn" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="linkedin"]… and 18 more failures for this rule
Failure 1:
<a href="" data-slide-index="0" class="bx-pager-link active">1</a>/a[@class="bx-pager-link active"]Failure 2:
<a href="" data-slide-index="1" class="bx-pager-link">2</a>/a[@class="bx-pager-link"]Failure 1:
<img src="https://cityofirvine.org/sites/default/files/styles/top_story/public/feature_images/SOC-2026_Carousel2.jpg?itok=-e8Cddbz" />/imgFailure 1:
Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />/metaFailure 1:
Failure 1:
Failure 1:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3424&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">日本語</a>/aFailure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="rteright">...</p>/p[@class="rteright"]Failure 1:
<p class="source-org copyright"> © Copyright 2026 City of Irvine, Californ...</p>/p[@class="source-org copyright"]Failure 1:
<select id="edit-dept" name="dept" class="form-select">...</select>/select[@id="edit-dept"]Failure 1:
<button type="button" aria-controls="toolbar-language-drop-down" aria-expanded="false" class="toolbar-button toolbar-button-language js-element">...</button>/button[@class="toolbar-button toolbar-button-language js-element"]Failure 2:
<a href="https://www.orlando.gov/Our-Government/Contact-Us" target="_self">City Directory</a>/aFailure 3:
<a href="http://www.downtownorlando.com" target="_blank" aria-describedby="new-window-0" class="opens-in-new-tab">Downtownorlando.com</a>/a[@class="opens-in-new-tab"]Failure 1:
<a href="https://www.pittsburghpa.gov/Resident-Services/Snow-Removal/Snow-Response-Updates" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 2:
<select id="popular_filter">...</select>/select[@id="popular_filter"]Failure 3:
<select id="category_filter">...</select>/select[@id="category_filter"]Failure 4:
<select id="department_filter">...</select>/select[@id="department_filter"]Failure 5:
<a href="https://www.pittsburghpa.gov/Service-Finder/PWSA-Water-Bill" title="PWSA Water Bill" target="" class="selected">PWSA Water Bill</a>/a[@class="selected"]… and 2 more failures for this rule
Failure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
<h2>Recycling & Refuse</h2>/h2Failure 1:
<a href="#searchwp-modal-5916110af2bd3b2b4d5992f3b0f8059a" data-searchwp-modal-trigger="searchwp-modal-5916110af2bd3b2b4d5992f3b0f8059a">...</a>/aFailure 2:
<a href="#" class="et_pb_video_play" />/a[@class="et_pb_video_play"]Failure 1:
<a href="https://greaterstlinc.com/newsroom/">Newsroom</a>/aFailure 2:
<a href="https://greaterstlinc.com/newsroom/category/press-release/" class="term-link press-release taxonomy-category" data-term-id="80">Press Release</a>/a[@class="term-link press-release taxonomy-category"]Failure 3:
<a href="https://greaterstlinc.com/newsroom/category/regional-growth/" class="term-link regional-growth taxonomy-category" data-term-id="45">Regional Growth</a>/a[@class="term-link regional-growth taxonomy-category"]Failure 4:
<a href="https://greaterstlinc.com/newsroom/category/gsl-initiative/" class="term-link gsl-initiative taxonomy-category" data-term-id="82">GSL Initiative</a>/a[@class="term-link gsl-initiative taxonomy-category"]Failure 5:
<a href="https://greaterstlinc.com/newsroom/category/workforce/" class="term-link workforce taxonomy-category" data-term-id="6">Workforce</a>/a[@class="term-link workforce taxonomy-category"]… and 7 more failures for this rule
Failure 1:
<li id="menu-item-7881" class="et_pb_menu_page_id-4612 menu-item menu-item-type-post_type menu-item-object-page menu-item-7881">...</li>/li[@id="menu-item-7881"]Failure 2:
<li id="menu-item-281700" class="et_pb_menu_page_id-279799 menu-item menu-item-type-post_type menu-item-object-page menu-item-281700">...</li>/li[@id="menu-item-281700"]Failure 3:
<li id="menu-item-9104" class="et_pb_menu_page_id-8906 menu-item menu-item-type-post_type menu-item-object-page menu-item-9104">...</li>/li[@id="menu-item-9104"]Failure 4:
<li id="menu-item-9105" class="et_pb_menu_page_id-2158 menu-item menu-item-type-post_type menu-item-object-page menu-item-9105">...</li>/li[@id="menu-item-9105"]Failure 5:
<li id="menu-item-7716" class="et_pb_menu_page_id-7716 menu-item menu-item-type-custom menu-item-object-custom menu-item-7716">...</li>/li[@id="menu-item-7716"]… and 2 more failures for this rule
Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />/metaFailure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p style="font-size: 13px;font-weight:500;">...</p>/pFailure 1:
<p style="font-size: 13px;font-weight:500;">...</p>/pFailure 1:
<h2>...</h2>/h2Failure 1:
<a id="Btop" href="javascript:void(0);" title="Back to the Top">...</a>/a[@id="Btop"]Failure 2:
<a id="searchLink" href="javascript:void(0);" title="Open Search Box">...</a>/a[@id="searchLink"]Failure 3:
<a href="/calendar" title="Calendar" target="_blank">...</a>/aFailure 4:
<div tabindex="0" id="ctl00_ContentPlaceHolder1_ctl01_radmenu" class="RadMenu RadMenu_ wrapword telerik_main_menu NoIcon" role="menubar" aria-disabled="false">...</div>/div[@id="ctl00_ContentPlaceHolder1_ctl01_radmenu"]Failure 5:
<a class="rmLink rmRootLink" href="/alertjc" menunumber="0">...</a>/a[@class="rmLink rmRootLink"]… and 2 more failures for this rule
Failure 1:
<iframe> does not have an accessible name<iframe width="100%" height="200" frameborder="0" allowfullscreen="true" src="https://www.youtube.com/embed/GlW5ufb22bY"><!----></iframe>/iframeFailure 1:
<li class="rmItem rmFirst" role="menuitem" aria-disabled="false" aria-haspopup="false">...</li>/li[@class="rmItem rmFirst"]Failure 2:
<li class="rmItem " role="menuitem" aria-disabled="false" aria-haspopup="true">...</li>/li[@class="rmItem "]Failure 3:
<li class="rmItem rmLast" role="menuitem" aria-disabled="false" aria-haspopup="false">...</li>/li[@class="rmItem rmLast"]Failure 1:
<meta> element restricts the ability to zoom<meta id="viewport" name="viewport" content="width=320, initial-scale=1, maximum-scale=1, user-scalable=no" />/meta[@id="viewport"]Failure 1:
Failure 1:
Failure 1:
<div tabindex="0" id="ctl00_ContentPlaceHolder1_ctl01_radmenu" class="RadMenu RadMenu_ wrapword telerik_main_menu NoIcon" role="menubar" aria-disabled="false">...</div>/div[@id="ctl00_ContentPlaceHolder1_ctl01_radmenu"]Failure 2:
<ul class="rmRootGroup rmHorizontal">...</ul>/ul[@class="rmRootGroup rmHorizontal"]Failure 1:
<select>...</select>/selectFailure 1:
Failure 1:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 2:
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#DepartmentDropNav" aria-controls="DepartmentDropNav" aria-expanded="false" aria-label="Toggle navigation">Departments ▼</button>/button[@class="navbar-toggler"]Failure 3:
<a href="https://www.muni.org/ContactUs/Pages/default.aspx"> Contact Us </a>/aFailure 1:
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#residentsNav" aria-controls="residentsNav" aria-expanded="false" aria-label="Toggle navigation">Residents</button>/button[@class="navbar-toggler"]Failure 1:
<img src="/SiteAssets/MOA_Seal.png" />/imgFailure 1:
<div id="EventPageButton"> Public Notice Calendar >> </div>/div[@id="EventPageButton"]Failure 2:
<a href="#" data-sortable-label="1" id="lnkMeetingNameLabel" title="undefined">Meeting Name</a>/a[@id="lnkMeetingNameLabel"]Failure 3:
<a href="#" data-sortable-label="1" id="lnkMeetingDate" title="undefined">Meeting Date</a>/a[@id="lnkMeetingDate"]Failure 4:
<a href="/AgendaOnline/Meetings/ViewMeeting?id=6352&doctype=1" title="View Agenda for Planning and Zoning Commission - March 2, 2026 Planning and Zoning Commission on 3/2/2026 6:30:00 PM" id="lnkMeetingAgenda_6352" target="_blank">Agenda</a>/a[@id="lnkMeetingAgenda_6352"]Failure 5:
<a href="/AgendaOnline/Documents/DownloadFile/Planning_and_Zoning_Commission_-_March_2%2c_2026_6352_Agenda_3_2_2026_6_30_00_PM.pdf?documentType=1&meetingId=6352" id="lnkMeetingAgendaDoc_6352" title="Download Agenda for Planning and Zoning Commission - March 2, 2026 Planning and Zoning Commission on 3/2/2026 6:30:00 PM" target="_blank">...</a>/a[@id="lnkMeetingAgendaDoc_6352"]… and 41 more failures for this rule
Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<input name="k" type="text" class="anc_search" />/input[@class="anc_search"]Failure 1:
Failure 1:
<a href="https://www.lincoln.ne.gov/City/Departments/LTU/StarTran/Projects/MMTC" target="_self">Parking Information</a>/aFailure 2:
<a href="https://www.lincoln.ne.gov/Payments-Services/UPLNK" class="oc-icon-b oc-i-uplnk-icon-col link-type-internal">...</a>/a[@class="oc-icon-b oc-i-uplnk-icon-col link-type-internal"]Failure 3:
<a href="https://www.youtube.com/lnktvcity" class="oc-icon-b oc-i-youtube-icon-col link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-youtube-icon-col link-type-external opens-in-new-tab"]Failure 4:
<a href="https://www.facebook.com/lincolnnebraska/" class="oc-icon-b oc-i-facebook-icon-col link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-facebook-icon-col link-type-external opens-in-new-tab"]Failure 5:
<a href="https://twitter.com/cityoflincoln" class="oc-icon-b oc-i-twitter-icon-col link-type-external">...</a>/a[@class="oc-icon-b oc-i-twitter-icon-col link-type-external"]… and 3 more failures for this rule
Failure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h1 class="oc-page-title ">Home</h1>/h1[@class="oc-page-title "]Failure 2:
<h2>Pay Your Water Bill</h2>/h2Failure 1:
Failure 1:
<button type="button" class="go-btn" id="goBtn" aria-labelledby="final-step-label actSelect">...</button>/button[@id="goBtn"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<a href="/directory">...</a>/aFailure 1:
<a class="widgetViewAll" href="https://durhamncgov.info/3nfqoXx">Sign Up</a>/a[@class="widgetViewAll"]Failure 2:
<a id="newsFlashReadOn4078" href="/CivicAlerts.aspx?AID=4078" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader4078 newsFlashReadOn4078">Read on...</a>/a[@id="newsFlashReadOn4078"]Failure 3:
<a href="https://cvcpl.us/u91rWm6" target="_blank" rel="noopener" class="readOn" aria-label="Additional Info... Opens in new window">Additional Info...</a>/a[@class="readOn"]Failure 4:
<a id="newsFlashReadOn4072" href="/CivicAlerts.aspx?AID=4072" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader4072 newsFlashReadOn4072">Read on...</a>/a[@id="newsFlashReadOn4072"]Failure 5:
<a id="newsFlashReadOn4068" href="/CivicAlerts.aspx?AID=4068" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader4068 newsFlashReadOn4068" aria-label="Read on... Opens in new window" rel="noopener">Read on...</a>/a[@id="newsFlashReadOn4068"]… and 9 more failures for this rule
Failure 1:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank" rel="noopener">...</a>/a[@class="VIpgJd-ZVi9od-l4eHX-hSRGPd"]Failure 1:
<h4 id="newsFlashItemHeader4070" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader4070"]Failure 2:
<a id="newsFlashReadOn4070" href="/CivicAlerts.aspx?AID=4070" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader4070 newsFlashReadOn4070">Read on...</a>/a[@id="newsFlashReadOn4070"]Failure 3:
<h4 id="newsFlashItemHeader4067" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader4067"]Failure 4:
<a id="newsFlashReadOn4067" href="/CivicAlerts.aspx?AID=4067" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader4067 newsFlashReadOn4067">Read on...</a>/a[@id="newsFlashReadOn4067"]Failure 5:
<h4 id="newsFlashItemHeader4045" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader4045"]… and 6 more failures for this rule
Failure 1:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_0" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_0" aria-selected="true">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbede62bee33-1b0e-4153-9cfd-c4451f77bf0a" class="widget widgetTabbed skin84 leftTabs wide" data-widgetid="e62bee33-1b0e-4153-9cfd-c4451f77bf0a" role="tablist">...</div>/div[@id="divTabbede62bee33-1b0e-4153-9cfd-c4451f77bf0a"]Failure 2:
<div id="divTabbed7f3386b8-d2ac-4278-981b-c9f597ce7bb2" class="widget widgetTabbed skin86 wide" data-widgetid="7f3386b8-d2ac-4278-981b-c9f597ce7bb2" role="tablist">...</div>/div[@id="divTabbed7f3386b8-d2ac-4278-981b-c9f597ce7bb2"]Failure 3:
<div id="divTabbed0aa97c04-dc11-4e8d-a3ce-e080a284497e" class="widget widgetTabbed skin88 wide" data-widgetid="0aa97c04-dc11-4e8d-a3ce-e080a284497e" role="tablist">...</div>/div[@id="divTabbed0aa97c04-dc11-4e8d-a3ce-e080a284497e"]Failure 4:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 1:
<p style="color:white;">Get the latest news from across our community with...</p>/pFailure 1:
<a id="dec-font" href="#" alt="Decrease Font-Size">...</a>/a[@id="dec-font"]Failure 2:
<a id="inc-font" href="#" alt="Increase Font-Size">...</a>/a[@id="inc-font"]Failure 3:
<a href="/" alt="Home">...</a>/aFailure 4:
<a href="https://cityofirvine.org/news-media/news-article/2026-state-city" class="image" style="height: 434px;">...</a>/a[@class="image"]Failure 5:
<a href="/transparency" class="img-link">...</a>/a[@class="img-link"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<a href="http://www.facebook.com/cityofirvine" target="_blank" class="facebook" alt="Facebook" title="Facebook" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="facebook"]Failure 2:
<a href="http://www.twitter.com/city_of_irvine" target="_blank" class="twitter" alt="Twitter" title="Twitter" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="twitter"]Failure 3:
<a href="http://www.youtube.com/ictv30" target="_blank" class="youtube" alt="YouTube" title="YouTube" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="youtube"]Failure 4:
<a href="https://www.instagram.com/cityofirvine/" target="_blank" class="instagram" alt="Instagram" title="Instagram" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="instagram"]Failure 5:
<a href="https://www.linkedin.com/company/cityofirvine" target="_blank" class="linkedin" alt="LinkedIn" title="LinkedIn" data-extlink="" rel="noopener noreferrer">...</a>/a[@class="linkedin"]… and 18 more failures for this rule
Failure 1:
<a href="" data-slide-index="0" class="bx-pager-link active">1</a>/a[@class="bx-pager-link active"]Failure 2:
<a href="" data-slide-index="1" class="bx-pager-link">2</a>/a[@class="bx-pager-link"]Failure 1:
<img src="https://cityofirvine.org/sites/default/files/styles/top_story/public/feature_images/SOC-2026_Carousel2.jpg?itok=-e8Cddbz" />/imgFailure 1:
Failure 1:
<meta> element restricts the ability to zoom<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />/metaFailure 1:
Failure 1:
Failure 1:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3424&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">日本語</a>/aFailure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="rteright">...</p>/p[@class="rteright"]Failure 1:
<p class="source-org copyright"> © Copyright 2026 City of Irvine, Californ...</p>/p[@class="source-org copyright"]Failure 1:
<select id="edit-dept" name="dept" class="form-select">...</select>/select[@id="edit-dept"]Failure 1:
<button class="arrowNew next nextJS3021 alwaysDisplayArrowNew " aria-label="Next Slide" style="" role="button" onclick="return false;">...</button>/button[@class="arrowNew next nextJS3021 alwaysDisplayArrowNew "]Failure 2:
<a id="newsFlashViewAllf9aefd7c-ecd5-435b-9348-8d08033cd329" class="widgetViewAll alignLeft" style="" href="/CivicAlerts.aspx?CID=1" aria-labelledby="newsFlashHeaderf9aefd7c-ecd5-435b-9348-8d08033cd329 newsFlashViewAllf9aefd7c-ecd5-435b-9348-8d08033cd329">View All News</a>/a[@id="newsFlashViewAllf9aefd7c-ecd5-435b-9348-8d08033cd329"]Failure 3:
<a tabindex="0" href="/calendar.aspx?view=list&year=2026&month=2&day=28&CID=27,14,34">...</a>/aFailure 4:
<a id="calendarViewAllf09e9234-9605-4cc1-9f5b-94284dca349b" class="widgetViewAll alignLeft" style="" href="/calendar.aspx?CID=27,14,34" aria-labelledby="calendarHeaderf09e9234-9605-4cc1-9f5b-94284dca349b calendarViewAllf09e9234-9605-4cc1-9f5b-94284dca349b">View All</a>/a[@id="calendarViewAllf09e9234-9605-4cc1-9f5b-94284dca349b"]Failure 5:
<a class="widgetDesc widgetQuickLinksLink" href="/649/City-Hall-History" target="_self">City Hall History</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 1:
<a href="https://www.buffalony.gov/1770/Mayor-Summer-Youth-Internship-and-Employ" target="_blank" aria-label="523b07a9-d514-4fd6-8102-017e8c0179dd Opens in new window">...</a>/aFailure 1:
Failure 1:
<li class="" id="3021_20476" data-index="2" aria-hidden="true" inert="" style="width: 20%;">...</li>/li[@id="3021_20476"]Failure 2:
<li class="showing" id="3021_20474" data-index="0" aria-hidden="false" style="width: 20%;">...</li>/li[@id="3021_20474"]Failure 3:
<h4 id="newsFlashItemHeader1614" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1614"]Failure 4:
<a href="/CivicAlerts.aspx?AID=1614" target="_self" id="newsFlashReadOn1614" aria-labelledby="newsFlashItemHeader1614 newsFlashReadOn1614" class="readOn">Read on...</a>/a[@id="newsFlashReadOn1614"]Failure 5:
<h4 id="newsFlashItemHeader1613" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader1613"]… and 3 more failures for this rule
Failure 1:
<a href="#tabbebfe9f3-ed55-4204-9199-9bd5c338a874_0" class="tabButton" role="tab" aria-controls="#tabbebfe9f3-ed55-4204-9199-9bd5c338a874_0" aria-selected="true" style="height: 58px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedbebfe9f3-ed55-4204-9199-9bd5c338a874" class="widget widgetTabbed skin102 wide" data-widgetid="bebfe9f3-ed55-4204-9199-9bd5c338a874" role="tablist">...</div>/div[@id="divTabbedbebfe9f3-ed55-4204-9199-9bd5c338a874"]Failure 1:
Failure 1:
<p class="widgetDesc widgetItem">Mayor Ryan's Summer Youth Program</p>/p[@class="widgetDesc widgetItem"]Failure 1:
<button type="button" class="close" data-dismiss="alert" aria-label="Close">...</button>/button[@class="close"]Failure 2:
<a href="https://utilityservices.chandleraz.gov/">Pay my Water Bill</a>/aFailure 3:
<a class="feedback-link" href="/contact-chandler-form/website-feedback" title="Website Feedback Form for chandleraz.gov">...</a>/a[@class="feedback-link"]Failure 4:
<a href="/explore" class="dropdown-toggle menu__link">Explore</a>/a[@class="dropdown-toggle menu__link"]Failure 1:
<div class="tb-megamenu-column span4 mega-col-nav menu-column" data-class="menu-column" data-width="4" data-hidewcol="" id="tb-megamenu-column-28">...</div>/div[@id="tb-megamenu-column-28"]Failure 1:
<li class="flex-nav-prev">...</li>/li[@class="flex-nav-prev"]Failure 2:
<li class="flex-nav-next">...</li>/li[@class="flex-nav-next"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>Official Website of Chandler, Arizona</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.a4aa3717.1772199652.fdf6f48 </p>/pFailure 1:
Failure 1:
<a href="/" class="lazy">...</a>/a[@class="lazy"]Failure 1:
<a href="/events">Events</a>/aFailure 2:
<button id="search" class="reset mega-nav__icon-btn mega-nav__icon-btn--search js-tab-focus" aria-label="Toggle search" aria-controls="mega-nav-search">...</button>/button[@id="search"]Failure 3:
<a href="/" class="lazy">...</a>/a[@class="lazy"]Failure 4:
<a href="/engage-toledo" class="button btn-primary-background">Request a service</a>/a[@class="button btn-primary-background"]Failure 1:
<h2 data-aos="fade-in" data-aos-delay="600" class="aos-init aos-animate" />/h2[@class="aos-init aos-animate"]Failure 2:
<h3 />/h3Failure 1:
Failure 1:
Failure 1:
<p class="small">Track realtime snow removal efforts.</p>/p[@class="small"]Failure 2:
<p class="medium">My administration is focused on service for our re...</p>/p[@class="medium"]Failure 1:
<a href="https://www.cityofmadison.com/live-work/winter/parking" data-once="linkFileExtension">Winter Parking Rules</a>/aFailure 2:
<a href="https://madison.legistar.com/People.aspx" data-once="linkFileExtension ext-link" class="ext" data-extlink="" rel="nofollow noreferrer">...</a>/a[@class="ext"]Failure 1:
<button id="menu-toggle" class="section-menu--toggle" aria-expanded="false" aria-controls="section-header-menu" aria-label="Expand and collapse navigation" data-once="mobileMenuControl">...</button>/button[@id="menu-toggle"]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="lead">...</p>/p[@class="lead"]Failure 3:
normal which will result in a line height of less than 1.5<p class="copyright">Copyright © 1995 - 2026 City of Madison, WI</p>/p[@class="copyright"]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.afaa3717.1772199677.1980582 </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.a9aa3717.1772199690.1af734 </p>/pFailure 1:
Failure 1:
<a href="https://www.lincoln.ne.gov/City/Departments/LTU/StarTran/Projects/MMTC" target="_self">Parking Information</a>/aFailure 2:
<a href="https://www.lincoln.ne.gov/Payments-Services/UPLNK" class="oc-icon-b oc-i-uplnk-icon-col link-type-internal">...</a>/a[@class="oc-icon-b oc-i-uplnk-icon-col link-type-internal"]Failure 3:
<a href="https://www.youtube.com/lnktvcity" class="oc-icon-b oc-i-youtube-icon-col link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-youtube-icon-col link-type-external opens-in-new-tab"]Failure 4:
<a href="https://www.facebook.com/lincolnnebraska/" class="oc-icon-b oc-i-facebook-icon-col link-type-external opens-in-new-tab" target="_blank" aria-describedby="new-window-0">...</a>/a[@class="oc-icon-b oc-i-facebook-icon-col link-type-external opens-in-new-tab"]Failure 5:
<a href="https://twitter.com/cityoflincoln" class="oc-icon-b oc-i-twitter-icon-col link-type-external">...</a>/a[@class="oc-icon-b oc-i-twitter-icon-col link-type-external"]… and 4 more failures for this rule
Failure 1:
<h3 class="footer-title">Contact Us</h3>/h3[@class="footer-title"]Failure 1:
Failure 1:
Failure 1:
<ul class="footer-links with-icons "> </ul>/ul[@class="footer-links with-icons "]Failure 1:
<h1 class="oc-page-title ">Home</h1>/h1[@class="oc-page-title "]Failure 2:
<h2>Pay Your Water Bill</h2>/h2Failure 1:
Failure 1:
<button type="button" data-action="stop" class="slider-autoBtn">...</button>/button[@class="slider-autoBtn"]Failure 2:
<a href="visitors/arts_culture.php" target="_self">Arts & Culture</a>/aFailure 3:
<a href="https://stpete.canto.com/v/photos/landing?viewIndex=2" target="_blank" class="fa footer-canto" rel="noopener">...</a>/a[@class="fa footer-canto"]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:
<button aria-controls="news-slider" data-controls="prev">...</button>/buttonFailure 1:
Failure 1:
<img src="https://cms5.revize.com/revize/stpete/revize_photo_gallery/canto/footer-Canto-Icon.png" />/imgFailure 1:
Failure 1:
region have the same name.Failure 1:
Failure 1:
<h2>...</h2>/h2Failure 1:
Failure 1:
<div id="news-controls" role="menu" class="text-right news-controls" aria-label="Carousel Navigation">...</div>/div[@id="news-controls"]Failure 1:
<p>Kenneth T. Welch was sworn in as the 54th mayor of...</p>/pFailure 1:
<p>Visit the Service Center</p>/pFailure 1:
<p>Visit the Service Center</p>/pFailure 1:
Failure 1:
<a data-asset="" href="https://www.irvingtexas.com/irving-the-most-romantic-city-in-texas/" target="_self" data-gtm-click="" data-gtm-vars="{ "tClient" : { "eventAction" : "Image Click" }, "tClient_ga4" : {"linkObject" : "Image Click \| The Most Romantic City in Texas", "eventName" : "widget_interaction", "widgetName" : "Slider \| ICC Image Box"} }" />/aFailure 1:
<a href="https://www.irvingtexas.com/irving-the-most-romantic-city-in-texas/proposal-giveaway-2026/" target="_self">Dream Proposal Giveaway</a>/aFailure 2:
<a class="read-more" href="https://www.irvingtexas.com/irving-the-most-romantic-city-in-texas/proposal-giveaway-2026/" target="_self"> Enter for a chance to win a romantic propo...</a>/a[@class="read-more"]Failure 3:
<a class="nav-link Convention Center" href="https://www.irvingtexas.com/convention-center/" target="_self" data-gtm-click="" data-gtm-vars="{ "tClient" : { "eventLabel" : "Convention%20Center" }, "tClient_ga4" : {"eventName" : "navigation_click", "linkObject": "Convention%20Center"} }"> Convention Center </a>/a[@class="nav-link Convention Center"]Failure 4:
<a class="nav-link Blog" href="https://www.irvingtexas.com/blog/" target="_self" data-gtm-click="" data-gtm-vars="{ "tClient" : { "eventLabel" : "Blog" }, "tClient_ga4" : {"eventName" : "navigation_click", "linkObject": "Blog"} }"> Blog </a>/a[@class="nav-link Blog"]Failure 5:
<a class="nav-link Community" href="https://www.irvingtexas.com/about-us/community-relations/" target="_self" data-gtm-click="" data-gtm-vars="{ "tClient" : { "eventLabel" : "Community" }, "tClient_ga4" : {"eventName" : "navigation_click", "linkObject": "Community"} }"> Community </a>/a[@class="nav-link Community"]… and 18 more failures for this rule
Failure 1:
<button type="submit" data-sv-search-button="">...</button>/buttonFailure 1:
<button class="weather-button" data-sv-weather-toggle="" aria-label="toggle weather dropdown" aria-controls="weather-dropdown" aria-expanded="false">...</button>/button[@class="weather-button"]Failure 1:
<a id="quickview-anchor-top" href="#quickview-detail" aria-hidden="true" class="sr-only"> top-anchor </a>/a[@id="quickview-anchor-top"]Failure 2:
<a id="quickview-anchor-bottom" href="#quickview-detail" aria-hidden="true" class="sr-only"> top-anchor </a>/a[@id="quickview-anchor-bottom"]Failure 1:
Failure 1:
<img class="small" src="/includes/public/assets/shared/editorialmap/minimap-sm.svg" />/img[@class="small"]Failure 1:
Failure 1:
<button id="65aec79bdec2a12759dca2c0" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="65aec79bdec2a12759dca2c0"]Failure 2:
<button id="65aec722dec2a12759dca2ae" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="65aec722dec2a12759dca2ae"]Failure 3:
<button id="62b3b1198a12770a1970d7b1" class="dropdown-toggle" aria-label="open submenu" aria-haspopup="true" aria-expanded="false" data-dropdown-toggle="">...</button>/button[@id="62b3b1198a12770a1970d7b1"]Failure 4:
<div id="weather-dropdown" class="weather-dropdown" data-sv-weather-dropdown="">...</div>/div[@id="weather-dropdown"]Failure 5:
<details id="644063d3-5045-484c-9650-66c3a50fe3fb_" class="faq-item" data-sem-faq="toggle" data-gtm-click="" data-gtm-vars="{"tClient_ga4" : {"linkObject" : "Toggle Open/Close \| What is Irving, TX known for?", "eventName" : "widget_interaction", "widgetName" : "FAQ"} }">...</details>/details[@id="644063d3-5045-484c-9650-66c3a50fe3fb_"]Failure 1:
<h6 class="subtitle">Weekend Itinerary</h6>/h6[@class="subtitle"]Failure 2:
<h4 class="title">...</h4>/h4[@class="title"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p>What is Irving, TX known for?</p>/pFailure 1:
<p class="tour-text">Virtual Tour</p>/p[@class="tour-text"]Failure 2:
<p class="desc">Irving is the perfect launching pad to explore the...</p>/p[@class="desc"]Failure 3:
<p class="description">Situated in the middle of Dallas/Fort Worth, the f...</p>/p[@class="description"]Failure 4:
<p>...</p>/pFailure 1:
<p class="slide-desc" style="color:#ffffff;">...</p>/p[@class="slide-desc"]Failure 2:
<p class="tour-text">Virtual Tour</p>/p[@class="tour-text"]Failure 3:
<p class="description">Situated in the middle of Dallas/Fort Worth, the f...</p>/p[@class="description"]Failure 4:
<p>500 W. Las Colinas Blvd, Irving, TX 75039</p>/pFailure 1:
<h2 class="cta-title"> Visitor Guide </h2>/h2[@class="cta-title"]Failure 1:
<p class="tour-text">Virtual Tour</p>/p[@class="tour-text"]Failure 1:
<button class="skynav-btn" aria-label="virtual tour">...</button>/button[@class="skynav-btn"]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.ea263e17.1772199758.2e14304b </p>/pFailure 1:
Failure 1:
<a href="/Search/Results" id="btnSearchIcon" class="widgetSearchButton widgetSearchButtona075fc0e-ddc8-4e59-b7ac-272dce428fa2" role="button">...</a>/a[@id="btnSearchIcon"]Failure 2:
<a href="/CivicAlerts.aspx?AID=1877" target="_self">Star Light, Star Bright </a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="https://waterbills.cityofws.org" target="_self">Pay Water Bill</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/cityofwinstonsalem" target="_blank" aria-label="facebook_dark_full_static Opens in new window">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 1:
<p style="text-left: center;font-size:14px;" id="isPasted">...</p>/p[@id="isPasted"]Failure 2:
<a data-fr-linked="true" href="mailto:CityLink@CityOfWS.org" id="isPasted">CityLink@CityOfWS.org</a>/a[@id="isPasted"]Failure 1:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_0" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_0" aria-selected="true">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<a href="sms:8554815465">(855) 481-LINK (5465)</a>/aFailure 2:
<a data-fr-linked="true" href="mailto:CityLink@CityOfWS.org" id="isPasted">CityLink@CityOfWS.org</a>/a[@id="isPasted"]Failure 1:
Failure 1:
<div id="divTabbeda5acc7be-b0f7-482a-aea2-16d9c3a28513" class="widget widgetTabbed skin60 leftTabs wide" data-widgetid="a5acc7be-b0f7-482a-aea2-16d9c3a28513" role="tablist">...</div>/div[@id="divTabbeda5acc7be-b0f7-482a-aea2-16d9c3a28513"]Failure 2:
<ul class="semanticList">...</ul>/ul[@class="semanticList"]Failure 1:
Failure 1:
<p style="text-left: center;font-size:14px;" id="isPasted">...</p>/p[@id="isPasted"]Failure 2:
<p style="text-align: left; font-size: 11px;">All content © 2026 City of Winston-Salem, NC and i...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavGovernment" class="navMainItem mainNavItem mainNavItem1 " href="/27/Government" target="_self"> Government </a>/a[@id="mainNavGovernment"]Failure 2:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavBusiness" class="navMainItem mainNavItem mainNavItem2 " href="/35/Business" target="_self"> Business </a>/a[@id="mainNavBusiness"]Failure 3:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavCommunity" class="navMainItem mainNavItem mainNavItem3 " href="/31/Community" target="_self"> Community </a>/a[@id="mainNavCommunity"]Failure 4:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavVisitors" class="navMainItem mainNavItem mainNavItem4 " href="/101/Visitors" target="_self"> Visitors </a>/a[@id="mainNavVisitors"]Failure 5:
<a role="menuitem" aria-haspopup="true" aria-expanded="false" id="mainNavHowDoI" class="navMainItem mainNavItem mainNavItem5 " href="/9/How-Do-I" target="_self"> How Do I... </a>/a[@id="mainNavHowDoI"]… and 17 more failures for this rule
Failure 1:
<a id="newsFlashViewAll4a27257f-835d-4ea5-8712-2917279f7139" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=6" aria-label="News Flash View All">View All Updates</a>/a[@id="newsFlashViewAll4a27257f-835d-4ea5-8712-2917279f7139"]Failure 1:
Failure 1:
<a href="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_0" class="tabButton" role="tab" aria-controls="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_0" aria-selected="true" style="height: 49px;">...</a>/a[@class="tabButton"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedf8fd4a19-8433-45f4-b255-558292b6ff31" class="widget widgetTabbed skin58 wide" data-widgetid="f8fd4a19-8433-45f4-b255-558292b6ff31" role="tablist">...</div>/div[@id="divTabbedf8fd4a19-8433-45f4-b255-558292b6ff31"]Failure 1:
<a href="https://www.governmentjobs.com/careers/glendaleaz" 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 2:
<a href="https://www.glendaleaz.gov/Your-Government/City-Clerk/Public-Records-Request" class="oc-icon-b oc-i--none link-type-internal">...</a>/a[@class="oc-icon-b oc-i--none link-type-internal"]Failure 3:
<select id="popular_filter">...</select>/select[@id="popular_filter"]Failure 4:
<select id="category_filter">...</select>/select[@id="category_filter"]Failure 5:
<select id="department_filter">...</select>/select[@id="department_filter"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<h2 style="min-height: 60px;">Pay My Utility Bill</h2>/h2Failure 1:
<p class="text-13">...</p>/p[@class="text-13"]Failure 1:
<h2 class="cf-subheadline">...</h2>/h2[@class="cf-subheadline"]Failure 1:
Failure 1:
<a class="widgetDesc widgetGraphicLinksLink" href="/x" target="_self" aria-label="X graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 2:
<a style="" href="/QuickLinks.aspx?CID=337">Live in Garland</a>/aFailure 3:
<a class="widgetDesc widgetQuickLinksLink" href="/4135/Elections" target="_self">2026 Election Information</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 4:
<a id="newsFlashReadOn3738" href="/CivicAlerts.aspx?AID=3738" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader3738 newsFlashReadOn3738">Read on...</a>/a[@id="newsFlashReadOn3738"]Failure 5:
<a id="newsFlashReadOn3734" href="/CivicAlerts.aspx?AID=3734" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader3734 newsFlashReadOn3734">Read on...</a>/a[@id="newsFlashReadOn3734"]… and 10 more failures for this rule
Failure 1:
<a href="https://www.visitgarlandtx.com/" target="_blank" aria-label="Picture of the Downtown Square showing illuminated prisms Opens in new window">...</a>/aFailure 2:
<a id="newsFlashViewAll95b7ad9d-30d3-47b4-b487-7b1694a171c7" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=1" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAll95b7ad9d-30d3-47b4-b487-7b1694a171c7"]Failure 3:
<a id="calendarViewAlla92fa17e-d165-405e-974f-a346382ba09a" class="widgetViewAll" style="" href="/calendar.aspx?CID=34" aria-label="Calendar View All">View All Events</a>/a[@id="calendarViewAlla92fa17e-d165-405e-974f-a346382ba09a"]Failure 1:
Failure 1:
<a href="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_0" class="tabButton" role="tab" aria-controls="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_0" aria-selected="true" style="height: 63px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader3738" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader3738"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera92fa17e-d165-405e-974f-a346382ba09a">...</h3>/h3[@id="miniCalendarHeadera92fa17e-d165-405e-974f-a346382ba09a"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
Failure 1:
<div id="divTabbedcca19fc0-501b-464d-a295-5ec025f7cc79" class="widget widgetTabbed skin164 wide" data-widgetid="cca19fc0-501b-464d-a295-5ec025f7cc79" role="tablist">...</div>/div[@id="divTabbedcca19fc0-501b-464d-a295-5ec025f7cc79"]Failure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Failure 1:
<select class="form-select" onchange="setGroupItemsValues(this)" id="ddgroupAction" autocomplete="off">...</select>/select[@id="ddgroupAction"]Failure 2:
<select class="form-select" onchange="setsearchurlInHidden(this)" id="ddlGroupItems" autocomplete="off">...</select>/select[@id="ddlGroupItems"]Failure 3:
<a href="/news">...</a>/aFailure 4:
<button id="cg_f93b2d5d746a40a98dc6782aa5fa129f_btn" class="btn btn-outline-primary mt-3">...</button>/button[@id="cg_f93b2d5d746a40a98dc6782aa5fa129f_btn"]Failure 5:
<a class="btn btn-primary" href="https://www.scottsdaleaz.gov/contact-us">CONTACT US</a>/a[@class="btn btn-primary"]… and 1 more failures for this rule
Failure 1:
<a class="news-item-link" href="/news/details/scottsdale-approves-new-three-year-agreement-with-scottsdale-arts" aria-label="Scottsdale approves new three-year agreement with Scottsdale Arts">...</a>/a[@class="news-item-link"]Failure 2:
<a class="card no-shadow h-100 text-decoration-none" href="https://community.scottsdaleaz.gov/260120853" rel="noopener" aria-labelledby="cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_title cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_date cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_time cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_loc cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_community" data-audience="Family" data-experience="Expos, Fairs & Festivals" data-interest="Music">...</a>/a[@class="card no-shadow h-100 text-decoration-none"]Failure 3:
<a href="https://publicmeetings.scottsdaleaz.gov/260128814" class="pm-card" aria-labelledby="cg_c73218a97cc9420d8a80999c72dfd77d_evt_0_title cg_c73218a97cc9420d8a80999c72dfd77d_evt_0_date cg_c73218a97cc9420d8a80999c72dfd77d_evt_0_time cg_c73218a97cc9420d8a80999c72dfd77d_evt_0_commission">...</a>/a[@class="pm-card"]Failure 1:
<div id="google_translate_element" class="google-translate">...</div>/div[@id="google_translate_element"]Failure 1:
<h5 class="card-title">Scottsdale approves new three-year agreement with ...</h5>/h5[@class="card-title"]Failure 2:
<h6 id="cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_title" class="card-title text-dark fw-bolder">EMO Picnic</h6>/h6[@id="cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_title"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<h3>Welcome to the city of</h3>/h3Failure 1:
<a class="widgetDesc widgetQuickLinksLink" href="/" target="_self">Home</a>/a[@class="widgetDesc widgetQuickLinksLink"]Failure 2:
<a class="widgetDesc widgetGraphicLinksLink" href="https://www.facebook.com/NorfolkVA/ " target="_self" aria-label="Facebook graphic">...</a>/a[@class="widgetDesc widgetGraphicLinksLink"]Failure 3:
<a href="https://www.mynorfolk.org/#/homepage" target="_self" class="fancyButton fancyButton5016 ">...</a>/a[@class="fancyButton fancyButton5016 "]Failure 4:
<a href="/4543/Permits-Fees" target="_self" class="fancyButton fancyButton5017 ">...</a>/a[@class="fancyButton fancyButton5017 "]Failure 5:
<a href="/6397" target="_self" class="fancyButton fancyButton5018 ">...</a>/a[@class="fancyButton fancyButton5018 "]… and 10 more failures for this rule
Failure 1:
<a id="newsFlashViewAllf718d812-a5f6-4d95-88cb-a5a19b089ecd" class="widgetViewAll" style="" href="/CivicAlerts.aspx?CID=59" aria-label="News Flash View All">View All News</a>/a[@id="newsFlashViewAllf718d812-a5f6-4d95-88cb-a5a19b089ecd"]Failure 2:
<a id="calendarViewAll7a55400c-c11e-4724-bb27-0cf038267cf9" class="widgetViewAll" style="" href="/calendar.aspx?CID=24,25,73,75,41,143,141,145,142,146,140,147,164" aria-label="Calendar View All">View Full Calendar</a>/a[@id="calendarViewAll7a55400c-c11e-4724-bb27-0cf038267cf9"]Failure 1:
<h4 id="newsFlashItemHeader10055" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader10055"]Failure 2:
<a id="newsFlashReadOn10055" href="/CivicAlerts.aspx?AID=10055" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader10055 newsFlashReadOn10055">Read more...</a>/a[@id="newsFlashReadOn10055"]Failure 3:
<h4 id="newsFlashItemHeader10056" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader10056"]Failure 4:
<a id="newsFlashReadOn10056" href="/CivicAlerts.aspx?AID=10056" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader10056 newsFlashReadOn10056">Read more...</a>/a[@id="newsFlashReadOn10056"]Failure 1:
<a href="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_0" class="tabButton" role="tab" aria-controls="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_0" aria-selected="true" style="height: 70px;">...</a>/a[@class="tabButton"]Failure 1:
<h4 id="newsFlashItemHeader10066" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader10066"]Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader7a55400c-c11e-4724-bb27-0cf038267cf9">...</h3>/h3[@id="miniCalendarHeader7a55400c-c11e-4724-bb27-0cf038267cf9"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<div id="divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8" class="widget widgetTabbed skin42 wide" data-widgetid="e8a84f18-a9f8-4a0a-9faa-6d7110deebf8" role="tablist">...</div>/div[@id="divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8"]Failure 2:
<div id="divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec" class="widget widgetTabbed skin45 wide" data-widgetid="646610ba-d20d-48e7-8cea-362c4065d9ec" role="tablist">...</div>/div[@id="divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec"]Failure 3:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]Failure 1:
Failure 1:
Failure 1:
<p style="margin: 0px 10px 0px 0px; font-weight: 500; font-size: 0.8rem; line-height: 0.8rem;">Hi 👋, how can I help?</p>/pFailure 1:
<button class="btn btn-search btn-outline-success my-2 my-sm-0" type="button">...</button>/button[@class="btn btn-search btn-outline-success my-2 my-sm-0"]Failure 2:
<a href="/residents/pay/">Pay</a>/aFailure 3:
<a href="/departments-programs/" class="btn btn-primary btn-sm float-right">SEE ALL</a>/a[@class="btn btn-primary btn-sm float-right"]Failure 4:
<a href="/SiteDirectory" class="small">Sitemap</a>/a[@class="small"]Failure 5:
<button class="btn--submit--circle" type="submit" role="button">...</button>/button[@class="btn--submit--circle"]… and 1 more failures for this rule
Failure 1:
<a href="/SiteDirectory" class="small">Sitemap</a>/a[@class="small"]Failure 1:
<iframe> does not have an accessible name<iframe src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA0s1a7phLN0iaD6-UE7m4qP-z21pH0eSc&q=150 N Capitol Blvd, Boise, ID 83702" width="600" height="200" frameborder="0" style="border:0" allowfullscreen="" />/iframeFailure 1:
<figure class="carousel-cell" style="" aria-hidden="true">...</figure>/figure[@class="carousel-cell"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p class="link link--right-chevron">...</p>/p[@class="link link--right-chevron"]Failure 1:
<iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-7qzex9qcsgim" 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=6LdozesaAAAAAPOsSAKbUdZ2HwYeduX3R2BH1Q7I&co=aHR0cHM6Ly93d3cuY2l0eW9mYm9pc2Uub3JnOjQ0Mw..&hl=en&v=AWtrSI7lAmTAfV1rzWqEqz54&size=invisible&anchor-ms=20000&execute-ms=30000&cb=gjys36z4azez" />/iframeFailure 1:
<a href="https://www.google.com/maps/place/808+W+Spokane+Falls+Blvd,+Spokane,+WA+99201" target="_blank">...</a>/aFailure 2:
<a class="Tab Label Small" href="">...</a>/a[@class="Tab Label Small"]Failure 1:
<img height="20" id="imgFocusDotsFade" src="//static.spokanecity.org/my/svg/linear-gradient-h-fff-transparent.svg" width="100%" />/img[@id="imgFocusDotsFade"]Failure 1:
Failure 1:
Failure 1:
Failure 1:
<p class="Notes">Ensure browser cookies and javascript are enabled.</p>/p[@class="Notes"]Failure 2:
<p class="Slogan Center">...</p>/p[@class="Slogan Center"]Failure 3:
<p>...</p>/pFailure 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="_blank" aria-label="Mayor-President Youth Workforce Experience Program Opens in new window">Mayor-President Youth Workforce Experience Program...</a>/aFailure 2:
<a id="newsFlashReadOn1673" href="/CivicAlerts.aspx?AID=1673" target="_blank" class="readOn" aria-labelledby="newsFlashItemHeader1673 newsFlashReadOn1673" aria-label="Read on... Opens in new window">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 19 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 narrow 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-5d5ced85ed2c5e68" 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 2:
<select class="goog-te-combo" aria-label="Language Translate Widget">...</select>/select[@class="goog-te-combo"]Failure 1:
<h5 class="margin-no-bottom">Moreno Valley City Hall</h5>/h5[@class="margin-no-bottom"]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.9d293417.1772200233.32bac26e </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 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="#" 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%3A1047.8999999999069%2C%22ls%22%3A151.3000000002794%2C%22le%22%3A610.3999999999069%7D" allowtransparency="true" allowfullscreen="true" frameborder="0" height="0" 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="https://www.columbusga.gov/Portals/communityaffairs/Images/Events/image001.jpg?ver=nSCwQTUNbma3dIOC_Qd6bQ%3d%3d" class="img-fluid" />/img[@class="img-fluid"]Failure 2:
<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 City-partnered warming station will be open on Sunday and Monday" href="/news/city-partnered-warming-station-will-open-sunday-monday">...</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.102b3417.1772200380.21b328d </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:
<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 1:
Failure 1:
Failure 1:
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 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:
<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.grandrapidsmi.gov/Our-City/News-Media" class="panel-button">View More News</a>/a[@class="panel-button"]Failure 4:
<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 5:
<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-1772200481726-11" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">Search</a>/a[@id="accessible-megamenu-1772200481726-11"]Failure 2:
<a href="https://www.opkansas.org/opcares/" id="accessible-megamenu-1772200481726-13" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">OPCares</a>/a[@id="accessible-megamenu-1772200481726-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.4e18d017.1772200493.48d58ae8 </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:
<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="#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 4:
<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 5:
<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-wu0thl4uuq5" 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=cn75vhtp5b2g" />/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 3:
<ol class="semanticList"> </ol>/ol[@class="semanticList"]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.85623017.1772200730.33f3891 </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-695429905" aria-describedby="subject-card-description-subject-card-695429905" 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-1877028715" aria-describedby="subject-card-description-subject-card-1877028715" 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-yo4w0172giif" 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=br3qfxb1ugyy" 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.85623017.1772200747.33f6453 </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:
<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 3:
<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 1:
<a href="/CivicAlerts.aspx?AID=7331" target="_self">...</a>/aFailure 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:
Failure 1:
lang attribute is either missing, empty, or only whitespace<html>...</html>/htmlFailure 1:
normal which will result in a line height of less than 1.5<p> Reference #18.ec263e17.1772200792.530dd175 </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.e9263e17.1772200807.3cf6dd2e </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.f3263e17.1772200835.75654c2b </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.ec263e17.1772200837.530f095b </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=2005" target="_self" id="newsFlashReadOn2005" aria-labelledby="newsFlashItemHeader2005 newsFlashReadOn2005" class="readOn">Read on...</a>/a[@id="newsFlashReadOn2005"]… 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=3827" 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=3829" target="_self">City Finance & Revenue reminds property taxpayers ...</a>/aFailure 5:
<a id="newsFlashReadOn3829" href="/CivicAlerts.aspx?AID=3829" target="_self" class="readOn" aria-labelledby="newsFlashItemHeader3829 newsFlashReadOn3829">Read on...</a>/a[@id="newsFlashReadOn3829"]… and 13 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:
<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="newsFlashItemHeader3829" class="widgetTitle">...</h4>/h4[@id="newsFlashItemHeader3829"]Failure 2:
<h3>City of Clarksville</h3>/h3Failure 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>...</p>/pFailure 1:
<p class="dropdown">...</p>/p[@class="dropdown"]Impact: critical
Failure 1:
<button type="button" class="cmp-button cmp-button--primary" aria-controls="modal-murDuCCb0j">button[aria-controls="modal-murDuCCb0j"]Impact: moderate
Failure 1:
<h3><span>Friday,</span><span>February 27, 2026</span></h3>.pane--header > h3Impact: critical
Failure 1:
<div class="OverlayBase_module_overlayWrapper__42ef25fe " role="alert" aria-modal="false" aria-labelledby="overlay-labelledby" data-content-area-sibling-eligible="true" data-overlay="true" style="opacity: 1; transition: opacity 250ms ease-out;">iframe[width="1920px"]Impact: serious
Failure 1:
<div class="slick__slide slide slide--0" style="" aria-hidden="true" tabindex="0" role="tabpanel" id="slick-slide10" aria-describedby="slick-slide-control10">#slick-slide10Impact: serious
Failure 1:
<span class="Button_module_buttonChildren__61be5b9c">Send Error Log</span>iframe[width="1920px"]Impact: moderate
Failure 1:
<nav class="navbar" id="navbar-top">#navbar-topFailure 2:
<aside class="featured-top__inner container-fluid section clearfix" role="complementary">.featured-top__innerImpact: serious
Failure 1:
<html><head><title>Error</title></head><body> <h2>ERROR: </h2> <br> </body></html>htmlImpact: moderate
Failure 1:
<html><head><title>Error</title></head><body> <h2>ERROR: </h2> <br> </body></html>htmlImpact: moderate
Failure 1:
<html><head><title>Error</title></head><body> <h2>ERROR: </h2> <br> </body></html>htmlImpact: moderate
Failure 1:
<h2>ERROR: </h2>h2Impact: serious
Failure 1:
<a href="https://www.manhattanbp.nyc.gov/" role="link"><img fetchpriority="high" decoding="async" width="2560" height="576" src="https://www.manhattanbp.nyc.gov/wp-content/uploads/2026/01/MBPO-SVG-White-Office-Horizontal-scaled.png" alt="" class="wp-image-252060"></a>.et_pb_menu__logo > a[role="link"]Failure 2:
<a href="https://www.manhattanbp.nyc.gov/" role="link"><span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="442" height="442" src="https://www.manhattanbp.nyc.gov/wp-content/uploads/2023/03/mbp.png" alt="" title="mbp" class="wp-image-247281"></span></a>.et_pb_image > a[role="link"]Impact: serious
Failure 1:
<div class="cmp-countdown-clock__content-wrapper" aria-hidden="true">.cmp-countdown-clock__content-wrapperImpact: moderate
Failure 1:
<h3 class="heading-link"> <a data-cmp-clickable="" href="/residents/pay-bill.html"> Make a Payment </a> </h3>.cmp-list__item:nth-child(1) > .card > .cmp-card--link.cmp-card--icon.cmp-card > .cmp-card__content > .heading-linkImpact: serious
Failure 1:
<input aria-describedby="-input__assistiveHint" aria-expanded="false" aria-owns="-input__listbox" aria-autocomplete="list" autocomplete="off" class="autocomplete__input autocomplete__input--default" id="-input" name="qPhoenixSearch" placeholder="Search Phoenix.gov" type="text" role="combobox">.header__search > .cmp-searchCustom > .cmp-searchCustom__autocomplete.search-autocomplete[action="/search-results.html"] > .search-autocomplete__wrapper > .autocomplete__wrapper > .autocomplete__input.autocomplete__input--default[aria-describedby="-input__assistiveHint"]Impact: critical
Failure 1:
<img src="https://www.phila.gov/assets/images/website/phillystat360.png">.img-container > imgImpact: moderate
Failure 1:
<html lang="en" class="">htmlImpact: moderate
Failure 1:
<nav>section:nth-child(1) > navImpact: serious
Failure 1:
<ul class="translations-bar menu">.translations-barImpact: moderate
Failure 1:
<div data-v-cade5010="" class="cell large-12 small-24 large-order-1 small-order-2"><div data-v-cade5010="" class="header-text"><span data-v-cade5010="" class="new-header-text">One Philly,</span><br data-v-cade5010=""><span data-v-cade5010="" class="new-header-text">a United City!</span></div></div>.large-order-1Failure 2:
<div class="cell"><div class="date-divider"><h2 class="date"><span class="show-for-sr">Service updates on</span>Friday, February 27 </h2></div></div>.service-status > .cellFailure 3:
<div class="grid-container fluid pop-services mtxl">.pop-servicesFailure 4:
<div class="grid-container cta-label">.cta-labelFailure 5:
<div class="grid-container"><h2 class="header"> Commonly used tools </h2></div>.tools > .grid-container:nth-child(1)… and 43 more failures for this rule
Impact: serious
Failure 1:
<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0">.tns-controlsImpact: critical
Failure 1:
<button type="button" data-controls="prev" tabindex="-1" aria-controls="tns1"><i class="fa fa-caret-left" aria-hidden="true"></i></button>button[data-controls="prev"][aria-controls="tns1"][type="button"]Failure 2:
<button type="button" data-controls="next" tabindex="-1" aria-controls="tns1"><i class="fa fa-caret-right" aria-hidden="true"></i></button>button[data-controls="next"][aria-controls="tns1"][type="button"]Impact: serious
Failure 1:
<p class="banner-desc"> Establishing a Birthing Center in The Bronx. <a href="Delivering-Change-FINAL-eversion.pdf?t=202510141212270" target="_blank" rel="noopener">Final Version</a> </p>.has-edit-buttons.yes-has-edit-buttons:nth-child(1) > .banner-container > .banner-info > .banner-descFailure 2:
<a href="Delivering-Change-FINAL-eversion.pdf?t=202510141212270" target="_blank" rel="noopener">Final Version</a>.has-edit-buttons.yes-has-edit-buttons:nth-child(1) > .banner-container > .banner-info > .banner-desc > a[target="_blank"][rel="noopener"]Failure 3:
<a href="Delivering-Change-FINAL-eversion.pdf?t=202510071424390" target="_blank" class="banner-link" rel="noopener">Find Out More <img src="_assets_/images/arrow-outward.png" alt="arrow outward"></a>.banner-link[target="_blank"][rel="noopener"]Impact: moderate
Failure 1:
<h4 class="footer-title">Office of the Bronx Borough President</h4>.footer-col:nth-child(2) > h4Impact: minor
Failure 1:
<img src="_assets_/images/share-icon.png" alt="Share this page">img[src$="share-icon.png"]Impact: serious
Failure 1:
<ul class="social-list">.social-info > .social-listImpact: moderate
Failure 1:
<a href="index.php" id="logo"> <img src="https://cms2.revize.com/revize/officeofthebronxboroughpresident/BP_Logo_2026.png" alt="navigation logo"> </a>#logoFailure 2:
<a href="https://www.facebook.com/bronxbp" target="_blank" class="social-media-link" rel="noopener"><img src="_assets_/images/social-1.png" alt="facebook icon"></a>#social-media-links > .social-media-link[target="_blank"][rel="noopener"]:nth-child(2)Failure 3:
<a href="https://twitter.com/bronxbp" target="_blank" class="social-media-link" rel="noopener"><img src="_assets_/images/social-2.png" alt="facebook icon"></a>.social-media-link[href$="bronxbp"][target="_blank"]:nth-child(3)Failure 4:
<a href="https://www.instagram.com/bronxbpgibson" target="_blank" class="social-media-link" rel="noopener"><img src="_assets_/images/social-3.png" alt="facebook icon"></a>#social-media-links > .social-media-link[target="_blank"][rel="noopener"]:nth-child(4)Failure 5:
<a href="https://www.youtube.com/@bronxbp" target="_blank" class="social-media-link" rel="noopener"><img src="_assets_/images/social-4.png" alt="facebook icon"></a>.social-media-link[target="_blank"][rel="noopener"]:nth-child(5)… and 2 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.col-s-12.col-lg-3.col-m-6:nth-child(1) > h3Impact: moderate
Failure 1:
<div class="profile-featured-panels profile-featured-panel-format-1 clearfix" role="region" aria-label="Featured Content" data-total-results="6">.profile-featured-panel-format-1Impact: serious
Failure 1:
<a href="https://forecast.weather.gov/MapClick.php?lat=32.718814&lon=-117.162222" title="Clear" rel="noopener" class="ext" data-extlink="" target="_blank"> <i class="icon-sun" title="Clear" aria-hidden="true"></i> <span class="visuallyhidden">Clear</span> 57° </a>.ext[title="Clear"][rel="noopener"]Failure 2:
<a class="l-flex-center-v" href="#" data-open="translate-modal" aria-controls="translate-modal" aria-haspopup="dialog" tabindex="0">Translate <i class="icon-translate"></i></a>a[data-open="translate-modal"]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.sanjoseca.gov/" on this server.<p> Reference #18.e4263e17.1772198483.70a87f95 </p><p>https://errors.edgesuite.net/18.e4263e17.1772198483.70a87f95</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.sanjoseca.gov/" on this server.<p> Reference #18.e4263e17.1772198483.70a87f95 </p><p>https://errors.edgesuite.net/18.e4263e17.1772198483.70a87f95</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.e4263e17.1772198483.70a87f95 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e4263e17.1772198483.70a87f95</p>p:nth-child(3)Impact: moderate
Failure 1:
<div id="header_hero" role="banner">#header_heroImpact: moderate
Failure 1:
<header class="navbar navbar-default navbar-fixed-top" id="navbar">#navbarImpact: moderate
Failure 1:
<header class="navbar navbar-default navbar-fixed-top" id="navbar">#navbarImpact: minor
Failure 1:
<a class="jacksonville_gov_logo img-bg-link" role="img" alt="Jacksonville Dot Gov City of Jacksonville Florida" href="/welcome">.jacksonville_gov_logoImpact: minor
Failure 1:
<img src="/getContentAsset/fec7dd40-f92c-40c5-87fd-8c34d18a9d3c/bd714d09-ccf8-4e86-a041-57e2011ebfe4/JaxPetsAppIcon90x90-(1).png?language=en" alt="JaxPawFinder" class="fr-fic fr-dii">.fr-diiImpact: serious
Failure 1:
<a class="jacksonville_gov_logo img-bg-link" role="img" alt="Jacksonville Dot Gov City of Jacksonville Florida" href="/welcome">.jacksonville_gov_logoImpact: moderate
Failure 1:
<video autoplay="" loop="" muted="" playsinline="" poster="/getContentAsset/3298c820-b03a-4d5b-b816-3252b7800311/bd714d09-ccf8-4e86-a041-57e2011ebfe4/Poster.jpg?language=en" class="bg-vid">.bg-vidFailure 2:
<label for="welcome-search" class="ada-hidden" style="color: white; background: black;">Search the City of Jacksonville Website</label>label[for="welcome-search"]Failure 3:
<input id="welcome-search" type="search" name="query" class="welcome-search" placeholder="Help Me Find...">#welcome-searchFailure 4:
<div class="second-video">.second-videoImpact: serious
Failure 1:
<a class="jacksonville_gov_logo img-bg-link" role="img" alt="Jacksonville Dot Gov City of Jacksonville Florida" href="/welcome">.jacksonville_gov_logoImpact: serious
Failure 1:
<span class="visuallyhidden"> is your current preferred language.</span>.current-language > .visuallyhiddenFailure 2:
<span class="visuallyhidden"> Select this as your preferred language</span>a[data-translate-to="es"] > .visuallyhiddenFailure 3:
<span class="visuallyhidden"> Select this as your preferred language</span>a[data-translate-to="vi"] > .visuallyhiddenFailure 4:
<span class="visuallyhidden"> City of Fort Worth - Home - Logo </span>a[lang="en-US"] > .visuallyhiddenFailure 5:
<span class="visuallyhidden opensubmenu text">Sub-menu</span>.first-item > .mobnav-subarrow > .opensubmenu.text.visuallyhidden… and 7 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="footer-title">Contact 3-1-1</h3>.col-s-6.col-m-4.col-xs-12:nth-child(1) > h3Impact: critical
Failure 1:
<img src="/sites/default/files/dc/shared_assets/mayor-bowser-logo.jpg" width="100px">img[width="100px"]Impact: moderate
Failure 1:
<html lang="en" dir="ltr" version="HTML+RDFa 1.1" xmlns:content="http://purl.org/rss/..." xmlns:dc="http://purl.org/dc/t..." xmlns:foaf="http://xmlns.com/foa..." xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/20..." xmlns:sioc="http://rdfs.org/sioc..." xmlns:sioct="http://rdfs.org/sioc.. ...>htmlImpact: moderate
Failure 1:
<nav class="navigation">.navigationImpact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">meta[name="viewport"]Impact: moderate
Failure 1:
<h1 class="portal-title">Washington, DC</h1>h1Failure 2:
<div id="readspeaker_button1" class="rs_skip rsbtn rs_preserve">#readspeaker_button1Failure 3:
<div id="top-panel-section">#top-panel-sectionFailure 4:
<div class="panel-panel feature-service-panel grid-24">.feature-service-panelFailure 5:
<div class="item-list">.item-list… and 7 more failures for this rule
Impact: serious
Failure 1:
<input title="Enter the terms you wish to search for." placeholder="Help me find..." autocomplete="off" type="search" id="edit-keys" name="searchStudioQuery" value="" size="15" maxlength="128" class="form-search nt-search-autocomplete" data-once="nt_search_autocomplete_event">#edit-keysImpact: moderate
Failure 1:
<header class="entity--type-node node node--type-sitewide-alert node--view-mode-full nt-alert nid-92586 alert alert--type-- alert--color--red" style="display: block;">.nid-92586Impact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class=" js" data-once="drupal-dialog-deprecation-listener webform-dialog">htmlImpact: moderate
Failure 1:
<header class="entity--type-node node node--type-sitewide-alert node--view-mode-full nt-alert nid-92586 alert alert--type-- alert--color--red" style="display: block;">.nid-92586Impact: moderate
Failure 1:
<div class="official-gov-site-wrap">.official-gov-site-wrapFailure 2:
<h1 class="visually-hidden"> Welcome to Nashville.gov</h1>h1Failure 3:
<div class="field__item">.field--name-field-department-components > .field__item:nth-child(1)Failure 4:
<div class="field__item">.field--name-field-department-components > .field__item:nth-child(2)Failure 5:
<div class="field__item">.field--name-field-department-components > .field__item:nth-child(3)… and 11 more failures for this rule
Impact: minor
Failure 1:
<article id="Slider_oc_flex_slide..." class="slide slide-1 anchor..." style="background-image: ur..." data-thumb-alt="" role="tabpanel" aria-labelledby="Slider_oc_flex_page_..." aria-hidden="false">#Slider_oc_flex_slide_1Impact: critical
Failure 1:
<div class="controls" aria-controls="Slider_oc_flex_viewport" role="toolbar">div[aria-controls="Slider_oc_flex_viewport"]Impact: moderate
Failure 1:
<html lang="en">htmlImpact: moderate
Failure 1:
<nav class="mainNav">.mainNavImpact: moderate
Failure 1:
<html lang="en">htmlImpact: moderate
Failure 1:
<h2>Important Information <i class="far fa-comment-alt-exclamation" aria-hidden="true"></i></h2>.homeTopLinks > h2Failure 2:
<div class="topLinkText"> <span>Open Records Request</span> <span>Public Information Center</span> </div>.topLink:nth-child(1) > a[target="_blank"] > .topLinkTextFailure 3:
<div class="topLinkText"> <span>Agendas & Minutes</span> <span>Boards & Commissions</span> </div>a[href$="city-clerk/"] > .topLinkTextFailure 4:
<div class="topLinkText"> <span>Meeting Videos</span> <span>Live & Recorded</span> </div>a[href$="videos/"] > .topLinkTextFailure 5:
<div class="topLinkText"> <span>Tax & Budget</span> <span>Information</span> </div>a[href$="tax-and-budget/"] > .topLinkText… and 7 more failures for this rule
Impact: minor
Failure 1:
<a href="/departments/city-council/ruthzee-louijeune" class="cdp-l d-b p-a300" role="group">.node-15781571 > .cdp-l.p-a300[role="group"]Failure 2:
<a href="/departments/city-council/henry-santana" class="cdp-l d-b p-a300" role="group">.node-16064436 > .cdp-l.p-a300[role="group"]Failure 3:
<a href="/departments/city-council/julia-mejia" class="cdp-l d-b p-a300" role="group">.node-11555266 > .cdp-l.p-a300[role="group"]Failure 4:
<a href="/departments/city-council/erin-j-murphy" class="cdp-l d-b p-a300" role="group">.node-15779686 > .cdp-l.p-a300[role="group"]Failure 5:
<a href="/departments/city-council/gabriela-coletta-zapata" class="cdp-l d-b p-a300" role="group">.node-15892031 > .cdp-l.p-a300[role="group"]… and 8 more failures for this rule
Impact: critical
Failure 1:
<div class="cdp-i field-item" role="listitem">.node-15781571 > .cdp-l.p-a300[role="group"] > .field-item.cdp-i[role="listitem"]Failure 2:
<div class="cdp-i field-item" role="listitem">.node-16064436 > .cdp-l.p-a300[role="group"] > .field-item.cdp-i[role="listitem"]Failure 3:
<div class="cdp-i field-item" role="listitem">.node-11555266 > .cdp-l.p-a300[role="group"] > .field-item.cdp-i[role="listitem"]Failure 4:
<div class="cdp-i field-item" role="listitem">.node-15779686 > .cdp-l.p-a300[role="group"] > .field-item.cdp-i[role="listitem"]Failure 5:
<div class="cdp-i field-item" role="listitem">.node-15892031 > .cdp-l.p-a300[role="group"] > .field-item.cdp-i[role="listitem"]… and 8 more failures for this rule
Impact: moderate
Failure 1:
<h4>Meet the Mayor</h4>.field-name-field-right-column > h4Impact: critical
Failure 1:
<img loading="lazy" width="100" height="100" src="https://assets.boston.gov/icons/experiential_icons/construction_sheet.svg" class="svg-icon">div[bos-media-id="165958"] > article > .svg-icon[width="100"][height="100"]Failure 2:
<img loading="lazy" width="100" height="100" src="https://assets.boston.gov/icons/experiential_icons/search.svg" class="svg-icon">div[bos-media-id="166294"] > article > .svg-icon[width="100"][height="100"]Failure 3:
<img loading="lazy" width="100" height="100" src="https://assets.boston.gov/icons/experiential_icons/building_permit.svg" class="svg-icon">div[bos-media-id="165901"] > article > .svg-icon[width="100"][height="100"]Failure 4:
<img loading="lazy" width="100" height="100" src="https://assets.boston.gov/icons/experiential_icons/house_2.svg" class="svg-icon">div[bos-media-id="166112"] > article > .svg-icon[width="100"][height="100"]Failure 5:
<img loading="lazy" width="100" height="100" src="https://assets.boston.gov/icons/experiential_icons/parking_pass.svg" class="svg-icon">div[bos-media-id="166210"] > article > .svg-icon[width="100"][height="100"]… and 7 more failures for this rule
Impact: moderate
Failure 1:
<nav class="nv-m">.nv-mImpact: serious
Failure 1:
<a href="/departments/city-council/ruthzee-louijeune" class="cdp-l d-b p-a300" role="group">.node-15781571 > .cdp-l.p-a300[role="group"]Failure 2:
<a href="/departments/city-council/henry-santana" class="cdp-l d-b p-a300" role="group">.node-16064436 > .cdp-l.p-a300[role="group"]Failure 3:
<a href="/departments/city-council/julia-mejia" class="cdp-l d-b p-a300" role="group">.node-11555266 > .cdp-l.p-a300[role="group"]Failure 4:
<a href="/departments/city-council/erin-j-murphy" class="cdp-l d-b p-a300" role="group">.node-15779686 > .cdp-l.p-a300[role="group"]Failure 5:
<a href="/departments/city-council/gabriela-coletta-zapata" class="cdp-l d-b p-a300" role="group">.node-15892031 > .cdp-l.p-a300[role="group"]… and 8 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class="no-touchevents js flexbox" data-once="drupal-dialog-deprecation-listener webform-dialog">htmlImpact: moderate
Failure 1:
<input type="checkbox" id="dr-banner" class="dr-tr a11y--h">#dr-bannerFailure 2:
<label for="dr-banner" class="dr-h" tabindex="0">.dr-hFailure 3:
<div id="sa" class="d--n node-site-alert">#saFailure 4:
<a href="#content" class="bk_top_btn scrollToTopBtn" id="main-content" data-swiftype-index="false"> <img src="/themes/custom/bos_theme/images/back_top_btn.png" alt="Back to top"> </a>#main-contentImpact: moderate
Failure 1:
<h3 class="mb-0 px-3 py-1">Latest Updates</h3>.latest-updates-header > .px-3.py-1Impact: moderate
Failure 1:
<html lang="en-US" dir="ltr">htmlImpact: moderate
Failure 1:
<div class="carousel-item h-100 active" data-image="/LinkClick.aspx?fileticket=k2QhtG16bws%3d&portalid=0" style="background-image:url('/LinkClick.aspx?fileticket=k2QhtG16bws%3d&portalid=0')">.active.carousel-item.h-100Failure 2:
<h3 class="mb-0 px-3 py-1">Latest Updates</h3>.latest-updates-header > .px-3.py-1Failure 3:
<div class="carousel-item bg-white active">.active.carousel-item.bg-whiteFailure 4:
<div class="d-flex align-items-center mb-3"> <h3 class="purple-box-title mb-0 px-3 py-1">Featured Video</h3> <div class="mx-3 hr-flex"></div> </div>div[data-cb-instance="927"] > div > .mb-3.align-items-center.d-flexFailure 5:
<div class="video-content py-2 d-flex align-items-center justify-content-between"> <span class="text-decoration-none"> Live Web Cam From Downtown Las Vegas </span> </div>.video-content… and 21 more failures for this rule
Impact: minor
Failure 1:
<article class="elementor-post elementor-grid-item post-8761 post type-post status-publish format-standard hentry category-featured category-media-releases" role="listitem">.post-8761Failure 2:
<article class="elementor-post elementor-grid-item post-8822 post type-post status-publish format-standard hentry category-memphis-news" role="listitem">.post-8822Impact: moderate
Failure 1:
<footer data-elementor-type="header" data-elementor-id="4300" class="elementor elementor-4300 elementor-location-header" data-elementor-post-type="elementor_library">.elementor-4300Impact: moderate
Failure 1:
<footer data-elementor-type="header" data-elementor-id="4300" class="elementor elementor-4300 elementor-location-header" data-elementor-post-type="elementor_library">.elementor-4300Failure 2:
<nav class="tribe-events-c-top-bar__nav tribe-common-a11y-hidden">.tribe-events-c-top-bar__navImpact: serious
Failure 1:
<a href="/government-mayor/" class="elementor-icon" tabindex="-1">.elementor-icon[href$="government-mayor/"]Failure 2:
<a href="/city-council/" class="elementor-icon" tabindex="-1">.elementor-icon[href$="city-council/"]Failure 3:
<a href="https://memphisanimalservices.com/" target="_blank" class="elementor-icon" tabindex="-1">.elementor-element-0616220 > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon > .elementor-icon[target="_blank"]Failure 4:
<a href="/careers/" class="elementor-icon" tabindex="-1">.elementor-icon[href$="careers/"]Failure 5:
<a href="https://311.memphistn.gov/public" target="_blank" class="elementor-icon" tabindex="-1">.elementor-element-0840701 > .elementor-widget-container > .elementor-icon-box-wrapper > .elementor-icon-box-icon > .elementor-icon[target="_blank"]… and 1 more failures for this rule
Impact: moderate
Failure 1:
<html lang="en-US">htmlImpact: moderate
Failure 1:
<div data-sitewide-alert="" role="banner">div[data-sitewide-alert=""]Impact: moderate
Failure 1:
<div data-sitewide-alert="" role="banner">div[data-sitewide-alert=""]Impact: serious
Failure 1:
<span class="fa-ext extlink" role="img" aria-hidden="false"><span class="external-link" data-extlink-placement="append"></span></span>p:nth-child(3) > .ext[data-extlink=""][aria-label="(link is external)"] > .fa-ext.extlink[aria-hidden="false"]Failure 2:
<span class="fa-ext extlink" role="img" aria-hidden="false"><span class="external-link" data-extlink-placement="append"></span></span>.c--charm-city-tv__charmtv-link > .fa-ext.extlink[aria-hidden="false"]Failure 3:
<span class="fa-ext extlink" role="img" aria-hidden="false"><span class="external-link" data-extlink-placement="append"></span></span>.button--secondary.ext[data-extlink=""] > .fa-ext.extlink[aria-hidden="false"]Failure 4:
<span class="fa-ext extlink" role="img" aria-hidden="false"><span class="external-link" data-extlink-placement="append"></span></span>.menu-item--department-child.department_menu-item--level-2.menu-item--department:nth-child(3) > .ext[data-extlink=""][aria-label="(link is external)"] > .fa-ext.extlink[aria-hidden="false"]Failure 5:
<span class="fa-ext extlink" role="img" aria-hidden="false"><span class="external-link" data-extlink-placement="append"></span></span>a[title="Current Job Opportunities"] > .fa-ext.extlink[aria-hidden="false"]… and 2 more failures for this rule
Impact: critical
Failure 1:
<meta http-equiv="refresh" content="360">meta[http-equiv="refresh"]Impact: serious
Failure 1:
<dl class="portlet portletQuickNavPortlet">dlImpact: critical
Failure 1:
<input name="b_57590ee48a0d248f7f0fb64f6_0ec97b078d" tabindex="-1" type="text" value="">input[value=""][type="text"]Impact: moderate
Failure 1:
<aside id="portal-column-two">#portal-column-twoImpact: moderate
Failure 1:
<nav id="site-navigation" class="top-navigation">#site-navigationImpact: serious
Failure 1:
<a href="#" class="btn" id="step3-button"></a>#step3-buttonImpact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.kcmo.gov/" on this server.<p> Reference #18.111fd717.1772198932.400c404c </p><p>https://errors.edgesuite.net/18.111fd717.1772198932.400c404c</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.kcmo.gov/" on this server.<p> Reference #18.111fd717.1772198932.400c404c </p><p>https://errors.edgesuite.net/18.111fd717.1772198932.400c404c</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.111fd717.1772198932.400c404c </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.111fd717.1772198932.400c404c</p>p:nth-child(3)Impact: minor
Failure 1:
<article id="Slider_oc_flex_slide..." class="slide slide-1 anchor..." style="background-image: ur..." data-thumb-alt="" role="tabpanel" aria-labelledby="Slider_oc_flex_page_..." aria-hidden="false">#Slider_oc_flex_slide_1Impact: critical
Failure 1:
<div class="controls" aria-controls="Slider_oc_flex_viewport" role="toolbar">.controlsImpact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.atlantaga.gov/" on this server.<p> Reference #18.241fd717.1772198955.34bb5af </p><p>https://errors.edgesuite.net/18.241fd717.1772198955.34bb5af</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.atlantaga.gov/" on this server.<p> Reference #18.241fd717.1772198955.34bb5af </p><p>https://errors.edgesuite.net/18.241fd717.1772198955.34bb5af</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.241fd717.1772198955.34bb5af </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.241fd717.1772198955.34bb5af</p>p:nth-child(3)Impact: serious
Failure 1:
<input class="wsite-input wsite-search-element-input" type="text" name="q" placeholder="Search Staten Island USA" autocomplete="off" aria-label="Search Staten Island USA">inputImpact: critical
Failure 1:
<img src="/uploads/8/9/8/7/89877849/carousel-2022-veteran-connect_orig.jpg" style="width: 1037px;">a[target="_blank"] > .wslide-slide-inner1 > .wslide-slide-inner2 > imgImpact: moderate
Failure 1:
<html lang="en">htmlImpact: serious
Failure 1:
<a href="https://www.statenislandusa.com/veterans.html" target="_blank">.wslide-slide:nth-child(1) > a[target="_blank"]Impact: moderate
Failure 1:
<html lang="en">htmlImpact: moderate
Failure 1:
<span class="wsite-logo"> <a href="/"> <img src="/uploads/8/9/8/7/89877849/published/bpv-seal-txt-3.png?1645047587" alt="Staten Island BP"> </a> </span>.wsite-logoFailure 2:
<div id="nav" class="menu">#navFailure 3:
<div class="wslide-slide" style="">.wslide-slide:nth-child(1)Failure 4:
<div>.wsite-section-elements > div:nth-child(5)Failure 5:
<div id="element-4d40700a-5319-4cf1-8a91-0176ae2f0ba0" data-platform-element-id="702688850553606843-1.4.3" class="platform-element-contents">#element-4d40700a-5319-4cf1-8a91-0176ae2f0ba0… 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.cityofomaha.org/" on this server.<p> Reference #18.181fd717.1772198963.39528d93 </p><p>https://errors.edgesuite.net/18.181fd717.1772198963.39528d93</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.cityofomaha.org/" on this server.<p> Reference #18.181fd717.1772198963.39528d93 </p><p>https://errors.edgesuite.net/18.181fd717.1772198963.39528d93</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.181fd717.1772198963.39528d93 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.181fd717.1772198963.39528d93</p>p:nth-child(3)Impact: serious
Failure 1:
<a href="/node/158381" hreflang="en" class="link-isPublished-true">Burn Restrictions now in effect for Colorado Springs</a>.link-isPublished-true[href="/node/158381"][hreflang="en"]Impact: moderate
Failure 1:
<nav class="flyout-menu flyout-hidden root-menu">.flyout-menuFailure 2:
<nav class="pager" role="navigation" aria-label="Page navigation">.js-view-dom-id-e055b5c08852d870fff3113d2a9930fa0f6f6a4009729bc7081f2d152b48a969 > .pager[aria-label="Page navigation"][role="navigation"]Impact: serious
Failure 1:
<ul class="pagination js-pager__items">.js-view-dom-id-e055b5c08852d870fff3113d2a9930fa0f6f6a4009729bc7081f2d152b48a969 > .pager[aria-label="Page navigation"][role="navigation"] > .pagination.js-pager__itemsFailure 2:
<ul class="pagination js-pager__items">.views-content > .pager[aria-label="Page navigation"][role="navigation"] > .pagination.js-pager__itemsFailure 3:
<ul class="pagination js-pager__items">.featured-events > .pager[aria-label="Page navigation"][role="navigation"] > .pagination.js-pager__itemsImpact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="content: http://purl..." class="js fontawesome-i2svg..." data-once="menu_main_search">htmlImpact: serious
Failure 1:
<a href="/water-and-sewer/news/raleighs-annual-chlorine-conversion-period-begins-feb-26" class="c-featured__image-link" aria-hidden="true">.c-featured__image-linkImpact: moderate
Failure 1:
<h4 class="byline">From paying a bill to finding a job, SELECT A POPULAR SERVICE below or choose "All Services" to browse the full list.</h4>.c-homepage__services.o-layout--section:nth-child(5) > h4Failure 2:
<h4 class="byline">Articles are constantly updated to make sure you don’t miss a thing.</h4>.c-homepage__news > h4Failure 3:
<h4 class="byline">From Parks festivals to City Council meetings, all city happenings are here.</h4>.c-homepage__events > h4Failure 4:
<h4 class="byline">Learn more about all of the work happening around the city.</h4>.c-homepage__projects > h4Failure 5:
<h4 class="byline">Find out more about City Council, and make your voice heard.</h4>#skip-projects > .o-layout--section > h4Impact: serious
Failure 1:
<html xmlns="https://www.w3.org/1..." class=" js flexbox flexboxl..." style="height: 100%;">htmlImpact: moderate
Failure 1:
<html xmlns="https://www.w3.org/1..." class=" js flexbox flexboxl..." style="height: 100%;">htmlImpact: moderate
Failure 1:
<html xmlns="https://www.w3.org/1..." class=" js flexbox flexboxl..." style="height: 100%;">htmlImpact: minor
Failure 1:
<li class="splide__slide hero__item is-active is-visible" data-splide-hash="be-in-the-know" id="splideMain-slide01" role="group" aria-roledescription="slide" aria-label="1 of 5" style="width: calc(100%); transform: translateX(0%);">#splideMain-slide01Failure 2:
<li class="splide__slide is-active is-visible" aria-labelledby="slideLabel1" id="splide01-slide01" role="button" aria-label="Go to slide 1" aria-current="true" tabindex="0" aria-controls="splideMain-slide01" style="margin-right: 64px;"><p>Be in the Know</p></li>#splide01-slide01Failure 3:
<li class="splide__slide is-visible is-next" aria-labelledby="slideLabel2" id="splide01-slide02" role="button" aria-label="Go to slide 2" tabindex="0" aria-controls="splideMain-slide02" style="margin-right: 64px;"><p>Referendum 2025</p></li>#splide01-slide02Failure 4:
<li class="splide__slide is-visible" aria-labelledby="slideLabel3" id="splide01-slide03" role="button" aria-label="Go to slide 3" tabindex="0" aria-controls="splideMain-slide03" style="margin-right: 64px;"><p>2040 Comprehensive Plan</p></li>#splide01-slide03Failure 5:
<li class="splide__slide is-visible" aria-labelledby="slideLabel4" id="splide01-slide04" role="button" aria-label="Go to slide 4" tabindex="0" aria-controls="splideMain-slide04" style="margin-right: 64px;"><p>Flood Protection Program</p></li>#splide01-slide04… and 1 more failures for this rule
Impact: serious
Failure 1:
<a class="btn btn--outline shr..." href="https://mc712ff8gsxr..." title="Subscribe to the Cit..." rel="noopener noreferrer" target="_blank" aria-label="Subscribe to the Cit...">#splideMain-slide01 > .hero__info > .hero__buttons > .btn--outline.border-primary-500.interact\:bg-primary-600Failure 2:
<a class="inline-flex gap-x-s4 uppercase items-center border-b-2 pt-s5 pb-s3 transition-all duration-300 border-secondary-700 text-secondary-700 font-semibold interact:border-none interact:text-secondary-500" title="Go to the Connect page" href="https://virginiabeach.gov/connect">.border-secondary-700Failure 3:
<div class="font-inter text-14 font-semibold leading-130 tracking-1">Blog</div>.break-inside-avoid-column.py-s3:nth-child(1) > article > .gap-s3.bg-\[rgba\(228\,225\,225\,0\.25\)\].text-primary-600 > .leading-130.tracking-1.font-semiboldFailure 4:
<p class="mt-s8 faux-p-xs text-gray-700">February 24, 2026</p>.break-inside-avoid-column.py-s3:nth-child(1) > article > .pb-s7.px-s6 > .mt-s8.faux-p-xsFailure 5:
<span class="ui-sm-caps">Read More</span>.break-inside-avoid-column.py-s3:nth-child(1) > article > .interact\:text-primary-600.interact\:bg-primary-50.mt-auto > .ui-sm-caps… and 36 more failures for this rule
Impact: moderate
Failure 1:
<a href="https://virginiabeach.gov/" title="City of Virginia Beach Homepage" aria-label="City of Virginia Beach Homepage" class="header__logo">.header__row-int.w-auto > .header__logo[href$="virginiabeach.gov/"]Failure 2:
<input class="bg-transparent ui-lg..." name="search" placeholder="Search anything (e.g...">.placeholder\:text-gray-600Failure 3:
<span class="chat-title">Virginia Beach Assistant (Beta)</span>.md\:w-\[50vw\] > iframeImpact: serious
Failure 1:
<div class="date"><span class="dateDay">Friday,</span><br>February 27</div>.notice-body > .dateFailure 2:
<span class="dateDay">Friday,</span>.dateDayFailure 3:
<p aria-hidden="true">A snow emergency is not currently in effect. Normal parking rules apply.</p>.message > pFailure 4:
<button class="atom atom--close-button button close-button tiny short clear" id="close-button-47115" type="button" aria-label="Close" data-close=""> Close <span class="close-x fas fa-times" aria-hidden="true"></span> </button>#close-button-47115Impact: moderate
Failure 1:
<nav class="navigation--accessible" role="navigation"> <a class="show-on-focus" href="#site-main" target="_self">Skip Navigation</a> <a class="show-on-focus" href="#311-button" target="_self">Skip to 311 Help</a> </nav>.navigation--accessibleImpact: moderate
Failure 1:
<div class="site-meta">.site-metaImpact: serious
Failure 1:
<div class="event-item-date">4/3/2026</div>.col-lg-3.col-sm-6.col-md-4:nth-child(1) > .event-item.event-category-city.holiday > .event-item-dateFailure 2:
<div class="event-item-date">5/25/2026</div>.col-lg-3.col-sm-6.col-md-4:nth-child(2) > .event-item.event-category-city.holiday > .event-item-dateFailure 3:
<div class="event-item-date">6/1/2026</div>.col-lg-3.col-sm-6.col-md-4:nth-child(3) > .event-item.event-category-city.holiday > .event-item-dateFailure 4:
<div class="event-item-date">6/19/2026 3:42 PM</div>.col-lg-3.col-sm-6.col-md-4:nth-child(4) > .event-item.event-category-city.holiday > .event-item-dateFailure 5:
<div class="event-item-date">7/3/2026 3:43 PM</div>.col-lg-3.col-sm-6.col-md-4:nth-child(5) > .event-item.event-category-city.holiday > .event-item-date… and 1 more failures for this rule
Impact: serious
Failure 1:
<iframe width="730" height="410" class="embed-responsive-item" src="https://www.youtube.com/embed/LfZ-Wi00RjU?" frameborder="0" allowfullscreen=""></iframe>.col-sm-6:nth-child(1) > .video-feature.embed-responsive.embed-responsive-16by9 > .embed-responsive-item[width="730"][height="410"]Failure 2:
<iframe width="730" height="410" class="embed-responsive-item" src="https://www.youtube.com/embed/F4DgQXK9E-0?" frameborder="0" allowfullscreen=""></iframe>.video-margin > .video-feature.embed-responsive.embed-responsive-16by9 > .embed-responsive-item[width="730"][height="410"]Impact: critical
Failure 1:
<img src="/img/facebook(8).png" border="0" alt"facebook="" icon"="">img[src$="facebook(8).png"]Impact: serious
Failure 1:
<input id="SearchBar" title="searchbar" type="text" class="form-control" name="query" placeholder="Looking for something specific? Find it here.">#SearchBarFailure 2:
<input type="text" class="form-control" id="EventDate" title="Event Date" placeholder="Select a Date">#EventDateImpact: serious
Failure 1:
<a href="https://www.facebook.com/cityoftulsa" target="_blank"><img src="/img/facebook(8).png" border="0" alt"facebook="" icon"=""></a>.col-xs-6 > a[target="_blank"]:nth-child(1)Failure 2:
<a href="https://www.cityoftulsa.org/connect/i-want-to/" target="_blank"></a>.additional-resources > a[target="_blank"]Impact: serious
Failure 1:
<button class="VAN-button"><a href="https://www.cityoftulsa.org/press-room/" style="color: #162B49;">View All News</a></button>.VAN-buttonImpact: moderate
Failure 1:
<li><a href="/connect/i-want-to/">I Want to...</a></li>.nav > li:nth-child(5)Failure 2:
<li><a href="/connect/contact-the-city/">Contact Us - 311</a></li>.nav > li:nth-child(6)Failure 3:
<div id="header-container">#header-containerFailure 4:
<div class="col-xs-6 col-sm-3 col-md-3">.col-xs-6Failure 5:
<img src="/img/call.png" border="0" alt="phone icon">img[src$="call.png"]… and 17 more failures for this rule
Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs" style="">#divTabbed2e6e4914-557c-4257-a92c-a579a7f14b7c > olFailure 2:
<span class="cpBylineTextTS">Government Websites by <a href="//connect.civicplus.com/referral">CivicPlus®</a></span>.cpBylineTextTSImpact: critical
Failure 1:
<p id="isPasted" aria-level="2"><span style="font-size: 30px;"><a href="https://www.wichita.gov/1565/Sign-up-for-Updates-Alerts"><span style="color: rgb(255, 255, 255);">Sign up for newsletters and alerts!</span></a></span></p>p[aria-level="2"]:nth-child(2)Failure 2:
<p aria-level="2"><span style="color: rgb(255, 255, 255); font-size: 30px;"><br><a href="https://public.alertsense.com/SignUp/?RegionId=1832" onkeypress="this.onclick();" onclick="return showExternalSiteDialog(this);" id="isPasted">Sign up for Emergency Alerts from Sedgwick County.</a></span></p>p[aria-level="2"]:nth-child(3)Failure 3:
<p aria-level="2"><span style="color: rgb(255, 255, 255);"><a href="/190/Legal-Notices"><span style="font-size: 30px;">View Legal Notices</span></a></span></p>p[aria-level="2"]:nth-child(5)Impact: critical
Failure 1:
<div id="divTabbedbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f" class="widget widgetTabbed skin57 wide" data-widgetid="bfcae760-ae1b-4ec4-accf-6e4cec7c4a6f" role="tablist">#divTabbedbfcae760-ae1b-4ec4-accf-6e4cec7c4a6fImpact: critical
Failure 1:
<a href="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_0" class="tabButton" role="tab" aria-controls="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_0" aria-selected="true" style="height: 77px;"><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="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_1" class="tabButton" role="tab" aria-controls="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_1" aria-selected="false" style="height: 77px;">li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_0" class="tabButton" role="tab" aria-controls="#tabbfcae760-ae1b-4ec4-accf-6e4cec7c4a6f_0" aria-selected="true" style="height: 77px;"><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:
<p class="widgetMeta"> Posted on <abbr title="Monday, February 23, 2026 at 12:00AM">February 23, 2026</abbr> </p>li[data-index="0"] > .text > .widgetMetaFailure 2:
<abbr title="Monday, February 23, 2026 at 12:00AM">February 23, 2026</abbr>li[data-index="0"] > .text > .widgetMeta > abbrFailure 3:
<p class="widgetMeta"> Posted on <abbr title="Friday, January 9, 2026 at 12:00AM">January 9, 2026</abbr> </p>li[data-index="1"] > .text > .widgetMetaFailure 4:
<abbr title="Friday, January 9, 2026 at 12:00AM">January 9, 2026</abbr>li[data-index="1"] > .text > .widgetMeta > abbrFailure 5:
<p class="widgetMeta"> Posted on <abbr title="Tuesday, February 10, 2026 at 12:00AM">February 10, 2026</abbr> </p>li[data-index="2"] > .text > .widgetMeta… and 11 more failures for this rule
Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader615" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=615" target="_self">February 17 Wichita City Council Meeting Recap </a></h4>#newsFlashItemHeader615Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget94ff8b58-6cf0-43bb-a86d-456c7ab45f48 > .cpGrid7.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash7a844..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash7a844879-fac1-4c7e-9f71-b82827738097Failure 3:
<section id="divInfoAdv7ca6aec1-6..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv7ca6aec1-6357-42c4-ba56-e75c922d5fb2Impact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlFailure 2:
<html lang="en">#frase-iframeImpact: 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 class="widgetHeader "> <div class=""> </div> <a class="widgetRSS alignLeft" href="/rss.aspx"><img src="/common/images/Feedicon.png" alt="RSS Feed"></a> </div>#widgetCalendarb34cb533-f8bb-4d5f-963f-6bf658ba280d > .widgetHeaderFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderb34cb533-f8bb-4d5f-963f-6bf658ba280d > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeaderb3..." summary="This table represent...">#widgetCalendarb34cb533-f8bb-4d5f-963f-6bf658ba280d > .mediaLeft.cpGrid3.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > table… and 7 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.contact-us > .footer-titleImpact: minor
Failure 1:
<h2 class="sectionName" role="region" aria-label="What's Happening">What's Happening</h2>h2[aria-label="What's Happening"]Failure 2:
<h2 class="sectionName" role="region" aria-label="What's Ahead">What's Ahead</h2>h2[aria-label="What's Ahead"]Failure 3:
<h2 class="sectionName" role="region" aria-label="Your City At Work">Your City At Work</h2>h2[aria-label="Your City At Work"]Impact: moderate
Failure 1:
<h3>Contact Info</h3>.contactInfo > h3Impact: minor
Failure 1:
<img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_1881137/Image/City Hall/Mayor & City Council/Council Meetings/councildec19.PNG" alt="Council Meetings" class="" style="position: absolute; width: auto; height: 190px; top: 0px; left: -77.625px;">img[alt="Council Meetings"]Failure 2:
<img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_1881137/Image/Things to Do/Aurora Public Library/MLK Lib.jpg" alt="Aurora Public Library" class="" style="position: absolute; width: auto; height: 190px; top: 0px; left: -23.4204px;">img[alt="Aurora Public Library"]Failure 3:
<img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_1881137/Image/Site%20Wide%20Images/Banner%20Images/Banner050.jpg" alt="Police, Fire, Courts & Emergency Management" class="" style="position: absolute; width: auto; height: 190px; top: 0px; left: -103.374px;">.ql[href$="public_safety"][target=""] > .ql-img > .inside > imgFailure 4:
<img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_1881137/Image/Residents/Water/sprinkler-head.jpg" alt="Water Payments" class="" style="position: absolute; width: auto; height: 190px; top: 0px; left: -46.9108px;">img[alt="Water Payments"]Failure 5:
<img src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_1881137/Image/Site%20Wide%20Images/Banner%20Images/sports-park8.jpg" alt="Parks, Recreation, Open Space & Golf" class="" style="position: absolute; width: auto; height: 190px; top: 0px; left: -84.6547px;">li:nth-child(5) > .ql[target=""] > .ql-img > .inside > img… and 8 more failures for this rule
Impact: moderate
Failure 1:
<nav role="navigation">nav[role="navigation"]Impact: serious
Failure 1:
<ul class="slider reset slick-initialized slick-slider">#hero-search > .slider.slick-initialized.slick-sliderFailure 2:
<ul class="slider reset slick-initialized slick-slider">#news-row > .slider.slick-initialized.slick-sliderFailure 3:
<ul class="slider reset slick-initialized slick-slider">#eventsList > .slider.slick-initialized.slick-sliderImpact: serious
Failure 1:
<li>.slick-current.slick-active[data-slick-index="0"] > div > .page > li:nth-child(1)Failure 2:
<li>.slick-current.slick-active[data-slick-index="0"] > div > .page > li:nth-child(2)Failure 3:
<li>.slick-current.slick-active[data-slick-index="0"] > div > .page > li:nth-child(3)Failure 4:
<li>.slick-current.slick-active[data-slick-index="0"] > div > .page > li:nth-child(4)Failure 5:
<li style="width: 100%; display: inline-block;">.slick-current.slick-active[data-slick-index="0"] > div > li… and 2 more failures for this rule
Impact: minor
Failure 1:
<meta id="viewport" name="viewport" content="width=320, initial-scale=1, maximum-scale=2, user-scalable=yes">#viewportImpact: moderate
Failure 1:
<div id="skip"><a href="#page" title="Skip Navigation">Skip navigation</a></div>#skipFailure 2:
<div id="menu-left">#menu-leftFailure 3:
<div id="featured-story">#featured-storyFailure 4:
<div class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 624px;">#news-row > .slider.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index="0"]Failure 5:
<div class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 420px;">#eventsList > .slider.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index="0"]… and 16 more failures for this rule
Impact: minor
Failure 1:
<aside role="complementary" id="block-footerleft" class="block block-menu navigation menu--footer-left footer-main bg-grey-dark">#block-footerleftImpact: serious
Failure 1:
<span class="fa fa-external-link" aria-label="(link is external)"></span>span[aria-label="(link is external)"]Impact: minor
Failure 1:
<img loading="lazy" src="/sites/default/files/styles/card_image/public/card-images/2024-05/new-residents-v2.jpg?h=faa7dde5&itok=Kxo9SH4M" width="300" height="200" alt="New Residents" class="image-style-card-image img-fluid">img[alt="New Residents"]Failure 2:
<img loading="lazy" src="/sites/default/files/styles/card_image/public/card-images/2024-05/tampa-enespanol-main-v2.jpg?h=faa7dde5&itok=XOz4TOE2" width="300" height="200" alt="Tampa en Español" class="image-style-card-image img-fluid">img[alt="Tampa en Español"]Impact: moderate
Failure 1:
<aside role="complementary" id="block-footerleft" class="block block-menu navigation menu--footer-left footer-main bg-grey-dark">#block-footerleftImpact: moderate
Failure 1:
<section class="main-content col col-sm-12" id="content" role="main">#contentImpact: moderate
Failure 1:
<header class="header-utility bg-dark d-flex bd-highlight">.header-utilityImpact: moderate
Failure 1:
<main id="main" class="main-container container js-quickedit-main-content">#mainImpact: moderate
Failure 1:
<header class="header-utility bg-dark d-flex bd-highlight">.header-utilityFailure 2:
<nav class="nav">.header-utility > navFailure 3:
<aside class="footer-main bg-grey-dark d-print-none">.footer-main.bg-grey-dark.d-print-noneImpact: moderate
Failure 1:
<html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" class="js fontawesome-i2svg-pending">htmlImpact: moderate
Failure 1:
<div class="hero-sr-only"><img src="/sites/default/files/styles/banner_large_20_9_narrow/public/header-images/img_9811_1.jpg?h=0edd20e6&itok=ExhiHFuE" alt="Tampa Convention Center sunset" loading="lazy"></div>.hero-sr-onlyImpact: serious
Failure 1:
<h3 class="card-title">City Hall Hours</h3>.text-center.card-body > .card-titleFailure 2:
<p class="mt-3">Monday–Friday<br>8:00AM–5:00PM</p>.text-center.card-body > .mt-3Failure 3:
<p>1300 Perdido St<br>New Orleans, LA 70112</p>.text-center.card-body > p:nth-child(4)Failure 4:
<h3 class="card-title">311</h3>.card-home-311 > .card-body > .card-titleFailure 5:
<a href="https://nola311.org/service-request/">Submit a request online</a>.card-home-311 > .card-body > ul > li:nth-child(1) > a… and 7 more failures for this rule
Impact: serious
Failure 1:
<input class="form-control hint" autocomplete="off" type="text" tabindex="-1" title="wy-hint">.hintImpact: moderate
Failure 1:
<div class="alert-global alert-global-gold" role="complementary">.alert-globalImpact: moderate
Failure 1:
<html lang="en" style="height: 100%;">htmlFailure 2:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">#trumba\.spud\.0\.iframeImpact: moderate
Failure 1:
<div class="cookie-banner show">.cookie-bannerImpact: moderate
Failure 1:
<div class="col-12 col-lg-8 text-center text-lg-start">.col-lg-8.text-lg-start.text-centerImpact: serious
Failure 1:
<iframe src="https://main.withapps.io/calendar?organizationId=37&id=68e56049695c5a505a9665e2" class="responsive-iframe" scrolling="no"> </iframe>.iframe-container > iframeImpact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget85ba2dc5-ad75-4f75-95d6-2cdb5b3b1f60 > .cpGrid5.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdva4414240-4..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdva4414240-4c6d-462c-9f50-2733e85f5fbeImpact: moderate
Failure 1:
<html lang="en" class="js no-flexbox canvas...">htmlFailure 2:
<html lang="en">.iframe-container > iframeImpact: moderate
Failure 1:
<div class="row outer wide">#cc7291156e-27a3-4ec1-aba7-256f7ec35277 > .outer.row.wide:nth-child(1)Failure 2:
<div data-cprole="structuralContainer" id="homeWrap1aTS">#homeWrap1aTSFailure 3:
<div class="row outer wide">#ccd2fa0666-d5a4-4369-b665-a645783be23c > .outer.row.wide:nth-child(1)Failure 4:
<div class="row outer wide">#cc5088dfff-6254-494f-88b8-2bd8467fc400 > .outer.row.wide:nth-child(1)Failure 5:
<div class="row outer wide">#cc90bb6240-2ddb-4beb-b6a2-350c39468f79 > .outer.row.wide:nth-child(1)… and 5 more failures for this rule
Impact: moderate
Failure 1:
<div class="flex flex-col md:flex-row md:justify-between md:items-center gap-4">.md\:justify-betweenImpact: serious
Failure 1:
<div id="slider-controls" aria-label="Carousel Navigation" tabindex="0">#slider-controlsImpact: critical
Failure 1:
<button aria-controls="tns1" tabindex="-1" data-controls="prev"><i class="fa fa-long-arrow-left" aria-hidden="true"></i></button>button[aria-controls="tns1"][data-controls="prev"]Failure 2:
<button aria-controls="tns1" tabindex="-1" data-controls="next"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></button>button[aria-controls="tns1"][data-controls="next"]Impact: minor
Failure 1:
<h1></h1>h1Impact: serious
Failure 1:
<iframe src="https://www.facebook..." width="100%" height="100%" style="border:none;overflow..." scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-...">iframe[height="100%"]Impact: moderate
Failure 1:
<h4 class="connect-title">Facebook</h4>.col-lg-4:nth-child(1) > .connect > h4Impact: serious
Failure 1:
<a id="social-toggle" class="fa fa-info" href="javascript:;"></a>#social-toggleImpact: moderate
Failure 1:
<a href="#h-notify" id="skip" tabindex="0" class="rz-btn">Skip to main content</a>.rz-btnFailure 2:
<ul id="scrollMenu">#scrollMenuImpact: moderate
Failure 1:
<a href="#h-notify" id="skip" tabindex="0" class="rz-btn">Skip to main content</a>.rz-btnImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.89aa3717.1772199375.15e085 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.89aa3717.1772199375.15e085</p>p:nth-child(3)Impact: critical
Failure 1:
<button style="height:26px;background-color:#f7b602;width:100%;position:relative;border:none;" type="button" data-toggle="collapse" data-target="#apply-fors">button[data-target="#apply-fors"]Failure 2:
<button style="height:26px;background-color:#f7b602;width:100%;position:relative;border:none;" type="button" data-toggle="collapse" data-target="#pay-my">button[data-target="#pay-my"]Failure 3:
<button style="height:26px;background-color:#f7b602;width:100%;position:relative;border:none;" data-toggle="collapse" data-target="#report-a">button[data-target="#report-a"]Failure 4:
<button style="height:26px;background-color:#f7b602;width:100%;position:relative;border:none;" type="button" data-toggle="collapse" data-target="#how-do">button[data-target="#how-do"]Impact: moderate
Failure 1:
<h4 class="departmentCard">Citywide</h4>.views-field.views-field-field-press-release-department:nth-child(1) > .field-content > div > figure > figcaption > .departmentCardFailure 2:
<h3 class="text-center" style="color:#002856; margin-top: 0px;">Riverside City Hall</h3>.card-content > h3Failure 3:
<h5>h5:nth-child(2)Impact: critical
Failure 1:
<img src="https://www.riversideca.gov/images/corweb-homepage/apply-for-logo1.png">.hexDropDown[data-target="#apply-fors"][data-toggle="collapse"] > .home-link > .text-center:nth-child(1) > imgFailure 2:
<img src="https://www.riversideca.gov/images/corweb-homepage/pay-my-logo1.png">.hexDropDown[data-target="#pay-my"][data-toggle="collapse"] > .home-link > .text-center:nth-child(1) > imgFailure 3:
<img src="https://www.riversideca.gov/images/corweb-homepage/report-a-logo1.png">.hexDropDown[data-target="#report-a"][data-toggle="collapse"] > .home-link > .text-center:nth-child(1) > imgFailure 4:
<img src="https://www.riversideca.gov/images/corweb-homepage/how-do-i-logo1.png">.hexDropDown[data-target="#how-do"][data-toggle="collapse"] > .home-link > .text-center:nth-child(1) > imgFailure 5:
<img class="img-responsive" src="https://www.riversideca.gov/images/RiversideVistortsBureau1388.jpg">.card-image > .img-responsiveImpact: moderate
Failure 1:
<div id="navigation" role="banner" class="navbar container navbar-default">#navigationFailure 2:
<header role="banner" id="page-header"> </header>#page-headerImpact: moderate
Failure 1:
<div id="navigation" role="banner" class="navbar container navbar-default">#navigationImpact: moderate
Failure 1:
<div id="navigation" role="banner" class="navbar container navbar-default">#navigationImpact: serious
Failure 1:
<a href="https://curator.io" target="_blank" class="crt-logo crt-tag"></a>.crt-logoImpact: moderate
Failure 1:
<div id="skip-link"> <a href="#main-content" class="element-invisible element-focusable">Skip to main content</a> </div>#skip-linkImpact: critical
Failure 1:
<div id="divTabbedd78f9d5c-6095-439d-8221-a2dbc14f421e" class="widget widgetTabbed skin61 wide" data-widgetid="d78f9d5c-6095-439d-8221-a2dbc14f421e" role="tablist">#divTabbedd78f9d5c-6095-439d-8221-a2dbc14f421eImpact: critical
Failure 1:
<a href="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_0" class="tabButton" role="tab" aria-controls="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_0" aria-selected="true" style="height: 77px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_1" class="tabButton" role="tab" aria-controls="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_1" aria-selected="false" style="height: 77px;"><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="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_0" class="tabButton" role="tab" aria-controls="#tabd78f9d5c-6095-439d-8221-a2dbc14f421e_0" aria-selected="true" style="height: 77px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget8a4d748f-204d-40f3-8009-b97f95611487 > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section id="divInfoAdvffc8389e-4..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdvffc8389e-4130-4199-af61-6b5cc3cab99cImpact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlFailure 2:
<html ng-app="iApp" ng-controller="frameController as fc" class="ng-scope">#weatherwidget-io-0Impact: 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;">.userImpact: moderate
Failure 1:
<div class="video-player" data-module="video-player">.video-playerFailure 2:
<h1 class="video-banner__title"> Third Street–Kellogg Bridge spans I-94 in landmark construction milestone. </h1>.video-banner__titleFailure 3:
<p class="video-banner__text">.video-banner__textFailure 4:
<a href="https://www.stpaul.gov/projects/public-works/pw2021kellogg3rdbridge" class="video-banner__button btn btn--arrow btn--arrow-white"> Learn More </a>.video-banner__button.btn--arrow-white.btn--arrow:nth-child(2)Failure 5:
<a class="to-top" href="#top" aria-label="Back to top"> <i class="fa-solid fa-arrow-up"></i> <span class="to-top__text"> Back to top </span> </a>.to-topImpact: serious
Failure 1:
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access this resource.</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Forbidden</h1>h1Failure 2:
<p>You don't have permission to access this resource.</p>pImpact: critical
Failure 1:
<div role="siteinfo" class="bottom">.bottomImpact: serious
Failure 1:
<a href="https://cityofirvine.org/news-media/news-article/2026-state-city">2026 State of the City </a>.slide:nth-child(1) > .slide-text > .title > aFailure 2:
<div class="section-title"> Meet the City Council </div>.pane-menu-menu-meet-the-city-council > .section-titleFailure 3:
<a class="btn" href="/node/1276">Read More</a>a[href="/node/1276"]Failure 4:
<a href="/news-media/events/grid" class="home-cal-link">City Calendar</a>.home-cal-linkFailure 5:
<div class="section-title alt">ICTV</div>.altImpact: critical
Failure 1:
<img src="https://cityofirvine.org/sites/default/files/styles/top_story/public/feature_images/SOC-2026_Carousel2.jpg?itok=-e8Cddbz">.slide:nth-child(1) > .image > imgImpact: moderate
Failure 1:
<html class=" js js flexboxlegacy..." xmlns="http://www.w3.org/19..." xml:lang="en" lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:og="http://ogp.me/ns#" xmlns:content="http://purl.org/rss/..." xmlns:dc="http://purl.org/dc/t..." xmlns:foaf="http://xmlns.com/foa..." xmlns:rdfs="http://www.w3.org/ ...>htmlImpact: serious
Failure 1:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3422&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">English</a>p:nth-child(1) > a[target="_blank"]:nth-child(1)Failure 2:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3423&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">简体中文</a>p:nth-child(1) > a[target="_blank"]:nth-child(2)Failure 3:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3424&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">日本語</a>p:nth-child(1) > a[target="_blank"]:nth-child(3)Failure 4:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3425&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">한국어</a>a[target="_blank"]:nth-child(4)Failure 5:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3426&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">Español</a>a[target="_blank"]:nth-child(5)… and 6 more failures for this rule
Impact: serious
Failure 1:
<a id="dec-font" href="#" alt="Decrease Font-Size"><span style="display:none;">Decrease Font-Size</span><svg><use xlink:href="#A"></use></svg></a>#dec-fontFailure 2:
<a id="inc-font" href="#" alt="Increase Font-Size"><span style="display:none;">Increase Font-Size</span><svg><use xlink:href="#A"></use></svg></a>#inc-fontFailure 3:
<a href="/" alt="Home"><span style="display:none;">Home</span><svg><use xlink:href="#house"></use></svg></a>a[alt="Home"]Failure 4:
<a href="https://cityofirvine.org/news-media/news-article/2026-state-city" class="image" style="height: 460px;"> <img src="https://cityofirvine.org/sites/default/files/styles/top_story/public/feature_images/SOC-2026_Carousel2.jpg?itok=-e8Cddbz"> </a>.slide:nth-child(1) > .imageFailure 5:
<a href="/transparency" class="img-link"><img typeof="foaf:Image" src="https://cityofirvine.org/sites/default/files/styles/large/public/feature_images/public%20notice%20crop%20sm.jpg?itok=-iuuLq_Q" width="480" height="270" alt=""></a>a[href$="transparency"]… and 5 more failures for this rule
Impact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">meta[name="viewport"]Impact: moderate
Failure 1:
<html class=" js js flexboxlegacy..." xmlns="http://www.w3.org/19..." xml:lang="en" lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:og="http://ogp.me/ns#" xmlns:content="http://purl.org/rss/..." xmlns:dc="http://purl.org/dc/t..." xmlns:foaf="http://xmlns.com/foa..." xmlns:rdfs="http://www.w3.org/ ...>htmlImpact: moderate
Failure 1:
<div class="translation-links-simp">.translation-links-simpFailure 2:
<h2 class="element-invisible">You are here</h2>#container > .element-invisibleFailure 3:
<div class="section-title"> Featured News </div>.pane-featured-news-dept-top-stories > .section-titleFailure 4:
<li class="slide" style="float: none; list-style: none; position: absolute; width: 829px; z-index: 50; display: block;">.slide:nth-child(1)Failure 5:
<div class="bx-controls bx-has-pager">.bx-controls… and 13 more failures for this rule
Impact: critical
Failure 1:
<select id="edit-dept" name="dept" class="form-select">#edit-deptImpact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.footer-contact > h3Impact: minor
Failure 1:
<body role="presentation" class="vp-center">iframe[title="Greater St Louis, Downtown"]Impact: moderate
Failure 1:
<nav class="et-menu-nav">.et_pb_menu_0_tb_header > .et_pb_menu_inner_container.clearfix > .et_pb_menu__wrap > .et_pb_menu__menu > navImpact: serious
Failure 1:
<a href="#searchwp-modal-5916110af2bd3b2b4d5992f3b0f8059a" data-searchwp-modal-trigger="searchwp-modal-5916110af2bd3b2b4d5992f3b0f8059a">#menu-super > .et_pb_menu_page_id-7716.menu-item-type-custom.menu-item-object-custom > aFailure 2:
<a href="https://greaterstlinc.com/">a[href$="greaterstlinc.com/"]Failure 3:
<a href="#" class="et_pb_video_play"></a>.et_pb_video_playImpact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">meta[name="viewport"]Impact: moderate
Failure 1:
<div class="et_pb_row et_pb_row_1_tb_body et_pb_equal_columns et_pb_gutters2">.et_pb_row_1_tb_bodyFailure 2:
<div class="et_pb_module et_pb_text et_pb_text_9_tb_body et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h1>NEWS THAT MOVES THE REGION FORWARD</h1></div> </div>.et_pb_text_9_tb_bodyFailure 3:
<img decoding="async" class="dp-dfg-featured-imag..." src="https://greaterstlin..." alt="GeoSTL Launches as R..." width="1080" height="449" data-ratio="0.415740740741" data-lazy-src="https://greaterstlin..." data-ll-status="loaded">img[height="449"]Failure 4:
<span class="published">Feb 26, 2026 </span>#post-284049 > .dp-dfg-meta.entry-meta > .publishedFailure 5:
<a href="https://greaterstlinc.com/newsroom/category/press-release/" class="term-link press-release taxonomy-category" data-term-id="80">Press Release</a>#post-284049 > .dp-dfg-meta.entry-meta > .terms > .press-release.term-link[data-term-id="80"]… and 51 more failures for this rule
Impact: critical
Failure 1:
<div tabindex="0" id="ctl00_ContentPlaceHolder1_ctl01_radmenu" class="RadMenu RadMenu_ wrapword telerik_main_menu NoIcon" role="menubar" aria-disabled="false" aria-activedescendant="ctl00_ContentPlaceHolder1_ctl01_radmenu_active">#ctl00_ContentPlaceHolder1_ctl01_radmenuImpact: critical
Failure 1:
<li class="rmItem rmFirst" role="menuitem" aria-disabled="false" aria-haspopup="false"><a class="rmLink rmRootLink" href="/alertjc" menunumber="0"><span class="rmText">Alert JC</span></a></li>.rmRootGroup > .rmFirst.rmItem[aria-haspopup="false"]Failure 2:
<li class="rmItem " role="menuitem" aria-disabled="false" aria-haspopup="true">.rmRootGroup > .rmItem[aria-haspopup="true"][role="menuitem"]:nth-child(2)Failure 3:
<li class="rmItem " role="menuitem" aria-disabled="false" aria-haspopup="true">.rmRootGroup > .rmItem[aria-haspopup="true"][role="menuitem"]:nth-child(3)Failure 4:
<li class="rmItem " role="menuitem" aria-disabled="false" aria-haspopup="false"><a class="rmLink rmRootLink" href="/budget" menunumber="107"><span class="rmText">Budget</span></a></li>.rmRootGroup > .rmItem[aria-haspopup="false"][role="menuitem"]:nth-child(4)Failure 5:
<li class="rmItem rmLast" role="menuitem" aria-disabled="false" aria-haspopup="false"><a class="rmLink rmRootLink" href="/communitymeetings" menunumber="108"><span class="rmText">Community Meetings</span></a></li>.rmRootGroup > .rmLast.rmItem[aria-haspopup="false"]Impact: critical
Failure 1:
<div tabindex="0" id="ctl00_ContentPlaceHolder1_ctl01_radmenu" class="RadMenu RadMenu_ wrapword telerik_main_menu NoIcon" role="menubar" aria-disabled="false" aria-activedescendant="ctl00_ContentPlaceHolder1_ctl01_radmenu_active">#ctl00_ContentPlaceHolder1_ctl01_radmenuImpact: serious
Failure 1:
<iframe width="100%" height="200" frameborder="0" allowfullscreen="true"><!----></iframe>.youtube-video > iframeImpact: minor
Failure 1:
<img alt="Advisories" src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6189660/Image/Homepage/Alert Icons/alert-svgrepo-com.svg">img[alt="Advisories"]Failure 2:
<img alt="Street Closure Map " src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6189660/Image/Homepage/Alert Icons/TrafficCone-01.png">img[alt="Street Closure Map "]Failure 3:
<img alt="Normal Schedule" src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6189660/Image/bin-icon.png">img[alt="Normal Schedule"]Failure 4:
<img alt="Calendar" src="https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_6189660/Image/Quick Links/calendar.png">img[alt="Calendar"]Impact: moderate
Failure 1:
<html id="ctl00_html" xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US" class="guestView">#ctl00_htmlImpact: serious
Failure 1:
<ul class="rmRootGroup rmHorizontal">.rmRootGroupImpact: moderate
Failure 1:
<meta id="viewport" name="viewport" content="width=320, initial-scale=1, maximum-scale=1, user-scalable=no">#viewportImpact: moderate
Failure 1:
<div id="skip"><a href="#dept-links" class="offScreen">Skip to Content</a></div>#skipFailure 2:
<h1 class="offScreen">Jersey City</h1>h1Failure 3:
<div id="ctl00_ContentPlaceHolder1_ctl09_divView">#ctl00_ContentPlaceHolder1_ctl09_divViewFailure 4:
<span>City Council</span>.top-sec > span:nth-child(2)Failure 5:
<span> & Court</span>.top-sec > span:nth-child(3)… and 13 more failures for this rule
Impact: critical
Failure 1:
<select>.drop-one > .select-wrapper > selectFailure 2:
<select>div[data-id="Find"] > selectImpact: critical
Failure 1:
<img src="/SiteAssets/MOA_Seal.png">.col-lg-4.col-sm-12.TopRequestsColPadding:nth-child(1) > .TopRequest.flex-column.d-flex > .row > .Icon.col-2.col-md-3 > img[src$="MOA_Seal.png"]Failure 2:
<img src="/SiteAssets/Admin/img/department-icons/transit.png">.col-lg-4.col-sm-12.TopRequestsColPadding:nth-child(2) > .TopRequest.flex-column.d-flex > .row > .Icon.col-2.col-md-3 > imgFailure 3:
<img src="/SiteAssets/MOA_Seal.png">.col-lg-4.col-sm-12.TopRequestsColPadding:nth-child(3) > .TopRequest.flex-column.d-flex > .row > .Icon.col-2.col-md-3 > img[src$="MOA_Seal.png"]Failure 4:
<img src="/SiteAssets/MOA_Seal.png">.col-lg-4.col-sm-12.TopRequestsColPadding:nth-child(5) > .TopRequest.flex-column.d-flex > .row > .Icon.col-2.col-md-3 > img[src$="MOA_Seal.png"]Failure 5:
<img src="/SiteAssets/Admin/img/department-icons/AnimalCareAndControl.jpg">.col-lg-4.col-sm-12.TopRequestsColPadding:nth-child(6) > .TopRequest.flex-column.d-flex > .row > .Icon.col-2.col-md-3 > img… and 3 more failures for this rule
Impact: critical
Failure 1:
<input name="Search" type="submit" value="" class="anc_search_button">.anc_search_buttonImpact: critical
Failure 1:
<input name="k" type="text" class="anc_search">.anc_searchImpact: moderate
Failure 1:
<nav class="navbar">.col-md-auto:nth-child(1) > navImpact: moderate
Failure 1:
<div id="anc_logo" style="float:left; width:255px; margin-right:10px"> <a href="/"><img name="onetidHeadbnnr0" id="ctl00_onetidHeadbnnr2" alt="Muni.org" src="/SiteAssets/anc_logo_60pxH.png"></a> </div>#anc_logoFailure 2:
<div style="float:left"> <input name="k" type="text" class="anc_search"> </div>form[method="get"] > div:nth-child(1)Failure 3:
<div class="row justify-content-center" style="margin-bottom:10px; padding-left:17px; padding-right:17px;">.justify-content-center.row:nth-child(2)Failure 4:
<div class="row justify-content-center" style="margin-bottom:10px; padding-left:17px; padding-right:17px">.justify-content-center.row:nth-child(3)Failure 5:
<div class="row justify-content-center" style="margin-bottom:10px; padding-left:17px; padding-right:17px;">.justify-content-center.row:nth-child(4)… and 8 more failures for this rule
Impact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.col-s-12.col-lg-4.col-m-4:nth-child(2) > .footer-titleImpact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs" style="">#divTabbedcea74da7-562d-4bc1-8ef9-b3a644a3a6ab > olFailure 2:
<ol class="tabbedWidget cpTabs" style="">#divTabbeddd3095f8-bc28-4274-8ead-0366fe6e3964 > olFailure 3:
<span class="cpBylineTextTS">Government Websites by <a href="//connect.civicplus.com/referral">CivicPlus®</a></span>.cpBylineTextTSImpact: critical
Failure 1:
<div id="divTabbede62bee33-1b0e-4153-9cfd-c4451f77bf0a" class="widget widgetTabbed skin84 leftTabs wide" data-widgetid="e62bee33-1b0e-4153-9cfd-c4451f77bf0a" role="tablist">#divTabbede62bee33-1b0e-4153-9cfd-c4451f77bf0aFailure 2:
<div id="divTabbed7f3386b8-d2ac-4278-981b-c9f597ce7bb2" class="widget widgetTabbed skin86 wide" data-widgetid="7f3386b8-d2ac-4278-981b-c9f597ce7bb2" role="tablist">#divTabbed7f3386b8-d2ac-4278-981b-c9f597ce7bb2Failure 3:
<div id="divTabbed0aa97c04-dc11-4e8d-a3ce-e080a284497e" class="widget widgetTabbed skin88 wide" data-widgetid="0aa97c04-dc11-4e8d-a3ce-e080a284497e" role="tablist">#divTabbed0aa97c04-dc11-4e8d-a3ce-e080a284497eImpact: critical
Failure 1:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_0" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Apply" contenteditable="false">Apply</span></a>.left > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_1" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Give Feedback" contenteditable="false">Give Feedback</span></a>.left > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_2" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_2" aria-selected="false"><span class="tabName editable" data-sequence="2" data-tabname="Pay" contenteditable="false">Pay</span></a>.left > li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_3" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_3" aria-selected="false"><span class="tabName editable" data-sequence="3" data-tabname="Report" contenteditable="false">Report</span></a>li:nth-child(4) > .tabButton[role="tab"]Failure 5:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_4" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_4" aria-selected="false"><span class="tabName editable" data-sequence="4" data-tabname="View" contenteditable="false">View</span></a>li:nth-child(5) > .tabButton[role="tab"]… and 5 more failures for this rule
Impact: critical
Failure 1:
<a href="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_0" class="tabButton" role="tab" aria-controls="#tabe62bee33-1b0e-4153-9cfd-c4451f77bf0a_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Apply" contenteditable="false">Apply</span></a>.left > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab7f3386b8-d2ac-4278-981b-c9f597ce7bb2_0" class="tabButton" role="tab" aria-controls="#tab7f3386b8-d2ac-4278-981b-c9f597ce7bb2_0" aria-selected="true" style="height: 79px;">#divTabbed7f3386b8-d2ac-4278-981b-c9f597ce7bb2 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 3:
<a href="#tab0aa97c04-dc11-4e8d-a3ce-e080a284497e_0" class="tabButton" role="tab" aria-controls="#tab0aa97c04-dc11-4e8d-a3ce-e080a284497e_0" aria-selected="true" style="height: 78px;">#divTabbed0aa97c04-dc11-4e8d-a3ce-e080a284497e > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<section id="divInfoAdv473fa86b-7..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv473fa86b-7306-4304-9722-bdfe09e5641cFailure 2:
<section id="divInfoAdv62132792-1..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-labelledby="header62132792-1f98-...">#divInfoAdv62132792-1f98-4357-8aea-294c23484800Failure 3:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget7b4c0a09-f340-4653-abbc-8573c24f91dd > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 4:
<section id="widgetQuicklink5c050..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink5c050482-8685-4abd-8661-b8d9878c6dacImpact: serious
Failure 1:
<a href="/directory"><br></a>p:nth-child(5) > a[href$="directory"]Impact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed7f3386b8-d2ac-4278-981b-c9f597ce7bb2 > .tabbedWidget.cpTabsFailure 2:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadere1e5f649-4c8b-45ad-b663-a3f3d326799e > .cp-miniCalendar-titleFailure 3:
<table role="grid" aria-labelledby="miniCalendarHeadere1..." summary="This table represent...">#widgetCalendare1e5f649-4c8b-45ad-b663-a3f3d326799e > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 4:
<p class="widgetItem">There are no published events in current month.</p>#widgetCalendare1e5f649-4c8b-45ad-b663-a3f3d326799e > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .text.row[data-event-list-row="true"] > pFailure 5:
<a id="calendarViewAlle1e5f649-4c8b-45ad-b663-a3f3d326799e" class="widgetViewAll alignRight" style="" href="/calendar.aspx?CID=45,14,47" aria-label="Calendar View All">View All</a>#calendarViewAlle1e5f649-4c8b-45ad-b663-a3f3d326799e… and 4 more failures for this rule
Impact: critical
Failure 1:
<div role="siteinfo" class="bottom">.bottomImpact: serious
Failure 1:
<a href="https://cityofirvine.org/news-media/news-article/2026-state-city">2026 State of the City </a>.slide:nth-child(1) > .slide-text > .title > aFailure 2:
<div class="section-title"> Meet the City Council </div>.pane-menu-menu-meet-the-city-council > .section-titleFailure 3:
<a class="btn" href="/node/1276">Read More</a>a[href="/node/1276"]Failure 4:
<a href="/news-media/events/grid" class="home-cal-link">City Calendar</a>.home-cal-linkFailure 5:
<div class="section-title alt">ICTV</div>.altImpact: critical
Failure 1:
<img src="https://cityofirvine.org/sites/default/files/styles/top_story/public/feature_images/SOC-2026_Carousel2.jpg?itok=-e8Cddbz">.slide:nth-child(1) > .image > imgImpact: moderate
Failure 1:
<html class=" js js flexboxlegacy..." xmlns="http://www.w3.org/19..." xml:lang="en" lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:og="http://ogp.me/ns#" xmlns:content="http://purl.org/rss/..." xmlns:dc="http://purl.org/dc/t..." xmlns:foaf="http://xmlns.com/foa..." xmlns:rdfs="http://www.w3.org/ ...>htmlImpact: serious
Failure 1:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3422&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">English</a>p:nth-child(1) > a[target="_blank"]:nth-child(1)Failure 2:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3423&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">简体中文</a>p:nth-child(1) > a[target="_blank"]:nth-child(2)Failure 3:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3424&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">日本語</a>p:nth-child(1) > a[target="_blank"]:nth-child(3)Failure 4:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3425&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">한국어</a>a[target="_blank"]:nth-child(4)Failure 5:
<a href="http://irvine.granicus.com/MediaPlayer.php?clip_id=3426&view_id=&embed=1&player_width=720&player_height=480&entrytime=2&stoptime=1060&auto_start=1" target="_blank">Español</a>a[target="_blank"]:nth-child(5)… and 6 more failures for this rule
Impact: serious
Failure 1:
<a id="dec-font" href="#" alt="Decrease Font-Size"><span style="display:none;">Decrease Font-Size</span><svg><use xlink:href="#A"></use></svg></a>#dec-fontFailure 2:
<a id="inc-font" href="#" alt="Increase Font-Size"><span style="display:none;">Increase Font-Size</span><svg><use xlink:href="#A"></use></svg></a>#inc-fontFailure 3:
<a href="/" alt="Home"><span style="display:none;">Home</span><svg><use xlink:href="#house"></use></svg></a>a[alt="Home"]Failure 4:
<a href="https://cityofirvine.org/news-media/news-article/2026-state-city" class="image" style="height: 460px;"> <img src="https://cityofirvine.org/sites/default/files/styles/top_story/public/feature_images/SOC-2026_Carousel2.jpg?itok=-e8Cddbz"> </a>.slide:nth-child(1) > .imageFailure 5:
<a href="/transparency" class="img-link"><img typeof="foaf:Image" src="https://cityofirvine.org/sites/default/files/styles/large/public/feature_images/public%20notice%20crop%20sm.jpg?itok=-iuuLq_Q" width="480" height="270" alt=""></a>a[href$="transparency"]… and 5 more failures for this rule
Impact: moderate
Failure 1:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">meta[name="viewport"]Impact: moderate
Failure 1:
<html class=" js js flexboxlegacy..." xmlns="http://www.w3.org/19..." xml:lang="en" lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:og="http://ogp.me/ns#" xmlns:content="http://purl.org/rss/..." xmlns:dc="http://purl.org/dc/t..." xmlns:foaf="http://xmlns.com/foa..." xmlns:rdfs="http://www.w3.org/ ...>htmlImpact: moderate
Failure 1:
<div class="translation-links-simp">.translation-links-simpFailure 2:
<h2 class="element-invisible">You are here</h2>#container > .element-invisibleFailure 3:
<div class="section-title"> Featured News </div>.pane-featured-news-dept-top-stories > .section-titleFailure 4:
<li class="slide" style="float: none; list-style: none; position: absolute; width: 829px; z-index: 50; display: block;">.slide:nth-child(1)Failure 5:
<div class="bx-controls bx-has-pager">.bx-controls… and 13 more failures for this rule
Impact: critical
Failure 1:
<select id="edit-dept" name="dept" class="form-select">#edit-deptImpact: critical
Failure 1:
<div id="divTabbedbebfe9f3-ed55-4204-9199-9bd5c338a874" class="widget widgetTabbed skin102 wide" data-widgetid="bebfe9f3-ed55-4204-9199-9bd5c338a874" role="tablist">#divTabbedbebfe9f3-ed55-4204-9199-9bd5c338a874Impact: critical
Failure 1:
<a href="#tabbebfe9f3-ed55-4204-9199-9bd5c338a874_0" class="tabButton" role="tab" aria-controls="#tabbebfe9f3-ed55-4204-9199-9bd5c338a874_0" aria-selected="true" style="height: 58px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabbebfe9f3-ed55-4204-9199-9bd5c338a874_0" class="tabButton" role="tab" aria-controls="#tabbebfe9f3-ed55-4204-9199-9bd5c338a874_0" aria-selected="true" style="height: 58px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget8b64f6c4-3f61-4b14-8b98-3a8857588052 > .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 class="row outer wide">#ccf0893de6-eb2e-4cd1-82fa-d47b3494b7eb > .outer.wide.row:nth-child(1)Failure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 3:
<div class="widgetHeader "> <div class=""> <h3 id="calendarHeaderf09e9234-9605-4cc1-9f5b-94284dca349b"><a style="" href="/calendar.aspx?CID=27,14,34">Calendar</a></h3> </div> </div>#widgetCalendarf09e9234-9605-4cc1-9f5b-94284dca349b > .widgetHeaderFailure 4:
<div data-minicalendar="true" class="miniCalendar media" style="width: 50%; ">.miniCalendarFailure 5:
<div class="col col1 first last">div[data-event-list-row="true"] > .col1.col.first… and 3 more failures for this rule
Impact: minor
Failure 1:
<ul class="flex-direction-nav" role="navigation" aria-label="Carousel Navigation">.flex-direction-navImpact: serious
Failure 1:
<div class="month day"> 16 </div>#content_field_date_from_on_calendar-2026-02-16-date-box > .inner > .month.dayFailure 2:
<div class="month day"> 22 </div>#content_field_date_from_on_calendar-2026-02-22-date-box > .inner > .month.dayImpact: moderate
Failure 1:
<div id="below-content" role="contentinfo">#below-contentImpact: moderate
Failure 1:
<nav role="navigation" aria-labelledby="block-utilitymenu-menu" id="block-utilitymenu" class="utility-nav-block">#block-utilitymenuFailure 2:
<div id="below-content" role="contentinfo">#below-contentImpact: serious
Failure 1:
<li class="flex-nav-prev"><a class="flex-prev" href="#" role="button" aria-label="Previous Slide" tabindex="0">Previous</a></li>.flex-nav-prevFailure 2:
<li class="flex-nav-next"><a class="flex-next" href="#" role="button" aria-label="Next Slide" tabindex="0">Next</a></li>.flex-nav-nextImpact: moderate
Failure 1:
<section id="block-socialshareblock" class="block block-block-content block-block-content4f3642cd-0e16-4c5d-98d6-54792fb533b8 clearfix">#block-socialshareblockFailure 2:
<li role="listitem" class="flex-active-slide" data-thumb-alt="" style="width: 100%; float: left; margin-right: -100%; position: relative; opacity: 0.700974; display: block; z-index: 2;">.flex-active-slideFailure 3:
<label for="edit-keys" class="control-label sr-only">Search</label>labelFailure 4:
<input title="Enter the terms you wish to search for." data-drupal-selector="edit-keys" class="form-search form-control" placeholder="Search" type="search" id="edit-keys" name="keyword" value="" size="15" maxlength="128">#edit-keysFailure 5:
<div class="mobile-menu-close">Close <i class="fas fa-solid fa-window-close master"></i></div>.mobile-menu-closeImpact: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.bbaa3717.1772199651.53d9c9e </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.bbaa3717.1772199651.53d9c9e</p>p:nth-child(3)Impact: serious
Failure 1:
<a href="/events">Events</a>.eyebrow-links:nth-child(2) > a[href$="events"]Failure 2:
<a href="/employment">Employment</a>.eyebrow-links:nth-child(3) > a[href$="employment"]Failure 3:
<a href="/contact">Connect</a>.eyebrow-links:nth-child(4) > a[href$="contact"]Failure 4:
<a href="https://www.visittoledo.org/" target="_blank" rel="noopener noreferrer">Visitors</a>a[href$="visittoledo.org/"]Failure 5:
<a class="VIpgJd-ZVi9od-l4eHX-hSRGPd" href="https://translate.google.com" target="_blank"><img src="https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_42x16dp.png" width="37px" height="14px" style="padding-right: 3px" alt="Google Translate">Translate</a>.VIpgJd-ZVi9od-l4eHX-hSRGPdImpact: minor
Failure 1:
<h2 data-aos="fade-in" data-aos-delay="600" class="aos-init aos-animate"></h2>.aos-animate[data-aos-delay="600"]:nth-child(2)Failure 2:
<h3></h3>.link-feature-grey > .copy-block > h3Impact: minor
Failure 1:
<img style="margin-bottom:-2px;width:22px; height=22px;" src="/assets/x-twitter.svg" alt="X formerly Twitter">img[src$="x-twitter.svg"]Impact: moderate
Failure 1:
<aside>asideImpact: serious
Failure 1:
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.reno.gov/" on this server.<p> Reference #18.c1aa3717.1772199676.19757a </p><p>https://errors.edgesuite.net/18.c1aa3717.1772199676.19757a</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.reno.gov/" on this server.<p> Reference #18.c1aa3717.1772199676.19757a </p><p>https://errors.edgesuite.net/18.c1aa3717.1772199676.19757a</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.c1aa3717.1772199676.19757a </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.c1aa3717.1772199676.19757a</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.bbaa3717.1772199689.53e4965 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.bbaa3717.1772199689.53e4965</p>p:nth-child(3)Impact: moderate
Failure 1:
<h3 class="footer-title">Contact Us</h3>.col-s-12.col-lg-4.col-m-4:nth-child(2) > .footer-titleImpact: serious
Failure 1:
<div class="tiny-item tns-item tns-fadeIn tns-slide-active" id="slider-item0" style="left: 0%;" aria-label="slide 1 of 14">#slider-item0Impact: critical
Failure 1:
<div id="news-controls" role="menu" class="text-right news-controls" aria-label="Carousel Navigation">#news-controlsImpact: critical
Failure 1:
<nav id="topnav" class="col-md-6" aria-labsel="primary">#topnavImpact: critical
Failure 1:
<button aria-controls="news-slider" data-controls="prev"><i class="fa fa-angle-left"></i></button>button[aria-controls="news-slider"][data-controls="prev"]Failure 2:
<button aria-controls="news-slider" data-controls="next"><i class="fa fa-angle-right"></i></button>button[aria-controls="news-slider"][data-controls="next"]Impact: minor
Failure 1:
<h2><br></h2>.col-md-6.col-md-offset-1 > h2Impact: critical
Failure 1:
<img src="https://cms5.revize.com/revize/stpete/revize_photo_gallery/canto/footer-Canto-Icon.png">.footer-canto > imgImpact: minor
Failure 1:
<img src="_assets_/images/yt.png" alt="YouTube" class="social-new-icon">img[src$="yt.png"]Failure 2:
<img src="_assets_/images/fb.png" alt="Facebook" class="social-new-icon">img[src$="fb.png"]Failure 3:
<img src="_assets_/images/tw.png" alt="X/Twitter" class="social-new-icon">img[src$="tw.png"]Failure 4:
<img src="_assets_/images/ig.png" alt="Instagram" class="social-new-icon">img[src$="ig.png"]Impact: moderate
Failure 1:
<section id="slider-wrap" aria-label="carousel">#slider-wrapImpact: serious
Failure 1:
<li><a href="action_center/index.php" target="_self" class="search-tile" id="search-tile-0"> <img src="defaults/qlink-arrow.png" alt="" role="presentation" class="search-tile-icon"> <span class="search-tile-caption">Report an Issue</span> </a></li>#search-tiles > li:nth-child(1)Failure 2:
<li><a href="government/jobs/index.php" target="_self" class="search-tile" id="search-tile-1"> <img src="defaults/qlink-shakehands3.png" alt="" role="presentation" class="search-tile-icon"> <span class="search-tile-caption">Jobs</span> </a></li>#search-tiles > li:nth-child(2)Failure 3:
<li>#search-tiles > li:nth-child(3)Failure 4:
<li>#search-tiles > li:nth-child(4)Failure 5:
<li><a href="calendar.php" target="_self" class="search-tile" id="search-tile-4"> <img src="defaults/qlink-calendar.png" alt="" role="presentation" class="search-tile-icon"> <span class="search-tile-caption">Events Calendar</span> </a></li>#search-tiles > li:nth-child(5)… and 9 more failures for this rule
Impact: moderate
Failure 1:
<h2 id="search-header">Quick Tasks & Search</h2>#search-headerFailure 2:
<p id="search-caption">Use this tool to quickly find a resource or task.</p>#search-captionFailure 3:
<div id="search-tiles">#search-tilesImpact: critical
Failure 1:
<ul aria-role="tablist" aria-label="Distinctly Irving" aria-orientation="vertical" data-sv-marquee-tab-list="" class="tabs">.tabsFailure 2:
<button data-sv-marquee-tab-target="d6d7c712-f24e-4bd0-ae6b-047e2c16320b" aria-role="tab" aria-selected="true" tabindex="0" id="d6d7c712-f24e-4bd0-ae6b-047e2c16320b-control" aria-controls="d6d7c712-f24e-4bd0-ae6b-047e2c16320b-panel">Toyota Music Factory</button>#d6d7c712-f24e-4bd0-ae6b-047e2c16320b-controlFailure 3:
<button data-sv-marquee-tab-target="b5a477f3-cfdd-4736-b27d-c3c96ee5b153" aria-role="tab" aria-selected="false" tabindex="-1" id="b5a477f3-cfdd-4736-b27d-c3c96ee5b153-control" aria-controls="b5a477f3-cfdd-4736-b27d-c3c96ee5b153-panel">Irving Arts Center</button>#b5a477f3-cfdd-4736-b27d-c3c96ee5b153-controlFailure 4:
<button data-sv-marquee-tab-target="1264d1ce-a217-436e-bede-64fc7baf17ba" aria-role="tab" aria-selected="false" tabindex="-1" id="1264d1ce-a217-436e-bede-64fc7baf17ba-control" aria-controls="1264d1ce-a217-436e-bede-64fc7baf17ba-panel">Gondola Adventures</button>#\31 264d1ce-a217-436e-bede-64fc7baf17ba-controlFailure 5:
<button data-sv-marquee-tab-target="775d1661-65d8-47e7-9f22-d24bf827b20e" aria-role="tab" aria-selected="false" tabindex="-1" id="775d1661-65d8-47e7-9f22-d24bf827b20e-control" aria-controls="775d1661-65d8-47e7-9f22-d24bf827b20e-panel">Water Street</button>#\37 75d1661-65d8-47e7-9f22-d24bf827b20e-control… and 1 more failures for this rule
Impact: serious
Failure 1:
<div class="announcements" data-guid="97550bc0-42d1-49af-8262-78cc771a3c77" data-id="69826d51f64664c0ab8a960c" role="alertdialog" style="background-color:rgb(119, 8, 86);">.announcementsImpact: critical
Failure 1:
<div id="d6d7c712-f24e-4bd0-ae6b-047e2c16320b-panel" aria-role="tabpanel" aria-labelledby="d6d7c712-f24e-4bd0-ae6b-047e2c16320b-control" data-sv-marquee-tab-title="Toyota Music Factory" data-guid="d6d7c712-f24e-4bd0-ae6b-047e2c16320b" class="marquee-tab-cont active">#d6d7c712-f24e-4bd0-ae6b-047e2c16320b-panelImpact: serious
Failure 1:
<span aria-label="Explore the Map">Explore the Map</span>span[aria-label="Explore the Map"]Failure 2:
<button data-sv-marquee-tab-target="d6d7c712-f24e-4bd0-ae6b-047e2c16320b" aria-role="tab" aria-selected="true" tabindex="0" id="d6d7c712-f24e-4bd0-ae6b-047e2c16320b-control" aria-controls="d6d7c712-f24e-4bd0-ae6b-047e2c16320b-panel">Toyota Music Factory</button>#d6d7c712-f24e-4bd0-ae6b-047e2c16320b-controlImpact: moderate
Failure 1:
<h4 class="title"><a href="https://www.irvingtexas.com/events/toyota-music-factory/" target="_self">Toyota Music Factory</a></h4>div[data-lazy-index="10"] > .cols[data-slides=""] > .slide > .inner > .content-section > .text-content > h4Impact: moderate
Failure 1:
<html lang="en-us">htmlImpact: serious
Failure 1:
<a data-asset="" href="https://www.irvingte..." target="_self" data-gtm-click="" data-gtm-vars="{ "tClient" : { "eve...">.bg-container > a[data-asset=""][target="_self"][data-gtm-click=""]Impact: moderate
Failure 1:
<video class="video" loop="" muted="" playsinline="">videoFailure 2:
<div class="top-title"> <span class="first-word">Visit</span> Irving Texas </div>.panel-intro > .content-section > .top-titleFailure 3:
<div class="bottom-title">The Beat Goes On...</div>.panel-intro > .content-section > .bottom-titleFailure 4:
<section data-sv-core-textbox="" data-guid="a36d3998-fd0b-4250-8d33-eaca5eaf430a">.contentRender_18 > section[data-sv-core-textbox=""]Failure 5:
<div class="button-cont"> <a class="default-button" href="https://www.irvingtexas.com/things-to-do/" target="_self"> <span class="vertical-borders" aria-hidden="true"></span> More Info </a> </div>.button-cont… and 20 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.e5263e17.1772199757.4f09470a </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e5263e17.1772199757.4f09470a</p>p:nth-child(3)Impact: critical
Failure 1:
<div id="divTabbeda5acc7be-b0f7-482a-aea2-16d9c3a28513" class="widget widgetTabbed skin60 leftTabs wide" data-widgetid="a5acc7be-b0f7-482a-aea2-16d9c3a28513" role="tablist">#divTabbeda5acc7be-b0f7-482a-aea2-16d9c3a28513Impact: critical
Failure 1:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_0" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Find" contenteditable="false">Find</span></a>.left.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_1" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_1" aria-selected="false"><span class="tabName editable" data-sequence="1" data-tabname="Pay" contenteditable="false">Pay</span></a>li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_2" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_2" aria-selected="false"><span class="tabName editable" data-sequence="2" data-tabname="Register / Apply" contenteditable="false">Register / Apply</span></a>li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_3" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_3" aria-selected="false"><span class="tabName editable" data-sequence="3" data-tabname="Report" contenteditable="false">Report</span></a>li:nth-child(4) > .tabButton[role="tab"]Failure 5:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_4" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_4" aria-selected="false"><span class="tabName editable" data-sequence="4" data-tabname="Request" contenteditable="false">Request</span></a>li:nth-child(5) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_0" class="tabButton" role="tab" aria-controls="#taba5acc7be-b0f7-482a-aea2-16d9c3a28513_0" aria-selected="true"><span class="tabName editable" data-sequence="0" data-tabname="Find" contenteditable="false">Find</span></a>.left.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<aside data-cprole="contentContainer" id="contentContainer2a" class="search_ts"> <div id="cc9867b59e-5c86-4e39-8b45-8e1a6a28eb8a" data-containerid="9867b59e-5c86-4e39-8b45-8e1a6a28eb8a" class="pageContent cpGrid cpGrid24 showInMobile"> </div> </aside>#contentContainer2aFailure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget7471ab3d-d2e5-4016-98ac-13f74ed7c21f > .cpGrid2.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv02d9e46f-e..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv02d9e46f-e39d-46b3-9de2-96fa879c85feFailure 4:
<section id="widgetQuicklink95584..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink95584810-67ee-4684-b02d-da561944fd3eFailure 5:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash13ba3..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash13ba3a1e-38d7-4722-ac85-5847a9063e15Impact: 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:
<div data-cprole="banner" id="banner2" class="logo empty">#banner2Impact: critical
Failure 1:
<div id="divTabbedf8fd4a19-8433-45f4-b255-558292b6ff31" class="widget widgetTabbed skin58 wide" data-widgetid="f8fd4a19-8433-45f4-b255-558292b6ff31" role="tablist">#divTabbedf8fd4a19-8433-45f4-b255-558292b6ff31Impact: critical
Failure 1:
<a href="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_0" class="tabButton" role="tab" aria-controls="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_0" aria-selected="true" style="height: 49px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_1" class="tabButton" role="tab" aria-controls="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_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="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_0" class="tabButton" role="tab" aria-controls="#tabf8fd4a19-8433-45f4-b255-558292b6ff31_0" aria-selected="true" style="height: 49px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">#graphicLinkWidget9a85a8aa-fd65-49d2-a45e-c5a3f9a34576 > .cpGrid3.widgetBody.cpGrid > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 2:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlash08679..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlash08679916-6e6e-470a-a28e-d196060b8095Impact: moderate
Failure 1:
<html lang="en" class="removeSetHeights js ...">htmlImpact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 2:
<div class="widgetHeader "> <div class=""> <h3 id="calendarHeaderb40a6d6b-8ce8-4f7f-9691-76460841a0b1"><a style="" href="/calendar.aspx?CID=26,14,39,37,32,24,35,34,33">Calendar</a></h3> </div> </div>#widgetCalendarb40a6d6b-8ce8-4f7f-9691-76460841a0b1 > .widgetHeaderFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeaderb40a6d6b-8ce8-4f7f-9691-76460841a0b1 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeaderb4..." summary="This table represent...">#widgetCalendarb40a6d6b-8ce8-4f7f-9691-76460841a0b1 > .cpGrid2.mediaLeft.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<p class="widgetItem">There are no published events in current month.</p>.text.row[data-event-list-row="true"] > p… and 2 more failures for this rule
Impact: minor
Failure 1:
<article id="Slides_oc_flex_slide..." class="slide slide-1 anchor..." style="background-image: ur..." data-thumb-alt="" role="tabpanel" aria-labelledby="Slides_oc_flex_page_..." aria-hidden="false">#Slides_oc_flex_slide_1Impact: critical
Failure 1:
<div class="controls" aria-controls="Slides_oc_flex_viewport" role="toolbar">.controlsImpact: 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> louisvilleky.gov</h2> </div>.cf-headerFailure 2:
<div class="cf-section cf-wrapper">.cf-section.cf-wrapperFailure 3:
<p class="text-13">.text-13Impact: critical
Failure 1:
<div id="divTabbedcca19fc0-501b-464d-a295-5ec025f7cc79" class="widget widgetTabbed skin164 wide" data-widgetid="cca19fc0-501b-464d-a295-5ec025f7cc79" role="tablist">#divTabbedcca19fc0-501b-464d-a295-5ec025f7cc79Impact: critical
Failure 1:
<a href="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_0" class="tabButton" role="tab" aria-controls="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_0" aria-selected="true" style="height: 63px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_1" class="tabButton" role="tab" aria-controls="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_1" aria-selected="false" style="height: 63px;"><span class="tabName editable" data-sequence="1" data-tabname="Library" contenteditable="false">Library</span></a>li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_2" class="tabButton" role="tab" aria-controls="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_2" aria-selected="false" style="height: 63px;">li:nth-child(3) > .tabButton[role="tab"]Failure 4:
<a href="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_3" class="tabButton" role="tab" aria-controls="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_3" aria-selected="false" style="height: 63px;">li:nth-child(4) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_0" class="tabButton" role="tab" aria-controls="#tabcca19fc0-501b-464d-a295-5ec025f7cc79_0" aria-selected="true" style="height: 63px;">.tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader3738" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=3738" target="_self">Council to Consider Future H-E-B and Joe V's Smart Shop Locations </a> </h4>#newsFlashItemHeader3738Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeadera92fa17e-d165-405e-974f-a346382ba09a">#miniCalendarHeadera92fa17e-d165-405e-974f-a346382ba09aImpact: moderate
Failure 1:
<section id="widgetQuicklink2c9ff..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink2c9ffb4d-4393-4862-9380-68d9ce3a4cb3Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid5 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv7377a210-7..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv7377a210-7163-487a-969e-9cc71f517924Impact: moderate
Failure 1:
<div class="cpToolbar user public" style="z-index: 1;">.cpToolbarFailure 2:
<div> <a href="/3545/City-Enewsletters" target="_self" class="fancyButton fancyButton2083 "> <span> <span><span class="text">Sign Up for Newsletters & Notifications</span></span> </span> </a> </div>.cpGrid1.widgetBody.cpGrid > ul > .GraphicLinks.widgetItem > divFailure 3:
<ol class="tabbedWidget cpTabs " style="display: table;">.tabbedWidget.cpTabsFailure 4:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeadera92fa17e-d165-405e-974f-a346382ba09a > .cp-miniCalendar-titleFailure 5:
<table role="grid" aria-labelledby="miniCalendarHeadera9..." summary="This table represent...">#widgetCalendara92fa17e-d165-405e-974f-a346382ba09a > .cpGrid4.mediaAbove.widgetBody > .calendarInnerWrapper > .miniCalendar[data-minicalendar="true"] > table… and 4 more failures for this rule
Impact: moderate
Failure 1:
<h5 class="card-title">Scottsdale approves new three-year agreement with Scottsdale Arts</h5>.align-items-stretch.col-sm-12.col-md-6:nth-child(1) > .news-item-link > .card-slide.card > .card-body > h5Failure 2:
<h6 id="cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_title" class="card-title text-dark fw-bolder">EMO Picnic</h6>#cg_f93b2d5d746a40a98dc6782aa5fa129f_evt_0_titleImpact: moderate
Failure 1:
<div class="prelative">.prelativeFailure 2:
<h2>I want to:</h2>.form-container > h2Failure 3:
<div class="col-12 col-md-4">.col-md-4.col-12:nth-child(1)Failure 4:
<div class="col-12 col-md-4">.form-container > .row > .col-md-4.col-12:nth-child(2)Impact: critical
Failure 1:
<div id="divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8" class="widget widgetTabbed skin42 wide" data-widgetid="e8a84f18-a9f8-4a0a-9faa-6d7110deebf8" role="tablist">#divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8Failure 2:
<div id="divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec" class="widget widgetTabbed skin45 wide" data-widgetid="646610ba-d20d-48e7-8cea-362c4065d9ec" role="tablist">#divTabbed646610ba-d20d-48e7-8cea-362c4065d9ecImpact: critical
Failure 1:
<a href="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_0" class="tabButton" role="tab" aria-controls="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_0" aria-selected="true" style="height: 70px;">#divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_1" class="tabButton" role="tab" aria-controls="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_1" aria-selected="false" style="height: 70px;">#divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8 > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Failure 3:
<a href="#tab646610ba-d20d-48e7-8cea-362c4065d9ec_0" class="tabButton" role="tab" aria-controls="#tab646610ba-d20d-48e7-8cea-362c4065d9ec_0" aria-selected="true" style="height: 70px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 4:
<a href="#tab646610ba-d20d-48e7-8cea-362c4065d9ec_1" class="tabButton" role="tab" aria-controls="#tab646610ba-d20d-48e7-8cea-362c4065d9ec_1" aria-selected="false" style="height: 70px;">#divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec > .tabbedWidget.cpTabs > li:nth-child(2) > .tabButton[role="tab"]Impact: critical
Failure 1:
<a href="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_0" class="tabButton" role="tab" aria-controls="#tabe8a84f18-a9f8-4a0a-9faa-6d7110deebf8_0" aria-selected="true" style="height: 70px;">#divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8 > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Failure 2:
<a href="#tab646610ba-d20d-48e7-8cea-362c4065d9ec_0" class="tabButton" role="tab" aria-controls="#tab646610ba-d20d-48e7-8cea-362c4065d9ec_0" aria-selected="true" style="height: 70px;"><span class="tabName editable" data-sequence="0" data-tabname="Events" contenteditable="false">Events</span></a>#divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec > .tabbedWidget.cpTabs > .active > .tabButton[role="tab"]Impact: moderate
Failure 1:
<h4 id="newsFlashItemHeader10066" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=10066" target="_self">MacArthur Memorial Virtual Lecture </a> </h4>#newsFlashItemHeader10066Failure 2:
<h3 class="miniCalendarHeader miniCalendarHeader--hasArrows" id="miniCalendarHeader7a55400c-c11e-4724-bb27-0cf038267cf9">#miniCalendarHeader7a55400c-c11e-4724-bb27-0cf038267cf9Impact: moderate
Failure 1:
<section id="widgetQuicklink5c646..." class="widget widgetQuickLi..." data-modulewidgettyp...="quickLinks" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Quick Links">#widgetQuicklink5c646ccd-ba95-4705-adb9-49168e4eba31Failure 2:
<nav class="widgetGraphicLinksNav" aria-label="Graphic links">.cpGrid6 > .widgetGraphicLinksNav[aria-label="Graphic links"]Failure 3:
<section id="divInfoAdv0698b238-9..." class="widget widgetInfoAdv..." data-modulewidgettyp...="infoAdv" data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="Info Advanced">#divInfoAdv0698b238-9f0f-412d-9b3d-f5f65a929177Failure 4:
<section class="widget widgetNewsFla..." data-modulewidgettyp...="newsFlash" id="widgetNewsFlashf718d..." data-elementquerycla...="{"wide-narrow":"min-..." data-elementquerymat...="matchMultiColumn" data-elementqueryunm...="unmatchMultiColumn" aria-label="News Flash">#widgetNewsFlashf718d812-a5f6-4d95-88cb-a5a19b089ecdImpact: moderate
Failure 1:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbede8a84f18-a9f8-4a0a-9faa-6d7110deebf8 > .tabbedWidget.cpTabsFailure 2:
<ol class="tabbedWidget cpTabs " style="display: table;">#divTabbed646610ba-d20d-48e7-8cea-362c4065d9ec > .tabbedWidget.cpTabsFailure 3:
<div tabindex="0" class="cp-miniCalendar-title">February 2026</div>#miniCalendarHeader7a55400c-c11e-4724-bb27-0cf038267cf9 > .cp-miniCalendar-titleFailure 4:
<table role="grid" aria-labelledby="miniCalendarHeader7a..." summary="This table represent...">#widgetCalendar7a55400c-c11e-4724-bb27-0cf038267cf9 > .mediaLeft.cpGrid2.widgetBody > .calendarInnerWrapper > .miniCalendar.media[data-minicalendar="true"] > tableFailure 5:
<div class="col col1 first last">.text.row[data-event-list-row="true"] > .col1.first.last… and 2 more failures for this rule
Impact: serious
Failure 1:
<figure class="carousel-cell" style="" aria-hidden="true">figure:nth-child(1)Failure 2:
<figure class="carousel-cell" aria-hidden="true" style="">figure:nth-child(2)Failure 3:
<figure class="carousel-cell" aria-hidden="true" style="">figure:nth-child(3)Impact: serious
Failure 1:
<iframe src="https://www.google.com/maps/embed/v1/place?key=AIzaSyA0s1a7phLN0iaD6-UE7m4qP-z21pH0eSc&q=150 N Capitol Blvd, Boise, ID 83702" width="600" height="200" frameborder="0" style="border:0" allowfullscreen=""></iframe>iframe[width="600"]Impact: moderate
Failure 1:
<nav class="navbar navbar-expand navbar-light bg-light" style="min-height:105px">.navbarImpact: serious
Failure 1:
<html><head> <title>Invalid URL</title> </head><body> <h1>Invalid URL</h1> The requested URL "[no URL]", is invalid.<p> Reference #9.eb263e17.1772199926.49bff8f4 </p><p>https://errors.edgesuite.net/9.eb263e17.1772199926.49bff8f4</p> </body></html>htmlImpact: moderate
Failure 1:
<html><head> <title>Invalid URL</title> </head><body> <h1>Invalid URL</h1> The requested URL "[no URL]", is invalid.<p> Reference #9.eb263e17.1772199926.49bff8f4 </p><p>https://errors.edgesuite.net/9.eb263e17.1772199926.49bff8f4</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Invalid URL</h1>h1Failure 2:
<p> Reference #9.eb263e17.1772199926.49bff8f4 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/9.eb263e17.1772199926.49bff8f4</p>p:nth-child(3)Impact: serious
Failure 1:
<span>Checking Your Browser</span>h5 > spanFailure 2:
<span class="Status">One Moment...</span>.StatusFailure 3:
<p class="Notes" style="opacity: 0.986185;">Ensure browser cookies and javascript are enabled.</p>.NotesFailure 4:
<span class="Text">spokanecity</span>.Tab.Small[href=""] > .TextImpact: critical
Failure 1:
<img height="20" id="imgFocusDotsFade" src="//static.spokanecity.org/my/svg/linear-gradient-h-fff-transparent.svg" width="100%">#imgFocusDotsFadeImpact: moderate
Failure 1:
<div class="Mask-fff Top" id="divOverlay">#divOverlayFailure 2:
<span class="Text">spokane</span>#aSite > .Text:nth-child(1)Failure 3:
<span class="Text">city</span>#aSite > .Text:nth-child(2)Failure 4:
<span class="Text">live</span>#aLive > .TextFailure 5:
<span class="Text">work</span>#aWork > .Text… and 32 more failures for this rule
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="http://library.santaclarita.gov/osoc" target="_blank"><div class="swiper-slide-contents"></div></a>.swiper-slide-duplicate-next.elementor-repeater-item-84df49e[data-swiper-slide-index="1"]:nth-child(2) > .swiper-slide-inner[target="_blank"]Failure 3:
<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="2"][aria-label="3 / 9"]:nth-child(3) > .swiper-slide-inner[target="_blank"]Failure 4:
<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="3"][aria-label="4 / 9"]:nth-child(4) > .swiper-slide-inner[target="_blank"]Failure 5:
<a class="swiper-slide-inner" href="https://santaclarita.gov/blog/2026/02/03/santa-clarita-to-host-tree-mendous-arbor-day/" target="_blank"><div class="swiper-slide-contents"></div></a>.elementor-repeater-item-7b6e54d[data-swiper-slide-index="4"][aria-label="5 / 9"]:nth-child(5) > .swiper-slide-inner[target="_blank"]… and 32 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="_blank" aria-label="Mayor-President Youth Workforce Experience Program Opens in new window">Mayor-President Youth Workforce Experience Program </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: 0px; overflow: hidden; height: 393px;"></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><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.fayettevillenc.gov/" on this server.<p> Reference #18.9f293417.1772200231.4c0a566 </p><p>https://errors.edgesuite.net/18.9f293417.1772200231.4c0a566</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.fayettevillenc.gov/" on this server.<p> Reference #18.9f293417.1772200231.4c0a566 </p><p>https://errors.edgesuite.net/18.9f293417.1772200231.4c0a566</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.9f293417.1772200231.4c0a566 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.9f293417.1772200231.4c0a566</p>p:nth-child(3)Impact: 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 ">div[data-event-list-row="true"] > .col1.col:nth-child(4)Failure 5:
<div class="col col1 last">div[data-event-list-row="true"] > .col1.last.col… and 2 more failures for this rule
Impact: 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="https://www.columbusga.gov/Portals/communityaffairs/Images/Events/image001.jpg?ver=nSCwQTUNbma3dIOC_Qd6bQ%3d%3d" class="img-fluid">#accordion-7073-notice-0 > .accordion-body > .flex-md-row.gap-5.flex-column > .notice-img-item > .img-fluidFailure 2:
<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-z08h8nt-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-z08h8nt-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-z08h8nt-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-z08h8nt-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-z08h8nt-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 16 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.102b3417.1772200378.21b26d6 </p><p>https://errors.edgesuite.net/18.102b3417.1772200378.21b26d6</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.102b3417.1772200378.21b26d6 </p><p>https://errors.edgesuite.net/18.102b3417.1772200378.21b26d6</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.102b3417.1772200378.21b26d6 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.102b3417.1772200378.21b26d6</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: 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-1772200477349-11" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">Search</a>#accessible-megamenu-1772200477349-11Failure 2:
<a href="https://www.opkansas.org/opcares/" id="accessible-megamenu-1772200477349-13" role="region" aria-expanded="false" aria-hidden="true" class="sub-nav">OPCares</a>#accessible-megamenu-1772200477349-13Impact: moderate
Failure 1:
<h4><a href="https://www.opkansas.org/newsroom/sustainable-median-pilot-project-blooming-this-spring/">Sustainable median pilot project blooming this spring</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(1) > .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(2) > .image-link-card__image > aFailure 3:
<a href="https://www.opkansas.org/newsroom/mayor-skoog-to-deliver-2026-state-of-the-city-address-march-10/">.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 4:
<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 5:
<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 > a… and 5 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.4818d017.1772200492.c9ad20aa </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.4818d017.1772200492.c9ad20aa</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">#google_translate_elementImpact: serious
Failure 1:
<ul id="actions">#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:
<li class="divider"> / </li>.dividerFailure 5:
<li><a onclick="printprint()"> Print </a></li>#actions > li:nth-child(3)… and 10 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 5 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%;">htmlFailure 2:
<html>#tmg-widget-iframeImpact: 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-2… and 1 more failures for this rule
Impact: 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.8b623017.1772200728.18a91c5b </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.8b623017.1772200728.18a91c5b</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.85623017.1772200745.33f5f72 </p><p>https://errors.edgesuite.net/18.85623017.1772200745.33f5f72</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.85623017.1772200745.33f5f72 </p><p>https://errors.edgesuite.net/18.85623017.1772200745.33f5f72</p> </body></html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.85623017.1772200745.33f5f72 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.85623017.1772200745.33f5f72</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: SS5RBHCPZFBPFCKF</li> <li>HostId: EmjNEt9IgxpO40IYly83Qcq8Ed6tfexrqIC3wafKWELpWaMoAztXYpXPdTSZHInK4m1yaIx9VKNQx4HdW1o/uOKLiDBlkdDW</li> </ul>ulImpact: critical
Failure 1:
<div id="divTabbed484a332f-226b-4952-acf6-d55ecf036eec" class="widget widgetTabbed wide skin33" 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"><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"><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="#tab484a332f-226b-4952-acf6-d55ecf036eec_0" class="tabButton" role="tab" aria-controls="#tab484a332f-226b-4952-acf6-d55ecf036eec_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: 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=" ">.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: serious
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<html>htmlImpact: moderate
Failure 1:
<h1>Access Denied</h1>h1Failure 2:
<p> Reference #18.e9263e17.1772200790.3cf69758 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.e9263e17.1772200790.3cf69758</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.ed263e17.1772200805.67c7faa5 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.ed263e17.1772200805.67c7faa5</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.f3263e17.1772200833.75653a3f </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.f3263e17.1772200833.75653a3f</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.ec263e17.1772200836.530efeb6 </p>p:nth-child(2)Failure 3:
<p>https://errors.edgesuite.net/18.ec263e17.1772200836.530efeb6</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: serious
Failure 1:
<div class="clerk-simple-MuiCircularProgress-root prmbl-loader-inner clerk-simple-21 clerk-simple-MuiCircularProgress-colorPrimary clerk-simple-MuiCircularProgress-indeterminate" role="progressbar" style="width: 40px; height: 40px;">.clerk-simple-MuiCircularProgress-rootImpact: serious
Failure 1:
<div class="prmbl-loader clerk-simple-19 clerk-simple-20 clerk-simple-22" data-testid="loader" aria-label="Loading page content" id="loader-app">#loader-appImpact: 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="newsFlashItemHeader3829" class="widgetTitle"> <a href="/CivicAlerts.aspx?AID=3829" target="_self">City Finance & Revenue reminds property taxpayers about deadline </a> </h4>#newsFlashItemHeader3829Failure 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=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="1"] > a[href="/CivicAlerts.aspx?AID=3827"][target="_self"]Failure 2:
<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="2"] > a[href="/CivicAlerts.aspx?AID=3823"][target="_self"]Failure 3:
<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="3"] > a[href="/CivicAlerts.aspx?AID=3822"][target="_self"]Failure 4:
<a href="/CivicAlerts.aspx?AID=3812" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=15224" alt="Empty Bowls" data-delayed-image=""></a>li[data-index="4"] > a[href="/CivicAlerts.aspx?AID=3812"][target="_self"]Failure 5:
<a href="/CivicAlerts.aspx?AID=3811" target="_self"><img class="media" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-delay-load="/ImageRepository/Document?documentID=8513" alt="City Hall" data-delayed-image=""></a>li[data-index="5"] > a[href="/CivicAlerts.aspx?AID=3811"][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