Public accessibility assessment

Accessibility issues detected on maxicosi.com

Evolize inspected 5 public pages on maxicosi.com and detected 22 automatically identifiable accessibility findings.

22Findings detected
5WCAG criteria affected
5Pages inspected
9 Sep 2026Assessment date

Highest detected severity: High · 2 high-priority findings · 100% inspected-page coverage

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

Is maxicosi.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 maxicosi.com and detected 22 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 17 findings were detected. The assessment identified findings mapped to 5 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. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 50 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 →
  2. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 1 inspected page · 3 instances
    Why this matters

    A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

    Recommended action

    Use a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.

    View technical evidence →
  3. Medium

    ARIA attributes have invalid values

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

    ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

    Recommended action

    Correct ARIA attribute values and ensure referenced ids exist in the DOM.

    View technical evidence →
  4. Medium

    Content sits outside any landmark region

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

    Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

    Recommended action

    Wrap primary content in <main> and other regions in appropriate landmark elements.

    View technical evidence →
  5. Medium

    Text has insufficient colour contrast

    WCAG 1.4.3 (AA) · 2 inspected pages · 20 instances
    Why this matters

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

    Recommended action

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

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1844 / 5
1.3.1Info and RelationshipsA155 / 5
2.1.1KeyboardA111 / 5
2.4.3Focus OrderA155 / 5
4.1.2Name, Role, ValueA155 / 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

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 47AVUC
Affected pagehttps://maxicosi.com/products/cassia-swing-sw128
Elementul > li:nth-of-type(1) > div > ul > li:nth-of-type(2) > a
Accessible nameTravel Systems
Markup
<a class="navigation__link text-base " href="/collections/travel-systems">Travel Systems</a>
Affected pages/ /pages/contact /products/cassia-swing-sw128 /pages/mobile-terms-and-services /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)3 instances1 inspected page

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Why it matters

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Recommended correction

Use a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.

View 3 affected elements
Component · Ref QFISC2
Affected pagehttps://maxicosi.com/cart
Elementdiv#dynamic-checkout-cart > shopify-accelerated-checkout-cart > div > ul > li:nth-of-type(2) > div
Rolebutton
Markup
<div class="wallet-cart-button wallet-cart-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)25 instances5 inspected pages

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Why it matters

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Recommended correction

Correct ARIA attribute values and ensure referenced ids exist in the DOM.

View 25 affected elements
Component · Ref PGF8NY
Affected pagehttps://maxicosi.com/pages/contact
Element#proxy-nav > .navigation__tier-1-container > .navigation__tier-1 > .navigation__item--with-mega-menu.navigation__item--with-children.navigation__item:nth-child(2) > .navigation__link[aria-controls="NavigationTier2-2"][aria-haspopup="true"]
Accessible nameStrollers
Markup
<a href="/collections/strollers-travel-systems" class="navigation__link " aria-haspopup="true" aria-expanded="false" aria-controls="NavigationTier2-2">Strollers</a>
Affected pages/ /pages/contact /products/cassia-swing-sw128 /pages/mobile-terms-and-services /cart
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 inspected pages

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Why it matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap primary content in <main> and other regions in appropriate landmark elements.

View 5 affected elements
Component · Ref 6PIBGQ
Affected pagehttps://maxicosi.com/cart
Elementp#\30 5d2e82c-c8cc-4213-b627-cece4aec3fda__label
Accessible nameStorage Preferences Cookie Preferences
Roleheading
Markup
<p role="heading" aria-level="1" aria-hidden="true" id="05d2e82c-c8cc-4213-b627-cece4aec3fda__label" class=" osano-cm-info-dialog-header__header osano-cm-header " data-equally-sr-pr="true"> <!--?lit$425534829$-->Storage Preferences <span class="equally-ai___sr-only" data-equally-sr-only="true">Cookie Preferences</span></p>
Affected pages/ /pages/contact /products/cassia-swing-sw128 /pages/mobile-terms-and-services /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)108 instances4 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 108 affected elements
Component · Ref FX2BZ9
Affected pagehttps://maxicosi.com/
Elementproduct-block[data-product-id="7888988733494"] > .block-inner > .block-inner-inner > .product-block__detail.align-ltr-left > .inner > .innerer > .product-price.product-price--block.text-base > .price--on-sale.price > .price__default > .price__was
Accessible name$149.99
Markup
<span class="price__was ">$149.99</span>
Affected pages/ /cart
Component · Ref 8GHZXO
Affected pagehttps://maxicosi.com/
Elementproduct-block[data-product-id="7638083600438"] > .block-inner > .block-inner-inner > .product-block__detail.align-ltr-left > .inner > .innerer > .product-block-options.product-block-options--swatch[data-option-name="Color"] > .product-block-options__inner > .product-block-options__more-label.text-xs
Accessible name+ 3 more
Markup
<span class="product-block-options__more-label text-xs">
                              + 3 more
                            </span>
Affected pages/ /cart
Component · Ref UGH4GH
Affected pagehttps://maxicosi.com/
Elementproduct-block[data-product-id="7638083108918"] > .block-inner > .block-inner-inner > .product-block__detail.align-ltr-left > .inner > .innerer > .product-price.product-price--block.text-base > .price > .price__default > .price__current
Accessible name$119.99
Markup
<span class="price__current ">$119.99
</span>
Affected pages/ /cart
Component · Ref EFNJ1P
Affected pagehttps://maxicosi.com/cart
Elementproduct-block[data-product-id="7638080258102"] > .block-inner > .block-inner-inner > .product-block__detail.align-ltr-left > .inner > .innerer > .product-link > .product-block__title.text-base
Accessible nameTayla™ Max 5-in-1 Modular Travel System
Markup
<div class="product-block__title text-base">Tayla™ Max 5-in-1 Modular Travel System</div>
Affected pages/ /cart
Component · Ref 89VYWM
Affected pagehttps://maxicosi.com/
Element.text-overlay--h-right > .text-overlay__inner > .slideshow__motion-overlay.text-overlay__text.has-motion > .text-overlay__reveal:nth-child(2) > .text-overlay__rte.text-lg.rte > p
Accessible nameYour Summer Travel Companion
Markup
<p>Your Summer Travel Companion</p>
Component · Ref RKV7L3
Affected pagehttps://maxicosi.com/
Element.image-overlay__image-link[href$="at-home"] > .text-overlay--tight.text-overlay--v-bottom.text-overlay--h-left > .text-overlay__inner > .text-overlay__text > .h4.text-overlay__title
Accessible nameAt Home
Markup
<h2 class="text-overlay__title h4 ">At Home</h2>
Component · Ref 88TA5U
Affected pagehttps://maxicosi.com/
Element.text-overlay--h-right > .text-overlay__inner > .slideshow__motion-overlay.text-overlay__text.has-motion > .text-overlay__reveal:nth-child(1) > .h1.text-overlay__title
Accessible nameOxford Modular Travel System
Markup
<h2 class="text-overlay__title h1 has-motion ">Oxford Modular Travel System</h2>
Component · Ref QNWD3S
Affected pagehttps://maxicosi.com/products/cassia-swing-sw128
Elementh2
Accessible nameSwing smartly in style.
Markup
<h2 class="text-overlay__title h1 has-motion">Swing smartly in style.</h2>
Component · Ref 0BBMZJ
Affected pagehttps://maxicosi.com/pages/mobile-terms-and-services
Elementp[data-mce-fragment="1"]:nth-child(9)
Accessible nameWe may change any short code or telephone number we use to operate the Service at any time and will notify you of these changes. You acknowledge that any messages, including any STOP or HELP requests, you send to a short code or telephone number we have changed may not be received and we will not be responsible for honoring requests made in such messages.
Markup
<p data-mce-fragment="1">
Component · Ref N3NCDW
Affected pagehttps://maxicosi.com/
Element.text-overlay--v-top > .text-overlay__inner > .slideshow__motion-overlay.text-overlay__text.has-motion > .text-overlay__reveal:nth-child(1) > .h1.text-overlay__title
Accessible name30% Off Kindred Collection
Markup
<h2 class="text-overlay__title h1 has-motion font-bold">30% Off<br> Kindred Collection</h2>
Component · Ref FC25Y9
Affected pagehttps://maxicosi.com/
Element#slideshow-template--20559729524790__slideshow_EeYMx > image-with-text-overlay > .text-overlay--v-center.text-overlay--with-reveal.text-overlay--for-banner > .text-overlay__inner > .slideshow__motion-overlay.text-overlay__text.has-motion > .text-overlay__reveal:nth-child(2) > .text-overlay__rte.text-lg.rte > p
Accessible nameQuick & Easy Every-Mode Installation
Markup
<p>Quick &amp; Easy Every-Mode Installation</p>
Component · Ref NVD9AE
Affected pagehttps://maxicosi.com/
Element.text-overlay__subheading
Accessible nameFall Savings Event
Markup
<div class="text-overlay__subheading subheading subheading--over has-motion">Fall Savings Event</div>
Component · Ref 591WQ7
Affected pagehttps://maxicosi.com/products/cassia-swing-sw128
Element#template--20559727263798__key_features_7yW6Jc
Accessible name#426E90 #426E90 #426E90 #426E90 #426E90 #426E90 #426E90 #426E90 Featuring EcoCare​ Fabrics Soft, breathable 100% recycled fabric (available in select colors). Automatic Motion Detection​ Optional automatic motion detection activates swing when baby needs soothing​. 360° Rotation​ with Mobile 360° seat rotation so the two of you can keep an eye on each other​. Touch Screen Panel Intuitive touch screen panel controls 5 swing speeds plus 12 melodies and nature sounds. 2 Recline Positions​ & Mobile 2 recline positions for customized comfort and 5-point harness for security. Includes mobile with 2 felt toys for baby’s entertainment. Strong & Lightweight​ Strong yet lightweight at about 10 lbs. for easy portability. Comfort & Support​ Removable soft, cozy newborn inlay. Easy Care Easy to clean with machine-washable fabrics, including the inlay and cover. Featuring EcoCare​ Fabrics Soft, breathable 100% recycled fabric (available in select colors). Automatic Motion Detection​ Optional automatic motion detection activates swing when baby needs soothing​. 360° Rotation​ with Mobile 360° seat rotation so the two of you can keep an eye on each other​. Touch Screen Panel Intuitive touch screen panel controls 5 swing speeds plus 12 melodies and nature sounds. 2 Recline Positions​ & Mobile 2 recline positions for customized comfort and 5-point harness for security. Includes mobile with 2 felt toys for baby’s entertainment. Strong & Lightweight​ Strong yet lightweight at about 10 lbs. for easy portability. Comfort & Support​ Removable soft, cozy newborn inlay. Easy Care Easy to clean with machine-washable fabrics, including the inlay and cover.
Markup
<scrolling-image-list id="template--20559727263798__key_features_7yW6Jc" data-current-index="1" class="scrolling-image-list block use-color-scheme fully-padded-row--medium" style="--image-width: 700px">
Component · Ref 6DGRZX
Affected pagehttps://maxicosi.com/
Element.gallery__item--enlarged.gallery__item.image-overlay--bg-shadow:nth-child(2) > .image-overlay__image-link > .text-overlay--tight.text-overlay--v-bottom.text-overlay--h-left > .text-overlay__inner > .text-overlay__text > .h4.text-overlay__title
Accessible nameStrollers
Markup
<h2 class="text-overlay__title h4 ">Strollers</h2>
Component · Ref SUV8CU
Affected pagehttps://maxicosi.com/products/cassia-swing-sw128
Element.text-overlay__rte
Accessible nameThe Cassia Swing
Markup
<div class="text-overlay__rte large-text has-motion">The Cassia Swing</div>
Component · Ref ROQTC4
Affected pagehttps://maxicosi.com/
Element#slideshow-template--20559729524790__slideshow_EeYMx > image-with-text-overlay > .text-overlay--v-center.text-overlay--with-reveal.text-overlay--for-banner > .text-overlay__inner > .slideshow__motion-overlay.text-overlay__text.has-motion > .text-overlay__reveal:nth-child(1) > .h1.text-overlay__title
Accessible nameSela All-in-One Car Seat
Markup
<h2 class="text-overlay__title h1 has-motion ">Sela All-in-One Car Seat</h2>
Component · Ref EQFWSQ
Affected pagehttps://maxicosi.com/
Element.image-overlay__image-link[href$="car-seats"] > .text-overlay--tight.text-overlay--v-bottom.text-overlay--h-left > .text-overlay__inner > .text-overlay__text > .h4.text-overlay__title
Accessible nameCar Seats
Markup
<h2 class="text-overlay__title h4 font-bold">Car Seats</h2>
Component · Ref K87YXO
Affected pagehttps://maxicosi.com/
Element.text-overlay__reveal:nth-child(2) > .h1.text-overlay__title
Accessible name15% off Select Car Seats
Markup
<h2 class="text-overlay__title h1 has-motion font-bold">15% off Select Car Seats</h2>

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.