Public accessibility assessment

Accessibility issues detected on uswalldecor.com

Evolize inspected 5 public pages on uswalldecor.com and detected 26 automatically identifiable accessibility findings.

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

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

Most widespread issueInteractive controls are not keyboard-accessibleDetected on 5 inspected pages
Most affected page/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold20 findings detected
Most represented WCAG criterionWCAG 2.4.3 — Focus Order8 detected findings

Is uswalldecor.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 uswalldecor.com and detected 26 accessibility findings. The most widespread issue was "Interactive controls are not keyboard-accessible", detected on 5 inspected pages. The most affected inspected page was "/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold", where 20 findings were detected. The assessment identified findings mapped to 6 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 · 1 instance
    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. 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 →
  3. 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 →
  4. High

    Hidden elements can still receive keyboard focus

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

    Modal dialog does not trap keyboard focus

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

    An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

    Recommended action

    While a modal is open, confine focus to the dialog and mark the rest of the page inert (or aria-hidden). Restore focus on close.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
2.4.3Focus OrderA855 / 5
1.4.3Contrast (Minimum)AA633 / 5
2.1.1KeyboardA655 / 5
1.3.1Info and RelationshipsA455 / 5
4.1.2Name, Role, ValueA311 / 5
2.2.2Pause, Stop, HideA111 / 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)1 instance1 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 1 affected element
Component · Ref 9BG71E
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Element#Quantity-template--19914234265671__main
Markup
<input class="quantity__input" type="number" name="quantity" id="Quantity-template--19914234265671__main" data-cart-quantity="0" data-min="1" min="1" step="1" value="1" form="product-form-template--19914234265671__main">
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)35 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 35 affected elements
Component · Ref I2NLTQ
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Elementinput#Search-In-Modal-1
Rolecombobox
Markup
<input class="search__input field__input" id="Search-In-Modal-1" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref CR0Q7
Affected pagehttps://uswalldecor.com/cart
Elementheader > 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">
          <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="currentColor" d="M.865 15.978a.5.5 0 0 0 .707.707l7.433-7.431 7.579 7.282a.501.501 0 0 0 .846-.37.5.5 0 0 0-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 1 0-.707-.708L8.991 7.853 1.413.573a.5.5 0 1 0-.693.72l7.563 7.268z"></path></svg>
</span>
        </button>
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref 1KVBQ0
Affected pagehttps://uswalldecor.com/policies/contact-information
Elementdiv > div:nth-of-type(2) > predictive-search > form > div:nth-of-type(1) > button:nth-of-type(2)
Accessible nameSearch
Markup
<button class="search__button field__button" aria-label="Search">
              <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"></path></svg>
</span>
            </button>
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref D6IKGD
Affected pagehttps://uswalldecor.com/
Elementa#StandardCardNoMediaLink-template--19914234200135__featured_collection_jhK893-7367796424775
Accessible nameChesapeake Oak & Moss Thicket Wallpaper - Sage
Markup
<a href="/products/4169-83109-chesapeake-oak-moss-thicket-sage-forest-wallpaper" id="StandardCardNoMediaLink-template--19914234200135__featured_collection_jhK893-7367796424775" class="full-unstyled-link" aria-labelledby="StandardCardNoMediaLink-template--19914234200135__featured_collection_jhK893-7367796424775">
                  Chesapeake Oak &amp; Moss Thicket Wallpaper - Sage
                </a>
Affected pages/ /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /cart
Component · Ref PBW53F
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Elementsection > div:nth-of-type(2) > div:nth-of-type(3) > div > div:nth-of-type(3) > button
Accessible nameAdd
Markup
<button type="button" class="x1ghz6dp xjb2p0i xggjnk3 x1hl2dhg x1wty727 x1b6ykf0 x1gnnqk1 x6mezaz x14y7zgk x9f619 x2lwn1j xdi48bf x78zum5 x6s0dn4 xl56j7k x17d4w8g xs83m0k x1iyjqo2 xk50ysn x1uipwii x1ypdohk x15ozc13 x1r9rzvt x1h1zc6f x507977 xezivpi x13jbg0v x1psujx9 xc3lflq x1srt04 xbyyjgo" style="--fontSize: 11px; --color: #1a1a1a; --borderRadius: 8px;"><div class="x1lliihq x1ghz6dp x1717udv xjb2p0i x1pd3egz x1qlqyl8 xggjnk3 x1hl2dhg x1heor9g xjbqb8w x1wty727 x1b6ykf0 x1gnnqk1 x6mezaz x14y7zgk x9f619 x2lwn1j x1jwls1v x17fnjtu x16htl4h" style="--height: calc(11px + 4px); --width: calc(11px + 4…
Component · Ref TTCFWT
Affected pagehttps://uswalldecor.com/
Elementdiv > div:nth-of-type(1) > div:nth-of-type(2) > div > h3 > a
Accessible nameAnimals Wallpaper
Markup
<a href="/collections/animal-wallpaper" class="full-unstyled-link">Animals Wallpaper
              </a>
Component · Ref U8C24O
Affected pagehttps://uswalldecor.com/cart
Elementdiv#shopify-section-template--19914234101831__cart-items > cart-items > div > div:nth-of-type(1) > a
Accessible nameContinue shopping
Markup
<a href="/collections/all" class="underlined-link">Continue shopping</a>
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)65 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 65 affected elements
Component · Ref OP5K6N
Affected pagehttps://uswalldecor.com/cart
Elementdiv > header > div > details-modal > details > summary
Accessible nameSearch
Rolebutton
Markup
<summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search" role="button">
      <span>
        <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"></path></svg>
</span>
        <span class="svg-wrapper header__icon-close"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class=…
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref Q7BZWH
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
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" fill="none" class="icon icon-hamburger" viewBox="0 0 18 16"><path fill="currentColor" d="M1 .5a.5.5 0 1 0 0 1h15.71a.5.5 0 0 0 0-1zM.5 8a.5.5 0 0 1 .5-.5h15.71a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 8m0 7a.5.5 0 0 1 .5-.5h15.71a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5"></path></svg>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-close" viewBox="0 0 18 17"><path fill="…
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref 71NRW8
Affected pagehttps://uswalldecor.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" role="button" aria-expanded="false" aria-controls="link-brands">
                        Brands
                        <span class="svg-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon icon-arrow" viewBox="0 0 14 10"><path fill="currentColor" fill-rule="evenodd" d="M8.537.808a.5.5 0 0 1 .817-.162l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 1 1-.708-.708L11.793 5.5H1a.5.5 0 0 1 0-1h10.793L8.646 1.354a.5.5 0 0 1-.109-.546" clip-rule="evenodd"></path></svg>
</span>
         …
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref VUJI15
Affected pagehttps://uswalldecor.com/
Elementsummary#HeaderMenu-wallpaper-type
Accessible nameWallpaper Type
Rolebutton
Markup
<summary id="HeaderMenu-wallpaper-type" class="header__menu-item list-menu__item link focus-inset" role="button" aria-expanded="false" aria-controls="HeaderMenu-MenuList-7">
                <span>Wallpaper Type</span><svg class="icon icon-caret" viewBox="0 0 10 6"><path fill="currentColor" fill-rule="evenodd" d="M9.354.646a.5.5 0 0 0-.708 0L5 4.293 1.354.646a.5.5 0 0 0-.708.708l4 4a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708" clip-rule="evenodd"></path></svg>
</summary>
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref T56ZR4
Affected pagehttps://uswalldecor.com/pages/trade-account
Elementdiv#shopify-section-sections--19914234429511__header > div > header > details-modal > details > summary
Accessible nameSearch
Rolebutton
Markup
<summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search" role="button">
      <span>
        <span class="svg-wrapper"><svg fill="none" class="icon icon-search" viewBox="0 0 18 19"><path fill="currentColor" fill-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 1 1 2.85 3.5a5.784 5.784 0 0 1 8.18 8.18m.26 1.12a6.78 6.78 0 1 1 .72-.7l5.4 5.4a.5.5 0 1 1-.71.7z" clip-rule="evenodd"></path></svg>
</span>
        <span class="svg-wrapper header__icon-close"><svg xmlns="http://www.w3.org/2000/svg" fill="none" class=…
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
High

Modal dialog does not trap keyboard focus

WCAG 2.4.3 (A)5 instances5 inspected pages

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Why it matters

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Recommended correction

While a modal is open, confine focus to the dialog and mark the rest of the page inert (or aria-hidden). Restore focus on close.

View 5 affected elements
Component · Ref 44Y3QE
Affected pagehttps://uswalldecor.com/
Elementdiv > header > div > details-modal > details > div
Accessible nameSearch
Roledialog
Markup
<div class="search-modal modal__content gradient" role="dialog" aria-modal="true" aria-label="Search">
      <div class="modal-overlay"></div>
      <div class="search-modal__content search-modal__content-bottom" tabindex="-1"><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
          <div class="field">
            <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="pred…
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)2 instances1 inspected page

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 2 affected elements
Component · Ref I5MG8E
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Elementdiv[aria-label="Slide 2 of 2"][role="group"][aria-hidden="true"]:nth-child(4)
Accessible nameSlide 2 of 2
Rolegroup
Markup
<div role="group" aria-label="Slide 2 of 2" aria-hidden="true">
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 METFAM
Affected pagehttps://uswalldecor.com/
Elementdiv#CartDrawer > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div > p:nth-of-type(2)
Accessible nameLog in to check out faster.
Markup
<p class="cart__login-paragraph">
                  <a href="https://uswalldecor.com/customer_authentication/redirect?locale=en&amp;region_country=US" class="link underlined-link">Log in</a> to check out faster.
                </p>
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
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 KEZCNO
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Elementdiv#menu-drawer > div > div > nav
Accessible nameNew Best Sellers Brands Brands York Wallcoverings Magnolia Home Rifle Paper Co. Chesapeake A-Street Prints Candice Olson Seabrook Designs Ronald Redding Designs Scott Living Thibaut Shop All Brands Shop by Color Shop by Color 🔵 Blue 🟢 Green 🟤 Neutral ⚫️ Black ⚪️ Gray ⚪️ White & Cream 🩷 Pink & Purple 🌈 Multicolor 💿 Metallic 🔴 Red Shop All Colors Shop by Style Shop by Style Floral Botanical Animals Real Grasscloth Faux Grasscloth Linen & Weaves Check & Plaid Geometric Stripes Damask Shop All Styles Shop by Room Shop by Room Living Room Bedroom Bath & Powder Room Dining Room Entry & Hallway Accent Wall Home Office Kitchen & Pantry Nursery Kids Room Wallpaper Type Wallpaper Type Peel & Stick (Self-adhesive) Pre-Pasted (Just add water) Traditional (Requires paste) Grasscloth Commercial Wall Liner Install Supplies Sale
Markup
<nav class="menu-drawer__navigation">
            <ul class="menu-drawer__menu has-submenu list-menu" role="list"><li><a id="HeaderDrawer-new" href="/collections/new-wallpaper-patterns" class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
                      New
                    </a></li><li><a id="HeaderDrawer-best-sellers" href="/collections/best-selling-wallpaper" class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
                      Best Sellers
                    </a></li><li><details id="Details-menu-drawer-menu-item-3">
           …
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Component · Ref 1W4GY3
Affected pagehttps://uswalldecor.com/
Elementdiv#shopify-section-sections--19914234429511__header > div > header > nav
Accessible nameNew Best Sellers Brands York Wallcoverings Magnolia Home Rifle Paper Co. Chesapeake A-Street Prints Candice Olson Seabrook Designs Ronald Redding Designs Scott Living Thibaut Shop All Brands Shop by Color 🔵 Blue 🟢 Green 🟤 Neutral ⚫️ Black ⚪️ Gray ⚪️ White & Cream 🩷 Pink & Purple 🌈 Multicolor 💿 Metallic 🔴 Red Shop All Colors Shop by Style Floral Botanical Animals Real Grasscloth Faux Grasscloth Linen & Weaves Check & Plaid Geometric Stripes Damask Shop All Styles Shop by Room Living Room Bedroom Bath & Powder Room Dining Room Entry & Hallway Accent Wall Home Office Kitchen & Pantry Nursery Kids Room Wallpaper Type Peel & Stick (Self-adhesive) Pre-Pasted (Just add water) Traditional (Requires paste) Grasscloth Commercial Wall Liner Install Supplies Sale
Markup
<nav class="header__inline-menu">
  <ul class="list-menu list-menu--inline" role="list"><li><a id="HeaderMenu-new" href="/collections/new-wallpaper-patterns" class="header__menu-item list-menu__item link link--text focus-inset">
            <span>New</span>
          </a></li><li><a id="HeaderMenu-best-sellers" href="/collections/best-selling-wallpaper" class="header__menu-item list-menu__item link link--text focus-inset">
            <span>Best Sellers</span>
          </a></li><li><header-menu>
            <details id="Details-HeaderMenu-3">
              <summary id="HeaderMenu-brands" clas…
Affected pages/ /policies/contact-information /products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /pages/trade-account /cart
Low

Text has insufficient colour contrast

WCAG 1.4.3 (AA)8 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 8 affected elements
Component · Ref I9RPZU
Affected pagehttps://uswalldecor.com/cart
Element#NoMediaStandardBadge-template--19914234101831__featured_collection_RFybWf-1597772628039
Accessible nameSold out
Markup
<span id="NoMediaStandardBadge-template--19914234101831__featured_collection_RFybWf-1597772628039" class="badge badge--bottom-left color-scheme-1">Sold out</span>
Affected pages/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold /cart
Component · Ref TLV14T
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Elementdiv[aria-label="Slide 2 of 2"][role="group"][aria-hidden="true"]:nth-child(4) > .xzjhap9.x19tmk5i.x1y0btm7 > .x193iq5w.x1vff8rb.x9df8bu > .x1srt04.x17d4w8g.xk50ysn
Accessible nameAdd
Markup
<button type="button" class="x1ghz6dp xjb2p0i xgg..." style="--fontSize: 11px; --...">
Component · Ref 35NF7A
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Element#Quantity-template--19914234265671__main
Markup
<input class="quantity__input" type="number" name="quantity" id="Quantity-template--19914234265671__main" data-cart-quantity="0" data-min="1" min="1" step="1" value="1" form="product-form-template--19914234265671__main">
Component · Ref LF8EC0
Affected pagehttps://uswalldecor.com/
Element.banner__text > p
Accessible name❤️ 295,000+ Happy Customers
Markup
<p>❤️ 295,000+ Happy Customers</p>
Component · Ref 4WS3C4
Affected pagehttps://uswalldecor.com/
Element.banner__buttons > a[href$="wallpaper"]
Accessible nameFind your style
Markup
<a href="/pages/wallpaper" class="button button--primary">Find your style</a>
Component · Ref HSEWE3
Affected pagehttps://uswalldecor.com/
Element.banner__heading
Accessible nameWallpaper Shopping Made Easy
Markup
<h2 class="banner__heading inline-richtext h0">
              Wallpaper Shopping Made Easy
            </h2>
Low

ARIA attributes have invalid values

WCAG 4.1.2 (A)4 instances1 inspected page

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 4 affected elements
Component · Ref SL6GY6
Affected pagehttps://uswalldecor.com/products/tl1902-handpainted-traditionals-cottage-basket-wallpaper-gold
Elementbutton[aria-label="Load image 3 in gallery view"]
Accessible nameLoad image 3 in gallery view
Markup
<button class="thumbnail global-media-settings global-media-settings--no-shadow" aria-label="Load image 3 in gallery view" aria-controls="GalleryViewer-template--19914234265671__main" aria-describedby="Thumbnail-template--19914234265671__main-3
">

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.