Public accessibility assessment

Accessibility issues detected on beringer.com

Evolize inspected 5 public pages on beringer.com and detected 27 automatically identifiable accessibility findings.

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

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

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

Is beringer.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 beringer.com and detected 27 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/", where 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

    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://treasurywineestates.tripleseat.com/party_request/27032, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  2. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 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 · 20 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 · 15 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)AA844 / 5
1.3.1Info and RelationshipsA455 / 5
1.4.1Use of ColorA355 / 5
2.4.3Focus OrderA355 / 5
1.2.2Captions (Prerecorded)A211 / 5
2.1.1KeyboardA255 / 5
4.1.2Name, Role, ValueA255 / 5
1.1.1Non-text ContentA111 / 5
2.4.1Bypass BlocksA155 / 5
3.3.2Labels or InstructionsA111 / 5

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

Continuous monitoring

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

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

04 · All detected findings

Critical

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)1 instance1 inspected page

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

Why it matters

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

Recommended correction

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

View 1 affected element
Component · Ref 9813O4
Affected pagehttps://www.beringer.com/pages/event-inquiry
Element#tripleseat_embed_iframe
Markup
<iframe height="1300" width="100%" frameborder="0" id="tripleseat_embed_iframe" src="https://treasurywineestates.tripleseat.com/party_request/27032" data-gtm-yt-inspected-17="true"></iframe>
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 7NJ5TU
Affected pagehttps://www.beringer.com/cart
Elementheader > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > div > button:nth-of-type(2)
Accessible nameNext
Markup
<button class="scroll-button" data-position="end" data-direction="forwards" title="Next">
      <span class="icon icon-new icon-chevron ">
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.875 7.438 12 17.563 22.125 7.438" stroke="currentColor" stroke-width="2"></path></svg>
</span>

    </button>
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Component · Ref CAKOQI
Affected pagehttps://www.beringer.com/pages/event-inquiry
Elementdiv#shopify-section-sections--17992920727721__header > header > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(2) > a:nth-of-type(1)
Accessible nameOpen search modal
Markup
<a class="
      header__icon-touch
      header__icon-touch--search
      no-transition
    " href="/search" data-search="" aria-label="Open search modal" aria-controls="MainQuickSearch" aria-expanded="false">
    <span class="icon-button icon-button-header-search  ">
  <span class="icon-button__icon">
    <span class="icon icon-new icon-header-search ">
  <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.048 17.89a6.923 6.923 0 1 0 0-13.847 6.923 6.923 0 0 0 0 13.847z" stroke="currentColor" stroke-width="1.2" stroke-miterlimit="10" stroke-linecap="round"></…
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Component · Ref DA4XNI
Affected pagehttps://www.beringer.com/pages/contact
Elementdiv > div:nth-of-type(2) > div > div:nth-of-type(4) > div:nth-of-type(1) > a
Accessible name150th Anniversary & 2023 Private Reserve Release Celebration BOOK NOW
Markup
<a class="announcement-bar__link color-inherit" href="https://www.exploretock.com/beringervineyards/event/616893/beringer-150th-anniversary-celebration">
                <p>150th Anniversary &amp; 2023 Private Reserve Release Celebration </p><p>BOOK NOW</p>
              </a>
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)50 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 50 affected elements
Component · Ref 5B3907
Affected pagehttps://www.beringer.com/cart
Elementspan#minusIcon_3
Markup
<span id="minusIcon_3" style="padding-left: 10px; display: flex;" onclick="cookieDescHide(3)">
                      <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 330 330" style="enable-background:new 0 0 330 330; height: 19px;
                          width: 16px; fill: #f9fafb; position: relative;" xml:space="preserve"><g><path d="M281.633,48.328C250.469,17.163,209.034,0,164.961,0C120.888,0,79.453,17.163,48.289,48.328 c-64.333,64.334-64.333,169.011,0,233.345C79.453,312.837,120.888,330,164.962,330c44.…
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Component · Ref 802WGA
Affected pagehttps://www.beringer.com/pages/event-inquiry
Elementdiv > div:nth-of-type(3) > div:nth-of-type(1) > p > b > span:nth-of-type(1)
Markup
<span onclick="cookieDescHide(1)" style="padding-left: 10px;"><span id="plusIcon_1" style="display: none; margin: 0;" class="Polaris-Icon"><span class="Polaris-VisuallyHidden"></span><svg viewBox="0 0 20 20" style="fill: #f9fafb;" class="Polaris-Icon__Svg" focusable="false" aria-hidden="true">
      <path d="M15 10a1 1 0 0 1-1 1h-3v3a1 1 0 1 1-2 0v-3H6a1 1 0 1 1 0-2h3V6a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1zm-5-8a8 8 0 1 0 0 16 8 8 0 0 0 0-16z"></path>
                  </svg></span></span>
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
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 SDVFQV
Affected pagehttps://www.beringer.com/
Elementvideo > img
Markup
<img src="//www.beringer.com/cdn/shop/files/preview_images/ccd64993f3be407a9513ed40b6f934b6.thumbnail.0000000000_1800x.jpg?v=1775169427">
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)25 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 25 affected elements
Component · Ref QYSLLL
Affected pagehttps://www.beringer.com/pages/contact
Elementa[data-meganav-handle="visit"]
Accessible nameVisit
Markup
<a class="navigation__submenu-trigger fs-navigation-base no-transition" data-link="" data-parent="" data-meganav-trigger="" data-meganav-type="full_width_meganav" data-meganav-handle="visit" aria-haspopup="true" aria-expanded="false" aria-controls="visit-menu-1" href="/pages/visit">
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 5 affected elements
Component · Ref NSRBMR
Affected pagehttps://www.beringer.com/pages/event-inquiry
Elementdiv > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > a > p:nth-of-type(1)
Accessible name150th Anniversary & 2023 Private Reserve Release Celebration
Markup
<p>150th Anniversary &amp; 2023 Private Reserve Release Celebration </p>
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /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 MXQEB1
Affected pagehttps://www.beringer.com/pages/event-inquiry
Elementdiv:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > div > div:nth-of-type(2) > nav
Accessible nameWines Shop All Sale Wines Shop Sale 90+ Point Wines Shop Sale Red Wines Shop Sale White Wines Shop All Wines Private Reserve Single Vineyards Knights Valley Varietals Cabernet Sauvignon Merlot Chardonnay Featured 90 Points & Up Gift Sets Corporate Gifting Merchandise Visit Tastings & Tours Event Calendar Virtual Tastings Groups of 15+ Private & Corporate Events Weddings Event Spaces Plan Your Visit Tastings & Tours 150th Anniversary 150th Celebrations Memory Lane The Beringer Times Blog Celebrating 150 Years LEARN MORE Heritage Pioneer in Napa Historic Property Winemaking Discover Knights Valley Best Vineyards in Napa Sustainability Focus Blog A Legacy 150 Years in the Making Explore Club Join our Club Member FAQ Gift A Club Membership Exclusive membership perks Get started
Markup
<nav class="header__links header__links-primary" data-navigation="">

<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" data-link="" data-parent="" data-meganav-trigger="" data-meganav-type="full_width_meganav" data-meganav-handle="wines" aria-haspopup="true" aria-expanded="false" aria-controls="wines-menu-0" href="/collections/all-wines">
          <span class="link-hover">
            Wines
          </span>
    …
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Component · Ref O24HED
Affected pagehttps://www.beringer.com/cart
Elementsection > div:nth-of-type(2) > div > div > div > div
Accessible nameWines Wines Shop All Sale Wines Shop All Sale Wines Shop Sale 90+ Point Wines Shop Sale Red Wines Shop Sale White Wines Shop All Wines Shop All Wines Private Reserve Single Vineyards Knights Valley Varietals Varietals Cabernet Sauvignon Merlot Chardonnay Featured Featured 90 Points & Up Gift Sets Corporate Gifting Merchandise Visit Visit Tastings & Tours Event Calendar Virtual Tastings Groups of 15+ Private & Corporate Events Weddings Event Spaces 150th Anniversary 150th Anniversary 150th Celebrations Memory Lane The Beringer Times Blog Heritage Heritage Pioneer in Napa Historic Property Winemaking Discover Knights Valley Best Vineyards in Napa Sustainability Focus Blog Club Club Join our Club Member FAQ Gift A Club Membership Register / Login
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/all-wines" data-link="primary" aria-haspopup="true" aria-expanded="false">
      <div class="drawer-menu__link-title">
        
        

    …
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Component · Ref SPWQW9
Affected pagehttps://www.beringer.com/pages/contact
Elementdiv#shopify-section-sections--17992920727721__header > header > div:nth-of-type(2) > nav
Accessible nameWines Shop All Sale Wines Shop Sale 90+ Point Wines Shop Sale Red Wines Shop Sale White Wines Shop All Wines Private Reserve Single Vineyards Knights Valley Varietals Cabernet Sauvignon Merlot Chardonnay Featured 90 Points & Up Gift Sets Corporate Gifting Merchandise Visit Tastings & Tours Event Calendar Virtual Tastings Groups of 15+ Private & Corporate Events Weddings Event Spaces 150th Anniversary 150th Celebrations Memory Lane The Beringer Times Blog Heritage Pioneer in Napa Historic Property Winemaking Discover Knights Valley Best Vineyards in Napa Sustainability Focus Blog Club Join our Club Member FAQ Gift A Club Membership
Markup
<nav>
  <ul>
    
      <li>
        <a href="/collections/all-wines">Wines</a>
      </li>
      
        <li>
          <a href="/collections/seasonal-offer">Shop All Sale Wines</a>
        </li>
        
          <li>
            <a href="/collections/shop-sale-90-point-wines">Shop Sale 90+ Point Wines</a>
          </li>
          
        
          <li>
            <a href="/collections/shop-sale-red-wines">Shop Sale Red Wines</a>
          </li>
          
        
          <li>
            <a href="/collections/shop-sale-white-wines">Shop Sale White Wines</a>
          </li>
        …
Affected pages/ /products/birch-ahso-ber /pages/contact /pages/event-inquiry /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)17 instances4 inspected pages

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

Why it matters

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

Recommended correction

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

View 17 affected elements
Component · Ref JH6UZ2
Affected pagehttps://www.beringer.com/
Element.btn--callout.btn--overlay[href$="wine-club-options"] > span
Accessible nameBecome a member
Markup
<span>Become a member</span>
Affected pages/ /pages/contact /cart
Component · Ref QZHXKG
Affected pagehttps://www.beringer.com/cart
Element.newsletter__block-content-heading
Accessible nameJoin our mailing list to receive 20% off your first order!
Markup
<h2 class="newsletter__block-content-heading ff-heading normalize-heading fs-heading-2-base section-blocks__heading" style="--delay-offset-multiplier: 1;">
                  Join our mailing list to receive 20% off your first order!
                </h2>
Affected pages/pages/contact /cart
Component · Ref B3AS5U
Affected pagehttps://www.beringer.com/cart
Element.newsletter__block-content-text > p:nth-child(2)
Accessible name*Does not combine with other promotions or discounts.
Markup
<p>*Does not combine with other promotions or discounts.</p>
Affected pages/pages/contact /cart
Component · Ref LBK6HG
Affected pagehttps://www.beringer.com/cart
Element.editor_content > p
Accessible nameWe rely on cookies to improve your experience on our website. They allow us to play videos, remember your preferences, and track traffic patterns for analysis.
Markup
<p>We rely on <a href="https://beringer-vineyards.myshopify.com/tools/data_preferences" rel="noopener noreferrer" target="_blank">cookies</a> to improve your experience on our website. They allow us to play videos, remember your preferences, and track traffic patterns for analysis.</p>
Affected pages/products/birch-ahso-ber /cart
Component · Ref HI3P1D
Affected pagehttps://www.beringer.com/
Element.slide_BVreHp[data-slide="1"][data-bullet-label="Move carousel to slide 1"]:nth-child(3) > .slideshow-slide__inner > .slideshow-slide__text-container-wrapper > .slideshow-slide__text-container.mobile-overlay > .slideshow-slide__text-container-inner.section-blocks.animation--section-blocks > .button-block__button--justify-right.slideshow-slide__text-container-image-button.button-block__button--justify-mobile-center > .btn--primary.btn--overlay[href$="seasonal-offer"] > span
Accessible nameSHOP THE SALE
Markup
<span>SHOP THE SALE</span>
Component · Ref A1D3D5
Affected pagehttps://www.beringer.com/cart
Elementa[href$="collections"] > span
Accessible nameContinue shopping
Markup
<span>Continue shopping</span>
Component · Ref KEZAIG
Affected pagehttps://www.beringer.com/
Element.slide_BVreHp[data-slide="1"][data-bullet-label="Move carousel to slide 1"]:nth-child(3) > .slideshow-slide__inner > .slideshow-slide__text-container-wrapper > .slideshow-slide__text-container.mobile-overlay > .slideshow-slide__text-container-inner.section-blocks.animation--section-blocks > h5
Accessible nameUp to 50% Off Select Wines
Markup
<h5 class="slideshow-slide__text-container-subheading ff-subheading fs-heading-4-base section-blocks__subheading" style="--delay-offset-multiplier: 4;">
              Up to 50% Off Select Wines
            </h5>
Component · Ref 1BKAN6
Affected pagehttps://www.beringer.com/
Element.slide_BVreHp[data-slide="1"][data-bullet-label="Move carousel to slide 1"]:nth-child(3) > .slideshow-slide__inner > .slideshow-slide__text-container-wrapper > .slideshow-slide__text-container.mobile-overlay > .slideshow-slide__text-container-inner.section-blocks.animation--section-blocks > .fs-heading-display-2.slideshow-slide__text-container-heading.section-blocks__heading
Accessible nameA Season to Savor
Markup
<h2 class="slideshow-slide__text-container-heading ff-heading fs-heading-display-2 section-blocks__heading" style="--delay-offset-multiplier: 3;">
              A Season to Savor
            </h2>
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 BS36EU
Affected pagehttps://www.beringer.com/
Elementvideo
Markup
<video playsinline="playsinline" class="video-with-text__video animation--video-with-text" autoplay="autoplay" loop="loop" muted="muted" preload="metadata" poster="//www.beringer.com/cdn/shop/files/preview_images/ccd64993f3be407a9513ed40b6f934b6.thumbnail.0000000000_1800x.jpg?v=1775169427">
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 MMW86Z
Affected pagehttps://www.beringer.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="//www.beringer.com/cdn/shop/files/preview_images/ccd64993f3be407a9513ed40b6f934b6.thumbnail.0000000000_1800x.jpg?v=1775169427"><source src="//www.beringer.com/cdn/shop/videos/c/vp/ccd64993f3be407a9513ed40b6f934b6/ccd64993f3be407a9513ed40b6f934b6.HD-1080p-7.2Mbps-80165285.mp4?v=0" type="video/mp4"><img src="//www.beringer.com/cdn/shop/files/preview_images/ccd64993f3be407a9513ed40b6f934b6.thumbnail.0000000000_1800x.jpg?v=1775169427"><…
Low

Form field must not have multiple label elements

WCAG 3.3.2 (A)1 instance1 inspected page

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 1 affected element
Component · Ref 57F13I
Affected pagehttps://www.beringer.com/products/birch-ahso-ber
Element#Quantity-Input-8671499026601
Accessible nameProduct quantity
Markup
<input type="number" name="updates[]" id="Quantity-Input-8671499026601" value="1" min="1" pattern="[0-9]*" class="quantity-input__input" data-quantity-input="" aria-label="Product quantity">

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.