open-scans

Scan Report: Github

🎯 Priority: Pages with Most Errors

Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):

Page axe Unique ALFA Unique Equal Access Unique AccessLint Unique QualWeb Total Unique Page Title
View Page 0 68 79 0 128 275 GitHub for teams · Build like the best teams on the planet · GitHub
View Page 0 28 84 0 146 258 GitHub · GitHub
View Page 4 43 104 0 105 256 GitHub · Change is constant. GitHub keeps you ahead. · GitHub
View Page 0 42 63 0 140 245 GitHub Premium Support · GitHub
View Page 0 42 63 0 140 245 GitHub Premium Support · GitHub
View Page 2 67 93 0 73 235 GitHub - github/roadmap: GitHub public roadmap · GitHub
View Page 0 19 69 0 105 193 Ebooks & Whitepapers · GitHub
View Page 0 36 57 0 99 192 Customer stories · GitHub
View Page 0 36 57 0 99 192 Customer stories · GitHub
View Page 0 28 46 0 100 174 GitHub for Startups: Build your startup on GitHub · GitHub

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R111: Interactive elements have a sufficient target size 64 of 77 View Rule
SIA-R40 64 of 77 View Rule
SIA-R66: Text has enhanced contrast with its background 63 of 77 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 63 of 77 View Rule
SIA-R61 62 of 77 View Rule
SIA-R69: Text has sufficient contrast with its background 61 of 77 View Rule
SIA-R113 55 of 77 View Rule
SIA-R3: lang attribute has a valid language code 42 of 77 View Rule
SIA-R74 11 of 77 View Rule
SIA-R80: ASCII art has a text alternative 10 of 77 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
landmark-unique 2 of 77 View Rule
heading-order 2 of 77 View Rule
page-has-heading-one 1 of 77 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 63 page(s) - 63 occurrence(s)

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

HTML Pattern:

<button type="button" class="Link--secondary underline-on-hover border-0 p-0 color-bg-transparent" data-action="click:cookie-consent-link#showConsentManagement" data-analytics-event="{"location":"footer","action":"cookies","context":"subfooter","tag":"link","label":"cookies_link_subfooter_footer"}">
       Manage cookies
    </button>

XPath (use in browser DevTools):

/button[@class="Link--secondary underline-on-hover border-0 p-0 color-bg-transparent"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/button[@class="Link--secondary underline-on-hover border-0 p-0 color-bg-transparent"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<button type="button" class="Link--secondary underline-on-hover border-0 p-0 color-bg-transparent text-left" data-action="click:cookie-consent-link#showConsentManagement" data-analytics-event="{"location":"footer","action":"dont_share_info","context":"subfooter","tag":"link","label":"dont_share_info_link_subfooter_footer"}">
      Do not share my personal information
    </button>

XPath (use in browser DevTools):

/button[@class="Link--secondary underline-on-hover border-0 p-0 color-bg-transparent text-left"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/button[@class="Link--secondary underline-on-hover border-0 p-0 color-bg-transparent text-left"]')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 62 page(s) - 310 occurrence(s)

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

HTML Pattern:

<button type="button" class="NavDropdown-module__button__PEHWX js-details-target" aria-expanded="false">...</button>

XPath (use in browser DevTools):

/button[@class="NavDropdown-module__button__PEHWX js-details-target"]

How to Replicate:

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

Affected Pages:


Pattern 4: Affects 62 page(s) - 62 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/pricing" data-analytics-event="{"action":"pricing","tag":"link","context":"pricing","location":"navbar","label":"pricing_link_pricing_navbar"}" class="NavLink-module__link__EG3d4 MarketingNavigation-module__navLink__hUomM">...</a>

XPath (use in browser DevTools):

/a[@class="NavLink-module__link__EG3d4 MarketingNavigation-module__navLink__hUomM"]

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="NavLink-module__link__EG3d4 MarketingNavigation-module__navLink__hUomM"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"desktop","context":"ecosystem","tag":"link","label":"desktop_link_ecosystem_footer"}" href="https://desktop.github.com">GitHub Desktop</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"marketplace","context":"ecosystem","tag":"link","label":"marketplace_link_ecosystem_footer"}" href="https://github.com/marketplace">GitHub Marketplace</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"skills","context":"support","tag":"link","label":"skills_link_support_footer"}" href="https://skills.github.com">Skills</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"status","context":"support","tag":"link","label":"status_link_support_footer"}" href="https://www.githubstatus.com">Status</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"contact_github","context":"support","tag":"link","label":"contact_github_link_support_footer"}" href="https://support.github.com?tags=dotcom-footer">Contact GitHub</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"customer_stories","context":"company","tag":"link","label":"customer_stories_link_company_footer"}" href="/customer-stories?type=enterprise">Customer stories</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"readme","context":"company","tag":"link","label":"readme_link_company_footer"}" href="/readme">The ReadME Project</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"careers","context":"company","tag":"link","label":"careers_link_company_footer"}" href="https://github.careers">Careers</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"newsroom","context":"company","tag":"link","label":"newsroom_link_company_footer"}" href="/newsroom">Newsroom</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"inclusion","context":"company","tag":"link","label":"inclusion_link_company_footer"}" href="/about/diversity">Inclusion</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="Link--secondary" data-analytics-event="{"location":"footer","action":"social_impact","context":"company","tag":"link","label":"social_impact_link_company_footer"}" href="https://socialimpact.github.com">Social Impact</a>

XPath (use in browser DevTools):

/a[@class="Link--secondary"]

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="Link--secondary"]')
  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://github.com/ https://github.com/ OK 200 no 50859 4 43 104 0 356 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, aria_keyboard_handler_exists, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single  
https://github.com/about https://github.com/about OK 200 no 25032 0 19 28 0 163 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/premium-support https://github.com/enterprise/premium-support OK 200 yes 47607 0 42 63 0 344 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/solutions/industry/financial-services https://github.com/solutions/industry/financial-services OK 200 no 44392 0 22 36 0 146 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, frame_src_valid, heading_markup_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/about/diversity https://github.com/about/diversity OK 200 no 34072 0 20 44 0 213 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse  
https://github.com/enterprise/premium-support https://github.com/enterprise/premium-support OK 200 no 50557 0 42 63 0 344 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/resources https://github.com/resources OK 200 no 39891 0 22 35 0 134 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
https://github.com/resources/articles https://github.com/resources/articles OK 200 no 34897 0 18 37 0 163 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient  
https://github.com/resources/articles?topic=ai https://github.com/resources/articles?topic=ai OK 200 no 41314 0 18 36 0 165 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient  
https://github.com/resources/articles?topic=devops https://github.com/resources/articles?topic=devops OK 200 no 41833 0 18 36 0 163 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient  
https://github.com/resources/articles?topic=security https://github.com/resources/articles?topic=security OK 200 no 41705 0 18 37 0 164 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_sensory_misuse  
https://github.com/resources/articles?topic=software-development https://github.com/resources/articles?topic=software-development OK 200 no 35162 0 18 37 0 165 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_sensory_misuse  
https://github.com/resources/events https://github.com/resources/events OK 200 no 46026 0 21 48 0 188 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/resources/whitepapers https://github.com/resources/whitepapers OK 200 no 48470 0 19 69 0 224 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse  
https://github.com/resources/articles/devops-tools-comparison https://github.com/resources/articles/devops-tools-comparison OK 200 no 57606 0 25 49 0 389 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/accelerator https://github.com/open-source/accelerator OK 200 yes 48784 0 20 37 0 226 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/collections https://github.com/collections OK 200 no 21543 0 16 35 0 95 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
https://github.com/customer-stories https://github.com/customer-stories OK 200 no 36600 0 36 57 0 290 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/customer-stories?type=enterprise https://github.com/customer-stories?type=enterprise OK 200 no 36768 0 36 57 0 290 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/edu https://github.com/education OK 200 yes 26689 0 22 40 0 158 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, heading_markup_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/enterprise https://github.com/enterprise OK 200 no 48466 0 15 24 0 170 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient  
https://github.com/features https://github.com/features FAIL - no 60002 0 0 0 0 0 URL scan exceeded 60s timeout
https://github.com/git-guides https://github.com/git-guides OK 200 no 27697 0 21 29 0 257 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
https://github.com/github https://github.com/github OK 200 no 39079 0 28 84 0 288 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, 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_quoted_correctly, text_sensory_misuse  
https://github.com/login https://github.com/login OK 200 no 11418 0 15 14 0 23 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
https://github.com/marketplace https://github.com/marketplace FAIL 400 no 37432 0 0 33 0 112 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/open-scans/open-scans/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/open-scans/open-scans/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
https://github.com/mcp https://github.com/mcp OK 200 no 27112 0 43 25 0 292 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
https://github.com/mobile https://github.com/mobile OK 200 no 32206 0 33 41 0 147 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_sensory_misuse  
https://github.com/newsletter https://github.com/newsletter OK 200 no 42263 0 18 31 0 97 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels)  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient  
https://github.com/newsroom https://github.com/newsroom OK 200 no 36448 0 19 51 0 202 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
https://github.com/partners https://github.com/partners OK 200 no 33960 2 22 35 0 130 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/pricing https://github.com/pricing FAIL - no 60001 0 0 0 0 0 URL scan exceeded 60s timeout
https://github.com/readme https://github.com/readme OK 200 no 48026 0 0 53 0 129 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/open-scans/open-scans/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/open-scans/open-scans/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
https://github.com/security https://github.com/security OK 200 no 49916 0 27 48 0 154 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home OK 200 no 24237 0 4 38 0 15 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_id_unique, aria_landmark_name_unique, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient  
https://github.com/sitemap https://github.com/sitemap OK 200 no 24326 0 15 23 0 265 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
https://github.com/solutions https://github.com/solutions OK 200 no 36289 0 19 35 0 151 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/sponsors https://github.com/open-source/sponsors OK 200 yes 35517 0 19 41 0 139 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
https://github.com/team https://github.com/team OK 200 no 37503 0 68 79 0 321 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/topics https://github.com/topics OK 200 no 21448 0 18 58 0 164 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
https://github.com/trending https://github.com/trending OK 200 no 38725 0 19 46 0 169 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient  
https://github.com/trust-center https://github.com/trust-center OK 200 no 39516 0 23 50 0 131 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/why-github https://github.com/why-github OK 200 no 40819 0 29 49 0 187 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, heading_markup_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/customer-stories/duolingo https://github.com/customer-stories/duolingo OK 200 no 24250 0 28 46 0 208 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
https://github.com/customer-stories/figma https://github.com/customer-stories/figma OK 200 no 23063 0 28 41 0 187 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
https://github.com/customer-stories/mercado-libre https://github.com/customer-stories/mercado-libre OK 200 no 28644 0 28 44 0 195 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
https://github.com/customer-stories/mercedes-benz https://github.com/customer-stories/mercedes-benz OK 200 no 30651 0 28 44 0 205 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/enterprise/startups https://github.com/enterprise/startups OK 200 no 46455 0 28 46 0 231 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/features/actions https://github.com/features/actions OK 200 no 34461 0 21 34 0 145 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/features/ai https://github.com/features/ai OK 200 no 42599 0 21 43 0 177 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse  
https://github.com/features/code-review https://github.com/features/code-review OK 200 no 34660 0 21 31 0 140 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/features/codespaces https://github.com/features/codespaces OK 200 no 39468 0 18 47 0 160 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, heading_markup_misuse, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/features/copilot https://github.com/features/copilot FAIL - no 60003 0 0 0 0 0 URL scan exceeded 60s timeout
https://github.com/features/discussions https://github.com/features/discussions OK 200 no 57202 0 19 30 0 124 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_sensory_misuse  
https://github.com/features/issues https://github.com/features/issues OK 200 no 47338 0 20 36 0 141 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/features/models https://github.com/features/models OK 200 no 38186 0 23 40 0 152 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_sensory_misuse  
https://github.com/features/spark https://github.com/features/spark OK 200 no 30179 1 15 24 0 156 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient  
https://github.com/github-copilot/pro https://github.com/github-copilot/pro OK 200 no 14839 0 11 24 0 19 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
https://github.com/github/roadmap https://github.com/github/roadmap OK 200 no 37604 2 67 93 0 229 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_navigation_label_unique, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, img_alt_redundant, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_related, text_block_heading, text_sensory_misuse  
https://github.com/security/advanced-security https://github.com/security/advanced-security OK 200 no 54352 0 29 59 0 159 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://github.com/solutions/executive-insights https://github.com/solutions/executive-insights OK 200 no 41197 0 18 29 0 140 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/solutions/industry https://github.com/solutions/industry OK 200 no 34747 0 21 32 0 159 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/solutions/use-case https://github.com/solutions/use-case OK 200 no 31506 0 20 32 0 156 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/orgs/community/discussions https://github.com/orgs/community/discussions FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://github.com/security/advanced-security/code-security https://github.com/security/advanced-security/code-security OK 200 no 41865 0 22 39 0 154 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/security/advanced-security/secret-protection https://github.com/security/advanced-security/secret-protection OK 200 no 37144 0 21 36 0 148 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/security/advanced-security/software-supply-chain https://github.com/security/advanced-security/software-supply-chain OK 200 no 36904 2 23 33 0 150 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_quoted_correctly, text_sensory_misuse  
https://github.com/solutions/industry/government https://github.com/solutions/industry/government OK 200 no 42816 0 22 35 0 144 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
https://github.com/solutions/industry/healthcare https://github.com/solutions/industry/healthcare OK 200 no 40058 0 23 38 0 153 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
https://github.com/solutions/industry/manufacturing https://github.com/solutions/industry/manufacturing OK 200 no 35603 0 20 35 0 137 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src github.githubassets.com’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, aria_region_labelled, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, frame_src_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  

Detailed Failure Information (ALFA)

https://github.com/

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-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R40

Failure 1:

Failure 2:

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-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:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R74

Failure 1:

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

Failure 1:

https://github.com/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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/premium-support

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-R113

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://github.com/solutions/industry/financial-services

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/about/diversity

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/enterprise/premium-support

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-R113

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://github.com/resources

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-R113

Failure 1:

Rule: SIA-R17

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/resources/articles

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/articles?topic=ai

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/articles?topic=devops

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/articles?topic=security

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/articles?topic=software-development

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/events

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-R113

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-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/whitepapers

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/resources/articles/devops-tools-comparison

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/accelerator

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/collections

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-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/customer-stories

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

https://github.com/customer-stories?type=enterprise

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

https://github.com/edu

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/enterprise

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

https://github.com/git-guides

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/github

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-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/login

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

https://github.com/mcp

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

https://github.com/mobile

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-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/newsletter

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

https://github.com/newsroom

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/partners

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/security

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-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home

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

Failure 1:

Failure 2:

Rule: SIA-R40

Failure 1:

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

Failure 1:

https://github.com/sitemap

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

https://github.com/solutions

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/sponsors

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/team

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-R113

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:

Failure 2:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

https://github.com/topics

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-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/trending

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-R40

Failure 1:

Rule: SIA-R61

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:

https://github.com/trust-center

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/why-github

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-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://github.com/customer-stories/duolingo

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://github.com/customer-stories/figma

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://github.com/customer-stories/mercado-libre

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://github.com/customer-stories/mercedes-benz

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-R113

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

https://github.com/enterprise/startups

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://github.com/features/actions

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/features/ai

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/features/code-review

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/features/codespaces

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/features/discussions

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/features/issues

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/features/models

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-R113

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/features/spark

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

https://github.com/github-copilot/pro

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

https://github.com/github/roadmap

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

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-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:

Failure 3:

https://github.com/security/advanced-security

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-R113

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/solutions/executive-insights

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

https://github.com/solutions/industry

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/solutions/use-case

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

https://github.com/security/advanced-security/code-security

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/security/advanced-security/secret-protection

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/security/advanced-security/software-supply-chain

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/solutions/industry/government

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://github.com/solutions/industry/healthcare

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://github.com/solutions/industry/manufacturing

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-R113

Failure 1:

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

Failure 1:

Rule: SIA-R40

Failure 1:

Rule: SIA-R61

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:

Failure 3:

Failure 4:

Failure 5:

Detailed Failure Information (axe)

https://github.com/

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://github.com/partners

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

https://github.com/features/spark

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://github.com/github/roadmap

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

https://github.com/security/advanced-security/software-supply-chain

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2: