open-scans

Scan Report: DARK MODE cloudscape.design

🎯 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 2 18 54 4 571 649 Testing classes - Cloudscape Design System
View Page 13 47 69 16 479 624 Collection hooks package - Cloudscape Design System
View Page 2 23 41 5 455 526 Charts migration - Cloudscape Design System
View Page 1 21 53 4 229 308 Using Cloudscape components - Cloudscape Design System
View Page 0 79 35 59 110 283 Cloudscape Demos - Delete with simple confirmation
View Page 0 1 102 62 110 275 Cloudscape Demos - Delete with additional confirmation
View Page 1 19 61 4 155 240 Design tokens - Cloudscape Design System
View Page 1 55 119 11 49 235 Cloudscape Demos - Configurable dashboard
View Page 1 22 60 4 144 231 Data visualization colors - Cloudscape Design System
View Page 1 32 71 4 105 213 Bidirectionality - Cloudscape Design System

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R66: Text has enhanced contrast with its background 100 of 100 View Rule
SIA-R111: Interactive elements have a sufficient target size 90 of 100 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 84 of 100 View Rule
SIA-R74 83 of 100 View Rule
SIA-R80: ASCII art has a text alternative 83 of 100 View Rule
SIA-R87: First focusable element is a skip link 78 of 100 View Rule
SIA-R14: Images have an accessible name or are decorative 48 of 100 View Rule
SIA-R53: Headings follow a logical hierarchy 17 of 100 View Rule
SIA-R69: Text has sufficient contrast with its background 11 of 100 View Rule
SIA-R3: lang attribute has a valid language code 9 of 100 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
aria-allowed-role 79 of 100 View Rule
heading-order 17 of 100 View Rule
scrollable-region-focusable 15 of 100 View Rule
landmark-one-main 10 of 100 View Rule
region 10 of 100 View Rule
empty-table-header 9 of 100 View Rule
aria-prohibited-attr 7 of 100 View Rule
color-contrast 7 of 100 View Rule
landmark-unique 4 of 100 View Rule
label 3 of 100 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.

🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).

🔍 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 79 page(s) - 79 occurrence(s)

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

HTML Pattern:

<a aria-current="page" class="" href="/">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://github.com/cloudscape-design/components" target="_blank" rel="noopener noreferrer">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<button>Cookie preferences</button>

XPath (use in browser DevTools):

/button

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')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: aria-allowed-role Impact: minor Issue: ARIA role should be appropriate for the element

HTML Pattern:

<footer class="pagefooter ignore-by-llm-markdown" role="navigation" aria-label="footer">

XPath (use in browser DevTools):

footer

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('footer')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="" href="/demos/">Demos</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 78 page(s) - 78 occurrence(s)

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

HTML Pattern:

<a class="awsui_anchor_1kosq_1v1qx_159" href="/" tabindex="0">...</a>

XPath (use in browser DevTools):

/a[@class="awsui_anchor_1kosq_1v1qx_159"]

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<span class="awsui_anchor_1kosq_1v1qx_159" aria-current="page" aria-disabled="true" tabindex="0" role="link">...</span>

XPath (use in browser DevTools):

/span[@class="awsui_anchor_1kosq_1v1qx_159"]

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

Affected Pages:


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

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

HTML Pattern:

<a id="link-self:R2mlajalefkqH1:" class="awsui_link_4c84z_1i0rz_145 awsui_variant-primary_4c84z_1i0rz_247 awsui_font-size-body-m_4c84z_1i0rz_478" data-analytics-funnel-value="link:R2mlajalefkq:" href="/about/">About</a>

XPath (use in browser DevTools):

/a[@id="link-self:R2mlajalefkqH1:"]

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[@id="link-self:R2mlajalefkqH1:"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a id="link-self:R4mlajalefkqH1:" class="awsui_link_4c84z_1i0rz_145 awsui_variant-primary_4c84z_1i0rz_247 awsui_font-size-body-m_4c84z_1i0rz_478" data-analytics-funnel-value="link:R4mlajalefkq:" href="/about/connect/">Connect</a>

XPath (use in browser DevTools):

/a[@id="link-self:R4mlajalefkqH1:"]

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[@id="link-self:R4mlajalefkqH1:"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a id="link-self:R6mlajalefkqH1:" class="awsui_link_4c84z_1i0rz_145 awsui_variant-primary_4c84z_1i0rz_247 awsui_font-size-inherit_4c84z_1i0rz_525" data-analytics-funnel-value="link:R6mlajalefkq:" target="_blank" rel="noopener noreferrer" href="https://aws.amazon.com/privacy/">...</a>

XPath (use in browser DevTools):

/a[@id="link-self:R6mlajalefkqH1:"]

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[@id="link-self:R6mlajalefkqH1:"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a id="link-self:R8mlajalefkqH1:" class="awsui_link_4c84z_1i0rz_145 awsui_variant-primary_4c84z_1i0rz_247 awsui_font-size-inherit_4c84z_1i0rz_525" data-analytics-funnel-value="link:R8mlajalefkq:" target="_blank" rel="noopener noreferrer" href="https://aws.amazon.com/terms/">...</a>

XPath (use in browser DevTools):

/a[@id="link-self:R8mlajalefkqH1:"]

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[@id="link-self:R8mlajalefkqH1:"]')
  5. The element will be highlighted

Affected Pages:


Pattern 12: Affects 78 page(s) - 78 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="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221">...</p>

XPath (use in browser DevTools):

/p[@class="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221"]

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="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R74: No description Issue: The font size is specified using an absolute unit

HTML Pattern:

<p class="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221">...</p>

XPath (use in browser DevTools):

/p[@class="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221"]

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="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R80: ASCII art has a text alternative Issue: The line height is specified using an absolute unit

HTML Pattern:

<p class="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221">...</p>

XPath (use in browser DevTools):

/p[@class="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221"]

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="awsui_description_2qdw9_hjb9x_348 awsui_description-variant-h1_2qdw9_hjb9x_355 awsui_refresh_2qdw9_hjb9x_221"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="" href="/get-started/">Get started</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.

📊 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://cloudscape.design/ https://cloudscape.design/ OK 200 no 23779 25 19 42 2 149 Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-allowed-role, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/landmark-main  
https://cloudscape.design/foundation/core-principles/accessibility/ https://cloudscape.design/foundation/core-principles/accessibility/ OK 200 no 19351 1 18 45 4 24 Accessibility - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/core-principles/accessibility/Building-accessible-experiences/ https://cloudscape.design/foundation/core-principles/accessibility/Building-accessible-experiences/ OK 200 no 30653 1 18 68 4 92 Building accessible experiences - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/core-principles/accessibility/focus-management-principles/ https://cloudscape.design/foundation/core-principles/accessibility/focus-management-principles/ OK 200 no 23673 3 18 59 6 51 Focus management principles - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, list  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/about/ https://cloudscape.design/about/ OK 200 no 20991 1 14 25 2 47 About Cloudscape - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/service-dashboard/ https://cloudscape.design/patterns/general/service-dashboard/ OK 200 no 23092 2 22 113 5 25 Service dashboards - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R77, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/service-navigation/ https://cloudscape.design/patterns/general/service-navigation/ OK 200 no 23054 2 21 129 5 30 Service navigation - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R77, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/about/connect/ https://cloudscape.design/about/connect/ OK 200 no 18627 1 19 22 4 32 Connect - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/help-panel/ https://cloudscape.design/components/help-panel/ OK 200 no 26738 2 15 72 2 13 Help panel - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/support-prompt-group/ https://cloudscape.design/components/support-prompt-group/ OK 200 no 26898 3 15 70 2 13 Support prompt group - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/service-dashboard/configurable-dashboard/ https://cloudscape.design/patterns/general/service-dashboard/configurable-dashboard/ OK 200 no 25883 2 24 125 5 70 Configurable dashboard - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/patterns/general/service-dashboard/dashboard-items/ https://cloudscape.design/patterns/general/service-dashboard/dashboard-items/ OK 200 no 26148 2 28 120 5 87 Dashboard items - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/patterns/general/service-navigation/side-navigation/ https://cloudscape.design/patterns/general/service-navigation/side-navigation/ OK 200 no 24929 6 25 37 9 61 Side navigation - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/patterns/general/service-navigation/top-navigation/ https://cloudscape.design/patterns/general/service-navigation/top-navigation/ OK 200 no 24615 2 25 118 5 62 Top navigation - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/get-started/for-developers/ai-tools-support/ https://cloudscape.design/get-started/for-developers/ai-tools-support/ OK 200 no 19887 1 18 59 4 44 AI Tools Support - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/help-system/ https://cloudscape.design/patterns/general/help-system/ OK 200 no 31275 4 21 128 7 99 Help system - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/ https://cloudscape.design/components/ OK 200 no 39824 2 115 11 3 120 Components - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/demos/ https://cloudscape.design/demos/ OK 200 no 23262 2 47 11 3 88 Demos - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/foundation/ https://cloudscape.design/foundation/ OK 200 no 19702 1 30 44 2 60 Foundation - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/ https://cloudscape.design/get-started/ OK 200 no 16398 1 19 51 2 23 Get started - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/ https://cloudscape.design/patterns/ OK 200 no 30408 2 85 13 3 87 Patterns - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/alert/ https://cloudscape.design/components/alert/ OK 200 no 25691 1 15 70 2 13 Alert - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/anchor-navigation/ https://cloudscape.design/components/anchor-navigation/ OK 200 no 26224 3 15 70 2 14 Anchor navigation - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/annotation-context/ https://cloudscape.design/components/annotation-context/ OK 200 no 27582 3 15 73 2 14 Annotation context - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/app-layout-toolbar/ https://cloudscape.design/components/app-layout-toolbar/ OK 200 no 24605 1 15 93 2 18 App layout toolbar - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/app-layout/ https://cloudscape.design/components/app-layout/ OK 200 no 24026 1 15 93 2 18 App layout - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/area-chart/ https://cloudscape.design/components/area-chart/ OK 200 no 30831 2 15 13 2 16 Area chart - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/attribute-editor/ https://cloudscape.design/components/attribute-editor/ OK 200 no 27116 2 15 70 2 13 Attribute editor - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/examples/react/cards.html https://cloudscape.design/examples/react/cards.html OK 200 no 28294 0 46 53 38 326 Cloudscape Demos - Card view
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region  
https://cloudscape.design/examples/react/chat.html https://cloudscape.design/examples/react/chat.html OK 200 no 15142 1 10 55 3 38 Cloudscape Demos - Chat
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: page-has-heading-one  
                    Equal Access failed rules: aria_keyboard_handler_exists, aria_toolbar_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, html_skipnav_exists, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/region, navigable/page-has-heading-one  
https://cloudscape.design/examples/react/configurable-dashboard.html https://cloudscape.design/examples/react/configurable-dashboard.html OK 200 no 36564 1 55 119 11 150 Cloudscape Demos - Configurable dashboard
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: application_content_accessible, aria_application_label_unique, aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_labelled, aria_toolbar_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region  
https://cloudscape.design/examples/react/dashboard.html https://cloudscape.design/examples/react/dashboard.html OK 200 no 29508 0 53 72 11 145 Cloudscape Demos - Service dashboard
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_region_labelled, aria_toolbar_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region  
https://cloudscape.design/examples/react/delete-one-click.html https://cloudscape.design/examples/react/delete-one-click.html OK 200 no 12560 0 12 9 5 26 Cloudscape Demos - One-click delete
                    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-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/region  
https://cloudscape.design/examples/react/delete-with-additional-confirmation.html https://cloudscape.design/examples/react/delete-with-additional-confirmation.html OK 200 no 29018 0 1 102 62 221 Cloudscape Demos - Delete with additional confirmation
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/region  
https://cloudscape.design/examples/react/delete-with-simple-confirmation.html https://cloudscape.design/examples/react/delete-with-simple-confirmation.html OK 200 no 31599 0 79 35 59 221 Cloudscape Demos - Delete with simple confirmation
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/region  
https://cloudscape.design/examples/react/details-hub.html https://cloudscape.design/examples/react/details-hub.html OK 200 no 15685 0 27 44 17 51 Cloudscape Demos - Details page as hub
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/region  
https://cloudscape.design/examples/react/details-tabs.html https://cloudscape.design/examples/react/details-tabs.html OK 200 no 15334 0 15 37 5 43 Cloudscape Demos - Details page with tabs
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region  
https://cloudscape.design/examples/react/details.html https://cloudscape.design/examples/react/details.html OK 200 no 18869 0 18 61 14 90 Cloudscape Demos - Details page
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/form-label, labels-and-names/label-content-mismatch, landmarks/complementary-is-top-level, landmarks/region  
https://cloudscape.design/foundation/core-principles/bidirectionality/ https://cloudscape.design/foundation/core-principles/bidirectionality/ OK 200 no 25207 4 23 52 6 95 Bidirectionality - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, color-contrast  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/core-principles/responsive-design/ https://cloudscape.design/foundation/core-principles/responsive-design/ OK 200 no 21299 1 23 50 4 54 Responsive design - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/visual-foundation/colors/ https://cloudscape.design/foundation/visual-foundation/colors/ OK 200 no 23348 1 19 48 4 41 Colors - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/visual-foundation/content-density/ https://cloudscape.design/foundation/visual-foundation/content-density/ OK 200 no 24920 1 25 58 4 87 Content density - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/visual-foundation/data-vis-colors/ https://cloudscape.design/foundation/visual-foundation/data-vis-colors/ OK 200 no 31608 1 22 60 4 255 Data visualization colors - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/visual-foundation/design-tokens/ https://cloudscape.design/foundation/visual-foundation/design-tokens/ OK 200 no 27761 1 19 61 4 291 Design tokens - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/dev-guides/bidirectionality/ https://cloudscape.design/get-started/dev-guides/bidirectionality/ OK 200 no 29261 1 32 71 4 247 Bidirectionality - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/dev-guides/charts-migration/ https://cloudscape.design/get-started/dev-guides/charts-migration/ OK 200 no 38457 2 23 41 5 1164 Charts migration - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/get-started/dev-guides/collection-hooks/ https://cloudscape.design/get-started/dev-guides/collection-hooks/ OK 200 no 40572 13 47 69 16 860 Collection hooks package - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R79, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header, label  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/form-label, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/dev-guides/csp/ https://cloudscape.design/get-started/dev-guides/csp/ OK 200 no 18450 1 18 54 4 44 Content security policy (CSP) - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/dev-guides/responsive-development/ https://cloudscape.design/get-started/for-developers/using-components/ FAIL 404 yes 6500 2 1 5 2 11 Page Not Found
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, skip_main_exists, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region  
https://cloudscape.design/get-started/dev-guides/state-management/ https://cloudscape.design/get-started/dev-guides/state-management/ OK 200 no 20793 1 19 60 4 139 State management - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/dev-guides/z-index/ https://cloudscape.design/get-started/dev-guides/z-index/ OK 200 no 21660 1 19 63 4 74 Z-index - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/for-designers/design-resources/ https://cloudscape.design/get-started/for-designers/design-resources/ OK 200 no 19121 1 25 56 4 43 Design resources - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/genai/artifact-previews/ https://cloudscape.design/patterns/genai/artifact-previews/ OK 200 no 24271 2 19 124 5 55 Artifact previews - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/genai/follow-up-questions/ https://cloudscape.design/patterns/genai/follow-up-questions/ OK 200 no 34137 2 36 130 7 107 Follow-up questions - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R40, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, label  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/link-in-text-block, labels-and-names/button-name, labels-and-names/form-label, labels-and-names/label-content-mismatch  
https://cloudscape.design/versions/from-v21-to-v30/api-changes/ https://cloudscape.design/versions/from-v21-to-v30/api-changes/ OK 200 no 11394 2 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/versions/from-v21-to-v30/general-changes/ https://cloudscape.design/versions/from-v21-to-v30/general-changes/ OK 200 no 12325 9 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: color-contrast, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/versions/from-v21-to-v30/migrate-base-styles/ https://cloudscape.design/versions/from-v21-to-v30/migrate-base-styles/ OK 200 no 11962 9 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: color-contrast, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/versions/from-v21-to-v30/migrate-css-utils-and-grid/ https://cloudscape.design/versions/from-v21-to-v30/migrate-css-utils-and-grid/ OK 200 no 12823 9 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: color-contrast, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/versions/from-v21-to-v30/migrate-table-cards/ https://cloudscape.design/versions/from-v21-to-v30/migrate-table-cards/ OK 200 no 12719 9 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: color-contrast, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/versions/from-v21-to-v30/migrate-tests/ https://cloudscape.design/versions/from-v21-to-v30/migrate-tests/ OK 200 no 12760 9 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: color-contrast, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/versions/from-v21-to-v30/removed-sass-constants-and-colors/ https://cloudscape.design/versions/from-v21-to-v30/removed-sass-constants-and-colors/ OK 200 no 12151 9 1 0 4 10 Navigation error (page may have redirected or closed): Execution context was destroyed, most likely because of a navigation.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: color-contrast, landmark-one-main, region  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/whats-new/stories/dummy-story-slug/ https://cloudscape.design/whats-new/stories/dummy-story-slug/ OK 200 no 9336 3 2 6 5 11  
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://cloudscape.design/patterns/resource-management/view/ https://cloudscape.design/patterns/resource-management/view/ OK 200 no 21774 2 23 125 5 27 View resources - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R77, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/visual-foundation/spacing/ https://cloudscape.design/foundation/visual-foundation/spacing/ OK 200 no 27039 1 19 56 4 91 Spacing - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/autosuggest/ https://cloudscape.design/components/autosuggest/ OK 200 no 26648 2 15 70 2 13 Autosuggest - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/button-dropdown/ https://cloudscape.design/components/button-dropdown/ OK 200 no 26359 2 15 70 2 13 Button dropdown - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/filter-patterns/saved-filter-sets/ https://cloudscape.design/patterns/general/filter-patterns/saved-filter-sets/ OK 200 no 29512 2 25 127 5 62 Saved filter sets - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/get-started/for-developers/using-cloudscape-components/ https://cloudscape.design/get-started/for-developers/using-cloudscape-components/ OK 200 no 33263 1 21 53 4 537 Using Cloudscape components - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/announcing-new-features/ https://cloudscape.design/patterns/general/announcing-new-features/ OK 200 no 28777 2 27 124 6 89 Announcing new features - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/button-name, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/announcing-beta-preview-features/ https://cloudscape.design/patterns/general/announcing-beta-preview-features/ OK 200 no 28646 3 29 131 6 92 Announcing beta and preview features - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/button-name, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/panel-layout/ https://cloudscape.design/components/panel-layout/ OK 200 no 28059 2 15 70 2 13 Panel layout - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/file-uploading-components/ https://cloudscape.design/components/file-uploading-components/ OK 200 no 25850 1 23 122 4 32 File uploading components - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/breadcrumb-group/ https://cloudscape.design/components/breadcrumb-group/ OK 200 no 25517 4 15 70 2 13 Breadcrumb group - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, landmark-unique, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/tabs/ https://cloudscape.design/components/tabs/ OK 200 no 26496 1 15 70 2 13 Tabs - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/resource-management/delete/one-click-delete/ https://cloudscape.design/patterns/resource-management/delete/one-click-delete/ OK 200 no 24144 2 22 122 5 48 One-click delete - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/live-region/ https://cloudscape.design/components/live-region/ OK 200 no 26124 2 15 70 2 13 Live region - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/get-started/testing/core-classes/ https://cloudscape.design/get-started/testing/core-classes/ OK 200 no 41985 2 18 54 4 588 Testing classes - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/foundation/visual-foundation/layout/ https://cloudscape.design/foundation/visual-foundation/layout/ OK 200 no 25799 1 23 55 4 89 Layout - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/code-editor/ https://cloudscape.design/components/code-editor/ OK 200 no 25960 3 15 70 2 13 Code editor - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, link-in-text-block, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/examples/react/write-to-s3.html https://cloudscape.design/examples/react/write-to-s3.html OK 200 no 12534 0 11 13 4 24 Cloudscape Demos - Write to Amazon S3
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, input_label_visible, label_ref_valid, style_color_misuse, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/region  
https://cloudscape.design/patterns/resource-management/view/table-with-grouped-resources/ https://cloudscape.design/patterns/resource-management/view/table-with-grouped-resources/ OK 200 no 23615 1 19 127 4 27 Table with grouped resources - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/resource-management/create/ https://cloudscape.design/patterns/resource-management/create/ OK 200 no 21337 2 23 125 5 29 Create resource - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R77, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/icon/ https://cloudscape.design/components/icon/ OK 200 no 25629 2 15 70 2 14 Icon - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/onboarding/ https://cloudscape.design/patterns/general/onboarding/ OK 200 no 20356 3 23 113 6 24 Onboarding - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R77, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header, heading-order  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/textarea/ https://cloudscape.design/components/textarea/ OK 200 no 26562 1 15 70 2 13 Text area - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/genai/genai-loading-states/ https://cloudscape.design/patterns/genai/genai-loading-states/ OK 200 no 24888 1 22 40 4 47 Generative AI loading states - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/examples/react/product-detail-page.html https://cloudscape.design/examples/react/product-detail-page.html OK 200 no 18148 0 25 25 11 128 Cloudscape Demos - Product detail page
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_complementary_label_visible, aria_role_redundant, element_attribute_deprecated, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region  
https://cloudscape.design/get-started/for-developers/global-styles/ https://cloudscape.design/get-started/for-developers/global-styles/ OK 200 no 26429 3 23 51 4 186 Global styles - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, landmark-unique, link-in-text-block  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/key-value-pairs/ https://cloudscape.design/components/key-value-pairs/ OK 200 no 26857 3 15 70 2 13 Key-value pairs - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/density-settings/ https://cloudscape.design/patterns/general/density-settings/ OK 200 no 28406 3 28 122 6 67 Density settings - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/button-name, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/patterns/resource-management/details/details-page/ https://cloudscape.design/patterns/resource-management/details/details-page/ OK 200 no 23937 2 25 25 5 82 Details page - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/modal/ https://cloudscape.design/components/modal/ OK 200 no 26687 2 15 72 2 13 Modal - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/resource-management/details/details-page-with-tabs/ https://cloudscape.design/patterns/resource-management/details/details-page-with-tabs/ OK 200 no 25786 2 25 114 5 91 Details page with tabs - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/split-panel/ https://cloudscape.design/components/split-panel/ OK 200 no 21910 2 15 11 2 14 Split panel - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, scrollable-region-focusable  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/onboarding/hands-on-tutorials/ https://cloudscape.design/patterns/general/onboarding/hands-on-tutorials/ OK 200 no 29438 2 27 130 5 62 Hands-on tutorials - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, navigable/heading-order  
https://cloudscape.design/components/box/ https://cloudscape.design/components/box/ OK 200 no 26166 2 15 72 2 13 Box - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/resource-management/details/ https://cloudscape.design/patterns/resource-management/details/ OK 200 no 21071 2 22 112 5 23 Resource details - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R77, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/patterns/general/actions/incontext-actions/ https://cloudscape.design/patterns/general/actions/incontext-actions/ OK 200 no 27943 3 32 128 8 43 In-context actions - Cloudscape Design System
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, empty-table-header, label  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, aria/aria-allowed-role, labels-and-names/form-label, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/container/ https://cloudscape.design/components/container/ OK 200 no 26993 1 15 72 2 13 Container - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  
https://cloudscape.design/components/avatar/ https://cloudscape.design/components/avatar/ OK 200 no 27309 1 15 70 2 13 Avatar - Cloudscape Design System
                    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-R74, SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch  

Detailed Failure Information (ALFA)

https://cloudscape.design/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cloudscape.design/foundation/core-principles/accessibility/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/core-principles/accessibility/Building-accessible-experiences/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/core-principles/accessibility/focus-management-principles/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/about/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/service-dashboard/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R77

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/service-navigation/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R77

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/about/connect/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/help-panel/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/support-prompt-group/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/service-dashboard/configurable-dashboard/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/service-dashboard/dashboard-items/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/service-navigation/side-navigation/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/service-navigation/top-navigation/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/for-developers/ai-tools-support/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/help-system/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 104 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/demos/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 36 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 74 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/alert/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/anchor-navigation/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/annotation-context/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/app-layout-toolbar/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/app-layout/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/area-chart/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/attribute-editor/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/examples/react/cards.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 39 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://cloudscape.design/examples/react/chat.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://cloudscape.design/examples/react/configurable-dashboard.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

https://cloudscape.design/examples/react/dashboard.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

https://cloudscape.design/examples/react/delete-one-click.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://cloudscape.design/examples/react/delete-with-additional-confirmation.html

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

Failure 1:

https://cloudscape.design/examples/react/delete-with-simple-confirmation.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

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

Failure 1:

https://cloudscape.design/examples/react/details-hub.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://cloudscape.design/examples/react/details-tabs.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://cloudscape.design/examples/react/details.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://cloudscape.design/foundation/core-principles/bidirectionality/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/core-principles/responsive-design/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/visual-foundation/colors/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/visual-foundation/content-density/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/visual-foundation/data-vis-colors/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/visual-foundation/design-tokens/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/dev-guides/bidirectionality/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/dev-guides/charts-migration/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/dev-guides/collection-hooks/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Rule: SIA-R79

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/dev-guides/csp/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/dev-guides/responsive-development/

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

Failure 1:

https://cloudscape.design/get-started/dev-guides/state-management/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/dev-guides/z-index/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/for-designers/design-resources/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/genai/artifact-previews/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/genai/follow-up-questions/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/api-changes/

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

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/general-changes/

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

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-base-styles/

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

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-css-utils-and-grid/

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

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-table-cards/

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

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-tests/

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

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/removed-sass-constants-and-colors/

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

Failure 1:

https://cloudscape.design/whats-new/stories/dummy-story-slug/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

https://cloudscape.design/patterns/resource-management/view/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R77

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/visual-foundation/spacing/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/autosuggest/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/button-dropdown/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/filter-patterns/saved-filter-sets/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/for-developers/using-cloudscape-components/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/announcing-new-features/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/announcing-beta-preview-features/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/panel-layout/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/file-uploading-components/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/breadcrumb-group/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/tabs/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/resource-management/delete/one-click-delete/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/live-region/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/get-started/testing/core-classes/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/foundation/visual-foundation/layout/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/code-editor/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/examples/react/write-to-s3.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

https://cloudscape.design/patterns/resource-management/view/table-with-grouped-resources/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/resource-management/create/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R77

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/icon/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/onboarding/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R77

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/textarea/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/genai/genai-loading-states/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/examples/react/product-detail-page.html

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

https://cloudscape.design/get-started/for-developers/global-styles/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/key-value-pairs/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/density-settings/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/resource-management/details/details-page/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/modal/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/resource-management/details/details-page-with-tabs/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/split-panel/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/onboarding/hands-on-tutorials/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/box/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/resource-management/details/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R77

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/patterns/general/actions/incontext-actions/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://cloudscape.design/components/container/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

https://cloudscape.design/components/avatar/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 1:

Detailed Failure Information (axe)

https://cloudscape.design/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

https://cloudscape.design/foundation/core-principles/accessibility/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/foundation/core-principles/accessibility/Building-accessible-experiences/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/foundation/core-principles/accessibility/focus-management-principles/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

https://cloudscape.design/about/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/general/service-dashboard/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

https://cloudscape.design/patterns/general/service-navigation/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

https://cloudscape.design/about/connect/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/help-panel/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/support-prompt-group/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/patterns/general/service-dashboard/configurable-dashboard/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/patterns/general/service-dashboard/dashboard-items/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/patterns/general/service-navigation/side-navigation/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://cloudscape.design/patterns/general/service-navigation/top-navigation/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/get-started/for-developers/ai-tools-support/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/general/help-system/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://cloudscape.design/components/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/demos/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/foundation/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/alert/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/anchor-navigation/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/annotation-context/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/app-layout-toolbar/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/app-layout/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/area-chart/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/attribute-editor/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/examples/react/chat.html

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://cloudscape.design/examples/react/configurable-dashboard.html

Rule: landmark-unique

Impact: moderate

Failure 1:

https://cloudscape.design/foundation/core-principles/bidirectionality/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

https://cloudscape.design/foundation/core-principles/responsive-design/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/foundation/visual-foundation/colors/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/foundation/visual-foundation/content-density/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/foundation/visual-foundation/data-vis-colors/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/foundation/visual-foundation/design-tokens/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/dev-guides/bidirectionality/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/dev-guides/charts-migration/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/get-started/dev-guides/collection-hooks/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

Rule: label

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://cloudscape.design/get-started/dev-guides/csp/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/dev-guides/responsive-development/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/get-started/dev-guides/state-management/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/dev-guides/z-index/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/for-designers/design-resources/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/genai/artifact-previews/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

https://cloudscape.design/patterns/genai/follow-up-questions/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: label

Impact: critical

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/api-changes/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/general-changes/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-base-styles/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-css-utils-and-grid/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-table-cards/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/migrate-tests/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/versions/from-v21-to-v30/removed-sass-constants-and-colors/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/whats-new/stories/dummy-story-slug/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://cloudscape.design/patterns/resource-management/view/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

https://cloudscape.design/foundation/visual-foundation/spacing/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/autosuggest/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/button-dropdown/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/patterns/general/filter-patterns/saved-filter-sets/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/get-started/for-developers/using-cloudscape-components/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/general/announcing-new-features/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

https://cloudscape.design/patterns/general/announcing-beta-preview-features/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/panel-layout/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/file-uploading-components/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/breadcrumb-group/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/components/tabs/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/resource-management/delete/one-click-delete/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/live-region/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/get-started/testing/core-classes/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://cloudscape.design/foundation/visual-foundation/layout/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/code-editor/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Impact: serious

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/patterns/resource-management/view/table-with-grouped-resources/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/resource-management/create/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

https://cloudscape.design/components/icon/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

https://cloudscape.design/patterns/general/onboarding/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/textarea/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/patterns/genai/genai-loading-states/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/get-started/for-developers/global-styles/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://cloudscape.design/components/key-value-pairs/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/patterns/general/density-settings/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/patterns/resource-management/details/details-page/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/modal/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/patterns/resource-management/details/details-page-with-tabs/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/split-panel/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cloudscape.design/patterns/general/onboarding/hands-on-tutorials/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cloudscape.design/components/box/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

https://cloudscape.design/patterns/resource-management/details/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

https://cloudscape.design/patterns/general/actions/incontext-actions/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: empty-table-header

Impact: minor

Failure 1:

Rule: label

Impact: critical

Failure 1:

https://cloudscape.design/components/container/

Rule: aria-allowed-role

Impact: minor

Failure 1:

https://cloudscape.design/components/avatar/

Rule: aria-allowed-role

Impact: minor

Failure 1: