open-scans

Scan Report: Bob’s first try —

🎯 Priority: Pages with Most Errors

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

Page axe Unique ALFA Unique Equal Access Unique AccessLint Unique QualWeb Total Unique Page Title
View Page 2 21 174 23 22 242 Culture, Sports and Recreation Programs | CNIB
View Page 8 22 24 14 130 198 Know Your Rights Podcast | CNIB
View Page 2 21 65 22 23 133 CNIB Mobile Hub | CNIB
View Page 2 22 22 11 33 90 CNIB Learning Academy: SCORE Program (2026) | CNIB
View Page 1 22 22 12 33 90 Guide Dog Handlers Chat Group | CNIB
View Page 1 22 22 12 32 89 CNIBLakeJoe@Home: Talent Show | CNIB
View Page 1 21 22 11 32 87 CNIBLakeJoe@Home: Campfire - a family-friendly program | CNIB
View Page 1 20 22 11 32 86 CNIB Accessibility Advisory Committee Network | CNIB
View Page 1 21 21 11 32 86 Tech Drop-In | CNIB
View Page 1 21 21 10 32 85 CNIB Photography Club | CNIB

🔧 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 100 of 100 View Rule
SIA-R14: Images have an accessible name or are decorative 100 of 100 View Rule
SIA-R18: ARIA states are consistent with element semantics 100 of 100 View Rule
SIA-R3: lang attribute has a valid language code 100 of 100 View Rule
SIA-R12: Links have an accessible name 99 of 100 View Rule
SIA-R78: Headings of same level have text content between them 99 of 100 View Rule
SIA-R66: Text has enhanced contrast with its background 94 of 100 View Rule
SIA-R61 71 of 100 View Rule
SIA-R53: Headings follow a logical hierarchy 20 of 100 View Rule
SIA-R64 9 of 100 View Rule

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

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
button-name 99 of 100 View Rule
heading-order 20 of 100 View Rule
empty-heading 9 of 100 View Rule
frame-title 4 of 100 View Rule
color-contrast 3 of 100 View Rule
aria-required-children 2 of 100 View Rule
aria-allowed-role 2 of 100 View Rule
aria-prohibited-attr 2 of 100 View Rule
aria-roles 2 of 100 View Rule
aria-valid-attr 2 of 100 View Rule

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

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

🔍 Cross-Page Patterns: Common HTML Issues

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

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 100 page(s) - 211 occurrence(s)

Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID

HTML Pattern:

<div class="navbar navbar-expand-xl navbar-light" id="utility-nav-toggle">...</div>

XPath (use in browser DevTools):

/div[@id="utility-nav-toggle"]

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('/div[@id="utility-nav-toggle"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a href="https://twitter.com/CNIB">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.youtube.com/user/cnibnatcomm">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.linkedin.com/company/cnib/">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


Pattern 5: Affects 99 page(s) - 290 occurrence(s)

Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID

HTML Pattern:

<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions">...</div>

XPath (use in browser DevTools):

/div[@id="edit-actions"]

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('/div[@id="edit-actions"]')
  5. The element will be highlighted

Affected Pages:


Pattern 6: Affects 99 page(s) - 198 occurrence(s)

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

HTML Pattern:

<a href="tel:18005632642" aria-label="Phone us by number: 1-800-563-2642">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


Pattern 7: Affects 99 page(s) - 198 occurrence(s)

Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID

HTML Pattern:

<div class="collapse" id="header-collapsible">...</div>

XPath (use in browser DevTools):

/div[@id="header-collapsible"]

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('/div[@id="header-collapsible"]')
  5. The element will be highlighted

Affected Pages:


Pattern 8: Affects 99 page(s) - 198 occurrence(s)

Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID

HTML Pattern:

<div class="search-block-form block block-search container-inline" data-drupal-selector="search-block-form" id="block-octheme-search">...</div>

XPath (use in browser DevTools):

/div[@id="block-octheme-search"]

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('/div[@id="block-octheme-search"]')
  5. The element will be highlighted

Affected Pages:


Pattern 9: Affects 99 page(s) - 197 occurrence(s)

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

HTML Pattern:

<a class="button btn-lg" href="https://secure.cnib.ca/ui/GNdonate/donations/start">Donate</a>

XPath (use in browser DevTools):

/a[@class="button btn-lg"]

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

Affected Pages:


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

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

HTML Pattern:

<a class="button" href="/en/select-your-regional-e-newsletter-list-subscription">Subscribe to our e-newsletter</a>

XPath (use in browser DevTools):

/a[@class="button"]

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.facebook.com/myCNIB/">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.instagram.com/cnibfoundation/">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.cnib.ca/en/careers-cnib" class="menu__link menu__link-level-0" target="_blank">Careers</a>

XPath (use in browser DevTools):

/a[@class="menu__link menu__link-level-0"]

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

Affected Pages:


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

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

HTML Pattern:

<a href="/en/get-involved/volunteer/volunteer-opportunities/list" class="menu__link menu__link-level-0" target="_self" data-drupal-link-system-path="get-involved/volunteer/volunteer-opportunities/list">Volunteer Opportunities</a>

XPath (use in browser DevTools):

/a[@class="menu__link menu__link-level-0"]

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

Affected Pages:


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

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

HTML Pattern:

<a href="/en/cnib-guide-dogs" class="menu__link menu__link-level-0" target="_self" data-drupal-link-system-path="node/35313">CNIB Guide Dogs</a>

XPath (use in browser DevTools):

/a[@class="menu__link menu__link-level-0"]

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="menu__link menu__link-level-0"]')
  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://cnib.ca/ https://www.cnib.ca/en OK 200 yes 23910 2 21 32 13 49 Home | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R64, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading, navigable/page-has-heading-one  
https://cnib.ca/en/news/payment-terminals-improved-accessibility-coming-soon-business-near-you https://www.cnib.ca/en/news/payment-terminals-improved-accessibility-coming-soon-business-near-you OK 200 yes 20724 1 20 22 10 79 Payment terminals with improved accessibility coming soon to a business near you | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/contact/cnib-deafblind-community-services-ottawa https://www.cnib.ca/en/contact/cnib-deafblind-community-services-ottawa OK 200 yes 18791 1 21 18 10 54 CNIB Deafblind Community Services - Ottawa | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/accessibility-cnib https://www.cnib.ca/en/accessibility-cnib OK 200 yes 19515 2 21 18 11 68 Accessibility at CNIB | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/classroom-accessibility-allies https://www.cnib.ca/en/classroom-accessibility-allies OK 200 yes 19314 2 22 18 11 57 Classroom Accessibility Allies | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/government-canada-supports-new-technology-make-electronic-payment-terminals-accessible-persons https://www.cnib.ca/en/news/government-canada-supports-new-technology-make-electronic-payment-terminals-accessible-persons OK 200 yes 19530 2 21 19 11 74 Government of Canada supports new technology to make electronic payment terminals accessible to persons with visual disabilities | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/help-save-life-saving-services-people-who-are-deafblind-british-columbia https://www.cnib.ca/en/news/help-save-life-saving-services-people-who-are-deafblind-british-columbia OK 200 yes 19528 1 20 20 10 75 Help Save Life-Saving Services for People Who Are Deafblind in British Columbia | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/share-your-accessibility-feedback https://www.cnib.ca/en/share-your-accessibility-feedback OK 200 yes 18558 3 23 19 12 58 Share your accessibility feedback | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading, heading-order  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading, navigable/heading-order  
https://cnib.ca/en/event/cnib-accessibility-advisory-committee-network https://www.cnib.ca/en/event/cnib-accessibility-advisory-committee-network OK 200 yes 20126 1 20 22 11 115 CNIB Accessibility Advisory Committee Network | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/meet-city-londons-accessibility-advisor https://www.cnib.ca/en/event/meet-city-londons-accessibility-advisor OK 200 yes 19667 1 21 22 10 78 Meet the City of London's Accessibility Advisor | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/accessibility-insulin-devices-survey https://www.cnib.ca/en/news/accessibility-insulin-devices-survey OK 200 yes 19226 1 21 26 10 70 Accessibility of Insulin Devices Survey | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R70, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/connecting-dots-toronto-wayfinding-information https://www.cnib.ca/en/connecting-dots-toronto-wayfinding-information OK 200 yes 18840 1 19 18 10 51 Connecting the Dots Toronto – Wayfinding Information | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/cnib-come-work-helps-people-vision-loss-find-fulfilling-accomplished-careers https://www.cnib.ca/en/news/cnib-come-work-helps-people-vision-loss-find-fulfilling-accomplished-careers OK 200 yes 21125 1 20 22 11 71 CNIB Come to Work helps people with vision loss find fulfilling, accomplished careers | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/halton-healthcare-pilots-accessible-wayfinding-technology-oakville-trafalgar-memorial-hospital https://www.cnib.ca/en/news/halton-healthcare-pilots-accessible-wayfinding-technology-oakville-trafalgar-memorial-hospital OK 200 yes 19607 1 20 21 10 84 Halton Healthcare Pilots Accessible Wayfinding Technology at Oakville Trafalgar Memorial Hospital | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/programs/rehab–services https://www.cnib.ca/programs/rehab–services FAIL 404 yes 17024 1 19 23 10 50 Page Not Found | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/node/35744 https://www.cnib.ca/node/35744 FAIL 404 yes 16344 1 19 14 10 49 Page Not Found | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/cnib-next-generation https://www.cnib.ca/en/cnib-next-generation OK 200 yes 19813 2 16 35 8 45 CNIB Next Generation | CNIB
                    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-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, landmark-unique  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, navigable/heading-order, navigable/skip-link  
https://cnib.ca/fr https://www.inca.ca/fr OK 200 yes 20596 2 21 29 13 49 Home | INCA
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R64, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading, navigable/page-has-heading-one  
https://cnib.ca/office-locations https://www.cnib.ca/en/office-locations OK 200 yes 20402 1 20 19 10 109 CNIB offices | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/event/learning-academy-cnib-score-program-2026 https://www.cnib.ca/en/event/cnib-learning-academy-score-program-2026 OK 200 yes 20934 2 22 22 11 120 CNIB Learning Academy: SCORE Program (2026) | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/form/contact-us https://www.cnib.ca/en/form/contact-us OK 200 yes 23920 3 24 36 11 48 Contact Us | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, landmark-contentinfo-is-top-level, landmark-no-duplicate-contentinfo  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/contentinfo-is-top-level, landmarks/landmark-unique  
https://cnib.ca/programs/learn https://www.cnib.ca/en/programs-and-services/learn OK 200 yes 20714 1 20 38 10 53 Learn | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/programs/live https://www.cnib.ca/en/programs-and-services/live OK 200 yes 19130 1 20 40 10 53 Live | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/programs/play https://www.cnib.ca/en/programs-and-services/play OK 200 yes 18745 1 20 30 10 53 Play | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/programs/tech https://www.cnib.ca/en/programs-and-services/tech OK 200 yes 19921 1 20 36 10 53 Tech | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/programs/work https://www.cnib.ca/en/programs-and-services/work OK 200 yes 17976 1 20 32 10 53 Work | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/taxonomy/term/916 https://www.cnib.ca/en/programs-and-services/live/cnib-mobile-hub OK 200 yes 19424 2 21 65 22 77 CNIB Mobile Hub | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-required-children, button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/cnibs-white-cane-access-program-0 https://www.cnib.ca/en/cnibs-white-cane-access-program-0 OK 200 yes 18717 2 24 20 11 63 CNIB’s White Cane Access Program | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading  
https://cnib.ca/en/education-handbook-saskatchewan https://www.cnib.ca/en/education-handbook-saskatchewan OK 200 yes 18781 2 22 22 11 56 Education Handbook – Saskatchewan | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading  
https://cnib.ca/en/sponsor-cnib-guide-dogs https://www.cnib.ca/en/sponsor-cnib-guide-dogs OK 200 yes 18629 1 19 17 12 50 Sponsor CNIB Guide Dogs | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, text-alternatives/image-alt-words  
https://cnib.ca/en/contact/halifax-0 https://www.cnib.ca/en/contact/halifax-0 OK 200 yes 18202 1 21 18 10 54 Halifax | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/cnib-response-draft-policy-school-board-policies-service-animals https://www.cnib.ca/en/news/cnib-response-draft-policy-school-board-policies-service-animals OK 200 yes 19167 2 21 23 11 74 CNIB Response: Draft Policy – School Board Policies on Service Animals | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/node/13431 https://www.cnib.ca/en/node/13431 OK 200 yes 19357 1 19 22 11 69 Guide dogs and their handlers belong everywhere - it's the law | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/testimonials-cnib-scholarship-recipients https://www.cnib.ca/en/testimonials-cnib-scholarship-recipients FAIL 403 yes 14323 1 18 14 10 49 Access denied | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/remembering-disability-advocate-david-onley https://www.cnib.ca/en/news/remembering-disability-advocate-david-onley OK 200 yes 19139 1 20 19 11 67 Remembering disability advocate David Onley | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/cortical-visual-impairment https://www.cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/cortical-visual-impairment OK 200 yes 18393 1 18 17 10 49 Cortical Visual Impairment | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/guide-dog-handlers-chat-group https://www.cnib.ca/en/event/guide-dog-handlers-chat-group OK 200 yes 21173 1 22 22 12 115 Guide Dog Handlers Chat Group | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/corporate-gift https://www.cnib.ca/en/corporate-gift OK 200 yes 19039 1 22 18 10 60 Corporate Gift | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/node/7791 https://www.cnib.ca/en/node/7791 OK 200 yes 19318 1 19 21 10 65 PEI Public Libraries helping put technology in the hands of blind Islanders | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/moving-notice-cnib-sudbury-office https://www.cnib.ca/en/news/moving-notice-cnib-sudbury-office OK 200 yes 18841 2 21 19 11 69 Moving Notice – CNIB Sudbury Office | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/event/cnib-photography-club https://www.cnib.ca/en/event/cnib-photography-club OK 200 yes 20566 1 21 21 10 117 CNIB Photography Club | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/become-member/resources/10-tips https://www.cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/become-member/resources/10-tips OK 200 yes 20211 1 20 30 11 81 10 Tips for Building Your Website | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, heading_markup_misuse, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/edmonton-mens-peer-support-group-virtual https://www.cnib.ca/en/event/edmonton-mens-peer-support-group-virtual OK 200 yes 19404 1 21 21 10 76 Edmonton Men's Peer Support Group (Virtual) | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/inclusive-schools-program https://www.cnib.ca/en/inclusive-schools-program OK 200 yes 20587 4 23 23 13 57 Inclusive Schools Program | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, frame-title, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, heading_markup_misuse, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/reading-and-writing-uncontracted-braille https://www.cnib.ca/en/reading-and-writing-uncontracted-braille OK 200 yes 18716 2 20 18 11 49 Reading and Writing Uncontracted Braille | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/housing-handbook-newfoundland-and-labrador https://www.cnib.ca/en/housing-handbook-newfoundland-and-labrador OK 200 yes 19156 2 22 22 11 57 Housing Handbook – Newfoundland and Labrador | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading  
https://cnib.ca/en/event/cniblakejoehome-campfire-family-friendly-program https://www.cnib.ca/en/event/cniblakejoehome-campfire-family-friendly-program OK 200 yes 21601 1 21 22 11 113 CNIBLakeJoe@Home: Campfire - a family-friendly program | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/cnib-foundation-expands-virtual-program-offerings-across-canada https://www.cnib.ca/en/news/cnib-foundation-expands-virtual-program-offerings-across-canada OK 200 yes 18869 1 20 19 10 71 CNIB Foundation expands virtual program offerings across Canada | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/about-know-your-rights-newfoundland-and-labrador-project https://www.cnib.ca/en/about-know-your-rights-newfoundland-and-labrador-project OK 200 yes 19454 2 20 17 11 57 About the Know Your Rights – Newfoundland and Labrador project | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/ontario-health-card-renewal-process-isnt-accessible-ontarians-sight-loss https://www.cnib.ca/en/news/ontario-health-card-renewal-process-isnt-accessible-ontarians-sight-loss OK 200 yes 19454 2 21 23 11 76 Ontario Health Card renewal process isn’t accessible to Ontarians with sight loss | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, blockquote_cite_exists, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/cnib-response-government-e-scooter-announcement-december-2019 https://www.cnib.ca/en/news/cnib-response-government-e-scooter-announcement-december-2019 OK 200 yes 19841 1 20 20 10 79 CNIB Response to Government e-scooter announcement – December 2019 | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/contact/calgary https://www.cnib.ca/en/contact/calgary OK 200 yes 18553 1 21 18 10 54 Calgary | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/canada-emergency-response-benefit-cerb https://www.cnib.ca/en/news/canada-emergency-response-benefit-cerb OK 200 yes 18354 2 21 19 11 71 The Canada Emergency Response Benefit (CERB) | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/public-education-videos-alberta https://www.cnib.ca/en/public-education-videos-alberta OK 200 yes 23077 3 23 26 14 49 Public Education Videos – Alberta | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading, heading-order  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title-unique, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading, navigable/heading-order  
https://cnib.ca/en/news/introducing-cnib-unbound-our-new-virtual-book-club https://www.cnib.ca/en/news/introducing-cnib-unbound-our-new-virtual-book-club OK 200 yes 19699 1 20 20 10 89 Introducing CNIB Unbound, our new virtual book club | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/upcoming-cnib-conferences-and-events https://www.cnib.ca/en/news/upcoming-cnib-conferences-and-events OK 200 yes 20070 1 20 22 10 110 Upcoming CNIB Conferences and Events | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/retinal-diseases https://www.cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/retinal-diseases OK 200 yes 18372 1 19 18 10 49 Retinal Diseases | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/meet-zachary-young-leader-passion-change https://www.cnib.ca/en/meet-zachary-young-leader-passion-change OK 200 yes 18877 1 19 18 10 50 Meet Zachary: A Young Leader with a Passion for Change | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/learning-tactile-rubiks-cube-inclusive-momentum https://www.cnib.ca/en/event/learning-tactile-rubiks-cube-inclusive-momentum OK 200 yes 20607 1 21 23 12 77 Learning the Tactile Rubik’s Cube with Inclusive Momentum | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/documentation/adding-news https://www.cnib.ca/en/user/login?destination=/en/documentation/adding-news OK 200 yes 18092 1 23 24 10 50 Log in | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/support-us/give/your-impact https://www.cnib.ca/en/support-us/give/your-impact OK 200 yes 19406 1 20 32 10 54 Your Impact | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/contact/cnib-quebec https://www.cnib.ca/en/contact/cnib-quebec OK 200 yes 18291 1 21 18 10 59 CNIB Quebec | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/contact/cnib-lake-joseph-centre https://www.cnib.ca/en/contact/cnib-lake-joseph-centre OK 200 yes 17069 1 21 18 10 56 CNIB Lake Joseph Centre | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/support-us/advocate/advocacy-campaigns/previous-campaigns https://www.cnib.ca/en/support-us/advocate/advocacy-campaigns/previous-campaigns OK 200 yes 19318 1 20 29 10 56 Previous Campaigns | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/aatec/cnib-regional-youth-planning-committee-alberta https://www.cnib.ca/en/event/aatec/cnib-regional-youth-planning-committee-alberta OK 200 yes 19653 1 21 21 10 78 AATEC/CNIB Regional Youth Planning Committee (Alberta) | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/nailing-pitch-presenting https://www.cnib.ca/en/nailing-pitch-presenting OK 200 yes 18607 1 18 18 10 50 Nailing the Pitch: Presenting | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/cniblakejoehome-lake-joe-cooking-show https://www.cnib.ca/en/event/cniblakejoehome-lake-joe-cooking-show OK 200 yes 20250 1 21 21 10 113 CNIBLakeJoe@Home: Lake Joe Cooking Show | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/robert-david-froom-renewing-relationships-cnib-lake-joe https://www.cnib.ca/en/robert-david-froom-renewing-relationships-cnib-lake-joe OK 200 yes 18250 1 18 22 11 51 Robert & David Froom: Renewing Relationships at CNIB Lake Joe | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/documentation/adding-homepage-top-banner https://www.cnib.ca/en/user/login?destination=/en/documentation/adding-homepage-top-banner OK 200 yes 17789 1 23 24 10 50 Log in | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/know-your-rights-podcast https://www.cnib.ca/en/know-your-rights-podcast OK 200 yes 28769 8 22 24 14 377 Know Your Rights Podcast | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, 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-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, aria-roles, aria-valid-attr, aria-valid-attr-value, button-name, color-contrast, frame-title, heading-order, scrollable-region-focusable  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/siri-series https://www.cnib.ca/en/siri-series OK 200 yes 18803 1 20 17 10 83 Siri Series | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/clearing-our-path https://www.cnib.ca/en/clearing-our-path OK 200 yes 19110 1 20 19 10 66 Clearing Our Path | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/programs-and-services/play/culture-sports-and-recreation-programs https://www.cnib.ca/en/programs-and-services/play/culture-sports-and-recreation-programs OK 200 yes 27058 2 21 174 23 76 Culture, Sports and Recreation Programs | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-required-children, button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/landmark-unique, text-alternatives/image-alt-words  
https://cnib.ca/en/support-us/volunteer/meet-our-volunteers/thank-you-cindy-meet-cindy https://www.cnib.ca/en/support-us/volunteer/meet-our-volunteers/thank-you-cindy-meet-cindy OK 200 yes 19437 2 23 20 11 57 Meet Cindy | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/meet-karin-tammy https://www.cnib.ca/en/meet-karin-tammy OK 200 yes 19969 1 20 20 10 56 Meet Karin & Tammy | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/celebrating-cnib-volunteers-meet-jessica https://www.cnib.ca/en/celebrating-cnib-volunteers-meet-jessica OK 200 yes 18612 1 20 17 10 58 Celebrating CNIB Volunteers: Meet Jessica | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/programs-and-services/work/connecting-dots-conference/exhibit-and-sponsor https://www.cnib.ca/en/programs-and-services/work/connecting-dots-conference/exhibit-and-sponsor OK 200 yes 18110 1 20 30 10 57 Exhibit and Sponsor | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/resources-entrepreneurs/your https://www.cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/resources-entrepreneurs/your OK 200 yes 19609 2 21 27 11 58 Your nine-step business plan | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/event/cniblakejoehome-talent-show https://www.cnib.ca/en/event/cniblakejoehome-talent-show OK 200 yes 21917 1 22 22 12 113 CNIBLakeJoe@Home: Talent Show | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/cnib-manitoba-launches-know-your-rights https://www.cnib.ca/en/news/cnib-manitoba-launches-know-your-rights OK 200 yes 19687 3 21 22 13 85 CNIB Manitoba launches Know Your Rights! | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, color-contrast  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/discrimination-against-guide-dog-teams-must-stop https://www.cnib.ca/en/news/discrimination-against-guide-dog-teams-must-stop OK 200 yes 19299 1 20 21 10 69 Discrimination against guide dog teams must stop | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/housing-handbook-quebec https://www.cnib.ca/en/housing-handbook-quebec OK 200 yes 18601 1 19 19 11 51 Housing Handbook – Québec | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/built-environment-handbook-manitoba https://www.cnib.ca/en/built-environment-handbook-manitoba OK 200 yes 19452 2 22 22 11 56 Built Environment Handbook – Manitoba | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading  
https://cnib.ca/en/news/cnib-foundation-asks-canadians-donate-smartphones-after-holidays https://www.cnib.ca/en/news/cnib-foundation-asks-canadians-donate-smartphones-after-holidays OK 200 yes 19538 1 20 21 10 73 CNIB Foundation asks Canadians to donate smartphones after the holidays | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/interview-daniel-kisielewski https://www.cnib.ca/en/interview-daniel-kisielewski OK 200 yes 18831 1 18 18 10 51 An interview with Daniel Kisielewski | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/when-inclusion-slips-quietly-we-must-speak-loudly https://www.cnib.ca/en/news/when-inclusion-slips-quietly-we-must-speak-loudly OK 200 yes 21068 1 20 21 10 76 When Inclusion Slips Quietly, We Must Speak Loudly | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/cnib-lake-joe-camper-profile-miriam-matt-hesselbart https://www.cnib.ca/en/cnib-lake-joe-camper-profile-miriam-matt-hesselbart OK 200 yes 19114 1 19 18 11 52 CNIB Lake Joe Camper Profile: Miriam & Matt Hesselbart | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/volunteer-opportunity/transition-dog-boarder-cnib-guide-dogs https://www.cnib.ca/en/volunteer-opportunity/transition-dog-boarder-cnib-guide-dogs OK 200 yes 21889 3 20 23 12 96 Transition Dog Boarder – CNIB Guide Dogs | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, frame-title, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/news/cnib-foundation-announces-partnership-accessible-personalized-navigation-app-mapinhood https://www.cnib.ca/en/news/cnib-foundation-announces-partnership-accessible-personalized-navigation-app-mapinhood OK 200 yes 20433 1 20 19 10 73 The CNIB Foundation announces partnership with accessible personalized navigation app, MapinHood | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/lenovo https://www.cnib.ca/en/lenovo OK 200 yes 18766 2 20 17 11 49 Lenovo | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/about-us/awards/cnib-honour-roll https://www.cnib.ca/en/about-us/awards/cnib-honour-roll OK 200 yes 19804 1 20 17 10 54 CNIB Honour Roll | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/share-your-feedback-educational-outcomes-survey https://www.cnib.ca/en/news/share-your-feedback-educational-outcomes-survey OK 200 yes 19023 1 20 19 10 73 Share your Feedback: Educational Outcomes Survey | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/phone-it-forward-0 https://www.cnib.ca/en/phone-it-forward-0 OK 200 yes 18385 1 20 17 10 56 Phone It Forward | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/event/tech-drop https://www.cnib.ca/en/event/tech-drop OK 200 yes 20534 1 21 21 11 117 Tech Drop-In | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/canadians-urged-keep-safe-distance-guide-dog-teams https://www.cnib.ca/en/news/canadians-urged-keep-safe-distance-guide-dog-teams OK 200 yes 20133 1 20 21 10 71 Canadians urged to keep safe distance from guide dog teams | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/blind-truth-podcast https://www.cnib.ca/en/blind-truth-podcast OK 200 yes 20741 7 23 23 14 85 The Blind Truth Podcast | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, 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-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-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, aria-roles, aria-valid-attr, aria-valid-attr-value, button-name, color-contrast, frame-title, heading-order  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, frame_title_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_quoted_correctly  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/heading-order  
https://cnib.ca/en/event/discovery-saturdays-0 https://www.cnib.ca/en/event/discovery-saturdays-0 OK 200 yes 19740 1 21 21 10 76 Discovery Saturdays | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/news/empowering-young-people-sight-loss-safely-access-and-participate-online-spaces https://www.cnib.ca/en/news/empowering-young-people-sight-loss-safely-access-and-participate-online-spaces OK 200 yes 19185 1 20 19 10 67 Empowering young people with sight loss to safely access and participate in online spaces | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  
https://cnib.ca/en/healthcare-handbook-prince-edward-island https://www.cnib.ca/en/healthcare-handbook-prince-edward-island OK 200 yes 19381 2 22 22 11 58 Healthcare Handbook – Prince Edward Island | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, empty-heading  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_tabbable_unobscured, heading_content_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, navigable/empty-heading  
https://cnib.ca/en/documentation/adding-homepage-national-content-block https://www.cnib.ca/en/user/login?destination=/en/documentation/adding-homepage-national-content-block OK 200 yes 17928 1 23 24 10 50 Log in | CNIB
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_child_tabbable, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, element_id_unique, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique  

Detailed Failure Information (ALFA)

https://cnib.ca/

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

Failure 1:

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

Failure 1:

Failure 2:

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 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/payment-terminals-improved-accessibility-coming-soon-business-near-you

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/contact/cnib-deafblind-community-services-ottawa

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/accessibility-cnib

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/classroom-accessibility-allies

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/news/government-canada-supports-new-technology-make-electronic-payment-terminals-accessible-persons

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/news/help-save-life-saving-services-people-who-are-deafblind-british-columbia

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/share-your-accessibility-feedback

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/event/cnib-accessibility-advisory-committee-network

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/event/meet-city-londons-accessibility-advisor

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/accessibility-insulin-devices-survey

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

https://cnib.ca/en/connecting-dots-toronto-wayfinding-information

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/cnib-come-work-helps-people-vision-loss-find-fulfilling-accomplished-careers

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/halton-healthcare-pilots-accessible-wayfinding-technology-oakville-trafalgar-memorial-hospital

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/programs/rehab–services

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/node/35744

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/cnib-next-generation

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-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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/fr

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

Failure 1:

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

Failure 1:

Failure 2:

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 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

https://cnib.ca/office-locations

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

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-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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://cnib.ca/event/learning-academy-cnib-score-program-2026

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/form/contact-us

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/programs/learn

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/programs/live

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/programs/play

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/programs/tech

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/programs/work

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/taxonomy/term/916

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

Failure 1:

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

Failure 1:

Failure 2:

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 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/cnibs-white-cane-access-program-0

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://cnib.ca/en/education-handbook-saskatchewan

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/sponsor-cnib-guide-dogs

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/contact/halifax-0

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/cnib-response-draft-policy-school-board-policies-service-animals

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/node/13431

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/testimonials-cnib-scholarship-recipients

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://cnib.ca/en/news/remembering-disability-advocate-david-onley

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/cortical-visual-impairment

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://cnib.ca/en/event/guide-dog-handlers-chat-group

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/corporate-gift

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/node/7791

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/moving-notice-cnib-sudbury-office

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/event/cnib-photography-club

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/become-member/resources/10-tips

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/event/edmonton-mens-peer-support-group-virtual

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/inclusive-schools-program

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

https://cnib.ca/en/reading-and-writing-uncontracted-braille

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/housing-handbook-newfoundland-and-labrador

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/event/cniblakejoehome-campfire-family-friendly-program

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/cnib-foundation-expands-virtual-program-offerings-across-canada

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/about-know-your-rights-newfoundland-and-labrador-project

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/ontario-health-card-renewal-process-isnt-accessible-ontarians-sight-loss

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/news/cnib-response-government-e-scooter-announcement-december-2019

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/contact/calgary

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/canada-emergency-response-benefit-cerb

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/public-education-videos-alberta

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/news/introducing-cnib-unbound-our-new-virtual-book-club

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/upcoming-cnib-conferences-and-events

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/retinal-diseases

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/meet-zachary-young-leader-passion-change

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/event/learning-tactile-rubiks-cube-inclusive-momentum

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/documentation/adding-news

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/support-us/give/your-impact

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/contact/cnib-quebec

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/contact/cnib-lake-joseph-centre

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/support-us/advocate/advocacy-campaigns/previous-campaigns

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/event/aatec/cnib-regional-youth-planning-committee-alberta

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/nailing-pitch-presenting

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://cnib.ca/en/event/cniblakejoehome-lake-joe-cooking-show

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/robert-david-froom-renewing-relationships-cnib-lake-joe

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://cnib.ca/en/documentation/adding-homepage-top-banner

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/know-your-rights-podcast

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

