Public accessibility assessment

Accessibility issues detected on thecorecollabusa.com

Evolize inspected 5 public pages on thecorecollabusa.com and detected 30 automatically identifiable accessibility findings.

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

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

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

Is thecorecollabusa.com 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 thecorecollabusa.com and detected 30 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 "/products/the-queen", where 18 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 · 3 instances
    Why this matters

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

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →
  2. Critical

    Buttons have no accessible name

    WCAG 4.1.2 (A) · 1 inspected page · 1 instance
    Why this matters

    Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

    Recommended action

    Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

    View technical evidence →
  3. High

    List items are not inside a list

    WCAG 1.3.1 (A) · 5 inspected pages · 20 instances
    Why this matters

    A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

    Recommended action

    Wrap related <li> elements in a <ul> or <ol>, or use a different element for non-list content.

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 20 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

    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 technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 14 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

    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 technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1433 / 5
2.4.3Focus OrderA555 / 5
4.1.2Name, Role, ValueA533 / 5
1.3.1Info and RelationshipsA355 / 5
2.1.1KeyboardA211 / 5
2.2.2Pause, Stop, HideA211 / 5
1.4.1Use of ColorA122 / 5
2.5.8Target Size (Minimum)AA111 / 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

Buttons have no accessible name

WCAG 4.1.2 (A)1 instance1 inspected page

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Why it matters

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Recommended correction

Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

View 1 affected element
Component · Ref DK2OOI
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element.starting-slide > .product-image-main[data-product-image-main=""] > .image-wrap > .js-photoswipe__zoom.product__photo-zoom.btn--body
Accessible nameClose (esc)
Markup
<button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
Critical

Form fields are missing labels

WCAG 1.3.1 (A)3 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

Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

View 3 affected elements
Component · Ref 8K5L9Y
Affected pagehttps://thecorecollabusa.com/pages/membership-pricing
Element#price-high
Markup
<input type="range" id="price-high" min="200" max="800" step="10" value="370" oninput="updatePrice('high',this.value)">
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 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 50 affected elements
Component · Ref KEOJMP
Affected pagehttps://thecorecollabusa.com/
Elementdiv:nth-of-type(2) > ul:nth-of-type(1) > li:nth-of-type(2) > div:nth-of-type(1) > div > button
Accessible nameEquipment
Markup
<button type="button" aria-controls="Linklist-pages-equipment2" aria-labelledby="Label-pages-equipment2" class="collapsible-trigger collapsible--auto-height" aria-expanded="false"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path></svg>
</span>
</button>
Affected pages/ /pages/contact /pages/membership-pricing /blogs/news/pilates-reformer-financing-payment-plans /products/the-queen
Component · Ref IRGH5I
Affected pagehttps://thecorecollabusa.com/pages/contact
Elementdiv#NavDrawer > div > div:nth-of-type(1) > div > div:nth-of-type(2) > button
Accessible nameClose menu
Markup
<button type="button" class="drawer__close-button js-drawer-close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path></svg>
            <span class="icon__fallback-text">Close menu</span>
          </button>
Affected pages/ /pages/contact /pages/membership-pricing /blogs/news/pilates-reformer-financing-payment-plans /products/the-queen
Component · Ref NHET5V
Affected pagehttps://thecorecollabusa.com/products/the-queen
Elementdiv#NavDrawer > div > div:nth-of-type(2) > ul:nth-of-type(1) > li:nth-of-type(4) > a
Accessible nameCertification
Markup
<a href="/collections/pilates-certification" class="mobile-nav__link mobile-nav__link--top-level">Certification</a>
Affected pages/ /pages/contact /pages/membership-pricing /blogs/news/pilates-reformer-financing-payment-plans /products/the-queen
Component · Ref KSXR1K
Affected pagehttps://thecorecollabusa.com/blogs/news/pilates-reformer-financing-payment-plans
Elementa#Label-collections-pilates-reformers1
Accessible nameReformers
Markup
<a href="/collections/pilates-reformers" class="mobile-nav__link mobile-nav__link--top-level" id="Label-collections-pilates-reformers1">
                    Reformers
                  </a>
Affected pages/ /pages/contact /pages/membership-pricing /blogs/news/pilates-reformer-financing-payment-plans /products/the-queen
Component · Ref QGTRO9
Affected pagehttps://thecorecollabusa.com/products/the-queen
Elementhtml > body > div:nth-of-type(1) > div:nth-of-type(2) > div > button
Accessible nameClose review form
Markup
<button class="jdgm-write-review-modal__close-btn" aria-label="Close review form">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <path d="M19 5L5 19" stroke="#202223" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M5 5L19 19" stroke="#202223" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </button>
High

List items are not inside a list

WCAG 1.3.1 (A)30 instances5 inspected pages

A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

Why it matters

A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

Recommended correction

Wrap related <li> elements in a <ul> or <ol>, or use a different element for non-list content.

View 30 affected elements
Component · Ref R153XB
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element.site-nav--has-dropdown.site-nav__item[aria-haspopup="true"]:nth-child(2)
Accessible nameEquipment At Home Studio Pilates Cadillac, Pilates Tower & More Custom Creations Accessories Sale Studio in a Box
Markup
<li class="site-nav__item site-nav__expanded-item site-nav--has-dropdown" aria-haspopup="true">
Affected pages/ /pages/contact /pages/membership-pricing /blogs/news/pilates-reformer-financing-payment-plans /products/the-queen
Component · Ref EILS8J
Affected pagehttps://thecorecollabusa.com/
Element.site-nav__item.site-nav__expanded-item:nth-child(4)
Accessible nameCertification
Markup
<li class="site-nav__item site-nav__expanded-item">

      <a href="/collections/pilates-certification" class="site-nav__link site-nav__link--underline">
        Certification
      </a></li>
Affected pages/ /pages/contact /pages/membership-pricing /blogs/news/pilates-reformer-financing-payment-plans /products/the-queen
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)4 instances2 inspected pages

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 4 affected elements
Component · Ref QVN8V8
Affected pagehttps://thecorecollabusa.com/
Element.slideshow__slide--0ae5f1a3-5c5f-4942-a7d8-60687884ff37
Accessible name.slideshow__slide--0ae5f1a3-5c5f-4942-a7d8-60687884ff37 .hero__title { font-size: 25.0px; } @media only screen and (min-width: 769px) { .slideshow__slide--0ae5f1a3-5c5f-4942-a7d8-60687884ff37 .hero__title { font-size: 50px; } } .hero__image--0ae5f1a3-5c5f-4942-a7d8-60687884ff37{ object-position: center center; }
Markup
<div class="slideshow__slide slideshow__slide--0ae5f1a3-5c5f-4942-a7d8-60687884ff37" data-index="2" data-id="0ae5f1a3-5c5f-4942-a7d8-60687884ff37" aria-hidden="true" style="position: absolute; left: 0px; transform: translateX(-50%);">
Component · Ref TAXCVX
Affected pagehttps://thecorecollabusa.com/
Element.slideshow__slide--c957797d-ae04-45f7-8e81-53e00e92671c > .hero__slide-link[aria-hidden="true"]
Markup
<a href="/collections/pilates-certification" class="hero__slide-link" aria-hidden="true"></a>
Component · Ref DYWFAX
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element.grid--uniform
Accessible nameSale Queen Studio Pilates ReformerRegular price $3,199.00 Sale price$2,999.00 Save $200.00 View
Markup
<div class="grid grid--uniform visually-invisible" aria-hidden="true">
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)38 instances3 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

Increase the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.

View 38 affected elements
Component · Ref EE9L9
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element.jm-review-item.jm-box[data-v-3ff3fc10=""]:nth-child(2) > .jm-stack--space-400.jm-stack[data-v-417c96d2=""] > .jm-review-item__body.jm-cluster[data-v-04f37a24=""] > .jm-review-item__content.jm-stack--space-400.jm-stack > .jm-reviewer-info.jm-cluster[data-v-946e5b9f=""] > .jm-stack--space-100.jm-reviewer-info__details.jm-stack > .jm-cluster[data-v-946e5b9f=""][data-v-04f37a24=""]:nth-child(2) > .jm-text[data-v-6d928e9f=""][data-v-946e5b9f=""]
Accessible name06/18/2026
Markup
<span data-v-6d928e9f="" data-v-946e5b9f="" class="jm-text" style="--text-size: var(--jm-body-sm-size); --text-weight: var(--jm-body-sm-weight-default); color: var(--jm-review-widget-lighter-text-color);">06/18/2026</span>
Component · Ref LZEJRN
Affected pagehttps://thecorecollabusa.com/products/the-queen
Elementdiv[data-value="Pink"] > .variant__button-label.disabled
Accessible namePink
Markup
<label for="ProductSelect-template--25623100883227__main-8067170271515-option-upholstery-color-Pink" class="variant__button-label disabled">Pink</label>
Component · Ref M0YHFB
Affected pagehttps://thecorecollabusa.com/products/the-queen
Elementdiv[data-v-70b58720=""]
Accessible nameReview written in Shop App
Markup
<div data-v-6d928e9f="" data-v-70b58720="" data-v-4b57a27c="" class="jm-text" style="--text-size: var(--jm-body-sm-size); --text-weight: var(--jm-body-sm-weight-default); color: var(--jm-transparency-badge-color);">Review written in Shop App</div>
Component · Ref TFW86L
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element.rte > .custom-product-reviews > .review:nth-child(4) > p:nth-child(1) > span
Accessible name★★★★★
Markup
<span>★★★★★</span>
Component · Ref WRHDAP
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element#shopify-section-template--25623100883227__main > .custom-product-reviews > .review:nth-child(3) > p:nth-child(1) > span
Accessible name★★★★★
Markup
<span>★★★★★</span>
Component · Ref YV1LKC
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element.jm-review-item.jm-box[data-v-3ff3fc10=""]:nth-child(1) > .jm-stack--space-400.jm-stack[data-v-417c96d2=""] > .jm-review-item__body.jm-cluster[data-v-04f37a24=""] > .jm-review-item__content.jm-stack--space-400.jm-stack > .jm-cluster[data-v-04f37a24=""][data-v-47c26855=""]:nth-child(1) > .jm-star-rating[aria-label="5 out of 5 stars"][role="img"] > .jm-cluster[data-v-bc4d321f=""][data-v-04f37a24=""] > div[data-v-bc4d321f=""] > .jm-star-rating__font-icon[data-v-bc4d321f=""]:nth-child(1)
Accessible name
Markup
<span data-v-bc4d321f="" class="jm-star-rating__font-icon" style="font-size: 1.5em; line-height: 1; position: relative; color: var(--jm-review-widget-star-and-histogram-color);"></span>
Component · Ref SRTF2Z
Affected pagehttps://thecorecollabusa.com/
Element.btn[href$="pilates-reformers"]
Accessible nameDiscover More
Markup
<a href="/collections/pilates-reformers" class="btn">
              Discover More
            </a>
Component · Ref M32MXW
Affected pagehttps://thecorecollabusa.com/
Element.section--divider > .index-section > .feature-row-wrapper.page-width > .feature-row > .feature-row__text--right.feature-row__text.feature-row__item > .appear-delay-2 > .btn
Accessible nameShop Now
Markup
<a href="/collections/commercial-pilates-reformer" class="btn">
              Shop Now
            </a>
Component · Ref RAE4QL
Affected pagehttps://thecorecollabusa.com/
Element.theme-block:nth-child(4) > .rte > .btn
Accessible nameView Mat & Reformer Courses
Markup
<a href="https://thecorecollabusa.com/collections/pilates-certification" class="btn">
              View Mat &amp; Reformer Courses
            </a>
Component · Ref FI7RQD
Affected pagehttps://thecorecollabusa.com/products/the-queen
Element#jdgm-sort-r4n0a4
Accessible nameMost RecentHighest RatingLowest RatingOnly PicturesPictures FirstVideos FirstMost Helpful
Markup
<select data-v-8ff89c07="" id="jdgm-sort-r4n0a4" class="jdgm-sort-dropdown jm-sort-filter__select" value="created_at">
Component · Ref F37M78
Affected pagehttps://thecorecollabusa.com/
Elementa[href$="at-home-1"]
Accessible nameShop Now
Markup
<a href="/collections/at-home-1" class="btn">
              Shop Now
            </a>
Component · Ref 2VX2VA
Affected pagehttps://thecorecollabusa.com/products/the-queen
Elementspan[data-add-to-cart-text=""]
Accessible nameAdd to cart
Markup
<span data-add-to-cart-text="" data-default-text="Add to cart">
        Add to cart
      </span>
Component · Ref X153IV
Affected pagehttps://thecorecollabusa.com/blogs/news/pilates-reformer-financing-payment-plans
Element.return-link
Accessible nameBack to News
Markup
<a href="/blogs/news" class="btn return-link">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-left" viewBox="0 0 50 15"><path d="M50 5.38v4.25H15V15L0 7.5 15 0v5.38z"></path></svg>
      Back to News
    </a>
Component · Ref HMB0HW
Affected pagehttps://thecorecollabusa.com/products/the-queen
Elementchat-widget,.lc_text-widget_prompt--prompt-text
Markup
<div class="lc_text-widget_prompt--prompt-text">Hi there! Have a question? Chat with us.</div>
Low

Touch targets are too small

WCAG 2.5.8 (AA)2 instances1 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 this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.

View 2 affected elements
Component · Ref V9FV4
Affected pagehttps://thecorecollabusa.com/pages/membership-pricing
Element.no-bullets.social-icons.toolbar__social > li:nth-child(1) > a[title="The Core Collab on Instagram"][rel="noopener"][target="_blank"]
Accessible nameInstagram
Markup
<a target="_blank" rel="noopener" href="https://www.instagram.com/corecollab/" title="The Core Collab  on Instagram">

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.