open-scans

Scan Report: Mgov —

🎯 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 QualWeb Total Unique Page Title
View Page 0 10 43 2 36 91 How to get Medicare services | Medicare
View Page 5 9 43 1 32 90 Ambulance services coverage
View Page 0 9 48 1 32 90 A-Z Index | Medicare
View Page 0 10 42 1 32 85 Kidney Transplant Coverage
View Page 5 12 29 2 36 84 What’s the Medicare Prescription Payment Plan? | Medicare
View Page 0 10 37 1 32 80 Advanced Primary Healthcare Management | Learn More
View Page 0 8 38 1 32 79 How is Medicare funded? | Medicare
View Page 0 10 33 1 35 79 What's Medicare Supplement Insurance (Medigap)? | Medicare
View Page 5 10 28 1 34 78 Filing a claim | Medicare
View Page 0 8 37 1 32 78 Understanding health plan costs | Medicare

🔧 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 88 of 92 View Rule
SIA-R66: Text has enhanced contrast with its background 88 of 92 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 88 of 92 View Rule
SIA-R17 73 of 92 View Rule
SIA-R57: Landmarks don’t repeat the same content 71 of 92 View Rule
SIA-R78: Headings of same level have text content between them 15 of 92 View Rule
SIA-R87: First focusable element is a skip link 12 of 92 View Rule
SIA-R59 4 of 92 View Rule
SIA-R14: Images have an accessible name or are decorative 3 of 92 View Rule
SIA-R56: Landmarks with the same role are distinguishable 3 of 92 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 7 of 92 View Rule
color-contrast 6 of 92 View Rule
frame-title 6 of 92 View Rule
image-alt 6 of 92 View Rule
heading-order 1 of 92 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 86 page(s) - 86 occurrence(s)

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5

HTML Pattern:

<p class="usa-banner__header-text">An official website of the United States governmen...</p>

XPath (use in browser DevTools):

/p[@class="usa-banner__header-text"]

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('/p[@class="usa-banner__header-text"]')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 74 page(s) - 74 occurrence(s)

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

HTML Pattern:

<button type="button" class="ds-c-button ds-c-button--ghost SimpleFooter__linkButton" data-once="footer-privacy-setting-trigger">Privacy Setting</button>

XPath (use in browser DevTools):

/button[@class="ds-c-button ds-c-button--ghost SimpleFooter__linkButton"]

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="ds-c-button ds-c-button--ghost SimpleFooter__linkButton"]')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="/basics" rel="noopener" data-drupal-link-system-path="node/109186" data-listener-attached="true">Medicare basics</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 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="/coverage" rel="noopener" data-drupal-link-system-path="node/113461" data-listener-attached="true">What Medicare covers</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 5: Affects 73 page(s) - 73 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.medicare.gov/plan-compare/" title="Find health & drug plans" rel="noopener" data-listener-attached="true">Find health & drug plans</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 6: Affects 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="/care-compare/" title="Find care providers" rel="noopener" data-listener-attached="true">Find care providers</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 7: Affects 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="/medical-equipment-suppliers/" title="Find medical equipment & suppliers" rel="noopener" data-listener-attached="true">Find medical equipment & suppliers</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 8: Affects 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="/medigap-supplemental-insurance-plans/" title="Find a Medicare Supplement Insurance (Medigap) policy" rel="noopener" data-listener-attached="true">Find a Medicare Supplement Insurance (Medigap) pol...</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 9: Affects 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="https://public.govdelivery.com/accounts/USCMSMYMEDICARE/subscriber/edit" rel="noopener" data-listener-attached="true">Manage your email preferences</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 10: Affects 73 page(s) - 73 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.healthcare.gov/" title="HealthCare.gov" rel="noopener" data-listener-attached="true">HealthCare.gov</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 11: Affects 73 page(s) - 73 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.insurekidsnow.gov" title="InsureKidsNow.gov" rel="noopener" data-listener-attached="true">InsureKidsNow.gov</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 12: Affects 73 page(s) - 73 occurrence(s)

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

HTML Pattern:

<a href="https://medicaid.gov" title="Medicaid.gov" rel="noopener" data-listener-attached="true">Medicaid.gov</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 13: Affects 73 page(s) - 73 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.cms.gov/" title="CMS.gov" rel="noopener" data-listener-attached="true">CMS.gov</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 14: Affects 73 page(s) - 73 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.HHS.gov" title="HHS.gov" rel="noopener" data-listener-attached="true">HHS.gov</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 15: Affects 73 page(s) - 73 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.usa.gov/" title="USA.gov" rel="noopener" data-listener-attached="true">USA.gov</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:


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

Rejected URLs

📊 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://medicare.gov/ https://www.medicare.gov/ OK 200 yes 25152 0 10 18 1 84 Welcome to Medicare | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/accessibility-nondiscrimination-notice https://www.medicare.gov/about-us/accessibility-nondiscrimination-notice OK 200 yes 20011 0 9 26 1 88 Accessibility & Nondiscrimination Notice | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/forms-publications-mailings/mailings/help-with-costs/copayment-changing https://www.medicare.gov/basics/forms-publications-mailings/mailings/help-with-costs/copayment-changing OK 200 yes 17595 0 8 25 1 81 Change Extra Help Copayment Notice | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/find-alphabetically https://www.medicare.gov/coverage/find-alphabetically OK 200 yes 21047 0 9 28 2 193 Find services alphabetically | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, widget_tabbable_single  
                    AccessLint failed rules: adaptable/aria-required-children, keyboard-accessible/focus-order  
https://medicare.gov/coverage/search https://www.medicare.gov/coverage/search OK 200 yes 18879 0 7 27 1 111 Search results | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/search/pii https://www.medicare.gov/coverage/search/pii OK 200 yes 16454 0 8 27 1 113 Protecting your privacy is important to us | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/prescription-payment-plan https://www.medicare.gov/prescription-payment-plan OK 200 yes 18244 5 12 29 2 85 What’s the Medicare Prescription Payment Plan? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: color-contrast, frame-title, image-alt, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch  
https://medicare.gov/providers-services https://www.medicare.gov/providers-services OK 200 yes 17485 0 11 20 1 78 Providers & Services | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/search/medicare/pii https://www.medicare.gov/search/medicare/pii OK 200 yes 17877 0 7 13 2 68 Protecting your privacy is important to us | Medicare
                    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)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/landmark-unique  
https://medicare.gov/basics/report-a-death https://www.medicare.gov/basics/report-a-death OK 200 yes 17460 0 8 20 1 75 Report a death | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/reporting-medicare-fraud-and-abuse https://www.medicare.gov/basics/reporting-medicare-fraud-and-abuse OK 200 yes 19757 0 10 26 2 79 Reporting Medicare fraud & abuse | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch  
https://medicare.gov/coverage/advanced-primary-care-management-services https://www.medicare.gov/coverage/advanced-primary-care-management-services OK 200 yes 18848 0 10 37 1 89 Advanced Primary Healthcare Management | Learn More
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/ambulance-services https://www.medicare.gov/coverage/ambulance-services OK 200 yes 20377 5 9 43 1 93 Ambulance services coverage
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, frame-title, image-alt, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/behavioral-health-integration-services https://www.medicare.gov/coverage/behavioral-health-integration-services OK 200 yes 19467 0 10 28 1 96 Integrated behavioral health coverage
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/blood-services https://www.medicare.gov/coverage/blood-services OK 200 yes 16568 0 9 21 1 82 Blood transfusion coverage
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/cardiovascular-risk-assessment-management-services https://www.medicare.gov/coverage/cardiovascular-risk-assessment-management-services OK 200 yes 19925 0 9 35 1 86 Medicare Cardiovascular Risk Management | Learn More
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/caregiver-training-services https://www.medicare.gov/coverage/caregiver-training-services OK 200 yes 20110 0 10 33 1 91 Caregiver Training Covered by Medicare | Learn More
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/chiropractic-services https://www.medicare.gov/coverage/chiropractic-services OK 200 yes 19465 0 10 32 1 85 Coverage For Chiropractic Services
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/prescription-payment-plan/before-payment-option https://www.medicare.gov/prescription-payment-plan/before-payment-option OK 200 yes 18164 0 11 22 1 100 Before using this payment option | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/prescription-payment-plan/examples https://www.medicare.gov/prescription-payment-plan/examples OK 200 yes 21364 0 9 20 1 91 Examples of this payment option | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/prescription-payment-plan/using-payment-option https://www.medicare.gov/prescription-payment-plan/using-payment-option OK 200 yes 19176 0 8 27 1 85 Using this payment option | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/prescription-payment-plan/will-this-help-me https://www.medicare.gov/prescription-payment-plan/will-this-help-me OK 200 yes 22974 0 12 21 3 104 Will this payment option help me? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/landmark-unique  
https://medicare.gov/providers-services/claims-appeals-complaints https://www.medicare.gov/providers-services/claims-appeals-complaints OK 200 yes 17850 5 10 20 1 82 Claims, Appeals, and Complaints | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, frame-title, image-alt, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/coordinating-care https://www.medicare.gov/providers-services/coordinating-care OK 200 yes 19135 0 9 23 1 94 Coordinating your care | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/disaster-emergency https://www.medicare.gov/providers-services/disaster-emergency OK 200 yes 20640 0 9 22 1 90 Getting care in a disaster or emergency | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/original-medicare https://www.medicare.gov/providers-services/original-medicare OK 200 yes 19664 0 11 20 1 92 What Original Medicare covers | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/costs/pay-premiums https://www.medicare.gov/basics/costs/pay-premiums OK 200 yes 20960 0 9 33 1 105 How to Pay Part A & Part B premiums | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/reporting-medicare-fraud-and-abuse/privacy-practices-original-medicare https://www.medicare.gov/basics/reporting-medicare-fraud-and-abuse/privacy-practices-original-medicare OK 200 yes 17433 0 8 22 1 87 Notice of Privacy Practices for Original Medicare | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/coordination/who-pays-first https://www.medicare.gov/health-drug-plans/coordination/who-pays-first OK 200 yes 24460 0 11 22 3 128 Who pays first? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/landmark-unique  
https://medicare.gov/providers-services/claims-appeals-complaints/appeals https://www.medicare.gov/providers-services/claims-appeals-complaints/appeals OK 200 yes 16314 0 10 30 1 89 Filing an appeal | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/claims-appeals-complaints/claims https://www.medicare.gov/providers-services/claims-appeals-complaints/claims OK 200 yes 20232 5 10 28 1 90 Filing a claim | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, frame-title, image-alt, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/claims-appeals-complaints/complaints https://www.medicare.gov/providers-services/claims-appeals-complaints/complaints OK 200 yes 19654 0 9 23 1 97 Filing a complaint | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/original-medicare/not-covered https://www.medicare.gov/providers-services/original-medicare/not-covered OK 200 yes 19207 5 8 27 1 77 What's not covered? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, frame-title, image-alt, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/original-medicare/nursing-homes https://www.medicare.gov/providers-services/original-medicare/nursing-homes OK 200 yes 17034 0 10 20 1 99 Nursing Homes | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/costs/pay-premiums/medicare-easy-pay https://www.medicare.gov/basics/costs/pay-premiums/medicare-easy-pay OK 200 yes 19423 0 9 21 1 88 Medicare Easy Pay | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/costs/pay-premiums/online-bill-pay https://www.medicare.gov/basics/costs/pay-premiums/online-bill-pay OK 200 yes 18400 0 8 22 1 84 Online bill payment | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/get-started-with-medicare/using-medicare/how-to-get-medicare-services https://www.medicare.gov/basics/get-started-with-medicare/using-medicare/how-to-get-medicare-services OK 200 yes 23075 0 10 43 2 97 How to get Medicare services | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch  
https://medicare.gov/basics/costs/help https://www.medicare.gov/basics/costs/help OK 200 yes 18240 0 10 21 1 86 Get help with costs | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/basics/forms-publications-mailings/mailings/costs-and-coverage/change-in-social-security-payment https://www.medicare.gov/basics/forms-publications-mailings/mailings/costs-and-coverage/change-in-social-security-payment OK 200 yes 18820 0 8 20 1 82 Social Security Benefit Rate Change (BRI) Notice | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/care-compare/resources/about-this-tool https://www.medicare.gov/care-compare/resources/about-this-tool/ OK 200 yes 18724 1 9 26 3 12 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/resources/information-about-provider-types https://www.medicare.gov/care-compare/resources/information-about-provider-types/ OK 200 yes 18873 0 8 32 3 20 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/resources/information-for-providers https://www.medicare.gov/care-compare/resources/information-for-providers/ OK 200 yes 18866 0 16 23 3 11 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/resources/resources-and-information https://www.medicare.gov/care-compare/resources/resources-and-information/ OK 200 yes 21911 0 16 23 3 11 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/about-us https://www.medicare.gov/about-us OK 200 yes 18870 0 12 20 1 94 About Us | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/archive https://www.medicare.gov/archive OK 200 yes 16533 0 9 21 1 72 Archive | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/care-compare https://www.medicare.gov/care-compare/ OK 200 yes 20554 0 6 37 3 19 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/?providerType=DialysisFacility https://www.medicare.gov/care-compare/?providerType=DialysisFacility OK 200 yes 21636 0 6 36 3 23 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, html_skipnav_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/?providerType=HomeHealth https://www.medicare.gov/care-compare/?providerType=HomeHealth OK 200 yes 21587 0 6 36 3 23 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/?providerType=Hospice https://www.medicare.gov/care-compare/?providerType=Hospice OK 200 yes 21784 0 6 41 3 23 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/care-compare/?providerType=Hospital https://www.medicare.gov/care-compare/?providerType=Hospital OK 200 yes 21568 0 6 42 14 25 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, text-alternatives/image-alt-words  
https://medicare.gov/care-compare/?providerType=InpatientRehabilitation https://www.medicare.gov/care-compare/?providerType=InpatientRehabilitation OK 200 yes 20915 0 6 36 3 23 Find Healthcare Providers: Compare Care Near You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_descendant_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, frame_src_valid, html_skipnav_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/eligibilitypremiumcalc https://www.medicare.gov/eligibilitypremiumcalc OK 200 yes 17756 0 10 20 1 76 Estimate my Medicare eligibility & premium | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/glossary https://www.medicare.gov/glossary OK 200 yes 16581 0 10 20 1 76 The Medicare.gov glossary is no longer available | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/go-digital https://www.medicare.gov/go-digital OK 200 yes 18480 0 8 26 1 87 Go digital | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans https://www.medicare.gov/health-drug-plans OK 200 yes 17927 0 10 21 3 82 Health & drug plans | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/frame-title, landmarks/region  
https://medicare.gov/index https://www.medicare.gov/ OK 200 yes 18655 0 10 18 1 84 Welcome to Medicare | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/medical-equipment-suppliers https://www.medicare.gov/medical-equipment-suppliers OK 200 yes 17256 0 4 20 1 8 Durable Medical Equipment Cost Compare | Medicare.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://medicare.gov/medicare-and-you https://www.medicare.gov/medicare-and-you OK 200 yes 18526 0 11 21 1 83 Medicare & You | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/plain-language https://www.medicare.gov/plain-language OK 200 yes 31353 2 7 22 1 73 Medicare.gov Plain Language Initiative | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/plan-compare https://www.medicare.gov/plan-compare/ OK 200 yes 9597 0 1 7 4 7 Find a Medicare plan
                    ALFA failed rules: SIA-R59  
                    Equal Access failed rules: aria_content_in_landmark, element_tabbable_visible, frame_src_valid, html_skipnav_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/privacy-policy https://www.medicare.gov/privacy-policy OK 200 yes 21696 0 8 22 1 158 Privacy policy | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/procedure-price-lookup https://www.medicare.gov/procedure-price-lookup/ OK 200 yes 15186 0 7 18 0 15 Procedure Price Lookup for Outpatient Services | Medicare.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible  
https://medicare.gov/publications https://www.medicare.gov/publications OK 200 yes 19251 0 15 23 1 85 Publications | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/talk-to-someone https://www.medicare.gov/talk-to-someone OK 200 yes 18380 0 11 20 1 83 Talk to Someone | Contact Medicare | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/contact-medicare https://www.medicare.gov/about-us/contact-medicare OK 200 yes 18185 0 8 21 1 79 Contact Medicare | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/get-involved-with-medicare https://www.medicare.gov/about-us/get-involved-with-medicare OK 200 yes 17633 0 8 20 1 77 Get involved with Medicare | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/how-is-medicare-funded https://www.medicare.gov/about-us/how-is-medicare-funded OK 200 yes 20163 0 8 38 1 77 How is Medicare funded? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/other-languages https://www.medicare.gov/about-us/other-languages OK 200 yes 19539 5 9 22 1 89 Get Medicare information in other languages | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, frame-title, image-alt, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/plain-writing https://www.medicare.gov/about-us/plain-writing OK 200 yes 20531 0 9 21 1 90 Plain writing | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/about-us/using-this-site https://www.medicare.gov/about-us/using-this-site OK 200 yes 16717 0 7 20 1 72 Using this site | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/account/create-account https://www.medicare.gov/account/create-account OK 200 yes 13670 0 13 9 3 19 Medicare.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, frame_src_valid, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/account/login https://www.medicare.gov/account/login OK 200 yes 15085 0 6 8 3 23 Medicare.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, element_attribute_deprecated, element_tabbable_visible, frame_src_valid, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast  
https://medicare.gov/health-drug-plans/coordination https://www.medicare.gov/health-drug-plans/coordination OK 200 yes 18826 0 11 21 1 83 How Medicare works with other insurance | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/health-plans https://www.medicare.gov/health-drug-plans/health-plans OK 200 yes 19612 0 9 30 1 86 Medicare Advantage & other health plans | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/medigap https://www.medicare.gov/health-drug-plans/medigap OK 200 yes 17857 0 10 33 1 86 What's Medicare Supplement Insurance (Medigap)? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/open-enrollment https://www.medicare.gov/health-drug-plans/open-enrollment OK 200 yes 18229 0 10 21 1 86 Open Enrollment | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/part-d https://www.medicare.gov/health-drug-plans/part-d OK 200 yes 18301 0 10 24 1 84 What's Medicare Drug Coverage (Part D)? | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/node/26306 https://www.medicare.gov/node/26306 OK 200 yes 20793 0 9 32 1 91 Monthly premium for drug plans | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/node/27591 https://www.medicare.gov/node/27591 OK 200 yes 18118 0 8 25 1 82 Accountable Care Organizations | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/privacy-policy/third-party-privacy-policies https://www.medicare.gov/privacy-policy/third-party-privacy-policies OK 200 yes 25714 0 8 20 1 110 Privacy information regarding third-party services | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/publications/02174-your-guide-to-choosing-a-nursing-home https://www.medicare.gov/publications/02174-your-guide-to-choosing-a-nursing-home OK 200 yes 1552 0 4 0 0 0 Skipped (non-HTML content type: application/pdf)
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R87 (First focusable element is a skip link)  
https://medicare.gov/health-drug-plans/health-plans/costs https://www.medicare.gov/health-drug-plans/health-plans/costs OK 200 yes 20087 0 8 37 1 80 Understanding health plan costs | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/health-plans/your-health-plan-options https://www.medicare.gov/health-drug-plans/health-plans/your-health-plan-options OK 200 yes 19686 0 10 31 1 91 Your health plan options | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/medigap/ready-to-buy https://www.medicare.gov/health-drug-plans/medigap/ready-to-buy OK 200 yes 19976 0 11 21 1 90 Get ready to buy | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/medigap-supplemental-insurance-plans/ https://www.medicare.gov/medigap-supplemental-insurance-plans/ OK 200 yes 10167 0 1 7 4 6 Find a Medicare plan
                    ALFA failed rules: SIA-R59  
                    Equal Access failed rules: aria_content_in_landmark, element_tabbable_visible, frame_src_valid, html_skipnav_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/page-has-heading-one  
https://medicare.gov/sitemap https://www.medicare.gov/sitemap OK 200 yes 29739 0 9 48 1 367 A-Z Index | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/part-d/basics/choose-coverage https://www.medicare.gov/health-drug-plans/part-d/basics/choose-coverage OK 200 yes 20029 0 8 34 1 86 Choose how you get drug coverage | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/providers-services/claims-appeals-complaints/claims/share-your-medicare-claims https://www.medicare.gov/providers-services/claims-appeals-complaints/claims/share-your-medicare-claims OK 200 yes 17458 0 9 28 1 87 Share your Medicare claims | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/pre-exposure-prophylaxis-prep-for-hiv-prevention https://www.medicare.gov/coverage/pre-exposure-prophylaxis-prep-for-hiv-prevention OK 200 yes 20486 0 10 33 1 92 PrEP: HIV Prevention Coverage | Medicare.gov
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/health-drug-plans/part-d/basics https://www.medicare.gov/health-drug-plans/part-d/basics OK 200 yes 20635 0 10 30 1 85 Drug coverage basics | Medicare
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/coverage/kidney-transplants https://www.medicare.gov/coverage/kidney-transplants OK 200 yes 21656 0 10 42 1 100 Kidney Transplant Coverage
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://medicare.gov/publications/12085-opioid-treatment-programs.pdf-0 https://www.medicare.gov/publications/12085-opioid-treatment-programs.pdf-0 OK 200 yes 1552 0 4 0 0 0 Skipped (non-HTML content type: application/pdf)
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R87 (First focusable element is a skip link)  

Detailed Failure Information (ALFA)

https://medicare.gov/

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://medicare.gov/about-us/accessibility-nondiscrimination-notice

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/forms-publications-mailings/mailings/help-with-costs/copayment-changing

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/coverage/find-alphabetically

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/coverage/search

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

https://medicare.gov/coverage/search/pii

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/prescription-payment-plan

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R14: Images have an accessible name or are decorative

WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/providers-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/search/medicare/pii

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/report-a-death

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/reporting-medicare-fraud-and-abuse

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R14: Images have an accessible name or are decorative

WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/coverage/advanced-primary-care-management-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/coverage/ambulance-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/coverage/behavioral-health-integration-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/coverage/blood-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/coverage/cardiovascular-risk-assessment-management-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/coverage/caregiver-training-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/coverage/chiropractic-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/prescription-payment-plan/before-payment-option

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/prescription-payment-plan/examples

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

WCAG: SC 1.4.3 (Level AA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/prescription-payment-plan/using-payment-option

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/prescription-payment-plan/will-this-help-me

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

WCAG: SC 3.1.1 (Level A)

Failure 1:

Failure 2:

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

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/claims-appeals-complaints

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/providers-services/coordinating-care

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/disaster-emergency

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

WCAG: SC 1.4.3 (Level AA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/original-medicare

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/basics/costs/pay-premiums

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/reporting-medicare-fraud-and-abuse/privacy-practices-original-medicare

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans/coordination/who-pays-first

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

WCAG: SC 3.1.1 (Level A)

Failure 1:

Failure 2:

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

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/claims-appeals-complaints/appeals

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/claims-appeals-complaints/claims

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/providers-services/claims-appeals-complaints/complaints

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/original-medicare/not-covered

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/original-medicare/nursing-homes

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/costs/pay-premiums/medicare-easy-pay

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/costs/pay-premiums/online-bill-pay

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/get-started-with-medicare/using-medicare/how-to-get-medicare-services

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R14: Images have an accessible name or are decorative

WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/costs/help

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/basics/forms-publications-mailings/mailings/costs-and-coverage/change-in-social-security-payment

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/care-compare/resources/about-this-tool

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

WCAG: Best Practice

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/resources/information-about-provider-types

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/resources/information-for-providers

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/resources/resources-and-information

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/about-us

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/archive

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/care-compare

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/?providerType=DialysisFacility

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/?providerType=HomeHealth

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/?providerType=Hospice

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/?providerType=Hospital

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/care-compare/?providerType=InpatientRehabilitation

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/eligibilitypremiumcalc

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/glossary

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/go-digital

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/index

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://medicare.gov/medical-equipment-suppliers

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

https://medicare.gov/medicare-and-you

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/plain-language

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

https://medicare.gov/plan-compare

Rule: SIA-R59

Failure 1:

https://medicare.gov/privacy-policy

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

https://medicare.gov/procedure-price-lookup

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/publications

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/talk-to-someone

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/about-us/contact-medicare

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/about-us/get-involved-with-medicare

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/about-us/how-is-medicare-funded

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/about-us/other-languages

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/about-us/plain-writing

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/about-us/using-this-site

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

https://medicare.gov/account/create-account

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

WCAG: SC 4.1.2 (Level A)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

WCAG: SC 1.1.1 (Level A)

Failure 1:

Failure 2:

https://medicare.gov/account/login

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans/coordination

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/health-drug-plans/health-plans

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans/medigap

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/health-drug-plans/open-enrollment

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans/part-d

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

https://medicare.gov/node/26306

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/node/27591

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/privacy-policy/third-party-privacy-policies

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/publications/02174-your-guide-to-choosing-a-nursing-home

Rule: SIA-R1: id attributes are unique within the document

WCAG: SC 4.1.1 (Level A)

Failure 1:

Rule: SIA-R4: Page has a descriptive title

WCAG: SC 2.4.2 (Level A)

Failure 1:

Rule: SIA-R59

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

https://medicare.gov/health-drug-plans/health-plans/costs

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans/health-plans/your-health-plan-options

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/health-drug-plans/medigap/ready-to-buy

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/medigap-supplemental-insurance-plans/

Rule: SIA-R59

Failure 1:

https://medicare.gov/sitemap

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

https://medicare.gov/health-drug-plans/part-d/basics/choose-coverage

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/providers-services/claims-appeals-complaints/claims/share-your-medicare-claims

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

https://medicare.gov/coverage/pre-exposure-prophylaxis-prep-for-hiv-prevention

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/health-drug-plans/part-d/basics

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/coverage/kidney-transplants

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

WCAG: SC 2.5.8 (Level AA)

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R17

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

WCAG: SC 1.3.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.6 (Level AAA)

Failure 1:

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

WCAG: SC 1.4.12 (Level AA)

Failure 1:

Failure 2:

Failure 3:

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

WCAG: SC 1.3.1 (Level A)

Failure 1:

https://medicare.gov/publications/12085-opioid-treatment-programs.pdf-0

Rule: SIA-R1: id attributes are unique within the document

WCAG: SC 4.1.1 (Level A)

Failure 1:

Rule: SIA-R4: Page has a descriptive title

WCAG: SC 2.4.2 (Level A)

Failure 1:

Rule: SIA-R59

Failure 1:

WCAG: SC 2.4.1 (Level A)

Failure 1:

Detailed Failure Information (axe)

https://medicare.gov/prescription-payment-plan

Rule: color-contrast

Impact: serious WCAG: SC 1.4.3 (Level AA)

Failure 1:

Rule: frame-title

Impact: serious WCAG: SC 4.1.2 (Level A)

Failure 1:

Rule: image-alt

Impact: critical WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://medicare.gov/coverage/ambulance-services

Rule: color-contrast

Impact: serious WCAG: SC 1.4.3 (Level AA)

Failure 1:

Rule: frame-title

Impact: serious WCAG: SC 4.1.2 (Level A)

Failure 1:

Rule: image-alt

Impact: critical WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://medicare.gov/providers-services/claims-appeals-complaints

Rule: color-contrast

Impact: serious WCAG: SC 1.4.3 (Level AA)

Failure 1:

Rule: frame-title

Impact: serious WCAG: SC 4.1.2 (Level A)

Failure 1:

Rule: image-alt

Impact: critical WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://medicare.gov/providers-services/claims-appeals-complaints/claims

Rule: color-contrast

Impact: serious WCAG: SC 1.4.3 (Level AA)

Failure 1:

Rule: frame-title

Impact: serious WCAG: SC 4.1.2 (Level A)

Failure 1:

Rule: image-alt

Impact: critical WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://medicare.gov/providers-services/original-medicare/not-covered

Rule: color-contrast

Impact: serious WCAG: SC 1.4.3 (Level AA)

Failure 1:

Rule: frame-title

Impact: serious WCAG: SC 4.1.2 (Level A)

Failure 1:

Rule: image-alt

Impact: critical WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://medicare.gov/care-compare/resources/about-this-tool

Rule: heading-order

Impact: moderate

Failure 1:

https://medicare.gov/plain-language

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://medicare.gov/about-us/other-languages

Rule: color-contrast

Impact: serious WCAG: SC 1.4.3 (Level AA)

Failure 1:

Rule: frame-title

Impact: serious WCAG: SC 4.1.2 (Level A)

Failure 1:

Rule: image-alt

Impact: critical WCAG: SC 1.1.1 (Level A)

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2: