Public accessibility assessment

Accessibility issues detected on zinus.com

Evolize inspected 5 public pages on zinus.com and detected 54 automatically identifiable accessibility findings.

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

Highest detected severity: High · 16 high-priority findings · 100% inspected-page coverage

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

Is zinus.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 zinus.com and detected 54 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 39 findings were detected. The assessment identified findings mapped to 9 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. High

    Hidden elements can still receive keyboard focus

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

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

    Recommended action

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

    View technical evidence →
  2. 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 →
  3. High

    Interactive controls are not keyboard-accessible

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

    ARIA hidden element must not be focusable or contain focusable elements

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

    ARIA hidden element must not be focusable or contain focusable elements

    Recommended action

    Review the affected element and correct the reported accessibility issue.

    View technical evidence →
  5. High

    Interactive controls are not keyboard-accessible

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

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1855 / 5
2.1.1KeyboardA1155 / 5
4.1.2Name, Role, ValueA1055 / 5
1.1.1Non-text ContentA755 / 5
2.4.3Focus OrderA355 / 5
2.5.8Target Size (Minimum)AA255 / 5
1.3.1Info and RelationshipsA155 / 5
1.4.1Use of ColorA155 / 5
1.4.10ReflowAA111 / 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

High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)12 instances5 inspected pages

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 12 affected elements
Component · Ref 0ROTLS
Affected pagehttps://www.zinus.com/pages/register
Element#product-core-5
Accessible nameMemory Foam Hover Image - Classic 10'' PROFILE 1243 Reviews Core Memory Foam Signature contouring comfort comfort comfort rating: 8 out of 10 support support rating: 7 out of 10 cooling cooling rating: 0 out of 10 $699.00 0% APR or as low as $64/mo with Affirm. See if you qualify Shop Now
Markup
<li class="menu-product-card custom-product__card product-filter-core " data-product-link="/products/balanced-comfort-core-memory-foam-mattress" data-title="Core" data-index="5" aria-hidden="true" tabindex="-1" id="product-core-5">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref O0EVP3
Affected pagehttps://www.zinus.com/pages/register
Element#rebuy-cart
Accessible nameYour Cart
Roledialog
Markup
<div id="rebuy-cart" role="dialog" aria-modal="true" aria-labelledby="rebuy-cart-title" aria-hidden="true" data-rebuy-cart-layout="single" class="rebuy-cart currency-USD no-items">
Affected pages/pages/register-product-1 /pages/register
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 BJY9MR
Affected pagehttps://www.zinus.com/
Elementbutton#md-form__select__language
Accessible nameLanguage
Rolecombobox
Markup
<button type="button" name="md-form__select__language__button" id="md-form__select__language" class="md-form__select" aria-expanded="false" aria-controls="orbeLanguageList" role="combobox" aria-haspopup="listbox" aria-labelledby="label-md-form__select__language" data-value="en">
        <div class="md-form__select__language__list-link-wrapper">
            <span class="md-form__select__span">English</span>
        </div>
    </button>
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref V1MRFR
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementform#md-modal__form__id > div > div:nth-of-type(1) > div:nth-of-type(2) > button
Accessible nameClose
Markup
<button class="md-modal-closeButton md-modal-closeButtonAction" aria-label="Close" type="button">
                                <span class="md-icon">
                                    <span class="md-visuallyHidden"></span>
                                    <svg viewBox="0 0 20 20" class="md-icon__Svg" focusable="false" aria-hidden="true">
                                        <path d="m11.414 10 6.293-6.293a1 1 0 1 0-1.414-1.414L10 8.586 3.707 2.293a1 1 0 0 0-1.414 1.414L8.586 10l-6.293 6.293a1 1 0 1 0 1.414 1.414L10 11.414l6.293 6.293A.998.998 0 0 0 18 17a.999.999 0 0 0-.293-.707L11…
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref 47HO93
Affected pagehttps://www.zinus.com/pages/register-product-1
Elementdiv#yotpo-reviews-star-ratings-widget > div > button
Accessible nameRated 4.5 out of 5 stars from 53 reviews. Jump to reviews.
Markup
<button class="yotpo-sr-bottom-line-summary yotpo-sr-bottom-line-button" type="button" aria-label="Rated 4.5 out of 5 stars from 53 reviews. Jump to reviews." style="display: flex; flex-direction: row; align-items: flex-start; direction: ltr; cursor: pointer;">
    <span style="display: flex; cursor: pointer;">
        <span aria-hidden="true" style="display: flex; flex-direction: row; align-items: center; height: 28px; cursor: pointer;">
    <svg aria-hidden="true" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg" class="star-container yotpo-sr-star-full" width="15" height="15" style="di…
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)42 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 42 affected elements
Component · Ref LNBFX4
Affected pagehttps://www.zinus.com/pages/register-product-1
Elementimg#secuvy-mobile-widget-button-closed
Markup
<img alt="secuvy-mobile-widget-close-btn" src="https://consent.zinus.secuvy.com/common/secuvy-mobile-widget-close-btn.svg" id="secuvy-mobile-widget-button-closed" height="16px" onclick="hideSecuvyMobileWidget()" width="16px">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref FY8SFE
Affected pagehttps://www.zinus.com/pages/register-product-1
Elementul#orbeLanguageList > li
Accessible nameEnglish
Roleoption
Markup
<li data-locale="en" class="" tabindex="-1" role="option">
                <span class="md-form__select__language__list-link" aria-current="true" data-value="en">
                    <div class="md-form__select__language__list-link-wrapper">
                        <span class="md-form__select__span" data-value="en">English</span>
                    </div>
                </span>
            </li>
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref 7NIDKB
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementdiv#secuvy-iframe-header > span
Accessible namesecuvy-iframe-drawer-close-btn
Markup
<span class="secuvy-iframe-header-close" onclick="closeSecuvyDsarDrawer()"><img alt="secuvy-iframe-drawer-close-btn" src="https://consent.zinus.secuvy.com/common/secuvy-iframe-drawer-close-btn.svg"></span>
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref FY8SG5
Affected pagehttps://www.zinus.com/
Elementli#orbe-country-CA
Accessible nameCanada
Roleoption
Markup
<li id="orbe-country-CA" tabindex="-1" role="option" data-name="Canada" data-country="CA" style="display: list-item;">
                    <span class="md-form__select__country__list-link" data-countryname="Canada" data-primarymarket="true" data-currency="CAD" data-symbol="$" data-primary="undefined" data-defaultlocale="en" data-subfoldersuffix="" data-domainurl="www.zinus.ca" data-host="www.zinus.ca" data-country="CA" data-value="CA" data-locales="en" data-namelocales="English" aria-current="false">
                        <div class="md-form__select__country__list-link-wrapper">
            …
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref ISFT0X
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementdiv:nth-of-type(2) > div > div > div:nth-of-type(8) > div:nth-of-type(1) > div
Accessible nameZinus Suzanne Metal and Bamboo Platform Bed Frame with bedding, front view. Black steel frame with bamboo headboard and footboard, wooden slats for mattress support, and modern industrial style designed for strength and elegance.
Rolelink
Markup
<div class="rebuy-product-image clickable" tabindex="-1" data-product-url="/products/suzanne-metal-and-wood-platform-bed-frame-with-footboard?variant=46822098824&amp;_rdiscovery-handle=suzanne-metal-and-wood-platform-bed-frame-with-footboard&amp;_rdiscovery-widget=198916" role="link" data-rebuy-original-tabindex="0"><img loading="lazy" src="https://cdn.shopify.com/s/files/1/2097/4191/products/10739095048_1_Suzanne_Metal_and_Wood_Platform_Bed_Frame_with_Footboard_400x400.jpg?v=1762441014" alt="Zinus Suzanne Metal and Bamboo Platform Bed Frame with bedding, front view. Black steel frame with bam…
Affected pages/blogs/zinus/how-to-use-contemporary-design-in-any-room /products/recycle-fee
Component · Ref 6GAMQC
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#dropdown-yotpo-dropdown-0\.6344192784764917-yotpo-dropdown-option-0
Accessible nameFilter reviews by all ratings
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by all ratings" aria-selected="true" id="dropdown-yotpo-dropdown-0.6344192784764917-yotpo-dropdown-option-0" class="yotpo-dropdown-option yotpo-dropdown-option--focus yotpo-dropdown-option--selected" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-7aac675c="" class="formated-value">All ratings</span></div><svg data-v-75d918e0="" data-v-7aac675c="" width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg" class=…
Component · Ref 6GAMQ9
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#dropdown-yotpo-dropdown-0\.6344192784764917-yotpo-dropdown-option-5
Accessible nameFilter reviews by 1 star
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 1 star" aria-selected="false" id="dropdown-yotpo-dropdown-0.6344192784764917-yotpo-dropdown-option-5" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns="…
Component · Ref 6GAMQ8
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#dropdown-yotpo-dropdown-0\.6344192784764917-yotpo-dropdown-option-4
Accessible nameFilter reviews by 2 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 2 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.6344192784764917-yotpo-dropdown-option-4" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Component · Ref 6GAMQF
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#dropdown-yotpo-dropdown-0\.6344192784764917-yotpo-dropdown-option-3
Accessible nameFilter reviews by 3 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 3 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.6344192784764917-yotpo-dropdown-option-3" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Component · Ref 6GAMQD
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#dropdown-yotpo-dropdown-0\.6344192784764917-yotpo-dropdown-option-1
Accessible nameFilter reviews by 5 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 5 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.6344192784764917-yotpo-dropdown-option-1" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Component · Ref 6GAMQE
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#dropdown-yotpo-dropdown-0\.6344192784764917-yotpo-dropdown-option-2
Accessible nameFilter reviews by 4 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 4 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.6344192784764917-yotpo-dropdown-option-2" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)45 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 45 affected elements
Component · Ref P24LWU
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Element.dropdown-arrow
Accessible name
Markup
<span class="dropdown-arrow"> ⏷</span>
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref T842O6
Affected pagehttps://www.zinus.com/pages/register-product-1
Element#dropdown-country
Accessible nameUnited States ⏷
Markup
<button id="dropdown-country" class="dropdown-toggle btn btn-link" type="button" aria-controls="dropdown-menu" aria-expanded="false">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref 427LNX
Affected pagehttps://www.zinus.com/pages/register
Element#SubscribeSubmit--sections--19595332124735__d08d6284-9829-490c-a905-9748973a8b1a
Accessible nameSign up
Markup
<button type="submit" name="subscribe" id="SubscribeSubmit--sections--19595332124735__d08d6284-9829-490c-a905-9748973a8b1a" class="input-group__btn btn">Sign up</button>
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register
Component · Ref ZO5BDO
Affected pagehttps://www.zinus.com/
Element#secuvy-popup-description
Accessible nameWe use cookies to improve your browsing experience. By continuing to access our website, you agree to our use of cookies to collect, store, and share data as outlined in our Privacy Policy.
Markup
<div class="secuvy-widget-card-desc" id="secuvy-popup-description">
Affected pages/ /pages/register-product-1 /products/recycle-fee
Component · Ref NQIJN5
Affected pagehttps://www.zinus.com/pages/register
Elementh1
Accessible nameRegister your product
Markup
<h1>Register your product</h1>
Affected pages/pages/register-product-1 /pages/register
Component · Ref U3SB17
Affected pagehttps://www.zinus.com/pages/register
Element.banner-image__inner--desktop > .banner-image__text-container > .banner-image__text-wrapper.banner-image__text-wrapper--normal > .banner-image__content.text__content > p
Accessible nameUse your proof of purchase to register your product with and receive up-to-date warranty and product information.
Markup
<p>Use your proof of purchase to register your product with and receive up-to-date warranty and product information.</p>
Affected pages/pages/register-product-1 /pages/register
Component · Ref 1I3N5J
Affected pagehttps://www.zinus.com/
Element#\31 96684-select-1
Accessible namevariant of Balanced Comfort Luxe Hybrid Mattress
Markup
<select title="Select product variant" id="196684-select-1" aria-label="variant of Balanced Comfort Luxe Hybrid Mattress" class="rebuy-select"><option value="43472211542079">Full</option><option value="43472211574847">Queen</option><option value="43472211607615">King</option></select>
Component · Ref R50NLJ
Affected pagehttps://www.zinus.com/
Element.option-with__description-item:nth-child(2) > .option-with__description-number[role="button"]
Accessible name2
Rolebutton
Markup
<span class="option-with__description-number" aria-controls="tab--template--19595333926975__single_mattress_layers_B3RDJQ--2" aria-expanded="false" role="button" tabindex="0">2</span>
Component · Ref CYY8BB
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Element#MosaicItem--template--14619098447935__0286e89a-78c0-4dc9-921b-83f2bb007b24-1685636627169ed50c-1 > .mosaic__item__inner.mosaic__item__link[onkeydown="MosaicTileKey(event, this)"] > .mosaic__item__content.mosaic__item__content--center > .mosaic__item__heading.mosaic__item__heading--underline.h2
Accessible nameBed frames
Markup
<h2 class="mosaic__item__heading mosaic__item__heading--underline h2">Bed frames</h2>
Component · Ref EWG6Z4
Affected pagehttps://www.zinus.com/
Element.column__item.one-third.mobile--one-whole:nth-child(1) > div[aria-label="product"][role="group"] > .column__item__inner > .column__item__content[data-product-card-tracked="true"] > .column__item__button.btn--secondary.btn--small
Accessible nameView Product, opens in a new tab
Markup
<a href="/products/balanced-c..." class="column__item__button..." data-product-impress...="true" data-product-link-po...="22" data-impression-id="a00f2ede-15ae-4bd2-9..." data-above-fold="false" data-product-click-t...="true">
Component · Ref PIQTR9
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Element#MosaicItem--template--14619098447935__0286e89a-78c0-4dc9-921b-83f2bb007b24-1685636627169ed50c-1 > .mosaic__item__inner.mosaic__item__link[onkeydown="MosaicTileKey(event, this)"] > .mosaic__item__content.mosaic__item__content--center > .mosaic__item__buttons > .mosaic__item__btn.btn--small.btn--solid
Accessible nameShop beds
Markup
<span class="mosaic__item__btn btn btn--solid btn--small btn--primary">Shop beds</span>
Component · Ref Y588RM
Affected pagehttps://www.zinus.com/
Element.btn--outline
Accessible nameView Hybrid Mattresses, opens in a new tab
Markup
<a href="https://www.zinus.com/pages/compare-mattress-hybrid" class="btn btn--outline btn--medium btn--primary">View Hybrid Mattresses<span class="patrol-sr-only patrol-blank-target">, opens in a new tab</span></a>
Component · Ref 76BIT6
Affected pagehttps://www.zinus.com/
Element.column__item__button.btn--secondary[data-product-link-position="23"]
Accessible nameView Product, opens in a new tab
Markup
<a href="/products/balanced-c..." class="column__item__button..." data-product-impress...="true" data-product-link-po...="23" data-impression-id="494bf989-e485-479a-b..." data-above-fold="false" data-product-click-t...="true">
Component · Ref WLAC5K
Affected pagehttps://www.zinus.com/
Element.mosaic__item__heading
Accessible nameWhich mattress is right for you?
Markup
<h2 class="mosaic__item__heading mosaic__item__heading--underline h2">Which mattress is right for you?</h2>
Component · Ref SUB17J
Affected pagehttps://www.zinus.com/
Element.mosaic__item__btn
Accessible nameTake our quiz
Markup
<span class="mosaic__item__btn btn btn--solid btn--medium btn--primary">Take our quiz</span>
Component · Ref 1711L1
Affected pagehttps://www.zinus.com/
Element.text__button:nth-child(1) > .btn--medium.btn--primary.btn--solid
Accessible nameView Memory Foam Mattresses, opens in a new tab
Markup
<a href="https://www.zinus.com/pages/compare-mattress-memory-foam" class="btn btn--solid btn--medium btn--primary">View Memory Foam Mattresses<span class="patrol-sr-only patrol-blank-target">, opens in a new tab</span></a>
Component · Ref YF5ES6
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Element.mosaic__item__text
Accessible nameStylish and easy to assemble bed frames.
Markup
<div class="mosaic__item__text p">Stylish and easy to assemble bed frames.</div>
Component · Ref M9XX7V
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Element.atc-button.actived.btn--large:nth-child(1) > .patrol-semantic-bold > span[data-add-to-cart-text=""]
Accessible nameAdd to Cart
Markup
<span data-add-to-cart-text="">Add to Cart</span>
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 DEL5Q2
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementul#modal-description > li:nth-of-type(1)
Accessible nameMattresses See More .custom-hidden { opacity: 0; stroke-width: 0px; } .custom-hidden, .custom-stroke { fill: none; } .custom-stroke { stroke: #003628; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } Custom Icon Memory Foam .cls-1 { fill: none; stroke: #003628 !important; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; opacity: 1!important; } .mattress-tabs__wrapper input:checked+label svg .cls-1{ stroke: #ffffff !important; } Hybrid Classic Core Pressure relieving memory foam Refreshing green tea Starting at $499 Classic Core Pressure relieving memory foam Refreshing green tea Starting at $499 Most Popular Signature Cooling gel memory foam Refreshing green tea Starting at $549 Best Value Luxe Cool to the touch 7 zone pressure relief Starting at $749 Classic Core Memory foam plus springs Individually wrapped coils Starting at $349 Most popular Signature Cooling gel memory foam …[truncated by Evolize: exceeded D1 value limit]
Markup
<li class="mobile-menu__item mobile-menu__item--level-1 mobile-menu__item--has-items">
          <a href="https://www.zinus.com/pages/compare-mattress" class="mobile-navlink mobile-navlink--level-1 mobile-navlink--trigger" data-nav-link-mobile="">Mattresses</a>
          <button type="button" class="mobile-nav__trigger mobile-nav__trigger--level-1" aria-label="Collapse/Expand button" aria-controls="MobileNav--mattresses-0" aria-expanded="true"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-toggle-plus hidden" viewBox="0 0 192 192"><path d="M30 96h132M96 30v132" …
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Medium

Touch targets are too small

WCAG 2.5.8 (AA)10 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 10 affected elements
Component · Ref ASSC69
Affected pagehttps://www.zinus.com/pages/register
Element#mattresses-trigger
Accessible nameMattresses submenu
Markup
<button class="toggle-button" id="mattresses-trigger" aria-controls="mattresses-menu" aria-expanded="false" style="z-index:10; margin-left:-10px;">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref HQ5VY8
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementbutton[aria-controls="Bedroom-menu"]
Accessible nameBedroom submenu
Markup
<button class="toggle-button" aria-controls="Bedroom-menu" aria-expanded="false" style="z-index:10; margin-left:-10px;">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Medium

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)4 instances1 inspected page

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 4 affected elements
Component · Ref WUS0JY
Affected pagehttps://www.zinus.com/
Elementa[data-product-link-position="23"][data-product-click-tracked="true"] > .product-variant__image.variant-image[role="group"] > .badge[aria-label="Most Popular"]
Accessible nameMost Popular
Markup
<div class="badge" aria-label="Most Popular">
Component · Ref 1MP0F1
Affected pagehttps://www.zinus.com/
Element.rebuy-product-grid
Accessible nameRecommended products carousel 1
Markup
<div role="" class="rebuy-product-grid l..." data-rebuy-carousel-...="true" aria-label="Recommended products...">
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 BRDT57
Affected pagehttps://www.zinus.com/
Element.testimonial__item--template--14619098218559__c4ad3b66-ea50-4528-856a-0b08fcf8dcca-1685577897d2b692a2-3 > .testimonial__item__inner > .testimonial__item__content > .testimonial__stars > .rating__star[aria-hidden="true"] > .rating__star__full[aria-label="5 star review"][role="img"] > .icon-star--full.icon-star[aria-labelledby="full-star"]:nth-child(1) > title
Accessible nameFull Star
Markup
<title class="sr-only" id="full-star">Full Star</title>
Component · Ref IF2LM2
Affected pagehttps://www.zinus.com/
Element.testimonial__item--template--14619098218559__c4ad3b66-ea50-4528-856a-0b08fcf8dcca-1685577897d2b692a2-3 > .testimonial__item__inner > .testimonial__item__content > .testimonial__stars > .rating__star[aria-hidden="true"] > .rating__star__empty[aria-label="5 star review"][role="img"] > .icon-star--empty.icon-star[aria-labelledby="svgStar"]:nth-child(1) > title
Accessible nameStar
Markup
<title class="sr-only" id="svgStar">Star</title>
Medium

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)1 instance1 inspected page

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Why it matters

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Recommended correction

Ensure layouts reflow to a single column without horizontal scrolling down to 320px width.

View 1 affected element
Component · Ref VIQWHN
Affected pagehttps://www.zinus.com/
Elementhtml
Accessible name//custom Meta Title var tapita_meta_page_title = `Shop Mattress, Bed Frames & Sofas | Free Delivery & 100-Night Trial`; var tapita_meta_page_description = `Shop Zinus for mattress firm comfort, easy-to-assemble bed frames, and sofas. Enjoy free delivery and a 100-night trial for the best sleep and value.`; <link rel="stylesheet" href="//www.zinus.com/cdn/shop/t/421/assets/patrol-styles.css?v=108396508636149335841788355996"> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag || function () { window.dataLayer.push(arguments); }; window.gtag('consent', 'default', { ad_storage: 'denied', analytics_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied' }); try { window.uetq = window.uetq || []; window.uetq.push('consent', 'default', { ad_storage: 'denied' }); } catch (e) {} // 2026-07: Rebuy follows the generic Secuvy pipeline (categorized Necessary // in the CMP). Flag kept true for legacy guards in theme.dev.js / atc-gate. window.__zinusRebuyConsentAllowed = true; window.__zinusAnalyticsConsentGranted = false; window.__zinusMarketingConsentGranted = false; window.__zinusTrackingConsentGranted = false; (function () { // Stub blocks VWO SmartCode IIFE (window._vwo_code || …) until analytics consent. // When consent is already stored, clear the stub so SmartCode can init. // The VWO app embed is injected outside the content_for_header rewrite, so // hide_element='body' cannot be patched in Liquid. Narrow the hide target // through SmartCode's own API (hide_element() / cc.hE) instead. var vwoCodeStored; try { Object.defineProperty(window, '_vwo_code', { configurable: true, enumerable: true, get: function () { return vwoCodeStored; }, set: function (code) { if (code && typeof code.hide_element === 'function') { code.hide_element = function () { return ''; }; } vwoCodeStored = code; } }); } catch (eDef) {} try { var vwoCfgKey = '_vwo_770254_config'; var vwoStores = [window.localStorage, window.sessionStorage]; for (var s = 0; s < vwoStores.length; s++) { var store = vwoStores[s]; if (!store) continue; var cfg = {}; try { cfg = JSON.parse(store.getItem(vwoCfgKey) || '{}') || {}; } catch (eParse) { cfg = {}; } if (!cfg || typeof cfg !== 'object' || Array.isArray(cfg)) cfg = {}; cfg.hE = ''; store.setItem(vwoCfgKey, JSON.stringify(cfg)); } } catch (eCfg) {} window._vwo_code = window._vwo_code || { consentBlocked: true }; try { var rawConsent = localStorage.getItem('secuvy'); var rawTrackingState = localStorage.getItem('zinus_cmp_tracking_state'); if (!rawConsent || !rawTrackingState || !Array.isArray(window.RULES)) return; var ruleNames = window.RULES .map(function (rule) { return rule && typeof rule.n === 'string' ? rule.n : ''; }) .filter(Boolean) .filter(function (name, index, names) { return names.indexOf(name) === index; }) .sort(); if (!ruleNames.length) return; var trackingState = JSON.parse(rawTrackingState); if ( !trackingState || trackingState.secuvy !== rawConsent || trackingState.rules !== JSON.stringify(ruleNames) || typeof trackingState.analytics !== 'boolean' || typeof trackingState.marketing !== 'boolean' ) { return; } window.__zinusAnalyticsConsentGranted = trackingState.analytics; window.__zinusMarketingConsentGranted = trackingState.marketing; window.__zinusTrackingConsentGranted = trackingState.analytics || trackingState.marketing; if ( trackingState.analytics && window._vwo_code && window._vwo_code.consentBlocked ) { window._vwo_code = undefined; } } catch (e) {} })(); (function e() { var e = document.createElement('script'); e.type = 'text/javascript'; e.async = true; e.setAttribute('data-zinus-consent-essential', ''); e.setAttribute('data-zinus-yotpo-loader', ''); e.src = '//staticw2.yotpo.com/rya6dDztKff9L6wtN7RNTqn6xBUMBjIuGnhev4ff/widget.js'; var t = document.getElementsByTagName('script')[0]; t.parentNode.insertBefore(e, t); })(); (function () { var PLACEHOLDER_SELECTOR = '.yotpo.bottomLine, .yotpo.yotpo-main-widget'; function yotpoRoot(container) { return container && container.querySelectorAll ? container : document; } function isYotpoReady() { return !!( window.yotpoWidgetsContainer && typeof window.yotpoWidgetsContainer.initWidgets === 'function' ); } function hasNewPlaceholders(root) { return !!root.querySelector(PLACEHOLDER_SELECTOR); } function nodeHasNewPlaceholder(node) { if (!node || node.nodeType !== 1) return false; if (node.matches && node.matches(PLACEHOLDER_SELECTOR)) return true; return !!(node.querySelector && node.querySelector(PLACEHOLDER_SELECTOR)); } function initNewYotpoWidgets(container) { try { if (!isYotpoReady()) return false; var root = yotpoRoot(container); // Only act on leftover liquid placeholders. Skip in-progress V3 // instances so stars that already painted are never remounted. if (!hasNewPlaceholders(root)) return true; // yotpo.initWidgets() → initWidgets(false): mount new placeholders only. // refreshWidgets() → initWidgets(true) and remounts every V3 star widget. if (window.yotpo && typeof window.yotpo.initWidgets === 'function') { window.yotpo.initWidgets(); } else { window.yotpoWidgetsContainer.initWidgets(false); } return true; } catch (err) { return false; } } function scheduleYotpoInit(container) { if (initNewYotpoWidgets(container)) return; var attempts = 0; var timer = setInterval(function () { attempts += 1; if (initNewYotpoWidgets(container) || attempts >= 8) { clearInterval(timer); } }, 250); } function watchForInjectedPlaceholders() { if (!window.MutationObserver) return; var debounce; var observer = new MutationObserver(function (mutations) { for (var i = 0; i < mutations.length; i++) { var nodes = mutations[i].addedNodes; for (var j = 0; j < nodes.length; j++) { if (nodeHasNewPlaceholder(nodes[j])) { clearTimeout(debounce); debounce = setTimeout(function () { scheduleYotpoInit(document); }, 50); return; } } } }); observer.observe(document.documentElement, { childList: true, subtree: true }); } document.addEventListener('shopify:section:load', function (event) { scheduleYotpoInit(event && event.target); }); document.addEventListener('theme:product-grid:updated', function (event) { var container = event && event.detail && event.detail.container; scheduleYotpoInit(container); }); // Start before window.load so related-products / quick-view fetches are seen. // Do not init on load — placeholders still…[truncated by Evolize: exceeded D1 value limit]
Markup
<html class="js no-touch reviews-provider-yotpo is-loaded" lang="en" style="--scrollbar-width: 0px; --footer-height: 672px; --content-full: 514px; --content-min: -200px; --collection-sticky-bar-height: 0px; --full-height: 540px;"><head>

        <script async="" src="https://cdn1.affirm.com/js/v2/affirm.js"></script><script src="https://cdn.voiceflow.com/widget-next/bundle.mjs" type="text/javascript" data-zinus-consent-essential=""></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/destination?id=MC-VMS5QP7X3Z&amp;cx=c&amp;gtm=4e6941h2"></script><script…
Low

Low-quality alternative text

WCAG 1.1.1 (A)209 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 209 affected elements
Component · Ref NX3RW4
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementli#Japan-button > a > img
Markup
<img src="https://cdn.shopify.com/s/files/1/2097/4191/files/Japan_flag.png?v=1689693534" width="16" height="16" alt="US Flag" class="flag-image" loading="lazy">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref QZ5WKJ
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Elementdiv#usa-button > button > img
Markup
<img src="https://cdn.shopify.com/s/files/1/2097/4191/files/United_States_flag.png?v=1689693535" width="17" height="17" alt="US Flag" class="country-flag" loading="lazy">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref SIPCEN
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementli#product-luxe-4 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > img:nth-of-type(2)
Markup
<img class="hover_image" src="//www.zinus.com/cdn/shop/files/Front_View_Luxe_Hybrid.jpg?v=1786713737&amp;width=480" alt="Zinus Balanced Comfort Luxe Hybrid Mattress fully set up on an upholstered platform bed with paneled headboard in a bright bedroom with white and green pillows, nightstands, and lamps on either side, showing the mattress in its intended home setting." width="2000" height="2000" loading="lazy">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref EIEUXF
Affected pagehttps://www.zinus.com/pages/register-product-1
Elementdiv#swiper-wrapper-2bcd4cd57786d95a > div:nth-of-type(4) > a > img
Markup
<img src="https://www.zinus.com/cdn/shop/collections/Suzanne_Platform_with_Footboard_Hero.jpg?v=1786474945&amp;width=640" srcset="https://www.zinus.com/cdn/shop/collections/Suzanne_Platform_with_Footboard_Hero.jpg?v=1786474945&amp;width=320 320w, https://www.zinus.com/cdn/shop/collections/Suzanne_Platform_with_Footboard_Hero.jpg?v=1786474945&amp;width=640 640w, https://www.zinus.com/cdn/shop/collections/Suzanne_Platform_with_Footboard_Hero.jpg?v=1786474945&amp;width=1024 1024w, https://www.zinus.com/cdn/shop/collections/Suzanne_Platform_with_Footboard_Hero.jpg?v=1786474945&amp;width=1600 1600w…
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref GB1F69
Affected pagehttps://www.zinus.com/pages/register-product-1
Elementdiv#hybrid_tab-nav-panel > div:nth-of-type(3) > div > div > img
Markup
<img src="//www.zinus.com/cdn/shop/files/Front_View_Core_Hybrid.jpg?crop=center&amp;height=80&amp;v=1786711507&amp;width=80" alt="Zinus Balanced Comfort Core Hybrid Mattress fully set up on a natural wood platform bed frame in a light, airy bedroom with white and green pillows, nightstands, and lamps on either side, showing the mattress in its intended home bedroom setting." width="80" height="80" sizes="auto" class=" lazyload" style="object-position:50.0% 48.926%;">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref 0HQEPO
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementdiv > div:nth-of-type(2) > div > div:nth-of-type(4) > a:nth-of-type(2) > img
Markup
<img src="https://www.zinus.com/cdn/shop/products/28346974216_15_shalini_upholstered_platform_bed_frame.jpg?v=1762441082&amp;width=1024" srcset="https://www.zinus.com/cdn/shop/products/28346974216_15_shalini_upholstered_platform_bed_frame.jpg?v=1762441082&amp;width=320 320w, https://www.zinus.com/cdn/shop/products/28346974216_15_shalini_upholstered_platform_bed_frame.jpg?v=1762441082&amp;width=640 640w, https://www.zinus.com/cdn/shop/products/28346974216_15_shalini_upholstered_platform_bed_frame.jpg?v=1762441082&amp;width=1024 1024w, https://www.zinus.com/cdn/shop/products/28346974216_15_shali…
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /pages/register-product-1 /pages/register /products/recycle-fee
Component · Ref HI6M39
Affected pagehttps://www.zinus.com/blogs/zinus/how-to-use-contemporary-design-in-any-room
Elementdiv > div > div:nth-of-type(2) > div:nth-of-type(1) > div > img
Markup
<img loading="eager" src="https://cdn.shopify.com/s/files/1/2097/4191/files/Front_View_Signature_Memory_Foam_400x400.jpg?v=1786711894" alt="Zinus Balanced Comfort Signature Memory Foam Mattress fully set up on a natural wood platform bed with upholstered headboard in a light bedroom with white and green pillows, nightstands, and lamps on either side, showing the mattress in its intended setting.">
Affected pages/ /blogs/zinus/how-to-use-contemporary-design-in-any-room /products/recycle-fee
Low

ARIA attributes have invalid values

WCAG 4.1.2 (A)4 instances2 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 4 affected elements
Component · Ref 3PNBUM
Affected pagehttps://www.zinus.com/
Element.balanced-comfort-core-memory-foam-mattress > .rebuy-product-info[data-product-card-tracked="true"] > .rebuy-product-title.clickable[aria-level=""]
Accessible nameView Balanced Comfort Core Memory Foam Mattress
Markup
<h3 aria-level="" aria-label="View Balanced Comfort Core Memory Foam Mattress" class="rebuy-product-title clickable">
Component · Ref REDW9R
Affected pagehttps://www.zinus.com/
Element.balanced-comfort-luxe-hybrid-mattress > .rebuy-product-info[data-product-card-tracked="true"] > .rebuy-product-title.clickable[aria-level=""]
Accessible nameView Balanced Comfort Luxe Hybrid Mattress
Markup
<h3 aria-level="" aria-label="View Balanced Comfort Luxe Hybrid Mattress" class="rebuy-product-title clickable">
Component · Ref GQMSJW
Affected pagehttps://www.zinus.com/
Element.balanced-comfort-luxe-memory-foam-mattress > .rebuy-product-info[data-product-card-tracked="true"] > .rebuy-product-title.clickable[aria-level=""]
Accessible nameView Balanced Comfort Luxe Memory Foam Mattress
Markup
<h3 aria-level="" aria-label="View Balanced Comfort Luxe Memory Foam Mattress" class="rebuy-product-title clickable">
Component · Ref 0VSJSE
Affected pagehttps://www.zinus.com/products/recycle-fee?variant=41002209247295
Element.yotpo-dropdown-closable
Accessible nameRating
Rolecombobox
Markup
<div data-v-7aac675c="" class="yotpo-dropdown-closa..." aria-expanded="false" aria-controls="dropdown-yotpo-dropd..." tabindex="0" aria-labelledby="yotpo-dropdown-0.634..." aria-haspopup="listbox" role="combobox" data-testid="dropdown-combobox">

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.