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 | 2 | 10 | 51 | 1 | 64 | Personal records | CA.gov |
| View Page | 2 | 10 | 50 | 1 | 63 | Assistance and social programs | CA.gov |
| View Page | 2 | 10 | 50 | 1 | 63 | DMV/Auto | CA.gov |
| View Page | 2 | 10 | 50 | 1 | 63 | Jobs and unemployment | CA.gov |
| View Page | 2 | 10 | 46 | 1 | 59 | Businesses | CA.gov |
| View Page | 2 | 10 | 46 | 1 | 59 | Taxes | CA.gov |
| View Page | 2 | 9 | 19 | 1 | 31 | Disaster recovery | CA.gov |
| View Page | 0 | 10 | 15 | 0 | 25 | California State Portal | CA.gov |
| View Page | 1 | 10 | 14 | 0 | 25 | Services | CA.gov |
| View Page | 0 | 8 | 16 | 0 | 24 | Get help | CA.gov |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 28 of 28 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 28 of 28 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 10 of 28 | View Rule |
| SIA-R40 | 6 of 28 | View Rule |
| SIA-R78: Headings of same level have text content between them | 3 of 28 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 1 of 28 | 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 |
|---|---|---|
| landmark-unique | 8 of 28 | View Rule |
| aria-allowed-role | 6 of 28 | View Rule |
| aria-required-children | 1 of 28 | 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: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/legal/conditions-of-use/">Conditions of use</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/legal/privacy-policy/">Privacy policy</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/about/sitemap/">Sitemap</a>
XPath (use in browser DevTools):
/a
How to Replicate:
$x('/a')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>
XPath (use in browser DevTools):
/button[@class="btn-official mt-1 gray-900 color-black-hover"]
How to Replicate:
$x('/button[@class="btn-official mt-1 gray-900 color-black-hover"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="#googtrans(en|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>
XPath (use in browser DevTools):
/a[@class="m-l-0 underline cursor-pointer"]
How to Replicate:
$x('/a[@class="m-l-0 underline cursor-pointer"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="#googtrans(en|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>
XPath (use in browser DevTools):
/a[@class="underline cursor-pointer"]
How to Replicate:
$x('/a[@class="underline cursor-pointer"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="#googtrans(en|tl)" lang="tl" hreflang="tl" translate="no" rel="alternate" class="underline cursor-pointer">Tagalog</a>
XPath (use in browser DevTools):
/a[@class="underline cursor-pointer"]
How to Replicate:
$x('/a[@class="underline cursor-pointer"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="#googtrans(en|vi)" lang="vi" hreflang="vi" translate="no" rel="alternate" class="underline cursor-pointer">Tiếng Việt</a>
XPath (use in browser DevTools):
/a[@class="underline cursor-pointer"]
How to Replicate:
$x('/a[@class="underline cursor-pointer"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="#googtrans(en|zh-TW)" lang="zh-hant" hreflang="zh-hant" translate="no" rel="alternate" class="underline cursor-pointer">繁體中文</a>
XPath (use in browser DevTools):
/a[@class="underline cursor-pointer"]
How to Replicate:
$x('/a[@class="underline cursor-pointer"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover">
About this website</a>
XPath (use in browser DevTools):
/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]
How to Replicate:
$x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="https://calcareers.ca.gov/" rel="external" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover">...</a>
XPath (use in browser DevTools):
/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]
How to Replicate:
$x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="https://data.ca.gov/" rel="nofollow external" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover">...</a>
XPath (use in browser DevTools):
/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]
How to Replicate:
$x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="https://www.sco.ca.gov/ppsd_cpod.html" rel="external" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover">...</a>
XPath (use in browser DevTools):
/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]
How to Replicate:
$x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/support/technical-help/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover">
Technical help</a>
XPath (use in browser DevTools):
/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]
How to Replicate:
$x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')Affected Pages:
Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size
HTML Pattern:
<a href="/contact/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover">...</a>
XPath (use in browser DevTools):
/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]
How to Replicate:
$x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')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://ca.gov/ | https://www.ca.gov/ | OK | 200 | yes | 8815 | 0 | 10 | 15 | 0 | 74 | California State Portal | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://ca.gov/website-accessibility-certification.html | https://www.ca.gov/website-accessibility-certification.html | OK | 200 | yes | 6119 | 0 | 7 | 8 | 0 | 41 | Web Accessibility Certification | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/legal/accessibility/ | https://www.ca.gov/legal/accessibility/ | OK | 200 | yes | 6015 | 0 | 7 | 9 | 0 | 58 | Accessibility | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse | |||||||||||
| https://ca.gov/services/ | https://www.ca.gov/services/ | OK | 200 | yes | 5679 | 1 | 10 | 14 | 0 | 67 | Services | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them) | |||||||||||
| axe failed rules: landmark-unique | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/contact/ | https://www.ca.gov/contact/ | OK | 200 | yes | 7599 | 0 | 7 | 8 | 0 | 40 | Contact | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/support/ | https://www.ca.gov/support/ | OK | 200 | yes | 6348 | 0 | 8 | 16 | 0 | 55 | Get help | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse | |||||||||||
| https://ca.gov/about/about-this-website/ | https://www.ca.gov/about/about-this-website/ | OK | 200 | yes | 5477 | 0 | 7 | 7 | 0 | 36 | About this website | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/about/sitemap/ | https://www.ca.gov/about/sitemap/ | OK | 200 | yes | 5481 | 0 | 7 | 8 | 0 | 94 | Sitemap | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/departments/176/services/52/ | https://www.ca.gov/departments/176/services/52/ | OK | 200 | yes | 6142 | 0 | 8 | 10 | 0 | 73 | Apply for Birth Certificate | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/departments/193/services/15/ | https://www.ca.gov/departments/193/services/15/ | OK | 200 | yes | 5846 | 0 | 8 | 9 | 0 | 52 | Traffic tickets | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/departments/220/services/1194/ | https://www.ca.gov/departments/220/services/1194/ | OK | 200 | yes | 6556 | 0 | 8 | 7 | 0 | 90 | Apply for a REAL ID/DL | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/departments/236/services/33/ | https://www.ca.gov/departments/236/services/33/ | OK | 200 | yes | 5623 | 0 | 8 | 11 | 0 | 64 | Check your refund status | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/departments/287/services/25/ | https://www.ca.gov/departments/287/services/25/ | OK | 200 | yes | 6045 | 0 | 8 | 9 | 0 | 52 | Register for Permits, Licenses, or Accounts | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/departments/287/services/26/ | https://www.ca.gov/departments/287/services/26/ | OK | 200 | yes | 6063 | 0 | 8 | 8 | 7 | 53 | Apply for a Seller’s Permit | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| AccessLint failed rules: adaptable/listitem-parent | |||||||||||
| https://ca.gov/support/technical-help/ | https://www.ca.gov/support/technical-help/ | OK | 200 | yes | 5228 | 0 | 7 | 9 | 0 | 38 | Technical help | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse | |||||||||||
| https://ca.gov/about-california/ | https://www.ca.gov/about-california/ | OK | 200 | yes | 7358 | 0 | 11 | 13 | 0 | 66 | About California | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, figure_label_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse | |||||||||||
| https://ca.gov/departments/ | https://www.ca.gov/departments/ | OK | 200 | yes | 5867 | 0 | 9 | 14 | 0 | 48 | Departments | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), 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_complementary_labelled, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/topics/ | https://www.ca.gov/topics/ | OK | 200 | yes | 6176 | 0 | 9 | 14 | 0 | 63 | Topics | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| Equal Access failed rules: aria_complementary_labelled, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| https://ca.gov/translate/ | https://www.ca.gov/translate/ | OK | 200 | yes | 6275 | 0 | 7 | 10 | 0 | 34 | Translate this website | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading | |||||||||||
| https://ca.gov/legal/conditions-of-use/ | https://www.ca.gov/legal/conditions-of-use/ | OK | 200 | yes | 5978 | 0 | 7 | 8 | 0 | 66 | Conditions of use | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse | |||||||||||
| https://ca.gov/legal/privacy-policy/ | https://www.ca.gov/legal/privacy-policy/ | OK | 200 | yes | 5447 | 0 | 7 | 9 | 0 | 39 | Privacy policy | CA.gov |
| 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_complementary_labelled, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse | |||||||||||
| https://ca.gov/topics/assistance/ | https://www.ca.gov/topics/assistance/ | OK | 200 | yes | 11812 | 2 | 10 | 50 | 1 | 253 | Assistance and social programs | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_complementary_labelled, aria_landmark_name_unique, aria_region_labelled, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, figure_label_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading, text_quoted_correctly | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role | |||||||||||
| https://ca.gov/topics/businesses/ | https://www.ca.gov/topics/businesses/ | OK | 200 | yes | 9936 | 2 | 10 | 46 | 1 | 181 | Businesses | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_complementary_labelled, aria_landmark_name_unique, aria_region_labelled, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, figure_label_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role | |||||||||||
| https://ca.gov/topics/disaster-recovery/ | https://www.ca.gov/topics/disaster-recovery/ | OK | 200 | yes | 7074 | 2 | 9 | 19 | 1 | 132 | Disaster recovery | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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) | |||||||||||
| axe failed rules: aria-required-children, landmark-unique | |||||||||||
| Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_id_unique, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading | |||||||||||
| AccessLint failed rules: adaptable/list-children | |||||||||||
| https://ca.gov/topics/dmv-auto/ | https://www.ca.gov/topics/dmv-auto/ | OK | 200 | yes | 9184 | 2 | 10 | 50 | 1 | 155 | DMV/Auto | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_complementary_labelled, aria_landmark_name_unique, aria_region_labelled, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, figure_label_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role | |||||||||||
| https://ca.gov/topics/jobs/ | https://www.ca.gov/topics/jobs/ | OK | 200 | yes | 8602 | 2 | 10 | 50 | 1 | 170 | Jobs and unemployment | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_complementary_labelled, aria_landmark_name_unique, aria_region_labelled, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, figure_label_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role | |||||||||||
| https://ca.gov/topics/personal-records/ | https://www.ca.gov/topics/personal-records/ | OK | 200 | yes | 8554 | 2 | 10 | 51 | 1 | 152 | Personal records | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_complementary_labelled, aria_landmark_name_unique, aria_region_labelled, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, figure_label_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role | |||||||||||
| https://ca.gov/topics/taxes/ | https://www.ca.gov/topics/taxes/ | OK | 200 | yes | 8031 | 2 | 10 | 46 | 1 | 112 | Taxes | CA.gov |
| ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background) | |||||||||||
| axe failed rules: aria-allowed-role, landmark-unique | |||||||||||
| Equal Access failed rules: aria_attribute_required, aria_complementary_labelled, aria_landmark_name_unique, aria_region_labelled, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, figure_label_exists, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading, text_sensory_misuse | |||||||||||
| AccessLint failed rules: aria/aria-allowed-role |
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a class="btn btn-outline-light btn-hover rounded-5" href="/departments/220/services/1194/">Real ID/license</a>/a[@class="btn btn-outline-light btn-hover rounded-5"]Failure 5:
<a href="https://www.visitcalifornia.com/places-to-visit/" class="link-before no-underline">...</a>/a[@class="link-before no-underline"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<h3 class="m-a-0 lead bold">DMV/Auto</h3>/h3[@class="m-a-0 lead bold"]Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/topics/businesses/" class="color-p2 link-before text-left no-underline d-block">Businesses</a>/a[@class="color-p2 link-before text-left no-underline d-block"]… and 2 more failures for this rule
Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<h3 class="m-a-0 lead bold">Food stamps</h3>/h3[@class="m-a-0 lead bold"]Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="https://calfresh.dss.ca.gov/food/" class="color-p2 link-before text-left no-underline d-block">...</a>/a[@class="color-p2 link-before text-left no-underline d-block"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="../53/" class="btn btn-default btn-sm me-2 my-2">Apply for Death Certificate</a>/a[@class="btn btn-default btn-sm me-2 my-2"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="../16/" class="btn btn-default btn-sm me-2 my-2">Find Where to File for Divorce</a>/a[@class="btn btn-default btn-sm me-2 my-2"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="../47/" class="btn btn-default btn-sm me-2 my-2">Change Home Address</a>/a[@class="btn btn-default btn-sm me-2 my-2"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="../1167/" class="btn btn-default btn-sm me-2 my-2">CalEITC is bigger and better</a>/a[@class="btn btn-default btn-sm me-2 my-2"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="../26/" class="btn btn-default btn-sm me-2 my-2">Apply for a Seller's Permit</a>/a[@class="btn btn-default btn-sm me-2 my-2"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="../24/" class="btn btn-default btn-sm me-2 my-2">Look Up Tax Rates</a>/a[@class="btn btn-default btn-sm me-2 my-2"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="https://www.gov.ca.gov/" class="btn btn-primary btn-hover w-100">...</a>/a[@class="btn btn-primary btn-hover w-100"]… and 5 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<h3 class="m-a-0 lead bold">Department of Motor Vehicles</h3>/h3[@class="m-a-0 lead bold"]Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/topics/businesses/" class="color-p2 link-before text-left no-underline d-block">Businesses</a>/a[@class="color-p2 link-before text-left no-underline d-block"]… and 2 more failures for this rule
Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/departments/178/services/60/" class="link-before no-underline">Apply for food stamps</a>/a[@class="link-before no-underline"]… and 2 more failures for this rule
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region">...</h2>/h2[@class="lead m-t items-count"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/departments/287/services/26/" class="link-before no-underline">Apply for a seller’s permit</a>/a[@class="link-before no-underline"]… and 2 more failures for this rule
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region">...</h2>/h2[@class="lead m-t items-count"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/about/about-this-website/" class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"> About this website</a>/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]… and 1 more failures for this rule
Failure 1:
complementary have the same name.Failure 1:
Failure 1:
normal which will result in a line height of less than 1.5<p>...</p>/pFailure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/departments/193/services/15/" class="link-before no-underline">Pay traffic ticket</a>/a[@class="link-before no-underline"]… and 2 more failures for this rule
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region">...</h2>/h2[@class="lead m-t items-count"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/departments/89/services/39/" class="link-before no-underline">Find a California state job</a>/a[@class="link-before no-underline"]… and 2 more failures for this rule
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region">...</h2>/h2[@class="lead m-t items-count"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/departments/176/services/52/" class="link-before no-underline">Apply for a birth certificate</a>/a[@class="link-before no-underline"]… and 2 more failures for this rule
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region">...</h2>/h2[@class="lead m-t items-count"]Failure 1:
complementary have the same name.Failure 1:
Failure 1:
<button type="button" data-bs-toggle="collapse" data-bs-target="#collapseOficial" aria-expanded="false" aria-controls="collapseOficial" class="btn-official mt-1 gray-900 color-black-hover">...</button>/button[@class="btn-official mt-1 gray-900 color-black-hover"]Failure 2:
<a href="#googtrans(en\|es)" class="m-l-0 underline cursor-pointer" lang="es" hreflang="es" translate="no" rel="alternate">Español</a>/a[@class="m-l-0 underline cursor-pointer"]Failure 3:
<a href="#googtrans(en\|ko)" lang="ko" hreflang="ko" translate="no" rel="alternate" class="underline cursor-pointer">한국어</a>/a[@class="underline cursor-pointer"]Failure 4:
<a href="/">Home</a>/aFailure 5:
<a href="/departments/236/services/33/" class="link-before no-underline">Check your tax refund status</a>/a[@class="link-before no-underline"]… and 2 more failures for this rule
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region">...</h2>/h2[@class="lead m-t items-count"]Failure 1:
complementary have the same name.Failure 1:
Impact: moderate
Failure 1:
<aside class="mobile-sidenav"><div class="container"></div></aside>.mobile-sidenavImpact: minor
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region"> 65 services <span class="sr-only">found</span> </h2>.m-tImpact: moderate
Failure 1:
<aside class="mobile-sidenav"><div class="container"></div></aside>.mobile-sidenavImpact: minor
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region"> 41 services <span class="sr-only">found</span> </h2>.m-tImpact: moderate
Failure 1:
<aside class="mobile-sidenav"><div class="container"></div></aside>.mobile-sidenavImpact: critical
Failure 1:
<ol class="do-first__list" role="list">.do-first__listImpact: moderate
Failure 1:
<div class="col-lg-3 pb-lg-5" role="complementary">.col-lg-3Impact: minor
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region"> 32 services <span class="sr-only">found</span> </h2>.m-tImpact: moderate
Failure 1:
<aside class="mobile-sidenav"><div class="container"></div></aside>.mobile-sidenavImpact: minor
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region"> 37 services <span class="sr-only">found</span> </h2>.m-tImpact: moderate
Failure 1:
<div class="col-lg-3 pb-lg-5" role="complementary">.col-lg-3Impact: minor
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region"> 31 services <span class="sr-only">found</span> </h2>.m-tImpact: moderate
Failure 1:
<aside class="mobile-sidenav"><div class="container"></div></aside>.mobile-sidenavImpact: minor
Failure 1:
<h2 class="lead m-t items-count" aria-live="polite" role="region"> 18 services <span class="sr-only">found</span> </h2>.m-tImpact: moderate
Failure 1:
<aside class="mobile-sidenav"><div class="container"></div></aside>.mobile-sidenav