open-scans

Scan Report: California

🎯 Priority: Pages with Most Errors

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

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R111: Interactive elements have a sufficient target size 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.

🔧 Priority: Most Common Issues (axe)

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).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 28 page(s) - 29 occurrence(s)

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

HTML Pattern:

<a href="/legal/conditions-of-use/">Conditions of use</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


Pattern 2: Affects 28 page(s) - 29 occurrence(s)

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

HTML Pattern:

<a href="/legal/privacy-policy/">Privacy policy</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


Pattern 3: Affects 28 page(s) - 29 occurrence(s)

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

HTML Pattern:

<a href="/about/sitemap/">Sitemap</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


Pattern 4: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/button[@class="btn-official mt-1 gray-900 color-black-hover"]')
  5. The element will be highlighted

Affected Pages:


Pattern 5: Affects 28 page(s) - 28 occurrence(s)

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:

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

Affected Pages:


Pattern 6: Affects 28 page(s) - 28 occurrence(s)

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:

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

Affected Pages:


Pattern 7: Affects 28 page(s) - 28 occurrence(s)

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:

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

Affected Pages:


Pattern 8: Affects 28 page(s) - 28 occurrence(s)

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:

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

Affected Pages:


Pattern 9: Affects 28 page(s) - 28 occurrence(s)

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:

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

Affected Pages:


Pattern 10: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')
  5. The element will be highlighted

Affected Pages:


Pattern 11: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')
  5. The element will be highlighted

Affected Pages:


Pattern 12: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')
  5. The element will be highlighted

Affected Pages:


Pattern 13: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')
  5. The element will be highlighted

Affected Pages:


Pattern 14: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')
  5. The element will be highlighted

Affected Pages:


Pattern 15: Affects 28 page(s) - 28 occurrence(s)

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:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="d-block no-underline m-y font-size-16 color-white color-highlight-hover underline-hover"]')
  5. The element will be highlighted

Affected Pages:


💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URL Final URL Status HTTP Redirected Time (ms) 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  

Detailed Failure Information (ALFA)

https://ca.gov/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

Failure 1:

https://ca.gov/website-accessibility-certification.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/legal/accessibility/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/services/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/contact/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/support/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/about/about-this-website/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/about/sitemap/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/departments/176/services/52/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/departments/193/services/15/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/departments/220/services/1194/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/departments/236/services/33/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/departments/287/services/25/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/departments/287/services/26/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://ca.gov/support/technical-help/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/about-california/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

https://ca.gov/departments/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://ca.gov/translate/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/legal/conditions-of-use/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/legal/privacy-policy/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

https://ca.gov/topics/assistance/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/businesses/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/disaster-recovery/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/dmv-auto/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/jobs/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/personal-records/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

https://ca.gov/topics/taxes/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

Detailed Failure Information (axe)

https://ca.gov/services/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/assistance/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/businesses/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/disaster-recovery/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/dmv-auto/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/jobs/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/personal-records/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://ca.gov/topics/taxes/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1: