Public accessibility assessment

Accessibility issues detected on cndcc.org

Evolize inspected 5 public pages on cndcc.org and detected 32 automatically identifiable accessibility findings.

32Findings detected
8WCAG criteria affected
5Pages inspected
30 Aug 2026Assessment date

Highest detected severity: Critical · 7 high-priority findings · 100% inspected-page coverage

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/22 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)14 detected findings

Is cndcc.org your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on cndcc.org and detected 32 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/", where 22 findings were detected. The assessment identified findings mapped to 8 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. Critical

    Form fields are missing labels

    WCAG 1.3.1 (A) · 1 inspected page · 2 instances
    Why this matters

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Add a label element to the form input, using the 'for' attribute to associate it with the input's 'id' attribute. For example: <label for='quantity-input'>Quantity</label> <input id='quantity-input' name='quantity-input' type='number' value='1' min='1' max='9999' size='4' autocomplete='off'>

    View technical evidence →
  2. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 2 instances
    Why this matters

    Links expose no accessible name, so their destination is unknown to screen reader users.

    Recommended action

    Add text to the link or provide an alternative description via the aria-label or aria-describedby attribute to ensure screen reader users can understand the link's purpose.

    View technical evidence →
  3. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 75 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    To fix this issue, remove the element from the tab order by setting 'tabindex=-1' on the anchor tag or make the element visible when it receives focus. Alternatively, consider reordering the elements in the DOM to match the visual order, ensuring that only visible elements are focusable.

    View technical evidence →
  4. High

    IDs used in ARIA and labels must be unique

    WCAG 4.1.2 (A) · 5 inspected pages · 40 instances
    Why this matters

    IDs used in ARIA and labels must be unique

    Recommended action

    Ensure all IDs used in ARIA and labels are unique. Update the HTML to assign a unique ID to the element with the id attribute set to 'about'. For example, rename the id to 'about-navigation' to avoid duplication.

    View technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    To fix this issue, ensure that the element is removed from the tab order when it is not visible. This can be achieved by adding the 'tabindex=-1' attribute to the element when it is hidden, or by using JavaScript to remove the element from the DOM when it is not visible.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1455 / 5
1.3.1Info and RelationshipsA755 / 5
2.4.3Focus OrderA455 / 5
2.5.8Target Size (Minimum)AA333 / 5
4.1.2Name, Role, ValueA355 / 5
1.4.10ReflowAA111 / 5
2.4.4Link Purpose (In Context)A111 / 5
3.3.2Labels or InstructionsA111 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Form fields are missing labels

WCAG 1.3.1 (A)2 instances1 inspected page

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Why it matters

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Recommended correction

Add a label element to the form input, using the 'for' attribute to associate it with the input's 'id' attribute. For example: <label for='quantity-input'>Quantity</label> <input id='quantity-input' name='quantity-input' type='number' value='1' min='1' max='9999' size='4' autocomplete='off'>

View 2 affected elements
Component · Ref 3ZH19Z
Affected pagehttps://www.cndcc.org/store/p/jeff-sidder-dvr
Elementinput
Markup
<input name="quantity-input" type="number" value="1" min="1" max="9999" size="4" autocomplete="off">
High

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)40 instances5 inspected pages

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

Ensure all IDs used in ARIA and labels are unique. Update the HTML to assign a unique ID to the element with the id attribute set to 'about'. For example, rename the id to 'about-navigation' to avoid duplication.

View 40 affected elements
Component · Ref KVPI4B
Affected pagehttps://www.cndcc.org/
Element.header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--folder.header-nav-item:nth-child(2) > .header-nav-folder-content
Accessible nameAbout Us Our Board Our Team Committees Legacy Fund FAQ
Markup
<div class="header-nav-folder-content" id="about">
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)100 instances5 inspected pages

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Why it matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

View 100 affected elements
Component · Ref MV6PIZ
Affected pagehttps://www.cndcc.org/
Elementdiv:nth-of-type(1) > div:nth-of-type(2) > div > nav > div:nth-of-type(1) > a
Accessible nameHome
Markup
<a href="/" data-animation-role="header-element" aria-current="page">
        Home
      </a>
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref MTSZXI
Affected pagehttps://www.cndcc.org/
Elementdiv#about > div:nth-of-type(1) > a
Accessible nameAbout Us
Markup
<a href="/founders-of-cndcc">
                <span class="header-nav-folder-item-content">
                  About Us
                </span>
              </a>
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref 63WRXI
Affected pagehttps://www.cndcc.org/
Elementdiv:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div > a
Accessible nameColorado Neurodiversity Chamber of Commerce
Markup
<a href="/" data-animation-role="header-element">
                        
<img elementtiming="nbf-header-logo-desktop" src="//images.squarespace-cdn.com/content/v1/631a48f68d0d2a66737981a1/9ef63607-6324-4a2b-a4a9-69fe9636acbb/CNDCC+Main+Logo-Transparent+Background.png?format=1500w" alt="Colorado Neurodiversity Chamber of Commerce" style="display:block" fetchpriority="high" loading="eager" decoding="async" data-loader="raw">

                        </a>
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref 8F40P3
Affected pagehttps://www.cndcc.org/
Elementdiv#floatingCart > a
Accessible name0 items in cart
Markup
<a href="/cart" class="icon icon--stroke icon--fill icon--cart sqs-custom-cart sqs-template-integrated-shopping-cart" data-test="continue-to-cart" aria-label="0 items in cart">
            <span class="Cart-inner">
              



  <svg class="icon icon--cart" viewBox="0 0 31 24">
  <g class="svg-icon cart-icon--odd">
    <circle fill="none" stroke-miterlimit="10" cx="22.5" cy="21.5" r="1"></circle>
    <circle fill="none" stroke-miterlimit="10" cx="9.5" cy="21.5" r="1"></circle>
    <path fill="none" stroke-miterlimit="10" d="M0,1.5h5c0.6,0,1.1,0.4,1.1,1l1.7,13
      c0.1,0.5,0.6,1,1.1,1h1…
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)51 instances5 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

To improve text legibility, consider adjusting the color scheme to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). Ensure that the text and background colors have sufficient contrast to be easily readable.

View 51 affected elements
Component · Ref A91TGU
Affected pagehttps://www.cndcc.org/cart
Elementp[data-rte-preserve-empty="true"]:nth-child(1)
Accessible nameColorado Neurodiversity Chamber of Commerce ©
Markup
<p class="" style="white-space:pre-wrap;" data-rte-preserve-empty="true">Colorado Neurodiversity Chamber of Commerce © </p>
Affected pages/blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref 6MTKPV
Affected pagehttps://www.cndcc.org/store/products
Elementstrong
Accessible nameGet ready to show your spirit and style like never before with our brand-new CNDCC products! We're thrilled to unveil an array of designs that perfectly capture the energy, passion, and unity of the Colorado Neurodiversity Chamber of Commerce.
Markup
<strong>Get ready to show your spirit and style like never before with our brand-new CNDCC products! We're thrilled to unveil an array of designs that perfectly capture the energy, passion, and unity of the Colorado Neurodiversity Chamber of Commerce.</strong>
Component · Ref 1FVOUW
Affected pagehttps://www.cndcc.org/
Element#block-4acdc91ca9914903b025 > .sqs-block-content > .sqs-text-block-container > .sqs-html-content[data-sqsp-text-block-content=""] > h2
Accessible nameA Chamber Built For YOU
Markup
<h2 style="text-align:center;white-space:pre-wrap;">A Chamber Built For <strong>YOU</strong></h2>
Component · Ref G4G4U6
Affected pagehttps://www.cndcc.org/
Element#block-4acdc91ca9914903b025 > .sqs-block-content > .sqs-text-block-container > .sqs-html-content[data-sqsp-text-block-content=""] > h2 > strong
Accessible nameYOU
Markup
<strong>YOU</strong>
Component · Ref Y4A9P5
Affected pagehttps://www.cndcc.org/
Elementh2 > .sqsrte-text-color--white > strong
Accessible nameThe Nation's First Neurodiversity Chamber of Commerce
Markup
<strong>The Nation's First Neurodiversity Chamber of Commerce</strong>
Component · Ref YEY0C1
Affected pagehttps://www.cndcc.org/
Elementa[href$="donate"] > .sqsrte-text-color--white > strong
Accessible nameDonate to the CNDCC Legacy Foundation
Markup
<strong>Donate to the CNDCC Legacy Foundation</strong>
Component · Ref JJJLRE
Affected pagehttps://www.cndcc.org/
Element.sqs-html-content[data-sqsp-text-block-content=""] > p[data-rte-preserve-empty="true"]:nth-child(1)
Accessible nameColorado Neurodiversity Chamber of Commerce ©
Markup
<p class="" style="white-space:pre-wrap;" data-rte-preserve-empty="true">Colorado Neurodiversity Chamber of Commerce © </p>
Component · Ref 4XA2M8
Affected pagehttps://www.cndcc.org/
Element.header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--folder.header-nav-item:nth-child(2) > .header-nav-folder-title[data-href$="about-us-1"][aria-controls="about"] > .header-nav-folder-title-text
Accessible nameAbout
Markup
<span class="header-nav-folder-title-text">
        About
      </span>
Component · Ref 054KMR
Affected pagehttps://www.cndcc.org/blog/5-ways-to-embrace-universal-design-in-your-communication-department
Element.item-pagination-link--prev > .pagination-title-wrapper > h2
Accessible nameDiversifying Talent: Neurodiversify/Simplify Illuminates the Job Market
Markup
<h2 class="item-pagination-title">Diversifying Talent: Neurodiversify/Simplify Illuminates the Job Market</h2>
Component · Ref 3PC8B2
Affected pagehttps://www.cndcc.org/
Element.header-display-desktop > .header-actions.header-actions--right > .customerAccountLoginDesktop.user-accounts-link.loaded > .user-accounts-text-link.header-nav-item[href="#"] > .unauth
Accessible nameLogin
Markup
<span class="unauth">Login</span>
Component · Ref 9YMJKJ
Affected pagehttps://www.cndcc.org/
Element.header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(6) > a[href$="cndccmemberdirectory"][data-animation-role="header-element"]
Accessible nameMember Directory
Markup
<a href="/cndccmemberdirectory" data-animation-role="header-element">
        Member Directory
      </a>
Component · Ref 4Y21B1
Affected pagehttps://www.cndcc.org/
Element#block-1334f9c8da5d944e9e27 > .sqs-block-content > .sqs-text-block-container > .sqs-html-content[data-sqsp-text-block-content=""] > .sqsrte-large:nth-child(2)
Accessible nameWe support employers of all sizes with guidance, tools, and connections to build neuro-inclusive workplaces that unlock the potential of neurodivergent talent while driving innovation, retention, and sustainable growth.
Markup
<p style="text-align:center;white-space:pre-wrap;" class="sqsrte-large">We support employers of all sizes with guidance, tools, and connections to build neuro-inclusive workplaces that unlock the potential of neurodivergent talent while driving innovation, retention, and sustainable growth.</p>
Component · Ref YTI7JN
Affected pagehttps://www.cndcc.org/blog/5-ways-to-embrace-universal-design-in-your-communication-department
Element.header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--active.header-nav-item--folder.header-nav-item > button[data-href$="resources"][aria-controls="resources"][aria-current="true"] > .header-nav-folder-title-text
Accessible nameResources
Markup
<span class="header-nav-folder-title-text">
        Resources
      </span>
Component · Ref MGPL96
Affected pagehttps://www.cndcc.org/
Element.header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--active.header-nav-item--homepage.header-nav-item--collection > a[aria-current="page"][href="/"][data-animation-role="header-element"]
Accessible nameHome
Markup
<a href="/" data-animation-role="header-element" aria-current="page">
        Home
      </a>
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)44 instances5 inspected pages

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Why it matters

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Recommended correction

Add an accessible name to each navigation landmark using the 'aria-label' or 'aria-labelledby' attribute to help screen reader users distinguish between them.

View 44 affected elements
Component · Ref 23H9G5
Affected pagehttps://www.cndcc.org/cart
Elementdiv:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(2) > div > nav
Accessible nameHome About About Us Our Board Our Team Committees Legacy Fund FAQ Regional Chapters Northern Colorado Chapter Colorado Springs Chapter Boulder and Broomfield Counties Chapter Events & Training Calendar Neurodiversity Impact Luncheon Neurodiversity Croquet Social Neurodiversity 101 NeuroForward Neurodivergent Business Edge NeuroTalent Collective NeuroMingles Neuroinclusive Internship Program Neurodiversity Celebration Week Training & Consultation Resources ND Friendly Businesses & Job Boards Neurodivergent Owned Businesses Preferred Providers Network Information Blog Member Directory
Markup
<nav class="header-nav-list">
                      


  
    <div class="header-nav-item header-nav-item--collection header-nav-item--homepage">
      <a href="/" data-animation-role="header-element">
        Home
      </a>
    </div>
  
  
  


  
    <div class="header-nav-item header-nav-item--folder">
      <button class="header-nav-folder-title" data-href="/about-us-1" data-animation-role="header-element" aria-expanded="false" aria-controls="about">
      <span class="header-nav-folder-title-text">
        About
      </span>
      </button>
      <div class="header-nav-folder-content" …
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref 4B5KCX
Affected pagehttps://www.cndcc.org/cart
Elementdiv#block-yui_3_17_2_1_1666643496791_166139 > div > div > div > nav
Markup
<nav class="sqs-svg-icon--list">
      
        
          <a href="https://www.facebook.com/NeurodiversityChamber " target="_blank" class="sqs-svg-icon--wrapper facebook-unauth" aria-label="Facebook">
            <div>
              <svg class="sqs-svg-icon--social" viewBox="0 0 64 64">
                <use class="sqs-use--icon" xlink:href="/universal/svg/social-accounts.svg#facebook-unauth-icon"></use>
                <use class="sqs-use--mask" xlink:href="/universal/svg/social-accounts.svg#facebook-unauth-mask"></use>
              </svg>
            </div>
          </a>
        
      
  …
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref SSH0JT
Affected pagehttps://www.cndcc.org/blog/5-ways-to-embrace-universal-design-in-your-communication-department
Elementheader#header > div:nth-of-type(3) > div:nth-of-type(2) > nav
Accessible nameHome Folder: About Folder: Regional Chapters Folder: Events & Training Folder: Resources Member Directory Login BECOME A MEMBER Back About Us Our Board Our Team Committees Legacy Fund FAQ Back Northern Colorado Chapter Colorado Springs Chapter Boulder and Broomfield Counties Chapter Back Calendar Neurodiversity Impact Luncheon Neurodiversity Croquet Social Neurodiversity 101 NeuroForward Neurodivergent Business Edge NeuroTalent Collective NeuroMingles Neuroinclusive Internship Program Neurodiversity Celebration Week Training & Consultation Back ND Friendly Businesses & Job Boards Neurodivergent Owned Businesses Preferred Providers Network Information Blog
Markup
<nav class="header-menu-nav-list">
          
        <div data-folder="root" class="header-menu-nav-folder header-menu-nav-folder--active">
            <div class="header-menu-nav-folder-content">
              <!-- Menu Navigation -->
<div class="header-menu-nav-wrapper">
  
    
      
        
          
            <div class="container header-menu-nav-item header-menu-nav-item--collection header-menu-nav-item--homepage">
              <a href="/">
                <div class="header-menu-nav-item-content">
                  Home
                </div>
              </a>
            </div>…
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /cart /store/p/jeff-sidder-dvr /store/products
Component · Ref CV59F1
Affected pagehttps://www.cndcc.org/store/products
Elementsection:nth-of-type(1) > div:nth-of-type(2) > div > div > div:nth-of-type(1) > nav
Markup
<nav class="nested-category-breadcrumb">
    
  </nav>
Medium

Page has no level-one heading

WCAG 1.3.1 (A)6 instances3 inspected pages

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Why it matters

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Recommended correction

To address this issue, add a level-one heading (<h1>) to the page that accurately conveys its topic. This heading should be descriptive and provide a clear indication of the page's content.

View 6 affected elements
Component · Ref 52WTZ0
Affected pagehttps://www.cndcc.org/
Elementbody#collection-631a4c654e07447814539d9b
Accessible name0 Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-background { } } Home About About Us Our Board Our Team Committees Legacy Fund FAQ Regional Chapters Northern Colorado Chapter Colorado Springs Chapter Boulder and Broomfield Counties Chapter Events & Training Calendar Neurodiversity Impact Luncheon Neurodiversity Croquet Social Neurodiversity 101 NeuroForward Neurodivergent Business Edge NeuroTalent Collective NeuroMingles Neuroinclusive Internship Program Neurodiversity Celebration Week Training & Consultation Resources ND Friendly Businesses & Job Boards Neurodivergent Owned Businesses Preferred Providers Network Information Blog Member Directory Login BECOME A MEMBER .top-bun, .patty, .bottom-bun { height: 1px; } Open Menu Close Menu Home About About Us Our Board Our Team Committees Legacy Fund …[truncated by Evolize: exceeded D1 value limit]
Markup
<body id="collection-631a4c654e07447814539d9b" class="tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-image-aspect-ratio-11-square tweak-blog-alternating-side-by-side-text-alignment-left tweak-blog-alternating-side-by-side-read-more-style-show tweak-blog-alternating-side-by-side-image-text-alignment-middle tweak-blog-alternating-side-by-side-delimiter-bullet tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternating-side-by-si…
Affected pages/ /cart /store/products
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)6 instances3 inspected pages

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

To fix this issue, increase the size of the touch target to at least 24x24 pixels. This can be achieved by adding padding to the element or increasing the size of the element itself. Ensure that the increased size does not affect the overall layout or usability of the page.

View 6 affected elements
Component · Ref O7SHMT
Affected pagehttps://www.cndcc.org/blog/5-ways-to-embrace-universal-design-in-your-communication-department
Elementdiv > div:nth-of-type(1) > div:nth-of-type(2) > div > div > a
Accessible nameGuest User
Markup
<a href="/blog?author=68d54f8cc7d1110a3bd20e6a" class="blog-author-name">Guest User</a>
Affected pages/ /blog/5-ways-to-embrace-universal-design-in-your-communication-department /store/p/jeff-sidder-dvr
Component · Ref RB1CIC
Affected pagehttps://www.cndcc.org/blog/5-ways-to-embrace-universal-design-in-your-communication-department
Elementdiv#block-e2c08b0e981b46f80adc > div > div > div > p:nth-of-type(11) > a
Accessible namenewsletters
Markup
<a href="https://www.cobizmag.com/unleashing-the-power-of-email-automation-streamlining-workflows-and-enhancing-efficiency/" target="_blank">newsletters</a>
Medium

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)2 instances1 inspected page

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

To fix this issue, ensure that the aria-label attribute is used only on elements that have a valid ARIA role. Consider removing the aria-label attribute from the paragraph element or adding a valid ARIA role to it.

View 2 affected elements
Component · Ref JU6LV4
Affected pagehttps://www.cndcc.org/cart
Element.empty-message
Accessible nameYou have nothing in your shopping cart.
Markup
<p aria-label="You have nothing in your shopping cart." data-test="empty-message" class="empty-message css-1ginkfr">You have nothing in your shopping cart.</p>
Medium

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)1 instance1 inspected page

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Why it matters

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Recommended correction

To fix this issue, ensure that the page content adapts to different screen sizes by using responsive design techniques, such as using relative units (e.g., percentages or ems) instead of absolute units (e.g., pixels) for element widths, and implementing media queries to adjust the layout for smaller viewports.

View 1 affected element
Component · Ref HDPH2Y
Affected pagehttps://www.cndcc.org/blog/5-ways-to-embrace-universal-design-in-your-communication-department
Elementhtml
Accessible name5 Ways to Embrace Universal Design in Your Communication Department — Colorado Neurodiversity Chamber of Commerce document.documentElement.classList.add('wf-loading') @keyframes fonts-loading { 0%, 99% { color: transparent; } } html.wf-loading * { animation: fonts-loading 3s; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 300; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/ea875279-d663-4261-b690-7ed00c65ccb1/latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 300; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/2f156972-5ae9-401b-8fd5-29a0fc4e4742/devanagari.woff2') format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 300; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/e1217d90-e3f1-4318-af30-972ddbb752f6/latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 400; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/28866714-3a03-4fde-b82e-bcffd944752e/latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 400; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/ab6b1da4-72e3-4abf-a176-e7a8a24b53d1/latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 400; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/7d30df3b-ed0a-4cdd-824a-b3c7e5e49f0d/devanagari.woff2') format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/106cf02d-1fea-47b3-beaa-607012f765b3/latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/2200ecd2-8cab-4e5f-98a1-74a7a1427ea4/devanagari.woff2') format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/abb8d202-34bc-4174-a25f-c00d4154bb44/latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/1e5ca8c8-e239-4a8d-9415-517c411c1f25/devanagari.woff2') format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/00d1a230-e215-4217-b1cf-31145362801e/latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/e7e7e312-9961-4208-abdd-6ed469c34828/latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/e5441b3f-475c-4dd0-815e-d1493a6eef24/latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/e364ec28-4783-442b-b46f-59d33a99dd2c/devanagari.woff2') format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; } /* latin */ @font-face { font-family: 'Poppins'; font-style: italic; font-weight: 700; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/67451c8f-d5ad-40d0-a48b-1e842ade5679/latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts/libraries/sqsp/assets/d03c0883-8248-47bf-9fa3-437f8474b0b7/latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('https://file.squarespace-cdn.com/content/v2/namespaces/fonts…[truncated by Evolize: exceeded D1 value limit]
Markup
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en-US" class="yui3-js-enabled wf-acuminpro-n5-active js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths wf-acuminpro-n7-active wf-acuminpro-i7-active wf-acuminpro-i5-active wf-active" style="--header-height: 94.765625px; scroll-behavior: sm…
Medium

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)4 instances1 inspected page

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Why it matters

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Recommended correction

Add a visible and programmatic label to the form field. For example, move the text 'First Name' from the placeholder attribute to a separate label element that is associated with the input field using the 'for' attribute or 'aria-labelledby' attribute.

View 4 affected elements
Component · Ref GQ69X3
Affected pagehttps://www.cndcc.org/
Elementfieldset#name-yui_3_17_2_1_1664394836783_24281 > div:nth-of-type(1) > input
Markup
<input class="newsletter-form-field-element field-element field-control" name="fname" x-autocompletetype="given-name" type="text" spellcheck="false" placeholder="First Name" maxlength="30" data-title="First">
Low

Touch targets are too small

WCAG 2.5.8 (AA)1 instance1 inspected page

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

Increase the size of the interactive control to at least 24x24 pixels to make it easier for users to tap or click.

View 1 affected element
Component · Ref TOKOMJ
Affected pagehttps://www.cndcc.org/store/p/jeff-sidder-dvr
Element.increase-button
Accessible nameIncrease quantity by 1
Markup
<button class="increase-button" type="button" aria-label="Increase quantity by 1" style="opacity: 1;">

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.