Public accessibility assessment

Accessibility issues detected on kidslandusa.com

Evolize inspected 5 public pages on kidslandusa.com and detected 106 automatically identifiable accessibility findings.

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

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

Most widespread issueText has insufficient colour contrastDetected on 5 inspected pages
Most affected page/78 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)70 detected findings

Is kidslandusa.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 kidslandusa.com and detected 106 accessibility findings. The most widespread issue was "Text has insufficient colour contrast", detected on 5 inspected pages. The most affected inspected page was "/", where 78 findings were detected. The assessment identified findings mapped to 9 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

    Embedded frames lack descriptive titles

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

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://www.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  2. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 40 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. High

    Hidden elements can still receive keyboard focus

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

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 25 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 →
  5. High

    Form fields use placeholder text as the only label

    WCAG 1.3.1 (A) · 5 inspected pages · 6 instances
    Why this 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 action

    Add a persistent <label> associated with each field. Keep the placeholder for example text only, not as the label.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA7055 / 5
4.1.2Name, Role, ValueA1655 / 5
1.3.1Info and RelationshipsA655 / 5
2.4.3Focus OrderA555 / 5
2.1.1KeyboardA455 / 5
1.1.1Non-text ContentA255 / 5
1.2.2Captions (Prerecorded)A211 / 5
2.5.8Target Size (Minimum)AA155 / 5
3.3.2Labels or InstructionsA155 / 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

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)1 instance1 inspected page

An <iframe> has no title, so its purpose is not announced to assistive technology.

Why it matters

An <iframe> has no title, so its purpose is not announced to assistive technology.

Recommended correction

Add a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://www.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

View 1 affected element
Component · Ref H1Y3JR
Affected pagehttps://www.kidslandusa.com/pages/contact
Element.contact-map-warp > iframe[height="450"][allowfullscreen=""][referrerpolicy="no-referrer-when-downgrade"]
Markup
<iframe src="https://www.google.c..." style="width:100%; border: ..." height="450" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-dow...">
High

ARIA attributes have invalid values

WCAG 4.1.2 (A)6 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 6 affected elements
Component · Ref P4MIRV
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element#Search-In-Modal-1
Markup
<input class="search__input field__input header-form-search" id="Search-In-Modal-1" type="search" name="q" value="" placeholder="What are you looking for?" tabindex="0" aria-controls="predictive-search" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref O7XJ2S
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Elementbutton[aria-label="Load image 2 in gallery view"]
Accessible nameLoad image 2 in gallery view
Markup
<button class="thumbnail global-media-settings global-media-settings--no-shadow" aria-label="Load image 2 in gallery view" aria-controls="GalleryViewer-template--22872836702495__main" aria-describedby="Thumbnail-template--22872836702495__main-2
" tabindex="0">
High

Text has insufficient colour contrast

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

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

View 205 affected elements
Component · Ref 192GHS
Affected pagehttps://www.kidslandusa.com/pages/contact
Element.copyright__content
Accessible name© 2026 Kidsland
Markup
<small class="copyright__content" tabindex="0">
          © 2026 
           
            Kidsland
          
        </small>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref DDKO37
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Elementa[href$="faqs"]
Accessible nameFAQs
Markup
<a href="/pages/faqs" class="link link--text list-menu__item list-menu__item--link">
                                FAQs
                              </a>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref FAEIES
Affected pagehttps://www.kidslandusa.com/cart
Element.primary.rte.footer-block__details-content > p
Accessible nameKidsland Los Angeles 3700 Wilshire Blvd STE 125, Los Angeles, CA 90010
Markup
<p><strong>Kidsland Los Angeles </strong>3700 Wilshire Blvd STE 125, Los Angeles, CA 90010</p>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref YKRYDB
Affected pagehttps://www.kidslandusa.com/policies/terms-of-service
Elementa[href="tel:(213)487-9090"]
Accessible name(213) 487-9090
Markup
<a href="tel:(213)487-9090" title="tel:(213)487-9090">(213) 487-9090</a>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref 21CVDD
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element.footer-block--menu.block-link_list.footer-block:nth-child(3) > .frequently-accordian-btn.footer-block__heading.inline-richtext
Accessible nameSupport
Markup
<div class="footer-block__heading inline-richtext frequently-accordian-btn">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref Y0I464
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element.footer-block-newsletter-text
Accessible nameSubscribe to receive new product releases, exclusive discount codes, invites to events and chances to win.
Markup
<p class="footer-block-newsletter-text inline-richtext">Subscribe to receive new product releases, exclusive discount codes, invites to events and chances to win.</p>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref NG7YS8
Affected pagehttps://www.kidslandusa.com/
Element.list-menu__item--link.list-menu__item[href$="contact"]
Accessible nameContact Us
Markup
<a href="/pages/contact" class="link link--text list-menu__item list-menu__item--link">
                                Contact Us
                              </a>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref VOM5S7
Affected pagehttps://www.kidslandusa.com/
Element.newsletter-block-social > .social-icons-heading
Accessible nameFollow Us
Markup
<p class="social-icons-heading">Follow Us</p>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref A7GAF9
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element.newsletter-form__field-wrapper > .field > .field__label
Accessible nameEnter your email
Markup
<label class="field__label" for="NewsletterForm--sections--22872836014367__footer">
            Enter your email
        </label>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref CQPJUM
Affected pagehttps://www.kidslandusa.com/cart
Element.block-address > .footer-block__heading.inline-richtext
Accessible nameOur Store
Markup
<div class="footer-block__heading inline-richtext">Our Store
                  </div>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref QT57V5
Affected pagehttps://www.kidslandusa.com/
Element.footer-newsletter-form > .footer-block__heading.inline-richtext
Accessible nameBe the first to know
Markup
<div class="footer-block__heading inline-richtext">Be the first to know</div>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref HS4WV8
Affected pagehttps://www.kidslandusa.com/policies/terms-of-service
Element#NewsletterForm--sections--22872836014367__footer
Markup
<input id="NewsletterForm--sections--22872836014367__footer" type="email" name="contact[email]" class="field__input" value="" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Enter your email" required="">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref IB4F5S
Affected pagehttps://www.kidslandusa.com/pages/contact
Element#ContactForm-email
Markup
<input autocomplete="email" type="email" id="ContactForm-email" class="field__input1" name="contact[email]" spellcheck="false" autocapitalize="off" value="" placeholder="Email" required="">
Component · Ref JUH8AJ
Affected pagehttps://www.kidslandusa.com/
Elementli[aria-label="5 / 21"] > .product-has-color.product-card-wrapper.underline-links-hover > .card--card.card.card--media > .card__content > .hover_show.card__information > .card-price-wrapper > .price > .price__container > .price__regular > .has_sale_price.price-item--regular.price-item
Accessible name$1,199.98
Markup
<span class="price-item price-item--regular has_sale_price">
          
            $1,199.98
          
        </span>
Component · Ref ZPB90H
Affected pagehttps://www.kidslandusa.com/
Element.button--primary.button[href$="home"]
Accessible nameExplore home
Markup
<a id="opacitybtn1" href="/collections/home" class="button button--primary" tabindex="0">Explore home</a>
Component · Ref NW8MP4
Affected pagehttps://www.kidslandusa.com/
Element.more-button[data-product-link-position="5"][data-product-click-tracked="true"]
Accessible name+ 13 more
Markup
<a class="more-button" aria-lable="Cybex Priam Luxury Stroller - Style Collection" href="/products/cybex-priam-style-collection-stroller" data-product-link-position="5" data-impression-id="3834ad9c-da1e-4430-a18f-f8c44860dab8" data-product-click-tracked="true">+ 13 more</a>
Component · Ref 56F5AT
Affected pagehttps://www.kidslandusa.com/
Element.section-template--22872837161247__rich_text_Ay9tRW-padding > .rich-text__wrapper--left.rich-text__wrapper.page-width > .mobile-center.rich-text__blocks.left > .asd4.rich-text__heading[aria-level="2"]
Accessible nameQuestions parents ask us every day
Markup
<h2 class="rich-text__heading rte asd4 inline-richtext h1 scroll-trigger animate--slide-in scroll-trigger--offscreen" aria-level="2" tabindex="0" data-cascade="" style="--animation-order: 1;">
                Questions parents ask us every day
              </h2>
Component · Ref 329GXE
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element.jdgm-write-rev-link
Accessible nameWrite a review
Markup
<a href="#" class="jdgm-write-rev-link">Write a review</a>
Component · Ref PG8BUY
Affected pagehttps://www.kidslandusa.com/
Element.multiple_buttons_title > .title.h1.inline-richtext
Accessible nameWhat do you need today?
Markup
<div class="title inline-richtext h1">
          What do you need today?
        </div>
Component · Ref 8YX9GL
Affected pagehttps://www.kidslandusa.com/
Element.mobile-center.rich-text__blocks.center > .rich_text_secondary_heading.rich-text__heading[aria-level="2"]
Accessible nameReal families. Real days.
Markup
<h2 class="rich_text_secondary_..." aria-level="2" tabindex="0" style="
                   ...">
Component · Ref LO9Y09
Affected pagehttps://www.kidslandusa.com/
Element.section-template--22872837161247__multicolumn_nJPyiC-padding > .multicolumn__title.title-wrapper--self-padded-mobile.title-wrapper-with-link > .title.h1
Accessible nameWhy families trust Kidsland
Markup
<h2 class="title inline-richtext h1" tabindex="0">
          Why families trust Kidsland
        </h2>
Component · Ref AXUNKC
Affected pagehttps://www.kidslandusa.com/
Element.mobile-left > .rich_text_secondary_heading.rich-text__heading[aria-level="2"]
Accessible nameEssential baby gear for everyday life
Markup
<h2 class="rich_text_secondary_..." aria-level="2" tabindex="0" style="
                   ...">
Component · Ref 2M89NR
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element.jdgm-rev-widg__title
Accessible nameCustomer Reviews
Markup
<h2 class="jdgm-rev-widg__title">Customer Reviews</h2>
Component · Ref 75XG31
Affected pagehttps://www.kidslandusa.com/
Element.rich_text_secondary_text.rich-text__text.rte:nth-child(3) > p
Accessible nameFollow along @kidsland
Markup
<p>Follow along @kidsland</p>
Component · Ref VS97V7
Affected pagehttps://www.kidslandusa.com/
Element.mobile-center.rich-text__blocks.center > .rich_text_secondary_text.rich-text__text.rte:nth-child(2) > p
Accessible nameSeen around Los Angeles and beyond.
Markup
<p>Seen around Los Angeles and beyond.</p>

Showing 25 representative examples · 45 more affected elements not shown

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 I5EIQH
Affected pagehttps://www.kidslandusa.com/
Elementdiv > details-modal > details > div > div:nth-of-type(2) > button
Accessible nameClose
Markup
<button type="button" class="search-modal__close-button modal__close-button link link--text focus-inset" aria-label="Close" style="color:black;">
          <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-close" fill="none" viewBox="0 0 18 17">
            <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
          </path></svg>
        </button>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref VZTLXE
Affected pagehttps://www.kidslandusa.com/cart
Elementdiv > div:nth-of-type(2) > predictive-search > form > div:nth-of-type(1) > button:nth-of-type(2)
Accessible nameWhat are you looking for?
Markup
<button class="search__button field__button" aria-label="What are you looking for?">
              <svg class="icon icon-search" aria-hidden="true">
                <use href="#icon-search">
              </use></svg>
            </button>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref XMJAB7
Affected pagehttps://www.kidslandusa.com/cart
Elementdetails-modal > details > div > div:nth-of-type(2) > predictive-search > form
Accessible nameSearch
Rolesearch
Markup
<form action="/search" method="get" role="search" class="search search-modal__form" tabindex="0" aria-label="Search">
          <input type="hidden" name="type" value="product">
          <div class="field">
            <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="What are you looking for?" tabindex="0" aria-label="Please enter your search text" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
            <label c…
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref 6X4WFI
Affected pagehttps://www.kidslandusa.com/policies/terms-of-service
Elementul#swiper-wrapper-2246117d7f279e92 > li:nth-of-type(4) > a
Accessible nameBaby
Markup
<a href="/collections/baby-essentials">Baby</a>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref RT7WRO
Affected pagehttps://www.kidslandusa.com/
Elementinput#Search-In-Modal
Accessible namePlease enter your search text
Markup
<input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="What are you looking for?" tabindex="0" aria-label="Please enter your search text" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)75 instances5 inspected pages

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 75 affected elements
Component · Ref ERHS61
Affected pagehttps://www.kidslandusa.com/cart
Elementsummary#HeaderDrawer-sale
Accessible nameSale
Rolebutton
Markup
<summary id="HeaderDrawer-sale" class="menu-drawer__menu-item list-menu__item link link--text focus-inset has_sale_nav" aria-expanded="false" data-submenu-trigger="" onclick="toggleIcons(this)" role="button" aria-controls="link-sale">
                        Sale
                        
                          <span class="toggle-icon">
                            <span class="icon-plus"><svg xmlns="http://www.w3.org/2000/svg" class="icon_add" width="22" height="22" fill="currentColor" viewBox="0 0 24 24">
  <path d="M12 5v14m-7-7h14" stroke="currentColor" stroke-width="2" stroke-linecap="r…
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref 5G9E6Z
Affected pagehttps://www.kidslandusa.com/policies/terms-of-service
Elementdetails#Details-menu-drawer-container > summary
Accessible nameMenu
Rolebutton
Markup
<summary class="header__icon header__icon--menu header__icon--summary link focus-inset" aria-label="Menu" role="button" aria-expanded="false" aria-controls="menu-drawer">
      <span>
        <svg xmlns="http://www.w3.org/2000/svg" width="22" height="14" viewBox="0 0 22 14" fill="none" class="icon icon-hamburger">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M0 7C0 6.44772 0.447715 6 1 6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H1C0.447715 8 0 7.55228 0 7Z" fill="currentColor"></path>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13C0 12.4477 0.447715 12 1 12H21C21.5…
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref K0BL2A
Affected pagehttps://www.kidslandusa.com/
Elementsummary#HeaderDrawer-brands
Accessible nameBrands
Rolebutton
Markup
<summary id="HeaderDrawer-brands" class="menu-drawer__menu-item list-menu__item link link--text focus-inset" aria-expanded="false" data-submenu-trigger="" onclick="toggleIcons(this)" role="button" aria-controls="link-brands">
                        Brands
                        
                          <span class="toggle-icon">
                            <span class="icon-plus"><svg xmlns="http://www.w3.org/2000/svg" class="icon_add" width="22" height="22" fill="currentColor" viewBox="0 0 24 24">
  <path d="M12 5v14m-7-7h14" stroke="currentColor" stroke-width="2" stroke-linecap="round" s…
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref T6I18W
Affected pagehttps://www.kidslandusa.com/
Elementsummary#HeaderMenu-strollers
Accessible nameStrollers
Rolebutton
Markup
<summary id="HeaderMenu-strollers" role="button" class="header__menu-item sfdsda list-menu__item link link--text focus-inset" onclick="window.location.href='/collections/strollers'" aria-expanded="false" aria-controls="MegaMenu-Content-1">
                <span>Strollers</span>
                
              </summary>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)6 instances5 inspected pages

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 persistent <label> associated with each field. Keep the placeholder for example text only, not as the label.

View 6 affected elements
Component · Ref 637H31
Affected pagehttps://www.kidslandusa.com/pages/contact
Elementinput#ContactForm-order-number
Markup
<input type="number" id="ContactForm-order-number" class="field__input1" name="contact[Order Number]" pattern="[0-9]*" value="" placeholder="Order Number">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
High

ARIA roles used must conform to valid values

WCAG 4.1.2 (A)9 instances2 inspected pages

ARIA roles used must conform to valid values

Why it matters

ARIA roles used must conform to valid values

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 9 affected elements
Component · Ref 0C152T
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element.product_item:nth-child(3) > .in_flex > .product_item_text > .product_item_wrap[data-product-card-tracked="true"] > h5
Accessible nameVeer Cruiser Comfort Seat for Toddlers
Roletitle
Markup
<h5 class="product_item_text_heading" role="title">
Component · Ref PH9MAO
Affected pagehttps://www.kidslandusa.com/pages/contact
Element.contact_content > .contact_content_info > ul > .content_info_flex:nth-child(3) > .content_info > h5
Accessible nameCustomer service
Roletitle
Markup
<h5 role="title" tabindex="0">Customer service</h5>
Component · Ref SZC4WP
Affected pagehttps://www.kidslandusa.com/pages/contact
Element.contact-map-warp
Rolemap
Markup
<div class="contact-map-warp" role="map" tabindex="0">
Component · Ref DFWWP1
Affected pagehttps://www.kidslandusa.com/pages/contact
Element.contact-map--address-warp
Accessible nameVisit us: Kidsland Los Angeles 3700 Wilshire Blvd Suite 125 Los Angeles, CA 90010 (213) 487-9090 Free parking available! Store hours: Monday - Friday: 10am - 6pm Saturday 11am - 4pm Curbside pickup: Online order pickup hours 12-5pm, Monday-Friday. Orders sometimes take up to 24hrs to process. You will be notified when orders are ready for pickup. Online order returns: See our full return policy here.
Roleaddress
Markup
<div class="contact-map--address-warp" role="address" tabindex="0">
Component · Ref G181E
Affected pagehttps://www.kidslandusa.com/pages/contact
Elementh1
Accessible nameGot a question or need help with an order? We’re here for you — just reach out!
Roletitle
Markup
<h1 class="contact_page_heading" role="title" tabindex="0">
              Got a question or need help with an order? We’re here for you — just reach out!
            </h1>
High

ARIA attributes must conform to valid names

WCAG 4.1.2 (A)13 instances2 inspected pages

ARIA attributes must conform to valid names

Why it matters

ARIA attributes must conform to valid names

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 13 affected elements
Component · Ref HD3CQ0
Affected pagehttps://www.kidslandusa.com/
Elementa[aria-lable="Uppababy Vista V3 + Bassinet"]
Accessible name+ 5 more
Markup
<a class="more-button" aria-lable="Uppababy Vista V3 + Bassinet" href="/products/uppababy-vista-v3-bassinet" data-product-link-position="16" data-impression-id="fd60fcb8-d8f5-45eb-8cbb-7beaccb2012f" data-product-click-tracked="true">+ 5 more</a>
Affected pages/ /cart
Component · Ref NO1YC0
Affected pagehttps://www.kidslandusa.com/
Element.more-button[data-product-link-position="2"][data-product-click-tracked="true"]
Accessible name+ 2 more
Markup
<a class="more-button" aria-lable="Nuna Swiv + Pipa Rx Travel System" href="/products/nuna-swiv-pipa-rx-travel-system" data-product-link-position="2" data-impression-id="eda95aae-208e-42be-baf9-828a167dceee" data-product-click-tracked="true">+ 2 more</a>
Component · Ref GMOSTL
Affected pagehttps://www.kidslandusa.com/
Elementli[aria-label="13 / 21"] > .product-has-color.product-card-wrapper.underline-links-hover > .card--card.card.card--media > .card__content > .hover_show.card__information > .card-information > .card-color-variants > .no-js-hidden.variant-radios > fieldset > .variant-options[data-product-card-tracked="true"] > .more-variants > .more-button[aria-lable="Stokke YOYO³ Complete Stroller"][data-product-link-position="14"]
Accessible name+ 8 more
Markup
<a class="more-button" aria-lable="Stokke YOYO³ Complete Stroller" href="/products/stokke-yoyo3-complete-stroller" data-product-link-position="14" data-impression-id="770d66eb-12e4-4041-811c-4e75df098726" data-product-click-tracked="true">+ 8 more</a>
Medium

Navigation regions are not distinguishable

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

Give each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.

View 10 affected elements
Component · Ref QYK1AF
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Elementdiv#shopify-section-sections--22872836145439__header > sticky-header > header > nav
Accessible nameStrollers Single Strollers Lightweight Strollers Double Strollers Travel Systems Jogging Strollers Stroller Wagons Stroller Accessories Shop Travel Systems Shop Nuna Strollers Shop by Brand All Strollers Strollers on Sale Car Seats Infant Car Seats Convertible Car Seats Booster Seats Rotating Car Seats Car Seat Accessories Shop Callisto Shop Doona Bestselling Car Seats Car Seats on Sale Shop by Brand All Car Seats Baby Baby Carriers & Wraps Bath Health Care Breastfeeding Clothing Swaddles & Blankets Bottle Feeding Diapering & Potty Nuna Cudl Luxe Getting ready for baby Baby Essentials on Sale Shop by Brand …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="header__inline-menu mega_menu_nav">
  <ul class="list-menu list-menu--inline desktop-show"><li><header-menu>
            <details id="Details-HeaderMenu-1" class="mega-menu">
              <summary id="HeaderMenu-strollers" role="button" class="header__menu-item sfdsda list-menu__item link link--text focus-inset" onclick="window.location.href='/collections/strollers'" aria-expanded="false" aria-controls="MegaMenu-Content-1">
                <span>Strollers</span>
                
              </summary>
              <div id="MegaMenu-Content-1" class="page-width mega-menu__conten…
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref HP9SR2
Affected pagehttps://www.kidslandusa.com/cart
Elementdiv#menu-drawer > div > div > nav
Accessible nameStrollers Strollers All Strollers Single Strollers Lightweight Strollers Double Strollers Travel Systems Jogging Strollers Stroller Wagons Stroller Accessories Travel Strollers Nuna Strollers Shop Travel Systems Shop Nuna Strollers Shop by Brand All Strollers Strollers on Sale Car Seats Car Seats All Car Seats Infant Car Seats Convertible Car Seats Booster Seats Rotating Car Seats Car Seat Accessories Bestselling Car Seats Car Seats on Sale Shop Callisto Shop Doona Bestselling Car Seats Car Seats on Sale Shop by Brand …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="menu-drawer__navigation">
            <ul class="menu-drawer__menu has-submenu list-menu frist_item" id="mainmenu" style="display: block;"><li><details id="Details-menu-drawer-menu-item-1">
                      <summary id="HeaderDrawer-strollers" class="menu-drawer__menu-item list-menu__item link link--text focus-inset" aria-expanded="false" data-submenu-trigger="" onclick="toggleIcons(this)" role="button" aria-controls="link-strollers">
                        Strollers
                        
                          <span class="toggle-icon">
                            <spa…
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Medium

Touch targets are too small

WCAG 2.5.8 (AA)5 instances5 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

Increase this <button>'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 5 affected elements
Component · Ref S8BJBI
Affected pagehttps://www.kidslandusa.com/cart
Elementbutton[aria-label="Search button"]
Accessible nameSearch button
Markup
<button class="search__button field__button" aria-label="Search button">
      <img src="https://cdn.shopify.com/s/files/1/0880/5901/9551/files/Vector_1.svg?v=1728377358" class="icon icon-search" alt="search" aria-hidden="true" width="20" height="20">
    </button>
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Medium

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)21 instances1 inspected page

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 21 affected elements
Component · Ref RORRTW
Affected pagehttps://www.kidslandusa.com/
Element#title-template--22872837161247__collections_tab_mL8Baa-9410590736671
Accessible namePEG Siesta Highchair
Markup
<div class="card__heading h5" id="title-template--22872837161247__collections_tab_mL8Baa-9410590736671" aria-label="PEG Siesta Highchair" data-product-card-tracked="true">
Component · Ref 24UA2U
Affected pagehttps://www.kidslandusa.com/
Elementli[aria-label="13 / 21"] > .product-has-color.product-card-wrapper.underline-links-hover > .card--card.card.card--media > .card__content > .hover_show.card__information > .card-price-wrapper > .h5.card__heading[aria-label="Stokke YOYO³ Complete Stroller"]
Accessible nameStokke YOYO³ Complete Stroller
Markup
<div class="card__heading h5" id="title-template--22872837161247__collections_tab_mL8Baa-9413220499743" aria-label="Stokke YOYO³ Complete Stroller" data-product-card-tracked="true">
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)7 instances1 inspected page

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 7 affected elements
Component · Ref GQNX22
Affected pagehttps://www.kidslandusa.com/
Elementli[aria-label="13 / 21"] > .product-has-color.product-card-wrapper.underline-links-hover > .card--card.card.card--media > .card__content > .hover_show.card__information > .card-information > .card-color-variants > .no-js-hidden.variant-radios > fieldset > .variant-options[data-product-card-tracked="true"] > .color-wrapper[data-option-value="Black Frame w/ Stone"] > input[value="Black Frame w/ Stone"][aria-label="Black Frame w/ Stone"][data-variant-id="50622818582815"]
Accessible nameBlack Frame w/ Stone
Markup
<input type="radio" id="9413220499743-1-3-te..." name="Color-9413220499743" value="Black Frame w/ Stone" form="product-form-templat..." class="color-input cardChan..." data-variant-image="//www.kidslandusa.co..." data-variant-id="50622818582815" data-variant-price="$499" ...>
Component · Ref CSKM0A
Affected pagehttps://www.kidslandusa.com/
Elementli[aria-label="13 / 21"] > .product-has-color.product-card-wrapper.underline-links-hover > .card--card.card.card--media > .card__inner.ratio[data-product-card-tracked="true"] > .card__content > .card__information > .card__heading[data-product-card-tracked="true"] > .card__heading_effect.full-unstyled-link[data-product-link-position="14"]
Accessible nameStokke YOYO³ Complete Stroller
Markup
<a href="/products/stokke-yoy..." id="StandardCardNoMediaL..." class="full-unstyled-link c..." aria-labelledby="StandardCardNoMediaL..." data-product-link-po...="14" data-impression-id="770d66eb-12e4-4041-8..." data-product-click-t...="true">
Component · Ref 4RI6UG
Affected pagehttps://www.kidslandusa.com/
Elementdiv[data-swiper-index="1"] > .product-grid.contains-card--product.grid--2-col-tablet-down
Accessible nameSlider
Markup
<ul id="Slider-template--22872837161247__collections_tab_mL8Baa" data-id="template--22872837161247__collections_tab_mL8Baa" class="grid product-grid contains-card contains-card--product grid--4-col-desktop grid--2-col-tablet-down grid-tab swiper-wrapper" aria-label="Slider" aria-live="polite">
Medium

<video> elements must have captions

WCAG 1.2.2 (A)1 instance1 inspected page

<video> elements must have captions

Why it matters

<video> elements must have captions

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 1 affected element
Component · Ref A8QSVY
Affected pagehttps://www.kidslandusa.com/
Element#SlideshowVideo-template--22872837161247__slideshow_rW6nJg-slide_kkLtpG
Accessible nameReal life with baby, handled
Markup
<video id="SlideshowVideo-templ..." class="slideshow_video" playsinline="" autoplay="" loop="" muted="" preload="metadata" poster="//www.kidslandusa.co..." aria-label="Real life with baby,...">
Low

Low-quality alternative text

WCAG 1.1.1 (A)60 instances5 inspected pages

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Why it matters

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Recommended correction

Replace placeholder or filename alt text with a concise description of what the image conveys.

View 60 affected elements
Component · Ref SW020C
Affected pagehttps://www.kidslandusa.com/
Elementdiv:nth-of-type(2) > ul > li:nth-of-type(1) > div:nth-of-type(1) > a > img
Accessible nameShop Scooters
Markup
<img aria-label="Shop Scooters" src="//www.kidslandusa.com/cdn/shop/files/micro-kickboard-hero.jpg?v=1741813055" class="image_src" alt="Shop Scooters" width="800" height="800" loading="lazy">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Component · Ref PPILHH
Affected pagehttps://www.kidslandusa.com/cart
Elementli:nth-of-type(8) > div > ul > li:nth-of-type(1) > div:nth-of-type(1) > img
Markup
<img src="//www.kidslandusa.com/cdn/shop/files/Stokke_Tripp_Trapp_Storage_7_copy__78057.jpg?v=1724038840" class="image_src" loading="lazy" width="800" height="800" alt="Shop Tripp Trapp">
Affected pages/ /pages/contact /policies/terms-of-service /products/veer-foldable-basket /cart
Low

Content sits outside any landmark region

WCAG 1.3.1 (A)1 instance1 inspected page

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 1 affected element
Component · Ref VSJ1DG
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Elementdiv#CartDrawer > div:nth-of-type(2) > div:nth-of-type(1) > div > div > p:nth-of-type(2)
Accessible nameLog in to check out faster.
Markup
<p class="cart__login-paragraph">
                  <a href="https://www.kidslandusa.com/customer_authentication/redirect?locale=en&amp;region_country=US" class="link underlined-link">Log in</a> to check out faster.
                </p>
Low

Video may be missing captions

WCAG 1.2.2 (A)1 instance1 inspected page

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Why it matters

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Recommended correction

Provide a synchronized captions track (<track kind="captions">) for video with meaningful audio.

View 1 affected element
Component · Ref RZTIXJ
Affected pagehttps://www.kidslandusa.com/
Elementvideo#SlideshowVideo-template--22872837161247__slideshow_rW6nJg-slide_kkLtpG
Accessible nameReal life with baby, handled
Markup
<video id="SlideshowVideo-template--22872837161247__slideshow_rW6nJg-slide_kkLtpG" class="slideshow_video" playsinline="" autoplay="" loop="" muted="" preload="metadata" poster="//www.kidslandusa.com/cdn/shop/files/preview_images/ed600d9cf51c4fac8d81c809d56ff6d8.thumbnail.0000000000.jpg?v=1769111562&amp;width=800" aria-label="Real life with baby, handled">
                
                  
                
                  
                    <source src="//www.kidslandusa.com/cdn/shop/videos/c/vp/ed600d9cf51c4fac8d81c809d56ff6d8/ed600d9cf51c4fac8d81c809d56ff6d8.HD-1080p-7.2Mbps-67551860.m…
Low

List markup is malformed

WCAG 1.3.1 (A)2 instances1 inspected page

A list contains elements other than the list items it should, breaking its structure.

Why it matters

A list contains elements other than the list items it should, breaking its structure.

Recommended correction

Ensure <ul>/<ol> contain only <li> (plus <script>/<template>) as direct children.

View 2 affected elements
Component · Ref 9QE5EZ
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element#Slider-Gallery-template--22872836702495__main
Accessible nameOpen media 1 in modal Open media 2 in modal
Markup
<ul id="Slider-Gallery-templ..." class="
          product__..." data-first-image="//www.kidslandusa.co..." aria-live="polite" style="height: 652px;">
Component · Ref ACYCIC
Affected pagehttps://www.kidslandusa.com/products/veer-foldable-basket
Element#Slider-Thumbnails-template--22872836702495__main
Accessible nameVeer Foldable Basket Main
Markup
<ul id="Slider-Thumbnails-template--22872836702495__main" class="thumbnail-slider-slick swiper-wrapper list-unstyled" aria-live="polite" style="transform: translate3d(0px, 0px, 0px);">

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.