Public accessibility assessment

Accessibility issues detected on stevesleaves.com

Evolize inspected 5 public pages on stevesleaves.com and detected 28 automatically identifiable accessibility findings.

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

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

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/products/hoya-kerrii-6-hanging-basket20 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)8 detected findings

Is stevesleaves.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 stevesleaves.com and detected 28 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/products/hoya-kerrii-6-hanging-basket", where 20 findings were detected. The assessment identified findings mapped to 10 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

    Buttons have no accessible name

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

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

    Recommended action

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

    View technical evidence →
  2. Critical

    Buttons have no accessible name

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

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

    Recommended action

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

    View technical evidence →
  3. 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.youtube...., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

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

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

    View technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 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)AA855 / 5
4.1.2Name, Role, ValueA555 / 5
1.3.1Info and RelationshipsA455 / 5
1.1.1Non-text ContentA244 / 5
1.2.2Captions (Prerecorded)A211 / 5
2.4.3Focus OrderA255 / 5
2.5.8Target Size (Minimum)AA255 / 5
2.1.1KeyboardA133 / 5
2.4.1Bypass BlocksA155 / 5
3.3.2Labels or InstructionsA133 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Buttons have no accessible name

WCAG 4.1.2 (A)20 instances4 inspected pages

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

Why it matters

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

Recommended correction

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

View 20 affected elements
Component · Ref TGXEKJ
Affected pagehttps://stevesleaves.com/products/hoya-kerrii-6-hanging-basket
Element.for-desktop > .product__block-featured-products.product__block--medium.product__block > div[data-featured-products=""][data-recommendations-type="custom-product-list"][data-max-recommendations="1"] > .product__block-featured-products-grid.product__block-featured-products-grid--has-mobile-swipe.carousel__wrapper > .carousel__slide.swiper-slide[data-slide=""] > .product-item.product-item--border-on-hover.animation--item > .product-item__inner > product-follow-button[product-id="7084082528408"][variant-id="41174462038168"][button-type="icon_only"] > .auction.auction-container.tr-app-container > .tr-follow-button.justify-start.gap-2 > .auction-button.gap-1.text-base
Markup
<button class="auction-button flex items-center gap-1 text-base no-underline link" type="button">
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref O6JJKJ
Affected pagehttps://stevesleaves.com/
Elementproduct-follow-button[product-id="8824771444888"] > .auction.auction-container.tr-app-container > .tr-follow-button.gap-2.justify-start > .auction-button.gap-1.text-base
Markup
<button class="auction-button flex items-center gap-1 text-base no-underline link" type="button">
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.youtube...., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

View 1 affected element
Component · Ref HN5K11
Affected pagehttps://stevesleaves.com/
Element#I0_1788896239824
Markup
<iframe ng-non-bindable="" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; to..." tabindex="0" vspace="0" width="100%" id="I0_1788896239824" name="I0_1788896239824" src="https://www.youtube...." data-gapiattached="true">
High

ARIA attributes have invalid values

WCAG 4.1.2 (A)23 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 23 affected elements
Component · Ref W94DJF
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Element.for-desktop > .accordion > .accordion__inner[data-index=""][data-open="true"] > .accordion__label[aria-controls="description"]
Accessible nameDescription:
Markup
<button class="accordion__label" aria-expanded="true" aria-controls="description">
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref F6XX8X
Affected pagehttps://stevesleaves.com/products/hoya-kerrii-6-hanging-basket
Elementa[aria-controls="shop-menu-0"]
Accessible nameShop
Markup
<a class="navigation__submenu-trigger fs-navigation-base no-transition" data-link="" data-parent="" data-dropdown-trigger="" aria-haspopup="true" aria-expanded="false" aria-controls="shop-menu-0" href="/collections">
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)26 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 26 affected elements
Component · Ref JY3G1X
Affected pagehttps://stevesleaves.com/products/hoya-kerrii-6-hanging-basket
Element.breadcrumbs__current
Accessible nameHoya kerrii - 6" Hanging Basket
Markup
<span class="breadcrumbs__current" aria-current="page">Hoya kerrii - 6" Hanging Basket</span>
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref M3AU0L
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Element.sales-banner__bar-item--heading > h2
Accessible nameDon't forget WSA!!!
Markup
<h2 class="ff-heading fs-heading-5-base">Don't forget WSA!!!</h2>
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref 5CLQXB
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Element.sales-banner__bar-text > p
Accessible nameWe strongly recommend adding WSA if your local HIGH temperatures are below 55 degrees Fahrenheit in your location.
Markup
<p>We strongly recommend adding WSA if your local HIGH temperatures are below 55 degrees Fahrenheit in your location.</p>
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref HDO4UE
Affected pagehttps://stevesleaves.com/
Element.btn--small.btn--primary.btn--overlay > span
Accessible nameget the app
Markup
<span>get the app</span>
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
Component · Ref SNN9KI
Affected pagehttps://stevesleaves.com/collections/monstera/products/monstera-siltepecana-6-hanging-basket
Element.product-form__cart-submit.btn--medium.btn--full:nth-child(3)
Accessible nameNOTIFY WHEN AVAILABLE
Markup
<button id="BIS_trigger" type="button" class="product-form__cart-submit btn btn--medium btn--full btn--primary" style="margin-top: 10px;">NOTIFY WHEN AVAILABLE</button>
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref 5A8B4B
Affected pagehttps://stevesleaves.com/
Elementdiv[data-yt-id="KliOjvZJ0o0"] > .yottie-widget-video-preview[target="_blank"] > .yottie-widget-video-preview-marker.yottie-widget-video-preview-marker-duration
Accessible name19:47
Markup
<span class="yottie-widget-video-preview-marker yottie-widget-video-preview-marker-duration">19:47</span>
Component · Ref 84WYCB
Affected pagehttps://stevesleaves.com/
Element.yottie-widget-feed-section-pagination-bullet.swiper-pagination-bullet:nth-child(2)
Accessible name2
Markup
<span class="yottie-widget-feed-section-pagination-bullet swiper-pagination-bullet" style="display: inline-block;">2</span>
Component · Ref HFEWTA
Affected pagehttps://stevesleaves.com/cart
Element.btn--secondary.btn[href$="collections"] > span
Accessible nameContinue shopping
Markup
<span>Continue shopping</span>
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 PVPPF6
Affected pagehttps://stevesleaves.com/collections/monstera/products/monstera-siltepecana-6-hanging-basket
Elementdiv#shopify-section-sections--18705305796760__header > header > div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > button
Accessible nameOpen menu modal
Markup
<button class="header__menu-icon header__icon-touch header__icon-menu" aria-label="Open menu modal" aria-expanded="false" data-aria-label-closed="Open menu modal" data-aria-label-opened="Close menu modal" data-js-menu-button="">
    <span class="icon-button icon-button-header-menu  ">
  <span class="icon-button__icon">
    <span class="icon icon-new icon-header-menu ">
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.692 12.646h16.616M3.692 5.762h16.616M3.692 19.608h16.616" stroke="currentColor" stroke-width="1.2"></path></svg>
</span>

  </span>
</span>

 …
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
Component · Ref 4TX5Q2
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Elementheader > div:nth-of-type(2) > nav > ul > li:nth-of-type(2) > a
Accessible nameShop
Markup
<a href="/collections">Shop</a>
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)3 instances3 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 3 affected elements
Component · Ref DVDCZL
Affected pagehttps://stevesleaves.com/collections/monstera/products/monstera-siltepecana-6-hanging-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>
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
High

Images lack text alternatives

WCAG 1.1.1 (A)1 instance1 inspected page

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Why it matters

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Recommended correction

Add a concise alt attribute describing each informative image. Mark purely decorative images with alt="" so assistive technology skips them.

View 1 affected element
Component · Ref VM37PB
Affected pagehttps://stevesleaves.com/
Elementvideo > img
Markup
<img src="//stevesleaves.com/cdn/shop/files/preview_images/7ada62b550214135b7c28bb759049296.thumbnail.0000000000_1800x.jpg?v=1736927305">
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 J109RF
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Elementdiv > div:nth-of-type(2) > div:nth-of-type(1) > div > a > p
Accessible nameLEARN ABOUT OUR SHIPPING PROCESS AND TIMELINES
Markup
<p>LEARN ABOUT OUR SHIPPING PROCESS AND TIMELINES</p>
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)15 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 15 affected elements
Component · Ref DRQK6X
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Elementheader > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(2) > nav
Accessible nameShop Shop All Plants Currently Available Plants Steve's Stones New! Sale Steve's Leaves Exclusives Gift Cards Merchandise Plants by Type Aroids Anthuriums Anthurium Seeds Begonias Commelinaceae Hoyas Monstera Peperomia Philodendron Scindapsus Syngonium Tradescantia View All Plants by Category All Collections Auctions WYSIWYG Blooming Cacti & Euphorbia Foliage Large Plants Succulent Plants Terrarium Plants Trailing Advanced Easy to Grow All Plants All Products Begonia Hoya Steve's Stones All Stone's Cluster's Geode's Obelisk's Skull's Sphere's Jewelry Amethyst Malachite Petrified Wood Septarian WYSIWYG All WYSIWYG WYSIWYG - Alocasia WYSIWYG - Anthurium WYSIWYG - Begonia WYSIWYG - Dischidia WYSIWYG - Hoya WYSIWYG - Monstera WYSIWYG - Monstera Albo's WYSIWYG - Philodendron WYSIWYG - Rhaphidophora WYSIWYG - Scindapsus WYSIWYG - Syngonium WYSIWYG - Large Plants biOrb Contact Us Learn FAQs FAQ How do we ship? WSA FAQs About Our Nursery Wholesale Steve's Leaves Anthurium Resources What to do when your plants arrive Videos Unboxings From The Blog Plant Guides Staff Favorites View All
Markup
<nav class="header__links header__links-primary" data-navigation="" style="--submenu-item-height: 25px;">

<ul class="header__links-list fs-navigation-base">
  

    

    <li data-submenu-parent=""><!-- if top level item is a link, render a clickable anchor link --><a class="navigation__submenu-trigger fs-navigation-base no-transition active" data-link="" data-parent="" data-dropdown-trigger="" aria-haspopup="true" aria-expanded="false" aria-controls="shop-menu-0" href="/collections">
          <span class="link-hover">
            Shop
          </span>
          <span class="header__links-i…
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
Component · Ref MWZZVL
Affected pagehttps://stevesleaves.com/collections/monstera/products/monstera-siltepecana-6-hanging-basket
Elementdiv#shopify-section-sections--18705305796760__header > header > div:nth-of-type(2) > nav
Accessible nameShop Shop All Plants Currently Available Plants Steve's Stones New! Sale Steve's Leaves Exclusives Gift Cards Merchandise Plants by Type Aroids Anthuriums Anthurium Seeds Begonias Commelinaceae Hoyas Monstera Peperomia Philodendron Scindapsus Syngonium Tradescantia View All Plants by Category All Collections Auctions WYSIWYG Blooming Cacti & Euphorbia Foliage Large Plants Succulent Plants Terrarium Plants Trailing Advanced Easy to Grow All Plants All Products Begonia Hoya Steve's Stones All Stone's Cluster's Geode's Obelisk's Skull's Sphere's Jewelry Amethyst Malachite Petrified Wood Septarian WYSIWYG All WYSIWYG WYSIWYG - Alocasia WYSIWYG - Anthurium WYSIWYG - Begonia WYSIWYG - Dischidia WYSIWYG - Hoya WYSIWYG - Monstera WYSIWYG - Monstera Albo's WYSIWYG - Philodendron WYSIWYG - Rhaphidophora WYSIWYG - Scindapsus WYSIWYG - Syngonium WYSIWYG - Large Plants biOrb Contact Us Learn FAQs FAQ How do we ship? WSA FAQs About Our Nursery Wholesale Steve's Leaves Anthurium Resources What to do when your plants arrive Videos Unboxings From The Blog Plant Guides Staff Favorites View All
Markup
<nav>
  <ul>
    
      <li>
        <a href="/collections">Shop</a>
      </li>
      
        <li>
          <a href="/collections">Shop</a>
        </li>
        
          <li>
            <a href="/collections/all-plants">All Plants</a>
          </li>
          
        
          <li>
            <a href="/collections/currently-in-stock">Currently Available Plants</a>
          </li>
          
        
          <li>
            <a href="/collections/steves-stones">Steve's Stones</a>
          </li>
          
        
          <li>
            <a href="/collections/new-to-the-site">N…
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
Component · Ref MYXEJH
Affected pagehttps://stevesleaves.com/products/hoya-kerrii-6-hanging-basket
Elementsection > div:nth-of-type(2) > div > div > div > div
Accessible nameShop Shop Shop Shop All Plants Currently Available Plants Steve's Stones New! Sale Steve's Leaves Exclusives Gift Cards Merchandise Plants by Type Plants by Type Aroids Anthuriums Anthurium Seeds Begonias Commelinaceae Hoyas Monstera Peperomia Philodendron Scindapsus Syngonium Tradescantia View All Plants by Category Plants by Category All Collections Auctions WYSIWYG Blooming Cacti & Euphorbia Foliage Large Plants Succulent Plants Terrarium Plants Trailing Advanced Easy to Grow All Plants All Products Begonia Hoya Steve's Stones Steve's Stones All Stone's Cluster's Geode's Obelisk's Skull's Sphere's Jewelry Amethyst Malachite Petrified Wood Septarian WYSIWYG WYSIWYG All WYSIWYG WYSIWYG - Alocasia WYSIWYG - Anthurium WYSIWYG - Begonia WYSIWYG - Dischidia WYSIWYG - Hoya WYSIWYG - Monstera WYSIWYG - Monstera Albo's WYSIWYG - Philodendron WYSIWYG - Rhaphidophora WYSIWYG - Scindapsus WYSIWYG - Syngonium WYSIWYG - Large Plants biOrb Contact Us Learn Learn FAQs FAQs FAQ How do we ship? WSA FAQs About About Our Nursery Wholesale Steve's Leaves Anthurium Resources …[truncated by Evolize: exceeded D1 value limit]
Rolenavigation
Markup
<div class="drawer-menu__main" data-main="" role="navigation">
            <div class="drawer-menu__links-wrapper animation--drawer-menu-item" style="--delay-offset-multiplier: 0;">
              <ul class="drawer-menu__primary-links" data-depth="0" data-primary-container="true">
                <li class="
      drawer-menu__item
      
      
    " data-list-item="">
    <a data-item="parent" class="drawer-menu__link no-transition" href="/collections" data-link="primary" aria-haspopup="true" aria-expanded="false">
      <div class="drawer-menu__link-title">
        
        

        <span c…
Affected pages/ /collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket /cart
Medium

Touch targets are too small

WCAG 2.5.8 (AA)6 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 6 affected elements
Component · Ref FWPSOP
Affected pagehttps://stevesleaves.com/products/hoya-kerrii-6-hanging-basket
Element.for-desktop > .product__block-featured-products.product__block--medium.product__block > div[data-featured-products=""][data-recommendations-type="custom-product-list"][data-max-recommendations="1"] > .product__block-featured-products-grid.product__block-featured-products-grid--has-mobile-swipe.carousel__wrapper > .carousel__slide.swiper-slide[data-slide=""] > .product-item.product-item--border-on-hover.animation--item > .product-item__inner > product-follow-button[product-id="7084082528408"][variant-id="41174462038168"][button-type="icon_only"] > .auction.auction-container.tr-app-container > .tr-follow-button.justify-start.gap-2 > .auction-button.gap-1.text-base
Markup
<button class="auction-button flex items-center gap-1 text-base no-underline link" type="button">
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
Component · Ref F5P0R5
Affected pagehttps://stevesleaves.com/cart
Elementbutton[aria-label="Close teaser"]
Accessible nameClose teaser
Markup
<button tabindex="0" aria-label="Close teaser" class="needsclick klaviyo-close-form go2324193863 kl-private-reset-css-Xuajs1" style="position: absolute; z-index: 6; cursor: pointer; height: 20px; width: 20px; border-radius: 50%; right: -16px; bottom: -16px;">
Affected pages/ /products/hoya-kerrii-6-hanging-basket /cart
Medium

Form field must not have multiple label elements

WCAG 3.3.2 (A)3 instances3 inspected pages

Form field must not have multiple label elements

Why it matters

Form field must not have multiple label elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 3 affected elements
Component · Ref 9KRN5Y
Affected pagehttps://stevesleaves.com/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket
Element#Quantity-Input-6251835949208
Accessible nameProduct quantity
Markup
<input type="number" name="updates[]" id="Quantity-Input-6251835949208" value="1" min="1" pattern="[0-9]*" class="quantity-input__input" data-quantity-input="" aria-label="Product quantity">
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
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 4OSKN2
Affected pagehttps://stevesleaves.com/
Elementvideo
Markup
<video playsinline="playsinline" class="video-with-text__vid..." autoplay="autoplay" loop="loop" muted="muted" preload="metadata" poster="//stevesleaves.com/c..." loading="lazy">
Low

Low-quality alternative text

WCAG 1.1.1 (A)12 instances3 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 12 affected elements
Component · Ref 7CVWST
Affected pagehttps://stevesleaves.com/products/hoya-kerrii-6-hanging-basket
Elementdiv:nth-of-type(2) > div:nth-of-type(2) > div > a > div > img
Markup
<img alt="Hoya kerrii - 6&quot; Hanging Basket" class="image__img" loading="lazy" width="1500" height="1500" src="//stevesleaves.com/cdn/shop/products/apocynaceae-hoya-kerrii-6inch-steve_sleaves_inc.-2.jpg?v=1657288038&amp;width=320" srcset="//stevesleaves.com/cdn/shop/products/apocynaceae-hoya-kerrii-6inch-steve_sleaves_inc.-2.jpg?v=1657288038&amp;width=100 100w, //stevesleaves.com/cdn/shop/products/apocynaceae-hoya-kerrii-6inch-steve_sleaves_inc.-2.jpg?v=1657288038&amp;width=150 150w, //stevesleaves.com/cdn/shop/products/apocynaceae-hoya-kerrii-6inch-steve_sleaves_inc.-2.jpg?v=1657288038&amp…
Affected pages/collections/commelinaceae/products/callisia-repens-variegata-6-hanging-basket /products/hoya-kerrii-6-hanging-basket /collections/monstera/products/monstera-siltepecana-6-hanging-basket
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 IX1FLF
Affected pagehttps://stevesleaves.com/
Elementdiv > div > div:nth-of-type(1) > div > div > video
Markup
<video playsinline="playsinline" class="video-with-text__video animation--video-with-text" autoplay="autoplay" loop="loop" muted="muted" preload="metadata" poster="//stevesleaves.com/cdn/shop/files/preview_images/7ada62b550214135b7c28bb759049296.thumbnail.0000000000_1800x.jpg?v=1736927305" loading="lazy"><source src="//stevesleaves.com/cdn/shop/videos/c/vp/7ada62b550214135b7c28bb759049296/7ada62b550214135b7c28bb759049296.HD-1080p-7.2Mbps-41013956.mp4?v=0" type="video/mp4"><img src="//stevesleaves.com/cdn/shop/files/preview_images/7ada62b550214135b7c28bb759049296.thumbnail.0000000000_1800x.jpg?…

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.