Public accessibility assessment

Accessibility issues detected on honeycando.com

Evolize inspected 5 public pages on honeycando.com and detected 44 automatically identifiable accessibility findings.

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

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

Most widespread issueDropdown menus have no accessible nameDetected on 5 inspected pages
Most affected page/blogs/simple-solutions/storage-carts-organization-on-wheels26 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)15 detected findings

Is honeycando.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 honeycando.com and detected 44 accessibility findings. The most widespread issue was "Dropdown menus have no accessible name", detected on 5 inspected pages. The most affected inspected page was "/blogs/simple-solutions/storage-carts-organization-on-wheels", where 26 findings were detected. The assessment identified findings mapped to 11 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

    Dropdown menus have no accessible name

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

    Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

    Recommended action

    Associate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.

    View technical evidence →
  2. Critical

    Links lack accessible text

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

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to /collections/shelving-units.

    View technical evidence →
  3. Critical

    Links lack accessible text

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

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to /collections/all-laundry.

    View technical evidence →
  4. Critical

    Dropdown menus have no accessible name

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

    Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

    Recommended action

    Associate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.

    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)AA1555 / 5
2.4.3Focus OrderA755 / 5
4.1.2Name, Role, ValueA755 / 5
1.3.1Info and RelationshipsA555 / 5
2.5.8Target Size (Minimum)AA355 / 5
2.1.1KeyboardA222 / 5
2.4.4Link Purpose (In Context)A211 / 5
1.4.1Use of ColorA144 / 5
2.2.2Pause, Stop, HideA111 / 5
2.4.1Bypass BlocksA155 / 5
2.4.2Page TitledA155 / 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

Dropdown menus have no accessible name

WCAG 4.1.2 (A)5 instances5 inspected pages

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Why it matters

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Recommended correction

Associate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.

View 5 affected elements
Component · Ref RQOEDK
Affected pagehttps://honeycando.com/
Elementselect
Accessible nameUSD CAD GBP EUR JPY
Markup
<select class="currency-picker" name="currencies">
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1
Component · Ref Q6JGDX
Affected pagehttps://honeycando.com/products/black-wire-basket
Element.currency-picker
Accessible nameUSD CAD GBP EUR JPY
Markup
<select class="currency-picker" name="currencies">
High

ARIA container is missing required child roles

WCAG 1.3.1 (A)5 instances5 inspected pages

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Why it matters

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Recommended correction

Provide the child roles the container role requires (e.g. option inside listbox).

View 5 affected elements
Component · Ref Q1K240
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.nav-bar > .site-nav[role="menubar"]
Accessible nameSearch All Products All Best Sellers Holiday Hosting New Perch Wall Storage System Sale ❤ Top-Rated Storage & Cleaning All Storage & Cleaning Carts Garage Storage Holiday Décor Storage Home Improvement Shelving & Racks Trash & Waste Cans Laundry All Laundry Carts Clothesline Drying Drying Racks Hampers & Sorters Hangers Ironing Boards & Covers Closet All Closet Bed Risers Closet Organizer Accessories Clothing & Garment Racks Hangers Shoe Storage Vacuum Packs Wardrobes Home Décor All Home Décor Accent Furniture Baskets, Boxes, & Totes Decorative Accents Entryway Furniture Kids Mattresses Kitchen All Kitchen Baker's Racks & Carts Food Dispensers Sink Organization Storage & Organization Trash & Waste Cans Pizza Makers & Toaster Ovens Bath All Bath Baskets, Boxes, & Totes Bath Accessories Bath Storage Shower & Tub Accessories Office All Office Carts Desks, Laptop Desks, and Accessories Trash & Waste Cans 🎁 Gift Guide
Rolemenubar
Markup
<ul class="site-nav" role="menubar">
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)25 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 25 affected elements
Component · Ref U2RULA
Affected pagehttps://honeycando.com/collections/carts
Element.breadcrumb > span:nth-child(3)
Accessible nameCarts - Office
Markup
<span>Carts - Office</span>
Affected pages/collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref GCCIHJ
Affected pagehttps://honeycando.com/
Element.original-price
Accessible name$29.99
Markup
<span class="original-price money" data-currency-usd="$29.99" data-currency="USD">$29.99</span>
Affected pages/ /collections/carts-1
Component · Ref T7NV14
Affected pagehttps://honeycando.com/
Elementselect
Accessible nameUSD CAD GBP EUR JPY
Markup
<select class="currency-picker" name="currencies">
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1
Component · Ref GDJ88J
Affected pagehttps://honeycando.com/collections/carts
Element.product.box:nth-child(2) > .product-grid-item--center > figcaption > .price > .original-price.money[data-currency-usd="$59.99"]
Accessible name$59.99
Markup
<span class="original-price money" data-currency-usd="$59.99" data-currency="USD">$59.99</span>
Component · Ref 7V21V5
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementlabel[for="CommentAuthor"]
Accessible nameName
Markup
<label for="CommentAuthor" class="hidden-label">Name</label>
Component · Ref OGICGE
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.tags > .label
Accessible nameTags:
Markup
<li class="label">Tags:</li>
Component · Ref 171IMC
Affected pagehttps://honeycando.com/products/black-wire-basket
Element.jm-text[data-v-4be2343c=""][data-v-6d928e9f=""]
Accessible nameNo items found
Markup
<p data-v-6d928e9f="" data-v-4be2343c="" class="jm-text" style="--text-size: var(--jm-body-md-size); --text-weight: var(--jm-body-md-weight-default);">No items found</p>
Component · Ref A0U0VO
Affected pagehttps://honeycando.com/products/black-wire-basket
Element.jm-review-widget-minimal-header__title
Accessible nameCustomer Reviews
Roleheading
Markup
<p data-v-6d928e9f="" data-v-6e61ccc0="" class="jm-text jm-review-widget-minimal-header__title" role="heading" aria-level="2" style="--text-size: var(--jm-heading-sm-size); --text-weight: var(--jm-heading-sm-weight-default);">Customer Reviews</p>
Component · Ref Y5XOJI
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementspan:nth-child(5)
Accessible nameStorage Carts: Organization On Wheels
Markup
<span>Storage Carts: Organization On Wheels</span>
Component · Ref SZZX51
Affected pagehttps://honeycando.com/products/black-wire-basket
Element.jm-no-reviews-state__text
Accessible nameBe the first to write a review
Markup
<p data-v-6d928e9f="" class="jm-text jm-no-reviews-state__text" style="--text-size: var(--jm-body-md-size); --text-weight: var(--jm-body-md-weight-default);">Be the first to write a review</p>
Component · Ref 97EYZ1
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.comments
Accessible name0 comments
Markup
<a href="/blogs/simple-solutions/storage-carts-organization-on-wheels#Comments" class="comments">0 comments</a>
Component · Ref M2D1PX
Affected pagehttps://honeycando.com/collections/carts
Elementspan[data-currency-usd="$69.99"]
Accessible name$69.99
Markup
<span class="original-price money" data-currency-usd="$69.99" data-currency="USD">$69.99</span>
Component · Ref V0JWMW
Affected pagehttps://honeycando.com/collections/carts-1
Elementa[title="layout.pagination.next_html"]
Accessible name
Markup
<a href="/collections/carts-1?page=2" title="layout.pagination.next_html">→</a>
Affected pages/collections/carts /collections/carts-1
Component · Ref 37DQLY
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.PIN_1788898550418_button_pin
Accessible name9Save
Markup
<a class="PIN_1788898550418_bu..." href="https://www.pinteres..." data-pin-log="button_pinit" data-pin-href="https://www.pinteres..." data-pin-x="9">
Component · Ref 3MLL7P
Affected pagehttps://honeycando.com/products/black-wire-basket
Element.currency-picker
Accessible nameUSD CAD GBP EUR JPY
Markup
<select class="currency-picker" name="currencies">
High

Page has no title

WCAG 2.4.2 (A)5 instances5 inspected pages

The document has no <title>, so users cannot identify the page in tabs, history, or bookmarks.

Why it matters

The document has no <title>, so users cannot identify the page in tabs, history, or bookmarks.

Recommended correction

Add a unique, descriptive <title> element to the document head.

View 5 affected elements
Component · Ref A0NKMD
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementhtml
Accessible nameconst queryString = window.location.search; window.history.pushState("", "",location.protocol + '//' + location.host + location.pathname + queryString); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KD6FPM3'); window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start'); {"shopId":20786445,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/20786445","merchantName":"honeycando.com","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"honeycando.com","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true} {"accessToken":"2ca5fc3ab4fa44bf5d3a9ee6d6c547d6","betas":["rich-media-storefront-analytics"],"domain":"honeycando.com","predictiveSearch":true,"shopId":20786445,"locale":"en"} var Shopify = Shopify || {}; Shopify.shop = "honeycando-com.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Copy of [Plus] Search bar","id":123633565801,"schema_name":"District","schema_version":"3.2.1","theme_store_id":735,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "honeycando.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/"; Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js"; Shopify.SignInWithShop = Shopify.SignInWithShop || {}; Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {}; Shopify.SignInWithShop.User.recognized = false; !function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window); !function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window); window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay"; window.ShopifyPay.redirectState = "pending"; window.Shopify = window.Shopify || {}; window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {}; window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.25 }; window.Shopify.SignInWithShop.eligible = true; {"pageType":"article"} await import("https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"); window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true}); window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]}; (function() { var isLoaded = false; function asyncLoad() { if (isLoaded) return; isLoaded = true; var urls = ["\/\/shopify.privy.com\/widget.js?shop=honeycando-com.myshopify.com","https:\/\/api.ns8.com\/v1\/analytics\/script\/73834496?name=latestVisitors\u0026shop=honeycando-com.myshopify.com","\/\/cdn.shopify.com\/proxy\/c242df8303a8fe252e6e254e73aa2595a569a3aa796db75be56afc74b7cd9ef8\/apps.bazaarvoice.com\/deployments\/Honey-Can-Do\/main_site\/production\/en_US\/bv.js?shop=honeycando-com.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })(); var __st={"a":20786445,"offset":-18000,"reqid":"457fe795-db7b-4f68-93e2-4ea5cda73c13-1788898548","pageurl":"honeycando.com\/blogs\/simple-solutions\/storage-carts-organization-on-wheels","s":"articles-30231560297","u":"08f2354c879c","p":"article","rtyp":"article","rid":30231560297}; window.ShopifyPaypalV4VisibilityTracking = true; !function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.3.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a…[truncated by Evolize: exceeded D1 value limit]
Markup
<html class="js objectfit object-fit no-touchevents" lang="en" data-useragent="EvolizeScanner/0.1 (+https://evolize.com/scanner)" style="--chatty-app-display: block;">
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
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 W6KQ2A
Affected pagehttps://honeycando.com/products/black-wire-basket
Elementheader > div > div:nth-of-type(2) > div > div:nth-of-type(4) > a:nth-of-type(1)
Accessible nameCheck Out
Markup
<a href="/cart" class="button solid">Check Out</a>
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref X6SKQZ
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementheader > div > div:nth-of-type(1) > ul > li > a
Accessible nameMenu
Markup
<a href="#menu" class="toggle-menu menu-link">
            <span class="icon-text">
              <span class="icon icon-menu" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-ui-menu" viewBox="0 0 448 512"><path d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 …
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref ZAUC68
Affected pagehttps://honeycando.com/
Elementdiv:nth-of-type(2) > div > div:nth-of-type(2) > div > figure > a
Markup
<a href="#" class="product-image"></a>
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref 04KXRB
Affected pagehttps://honeycando.com/collections/carts-1
Elementnav#menu > div:nth-of-type(1) > form > div:nth-of-type(3) > span > button
Accessible nameClose menu
Markup
<button type="button" class="btn icon-fallback-text">
        <span class="icon icon-close" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-ui-close" viewBox="0 0 352 512"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.…
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref 96GNHX
Affected pagehttps://honeycando.com/
Elementdiv > div:nth-of-type(2) > div > figure > figcaption > a
Markup
<a href="#" class="product-title"></a>
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref 0ZK9HP
Affected pagehttps://honeycando.com/collections/carts-1
Elementnav#menu > ul > li:nth-of-type(1) > div > form > button
Accessible nameSearch
Markup
<button class="search-header__submit" type="submit">
          <span class="icon icon-search" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-ui-search" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></span…
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref YCYRX1
Affected pagehttps://honeycando.com/products/black-wire-basket
Elementbody#black-wire-shelving-basket > div:nth-of-type(2) > 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)5 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 5 affected elements
Component · Ref 1WPQGM
Affected pagehttps://honeycando.com/
Element.nav-bar > .site-nav[role="menubar"] > li:nth-child(1)
Accessible nameSearch
Markup
<li>
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
High

Elements must only use supported ARIA attributes

WCAG 4.1.2 (A)16 instances2 inspected pages

Elements must only use supported ARIA attributes

Why it matters

Elements must only use supported ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 16 affected elements
Component · Ref T373H2
Affected pagehttps://honeycando.com/products/black-wire-basket
Element.product-thumb--cell.is-selected[data-image-id="30795499831401"]
Accessible name<img src="//honeycando.com/cdn/shop/files/SHF-04052_LS01_3000px_100x.jpg?v=1755789016" alt="Black Wire Shelving Basket">
Markup
<div class="product-thumb--cell is-selected" data-image-id="30795499831401" aria-selected="true" style="position: absolute; left: 17.02%;">
Component · Ref SU1QLZ
Affected pagehttps://honeycando.com/
Element#block-image_3x73Ck
Accessible name#block-image_3x73Ck .slide__item-image-contain.desktop { position: relative; height: 0; padding-bottom: 40%; } #block-image_3x73Ck .slide__item-image-contain.desktop img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #block-image_3x73Ck .slide__item-content { background-color: rgba(255, 255, 255, 0.0); } #block-image_3x73Ck h2, #block-image_3x73Ck .rte { color: #000000; } #block-image_3x73Ck a { color: #000000; } #block-image_3x73Ck a:hover, #block-image_3x73Ck a:focus { color: #000000; } #block-image_3x73Ck a.button { color: #000000; border-color: #000000; } #block-image_3x73Ck a.button:hover, #block-image_3x73Ck a.button:focus { color: #000000; border-color: #000000; }
Markup
<div id="block-image_3x73Ck" class="slide__item slide__item-image" data-slide-index="3" aria-selected="false" style="position: absolute; left: 300%;">
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)1 instance1 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 1 affected element
Component · Ref 29GS6X
Affected pagehttps://honeycando.com/products/black-wire-basket
Elementa#more-payment-options-link
Accessible nameMore payment options
Rolelink
Markup
<a class="shopify-payment-button__more-options" id="more-payment-options-link" role="link" aria-disabled="true">More payment options</a>
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)5 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 5 affected elements
Component · Ref L912UG
Affected pagehttps://honeycando.com/collections/carts
Element#Avada-FAQ_WidgetTrigger
Accessible nameOpen chatbox
Markup
<button id="Avada-FAQ_WidgetTrigger" type="button" data-chatty-widget="trigger" aria-label="Open chatbox" title="Open chatbox" aria-controls="Avada_Faq_Popup-Container" aria-expanded="false" aria-haspopup="dialog" class="button-55 Avada-Faqs_Button-type-icon-only">
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)12 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 12 affected elements
Component · Ref 81E9CO
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementnav#menu
Accessible nameSearch Close menu Search All Products All Best Sellers Holiday Hosting New Perch Wall Storage System Sale ❤ Top-Rated Storage & Cleaning All Storage & Cleaning Carts Garage Storage Holiday Décor Storage Home Improvement Shelving & Racks Trash & Waste Cans Laundry All Laundry Carts Clothesline Drying Drying Racks Hampers & Sorters Hangers Ironing Boards & Covers Closet All Closet Bed Risers Closet Organizer Accessories Clothing & Garment Racks Hangers Shoe Storage Vacuum Packs Wardrobes Home Décor All Home Décor Accent Furniture Baskets, Boxes, & Totes Decorative Accents Entryway Furniture Kids Mattresses Kitchen All Kitchen Baker's Racks & Carts Food Dispensers Sink Organization Storage & Organization Trash & Waste Cans Pizza Makers & Toaster Ovens Bath All Bath Baskets, Boxes, & Totes Bath Accessories Bath Storage Shower & Tub Accessories Office All Office Carts Desks, Laptop Desks, and Accessories Trash & Waste Cans 🎁 Gift Guide Log in Create account
Rolenavigation
Markup
<nav id="menu" class="panel" role="navigation">
  <div class="search">
    <!-- /snippets/search-bar.liquid -->


<form action="/search" method="get" class="input-group search-bar" role="search">
  <div class="icon-wrapper">
    <span class="icon-fallback-text">
      <span class="icon icon-search" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-ui-search" viewBox="0 0 512 512"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2…
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref BYYFG6
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementdiv:nth-of-type(1) > div > header > div > div > nav
Accessible nameSearch All Products All Best Sellers Holiday Hosting New Perch Wall Storage System Sale ❤ Top-Rated Storage & Cleaning All Storage & Cleaning Carts Garage Storage Holiday Décor Storage Home Improvement Shelving & Racks Trash & Waste Cans Laundry All Laundry Carts Clothesline Drying Drying Racks Hampers & Sorters Hangers Ironing Boards & Covers Closet All Closet Bed Risers Closet Organizer Accessories Clothing & Garment Racks Hangers Shoe Storage Vacuum Packs Wardrobes Home Décor All Home Décor Accent Furniture Baskets, Boxes, & Totes Decorative Accents Entryway Furniture Kids Mattresses Kitchen All Kitchen Baker's Racks & Carts Food Dispensers Sink Organization Storage & Organization Trash & Waste Cans Pizza Makers & Toaster Ovens Bath All Bath Baskets, Boxes, & Totes Bath Accessories Bath Storage Shower & Tub Accessories Office All Office Carts Desks, Laptop Desks, and Accessories Trash & Waste Cans 🎁 Gift Guide
Rolenavigation
Markup
<nav class="nav-bar" role="navigation">
            <ul class="site-nav" role="menubar">
  
  <li>
    <div class="site-header__search selection-wrapper small--hide">
      <form action="/search" method="get" class="search-header input-row" role="search">
        <input class="search-header__input" type="search" name="q" placeholder="Search our store" aria-label="Search our store">
        <button class="search-header__submit" type="submit">
          <span class="icon icon-search" aria-hidden="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-ui-search" view…
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref RGOQKB
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Elementdiv > div:nth-of-type(1) > div:nth-of-type(1) > aside > div > nav:nth-of-type(3)
Accessible nameRSS feed
Markup
<nav>
        <a class="util" href="https://honeycando.com/blogs/simple-solutions.atom">RSS feed</a>
      </nav>
Medium

Touch targets are too small

WCAG 2.5.8 (AA)65 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 <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 65 affected elements
Component · Ref HB8PAH
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.box-1 > ul > li:nth-child(7) > a
Accessible nameFAQs
Markup
<a href="/pages/honey-can-do-help-center">FAQs</a>
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref JH4VOZ
Affected pagehttps://honeycando.com/collections/carts-1
Elementa[href$="proposition-65"]
Accessible nameProp 65
Markup
<a href="/pages/proposition-65">Prop 65</a>
Affected pages/ /blogs/simple-solutions/storage-carts-organization-on-wheels /collections/carts /collections/carts-1 /products/black-wire-basket
Component · Ref J3TJ6T
Affected pagehttps://honeycando.com/
Elementli:nth-child(5) > a[href$="press-page"]
Accessible namePress Page
Markup
<a href="/pages/press-page">Press Page</a>
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)2 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 2 affected elements
Component · Ref ESFKGF
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.mobile-aside-container > aside > .nav-container > .link-list[aria-labelledby="nav-storage-organization"][role="navigation"] > h5
Accessible nameStorage & Organization
Markup
<h5 id="nav-storage-organization">Storage &amp; Organization</h5>
Component · Ref HW7W8A
Affected pagehttps://honeycando.com/blogs/simple-solutions/storage-carts-organization-on-wheels
Element.mobile-aside-container > aside > .nav-container > .recent-posts[aria-labelledby="nav-recent-posts"] > h5
Accessible nameRecent posts
Markup
<h5 id="nav-recent-posts">Recent posts</h5>

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.