Failure 1:

Rule: SIA-R13

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/siri-series

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/clearing-our-path

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/programs-and-services/play/culture-sports-and-recreation-programs

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

Failure 1:

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

Failure 1:

Failure 2:

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 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/support-us/volunteer/meet-our-volunteers/thank-you-cindy-meet-cindy

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

https://cnib.ca/en/meet-karin-tammy

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/celebrating-cnib-volunteers-meet-jessica

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/programs-and-services/work/connecting-dots-conference/exhibit-and-sponsor

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/resources-entrepreneurs/your

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/event/cniblakejoehome-talent-show

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/cnib-manitoba-launches-know-your-rights

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/news/discrimination-against-guide-dog-teams-must-stop

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/housing-handbook-quebec

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/built-environment-handbook-manitoba

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/news/cnib-foundation-asks-canadians-donate-smartphones-after-holidays

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/interview-daniel-kisielewski

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

https://cnib.ca/en/news/when-inclusion-slips-quietly-we-must-speak-loudly

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/cnib-lake-joe-camper-profile-miriam-matt-hesselbart

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/volunteer-opportunity/transition-dog-boarder-cnib-guide-dogs

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/cnib-foundation-announces-partnership-accessible-personalized-navigation-app-mapinhood

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/lenovo

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/about-us/awards/cnib-honour-roll

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/share-your-feedback-educational-outcomes-survey

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/phone-it-forward-0

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/event/tech-drop

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/canadians-urged-keep-safe-distance-guide-dog-teams

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/blind-truth-podcast

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

Failure 1:

Rule: SIA-R13

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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-R78: Headings of same level have text content between them

Failure 1:

https://cnib.ca/en/event/discovery-saturdays-0

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/news/empowering-young-people-sight-loss-safely-access-and-participate-online-spaces

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

https://cnib.ca/en/healthcare-handbook-prince-edward-island

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

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-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://cnib.ca/en/documentation/adding-homepage-national-content-block

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

Detailed Failure Information (axe)

https://cnib.ca/

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/en/news/payment-terminals-improved-accessibility-coming-soon-business-near-you

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/contact/cnib-deafblind-community-services-ottawa

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/accessibility-cnib

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/classroom-accessibility-allies

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/news/government-canada-supports-new-technology-make-electronic-payment-terminals-accessible-persons

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/news/help-save-life-saving-services-people-who-are-deafblind-british-columbia

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/share-your-accessibility-feedback

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/event/cnib-accessibility-advisory-committee-network

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/meet-city-londons-accessibility-advisor

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/accessibility-insulin-devices-survey

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/connecting-dots-toronto-wayfinding-information

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/cnib-come-work-helps-people-vision-loss-find-fulfilling-accomplished-careers

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/halton-healthcare-pilots-accessible-wayfinding-technology-oakville-trafalgar-memorial-hospital

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/programs/rehab–services

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/node/35744

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/cnib-next-generation

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://cnib.ca/fr

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/office-locations

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/event/learning-academy-cnib-score-program-2026

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/form/contact-us

Rule: button-name

Impact: critical

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

https://cnib.ca/programs/learn

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/programs/live

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/programs/play

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/programs/tech

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/programs/work

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/taxonomy/term/916

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/cnibs-white-cane-access-program-0

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/en/education-handbook-saskatchewan

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/en/sponsor-cnib-guide-dogs

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/contact/halifax-0

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/cnib-response-draft-policy-school-board-policies-service-animals

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/node/13431

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/testimonials-cnib-scholarship-recipients

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/remembering-disability-advocate-david-onley

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/cortical-visual-impairment

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/guide-dog-handlers-chat-group

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/corporate-gift

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/node/7791

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/moving-notice-cnib-sudbury-office

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/event/cnib-photography-club

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/become-member/resources/10-tips

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/edmonton-mens-peer-support-group-virtual

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/inclusive-schools-program

Rule: button-name

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

https://cnib.ca/en/reading-and-writing-uncontracted-braille

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/housing-handbook-newfoundland-and-labrador

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/en/event/cniblakejoehome-campfire-family-friendly-program

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/cnib-foundation-expands-virtual-program-offerings-across-canada

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/about-know-your-rights-newfoundland-and-labrador-project

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/news/ontario-health-card-renewal-process-isnt-accessible-ontarians-sight-loss

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/news/cnib-response-government-e-scooter-announcement-december-2019

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/contact/calgary

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/canada-emergency-response-benefit-cerb

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/public-education-videos-alberta

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/news/introducing-cnib-unbound-our-new-virtual-book-club

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/upcoming-cnib-conferences-and-events

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/sight-loss-info/your-eyes/eye-diseases/retinal-diseases

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/meet-zachary-young-leader-passion-change

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/learning-tactile-rubiks-cube-inclusive-momentum

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/documentation/adding-news

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/support-us/give/your-impact

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/contact/cnib-quebec

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/contact/cnib-lake-joseph-centre

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/support-us/advocate/advocacy-campaigns/previous-campaigns

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/aatec/cnib-regional-youth-planning-committee-alberta

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/nailing-pitch-presenting

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/cniblakejoehome-lake-joe-cooking-show

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/robert-david-froom-renewing-relationships-cnib-lake-joe

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/documentation/adding-homepage-top-banner

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/know-your-rights-podcast

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://cnib.ca/en/siri-series

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/clearing-our-path

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/programs-and-services/play/culture-sports-and-recreation-programs

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/support-us/volunteer/meet-our-volunteers/thank-you-cindy-meet-cindy

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/meet-karin-tammy

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/celebrating-cnib-volunteers-meet-jessica

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/programs-and-services/work/connecting-dots-conference/exhibit-and-sponsor

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/programs-and-services/work/i-want-become-entrepreneur-venture-zone/resources-entrepreneurs/your

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/event/cniblakejoehome-talent-show

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/cnib-manitoba-launches-know-your-rights

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

https://cnib.ca/en/news/discrimination-against-guide-dog-teams-must-stop

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/housing-handbook-quebec

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/built-environment-handbook-manitoba

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/en/news/cnib-foundation-asks-canadians-donate-smartphones-after-holidays

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/interview-daniel-kisielewski

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/when-inclusion-slips-quietly-we-must-speak-loudly

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/cnib-lake-joe-camper-profile-miriam-matt-hesselbart

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/volunteer-opportunity/transition-dog-boarder-cnib-guide-dogs

Rule: button-name

Impact: critical

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/news/cnib-foundation-announces-partnership-accessible-personalized-navigation-app-mapinhood

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/lenovo

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/about-us/awards/cnib-honour-roll

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/share-your-feedback-educational-outcomes-survey

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/phone-it-forward-0

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/event/tech-drop

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/canadians-urged-keep-safe-distance-guide-dog-teams

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/blind-truth-podcast

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

https://cnib.ca/en/event/discovery-saturdays-0

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/news/empowering-young-people-sight-loss-safely-access-and-participate-online-spaces

Rule: button-name

Impact: critical

Failure 1:

https://cnib.ca/en/healthcare-handbook-prince-edward-island

Rule: button-name

Impact: critical

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

https://cnib.ca/en/documentation/adding-homepage-national-content-block

Rule: button-name

Impact: critical

Failure 1: