Public accessibility assessment

Accessibility issues detected on oransi.com

Evolize inspected 5 public pages on oransi.com and detected 84 automatically identifiable accessibility findings.

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

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

Most widespread issueInteractive controls are not keyboard-accessibleDetected on 5 inspected pages
Most affected page/products/mod-jr-r48 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)38 detected findings

Is oransi.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 oransi.com and detected 84 accessibility findings. The most widespread issue was "Interactive controls are not keyboard-accessible", detected on 5 inspected pages. The most affected inspected page was "/products/mod-jr-r", where 48 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. 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-nocookie.com/embed/HjojfccgH0E?rel=0?rel=0, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  2. 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-nocookie.com/embed/s6RbTLHq1lE?rel=0?rel=0, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

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

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 10 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)AA3844 / 5
2.1.1KeyboardA2555 / 5
2.4.3Focus OrderA1255 / 5
4.1.2Name, Role, ValueA422 / 5
1.3.1Info and RelationshipsA355 / 5
1.1.1Non-text ContentA133 / 5
2.2.2Pause, Stop, HideA122 / 5
2.5.8Target Size (Minimum)AA111 / 5
3.3.2Labels or InstructionsA155 / 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)2 instances1 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-nocookie.com/embed/HjojfccgH0E?rel=0?rel=0, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

View 2 affected elements
Component · Ref 4GBCJJ
Affected pagehttps://oransi.com/products/mod-jr-r
Element.padding-top-80.video-wrapper.mb-md-3 > .left-0[allowfullscreen="allowfullscreen"][frameborder="0"]
Markup
<iframe src="https://www.youtube-nocookie.com/embed/HjojfccgH0E?rel=0?rel=0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen" class="position-absolute top-0 left-0" width="100%" height="100%" frameborder="0"></iframe>
Component · Ref 8Z6FS8
Affected pagehttps://oransi.com/products/mod-jr-r
Element.mb-md-0.mb-5.col-md-6 > .padding-top-80.video-wrapper.position-relative > .left-0[allowfullscreen="allowfullscreen"][frameborder="0"]
Markup
<iframe src="https://www.youtube-nocookie.com/embed/s6RbTLHq1lE?rel=0?rel=0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen" class="position-absolute top-0 left-0" width="100%" height="100%" frameborder="0"></iframe>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)49 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 49 affected elements
Component · Ref UNR73I
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Elementhtml > body > mobile-nav
Accessible nameAIR PURIFIERS Main menu AIR PURIFIERS AirMend™ HEPA TrueCarbon™ Mod Series Open Box Air Purifiers New Assembled in USA Open Box SHOP BY ROOM SIZE Small Medium Large Extra Large TrueCarbon™ 150C Cleans 275 sq ft TrueCarbon™ 200C Cleans 375 sq ft TrueCarbon™ 270C Cleans 475 sq ft AirMend™ 150HB Cleans up to 709 sq ft AirMend™ 200HB Cleans up to 780 sq ft AirMend™ 270HB Cleans up to 888 sq ft Mod Jr. Cleans up to 878 sq ft Mod+ Cleans up to 1361 sq ft Shop All Purifiers Shop by Need Main menu Shop By Best for Pets Best for Odor Best for Dust & Allergies Best Sellers Shop All Purifiers REPLACEMENT FILTERS Main menu RESOURCES FAQ: How to Replace Your Filters Filer Costs What is a HEPA Filter? AirMend & TrueCarbon EJ120 Filters Erik 650A Filters mod jr Filters mod Filters mod+ Filters Finn Filters …[truncated by Evolize: exceeded D1 value limit]
Markup
<mobile-nav tabindex="0" data-touch-moveable="">
	<div data-section-id="header" class="mobile-nav-drawer d-flex flex-column border-top border-gray-200" id="mobile-menu-drawer" data-role="drawer">
		
		

        <div class="drawer-body mt-3 px-5">
			
				<nav class="navbar-mobile">
					<ul class="navbar-nav">
					
						

							<li class="nav-item dropdown ">
								<a class="nav-link submenu-toggle d-flex align-items-center justify-content-between air-purifiers" is="drop-down" tabindex="0" data-href="#" role="button" data-toggle="open" data-target="#submenu-air-purifiers" aria-expanded="f…
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref CKL941
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv > div:nth-of-type(2) > div:nth-of-type(3) > ul > li:nth-of-type(1) > a
Accessible nameSearch Store
Markup
<a href="/search" class="nav-link modal__toggle open-searchform" aria-haspopup="dialog" aria-label="Search Store">
                        <span class="icon-search"></span>
                      </a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref 23CONO
Affected pagehttps://oransi.com/products/prefilter
Elementdiv > div > div > div > div > button
Accessible nameclose newsletter popup
Markup
<button data-newsletter-close-btn="" class="btn py-2 px-3 btn-link btn-close" aria-label="close newsletter popup">
                <i class="icon-close" style="font-size: 1.2rem;"></i>
              </button>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref 47KN56
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Elementa#mobile-menu
Accessible nameMenu
Rolebutton
Markup
<a class="nav-link" href="#" id="mobile-menu" name="menu" title="menu" rel="nofollow" aria-label="Menu" role="button" aria-expanded="false" aria-controls="mobile-menu-drawer">
                        <span class="icon-menu" style="font-size: 1.5rem;"></span>
                    </a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref 2TEST1
Affected pagehttps://oransi.com/products/prefilter
Elementheader > nav > div > div:nth-of-type(2) > div:nth-of-type(2) > a
Accessible nameOransi
Markup
<a href="/" class="navbar-brand nav-item" name="Oransi" title="Oransi" aria-label="Oransi"><img src="https://cdn.shopify.com/s/files/1/0488/2877/6600/files/Oransi_FinalLogo_2.svg?v=1642056287" alt="Oransi" class="img-fluid" style="width: 140px" loading="lazy" width="140" height="40"></a>
Affected pages/pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref XL2V00
Affected pagehttps://oransi.com/products/prefilter
Elementbutton#ModalClose-video
Accessible nameClose Video
Markup
<button class="btn p-2 btn-link close-quickshop" type="button" id="ModalClose-video" aria-label="Close Video">
                  <i class="swag-close d-inline-flex"></i>
                </button>
Affected pages/ /pages/contact-2 /products/prefilter
Component · Ref SF0KXH
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#yotpo-star-rating-highly-rated-topics-63a004c4-dc6e-4804-a168-60ef53172a3e > button
Accessible nameHighly rated by customers for: Air Quality Improvement,  Filter Effectiveness,  Overall Effectiveness
Markup
<button class="yotpo-star-rating-highly-rated-topics-text" type="button">
                <span class="yotpo-highly-rated-topics-title" style="font-family: &quot;Nunito Sans&quot; !important; font-style: normal !important; font-weight: 700 !important; color: rgb(44, 44, 44); cursor: pointer;">
                    Highly rated by customers for:
                </span>
                <span class="yotpo-highly-rated-topics-content" style="font-family: &quot;Nunito Sans&quot; !important; font-style: normal !important; font-weight: 700 !important; color: rgb(44, 44, 44); cursor: pointer;">
       …
Affected pages/products/prefilter /products/mod-jr-r
Component · Ref D2X8CS
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Elementsection > div:nth-of-type(2) > div > div:nth-of-type(3) > div:nth-of-type(2) > a
Accessible nameRagweed Allergy: Foods to Avoid and Why Melon Makes You Itch Foods to Avoid With a Ragweed Allergy By Peter Mann, CEO of OransiChair, AHAM Air Cleaners Council Updated September 2, 2026 If melon, banana... Read More
Markup
<a href="/blogs/blog/ragweed-allergy-foods-to-avoid" class="d-block w-100 blog-grid">
  <div class="card bg-transparent text-left h-100 border-0">

    
      <div class="card-img d-inline-block position-relative padding-top-58 rounded-0 overflow-hidden">
        <img sizes="auto" loading="lazy" class="lazyload position-absolute img-wrapper top-0" alt="various melons" width="724" height="482.99999999999994" src="//oransi.com/cdn/shop/articles/iStock-1775062081_b0066d99-5e9e-45c0-92ae-cf537c0aaad6.jpg?crop=center&amp;height=16&amp;v=1788879569&amp;width=16" srcset="//oransi.com/cdn/shop/article…
Component · Ref AA17H5
Affected pagehttps://oransi.com/
Elementdiv > div:nth-of-type(2) > div:nth-of-type(1) > p > span > a:nth-of-type(1)
Accessible nameprivacy policy
Markup
<a href="/blogs/blog/terms-privacy" target="_blank">privacy policy</a>
Component · Ref SF1ES1
Affected pagehttps://oransi.com/
Elementnav > div > div:nth-of-type(3) > div:nth-of-type(2) > div > a
Accessible nameOransi
Markup
<a href="/" class="navbar-brand nav-item" name="Oransi" title="Oransi" aria-label="Oransi"><img src="https://cdn.shopify.com/s/files/1/0488/2877/6600/files/Oransi_FinalLogo_2.svg?v=1642056287" alt="Oransi" class="img-fluid" style="width: 140px" loading="lazy" width="140" height="40"></a>
Component · Ref CMDV26
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#shopify-block-AM1F5dG5OcHgra1lqY__flex_pay_with_hsa_fsa_medium_fH4n8r > div > dialog > button
Markup
<button class="flex-dialog__close" autofocus="" onclick="this.parentNode.close();">
      <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M13.1367 1.5918L1.13672 13.5918M1.13672 1.5918L13.1367 13.5918" stroke="#CACACA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>        
    </button>
Component · Ref NWZLS5
Affected pagehttps://oransi.com/products/prefilter
Elementdiv > div:nth-of-type(4) > div:nth-of-type(3) > div:nth-of-type(1) > p > a
Accessible nameErik650A air purifier
Markup
<a href="/products/650a-portable-commercial-air-purifier">Erik650A air purifier</a>
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)55 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 55 affected elements
Component · Ref 0MPD22
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#submenu-support > div:nth-of-type(3) > a
Accessible nameGET IN TOUCH
Rolebutton
Markup
<a is="drop-down" class="nav-link submenu-toggle d-flex align-items-center justify-content-between  get-in-touch" data-href="#" name="GET IN TOUCH" title="GET IN TOUCH" role="button" data-toggle="open" data-target="#submenu-get-in-touch" aria-expanded="false" aria-label="GET IN TOUCH">
															GET IN TOUCH <i class="icon-plus"></i>
													</a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref B68JI5
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#submenu-about-oransi > div:nth-of-type(2) > a
Accessible nameABOUT US
Rolebutton
Markup
<a is="drop-down" class="nav-link submenu-toggle d-flex align-items-center justify-content-between  about-us" data-href="#" name="ABOUT US" title="ABOUT US" role="button" data-toggle="open" data-target="#submenu-about-us" aria-expanded="false" aria-label="ABOUT US">
															ABOUT US <i class="icon-plus"></i>
													</a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref 76GCJU
Affected pagehttps://oransi.com/pages/contact-2
Elementdiv#submenu-support > div:nth-of-type(2) > a
Accessible nameSUPPORT RESOURCES
Rolebutton
Markup
<a is="drop-down" class="nav-link submenu-toggle d-flex align-items-center justify-content-between  support-resources" data-href="#" name="SUPPORT RESOURCES" title="SUPPORT RESOURCES" role="button" data-toggle="open" data-target="#submenu-support-resources" aria-expanded="false" aria-label="SUPPORT RESOURCES">
															SUPPORT RESOURCES <i class="icon-plus"></i>
													</a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref OT37VN
Affected pagehttps://oransi.com/pages/contact-2
Elementdiv#submenu-air-purifiers > div:nth-of-type(3) > a
Accessible nameSHOP BY ROOM SIZE
Rolebutton
Markup
<a is="drop-down" class="nav-link submenu-toggle d-flex align-items-center justify-content-between  shop-by-room-size" data-href="#" name="SHOP BY ROOM SIZE" title="SHOP BY ROOM SIZE" role="button" data-toggle="open" data-target="#submenu-shop-by-room-size" aria-expanded="false" aria-label="SHOP BY ROOM SIZE">
															SHOP BY ROOM SIZE <i class="icon-plus"></i>
													</a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref NB12AP
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#submenu-about-oransi > div:nth-of-type(3) > a
Accessible nameRESOURCES
Rolebutton
Markup
<a is="drop-down" class="nav-link submenu-toggle d-flex align-items-center justify-content-between  resources" data-href="#" name="RESOURCES" title="RESOURCES" role="button" data-toggle="open" data-target="#submenu-resources" aria-expanded="false" aria-label="RESOURCES">
															RESOURCES <i class="icon-plus"></i>
													</a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref 1VT0FN
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#submenu-air-purifiers > div:nth-of-type(2) > a
Accessible nameAIR PURIFIERS
Rolebutton
Markup
<a is="drop-down" class="nav-link submenu-toggle d-flex align-items-center justify-content-between  air-purifiers" data-href="#" name="AIR PURIFIERS" title="AIR PURIFIERS" role="button" data-toggle="open" data-target="#submenu-air-purifiers" aria-expanded="false" aria-label="AIR PURIFIERS">
															AIR PURIFIERS <i class="icon-plus"></i>
													</a>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Component · Ref U1FSQG
Affected pagehttps://oransi.com/products/prefilter
Elementdiv > div:nth-of-type(1) > div > div > div:nth-of-type(2) > div:nth-of-type(3)
Accessible namePrevious slide
Rolebutton
Markup
<div class="swiper-button-prev icon-toparrow product-thumb-prev-template--16500424376501__template_product swiper-button-disabled" tabindex="-1" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-cddebf74ac0c8ad2" aria-disabled="true"></div>
Affected pages/products/prefilter /products/mod-jr-r
Component · Ref X1XJU9
Affected pagehttps://oransi.com/
Elementdiv#dynamic-checkout-cart > shopify-accelerated-checkout-cart > div > ul > li:nth-of-type(1) > div
Rolebutton
Markup
<div class="wallet-cart-button wallet-cart-button__skeleton" role="button" disabled="" aria-hidden="true">&nbsp;</div>
Component · Ref R3MHIH
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#dropdown-yotpo-dropdown-0\.5233784593235757-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.5233784593235757-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 HM5FO7
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#shopify-block-AM1F5dG5OcHgra1lqY__flex_pay_with_hsa_fsa_medium_fH4n8r > div > img
Markup
<img src="https://cdn.shopify.com/extensions/019a9d0f-5af7-7d18-8405-4cddad319d27/flex-shop-pay-25/assets/flex-product-badge-light.svg" width="315" height="auto" alt="Pay using HSA/FSA with flex" style="max-width: 100%; height: auto; width: 315px;cursor: pointer;" onclick="this.nextElementSibling.showModal();">
Component · Ref NWRW5A
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#dropdown-yotpo-dropdown-0\.2797545623796194-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.2797545623796194-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 NWRW56
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#dropdown-yotpo-dropdown-0\.2797545623796194-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.2797545623796194-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 R3MHIF
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#dropdown-yotpo-dropdown-0\.5233784593235757-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.5233784593235757-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 NWRW59
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#dropdown-yotpo-dropdown-0\.2797545623796194-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.2797545623796194-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 R3MHIK
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#dropdown-yotpo-dropdown-0\.5233784593235757-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.5233784593235757-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 VDLBIA
Affected pagehttps://oransi.com/
Elementdiv#shopify-section-template--16500423917749__home_services_cTjQ68 > div > div:nth-of-type(2) > div > slider-element > div:nth-of-type(2)
Accessible namePrevious slide
Rolebutton
Markup
<div class="swiper-button-prev home-service-prev icon-arrow_prev swiper-button-disabled" tabindex="-1" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-3833d5633a248322" aria-disabled="true"></div>
Component · Ref R3MHII
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#dropdown-yotpo-dropdown-0\.5233784593235757-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.5233784593235757-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=…
Component · Ref NWRW58
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#dropdown-yotpo-dropdown-0\.2797545623796194-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.2797545623796194-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=…
Component · Ref 4JBD47
Affected pagehttps://oransi.com/products/prefilter
Elementdiv > div:nth-of-type(4) > div:nth-of-type(3) > div:nth-of-type(1) > h3 > a
Accessible name{{product.name}}
Rolebutton
Markup
<a class="fw-black color3" role="button">{{product.name}}</a>
Component · Ref NWRW55
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#dropdown-yotpo-dropdown-0\.2797545623796194-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.2797545623796194-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 WREBCG
Affected pagehttps://oransi.com/
Elementdiv#shopify-section-template--16500423917749__home_services_cTjQ68 > div > div:nth-of-type(2) > div > slider-element > div:nth-of-type(3)
Accessible nameNext slide
Rolebutton
Markup
<div class="swiper-button-next home-service-next icon-arrow_next swiper-button-disabled" tabindex="-1" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-3833d5633a248322" aria-disabled="true"></div>
Component · Ref R3MHIG
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#dropdown-yotpo-dropdown-0\.5233784593235757-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.5233784593235757-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 NWRW57
Affected pagehttps://oransi.com/products/mod-jr-r
Elementdiv#dropdown-yotpo-dropdown-0\.2797545623796194-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.2797545623796194-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 R3MHIJ
Affected pagehttps://oransi.com/products/prefilter
Elementdiv#dropdown-yotpo-dropdown-0\.5233784593235757-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.5233784593235757-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=…
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)5 instances5 inspected pages

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Why it matters

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Recommended correction

Add a persistent <label> associated with each field. Keep the placeholder for example text only, not as the label.

View 5 affected elements
Component · Ref 4GP9CW
Affected pagehttps://oransi.com/products/prefilter
Elementinput#Search-In-Modal
Markup
<input class="search__input field__input font-size-xl font-family-heading text-capitalize border-0 text-gray-800 ps-lg-7 ps-6" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search Our Store">
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
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 I8VRVT
Affected pagehttps://oransi.com/products/mod-jr-r
Elementsection#shopify-section-newsletter > noscript
Accessible name<link href="//oransi.com/cdn/shop/t/225/assets/newsletter-section.css?v=132585384069819211121709614318" rel="stylesheet" type="text/css" media="all" />
Markup
<noscript><link href="//oransi.com/cdn/shop/t/225/assets/newsletter-section.css?v=132585384069819211121709614318" rel="stylesheet" type="text/css" media="all" /></noscript>
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)10 instances5 inspected pages

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Why it matters

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Recommended correction

Give each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.

View 10 affected elements
Component · Ref J8GUX3
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Elementdiv#mobile-menu-drawer > div > nav:nth-of-type(1)
Accessible nameAIR PURIFIERS Main menu AIR PURIFIERS AirMend™ HEPA TrueCarbon™ Mod Series Open Box Air Purifiers New Assembled in USA Open Box SHOP BY ROOM SIZE Small Medium Large Extra Large TrueCarbon™ 150C Cleans 275 sq ft TrueCarbon™ 200C Cleans 375 sq ft TrueCarbon™ 270C Cleans 475 sq ft AirMend™ 150HB Cleans up to 709 sq ft AirMend™ 200HB Cleans up to 780 sq ft AirMend™ 270HB Cleans up to 888 sq ft Mod Jr. Cleans up to 878 sq ft Mod+ Cleans up to 1361 sq ft Shop All Purifiers Shop by Need Main menu Shop By Best for Pets Best for Odor Best for Dust & Allergies Best Sellers Shop All Purifiers REPLACEMENT FILTERS Main menu RESOURCES FAQ: How to Replace Your Filters Filer Costs What is a HEPA Filter? AirMend & TrueCarbon EJ120 Filters Erik 650A Filters mod jr Filters mod Filters mod+ Filters Finn Filters …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="navbar-mobile">
					<ul class="navbar-nav">
					
						

							<li class="nav-item dropdown ">
								<a class="nav-link submenu-toggle d-flex align-items-center justify-content-between air-purifiers" is="drop-down" tabindex="0" data-href="#" role="button" data-toggle="open" data-target="#submenu-air-purifiers" aria-expanded="false" name="AIR PURIFIERS" title="AIR PURIFIERS" aria-label="AIR PURIFIERS">
										<span>AIR PURIFIERS</span> <i class="icon-rightarrow"></i>
								</a>
								<div class="submenu dropdown-menu toggle-content pb-7" id="submenu-air-purifiers" data-t…
Affected pages/ /pages/contact-2 /products/prefilter /products/mod-jr-r /blogs/blog/where-is-your-product-made
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)52 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 52 affected elements
Component · Ref 6YULKT
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide[aria-label=" / "][role="group"]:nth-child(4) > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > .ps-2.text-primary.fw-medium
Accessible nameFree Shipping: US lower 48
Markup
<p class="d-inline-block ps-2 font-family-heading fw-medium mb-0 text-primary">Free Shipping: US lower 48</p>
Component · Ref LMB8ZA
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Element.d-lg-flex > .col-sm-10.mx-sm-0.col-md-6:nth-child(1) > .blog-grid.w-100.d-block > .text-left.card.bg-transparent > .card-footer.p-0.bg-transparent > .primary-link.hover-link.text-capitalize
Accessible nameRead More
Markup
<div class="mb-0 hover-link primary-link d-flex align-items-center text-capitalize">Read More</div>
Component · Ref 6QHL95
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Element.card-search > .card-header.ls-2.text-primary
Accessible nameSearch the blog
Markup
<div class="card-header border-0 p-0 fw-exbold mb-3 text-uppercase bg-transparent text-primary ls-2">Search the blog</div>
Component · Ref S6SZET
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide[aria-label=" / "][role="group"]:nth-child(4) > .card-product.card-product-style-1.rounded-0 > .badges > .badge-warning.badge-right.badge:nth-child(1)
Accessible nameCleans Small & Medium Rooms
Markup
<span class="badge badge-right badge-warning">
          Cleans Small &amp; Medium Rooms
        </span>
Component · Ref TES2AB
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide[aria-label=" / "][role="group"]:nth-child(4) > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > .money.fw-medium[data-currentprice=""]
Accessible name$199.99
Markup
<span class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading" data-currentprice="">
            
              $199.99
            
          </span>
Component · Ref 39MEQ3
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Element.d-lg-flex > .col-sm-10.mx-sm-0.col-md-6:nth-child(1) > .blog-grid.w-100.d-block > .text-left.card.bg-transparent > .pt-1.mt-3.card-body > .lh-base.text-gray-800.mb-2
Accessible nameRagweed Allergy Symptoms and Relief: What Actually Works
Markup
<h4 class="lh-base mb-2 text-gray-800">Ragweed Allergy Symptoms and Relief: What Actually Works</h4>
Component · Ref P0YKAK
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide[aria-label=" / "][role="group"]:nth-child(4) > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > s
Accessible name$349.84
Markup
<s class="price h4 fw-normal m-0 p-0 money text-gray-800 font-family-heading font-size-md ps-2" data-compareprice="">$349.84</s>
Component · Ref PHQISS
Affected pagehttps://oransi.com/products/mod-jr-r
Element#detail-tab_1
Accessible nameBenefits
Roletab
Markup
<a id="detail-tab_1" class="nav-link text-uppercase font-size-md fw-bold ls-1 active" href="#details-tab-1" role="tab" aria-controls="details-tab-1" aria-selected="true">
                    Benefits
                  </a>
Component · Ref LUILWE
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Element#Search
Accessible namesearch
Markup
<input type="search" name="q" id="Search" aria-label="search" value="" placeholder="Search" class="form-control ps-7">
Component · Ref JY8EWM
Affected pagehttps://oransi.com/products/mod-jr-r
Element.mb-1.d-flex.align-items-center > s
Accessible name$599.84
Markup
<s class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading ms-1 money" data-compareprice="">$599.84</s>
Component · Ref 8IUYKQ
Affected pagehttps://oransi.com/products/prefilter
Element.order-md-2
Accessible name$161.87
Markup
<span class="option-text lh-1 order-md-2 pb-02 pb-md-0 text-primary fw-bold" data-subscription_price="">$161.87</span>
Component · Ref 6L03Y1
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-next.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > .money.fw-medium[data-currentprice=""]
Accessible name$129.99
Markup
<span class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading" data-currentprice="">
            
              $129.99
            
          </span>
Component · Ref 4OJ4FK
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-active.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > .ps-2.text-primary.fw-medium
Accessible nameFree Shipping: US lower 48
Markup
<p class="d-inline-block ps-2 font-family-heading fw-medium mb-0 text-primary">Free Shipping: US lower 48</p>
Component · Ref UQ7GXY
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Elementa[href$="what-is-ragweed"] > .text-left.card.bg-transparent > .pt-1.mt-3.card-body > .lh-base.text-gray-800.mb-2
Accessible nameWhat Is Ragweed? How to Identify It and Where It Grows
Markup
<h4 class="lh-base mb-2 text-gray-800">What Is Ragweed? How to Identify It and Where It Grows</h4>
Component · Ref NUOBG6
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-next.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > s
Accessible name$219.84
Markup
<s class="price h4 fw-normal m-0 p-0 money text-gray-800 font-family-heading font-size-md ps-2" data-compareprice="">$219.84</s>
Component · Ref EDX9DP
Affected pagehttps://oransi.com/products/prefilter
Elements
Accessible name$199.84
Markup
<s class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading ms-1 money" data-compareprice="">$199.84</s>
Component · Ref 1KK8FX
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-active.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .badges > .badge-warning.badge-right.badge
Accessible nameCleans Small & Medium Rooms
Markup
<span class="badge badge-right badge-warning">
          Cleans Small &amp; Medium Rooms
        </span>
Component · Ref CZ9PUM
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-active.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > .money.fw-medium[data-currentprice=""]
Accessible name$99.99
Markup
<span class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading" data-currentprice="">
            
              $99.99
            
          </span>
Component · Ref 2J1DG1
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-active.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > s
Accessible name$179.84
Markup
<s class="price h4 fw-normal m-0 p-0 money text-gray-800 font-family-heading font-size-md ps-2" data-compareprice="">$179.84</s>
Component · Ref KZGHSN
Affected pagehttps://oransi.com/products/mod-jr-r
Element.swiper-slide-next.swiper-slide[aria-label=" / "] > .card-product.card-product-style-1.rounded-0 > .text-start.card-body.px-0 > .no-gutter.row > .justify-content-start.d-flex.align-items-center > .ps-2.text-primary.fw-medium
Accessible nameFree Shipping: US lower 48
Markup
<p class="d-inline-block ps-2 font-family-heading fw-medium mb-0 text-primary">Free Shipping: US lower 48</p>
Component · Ref 3719Q8
Affected pagehttps://oransi.com/products/mod-jr-r
Element.mb-1.d-flex.align-items-center > .ps-2.text-primary.fw-medium
Accessible nameFree Shipping: US lower 48
Markup
<p class="d-inline-block ps-2 font-family-heading fw-medium mb-0 text-primary">Free Shipping: US lower 48</p>
Component · Ref GK9CXT
Affected pagehttps://oransi.com/products/mod-jr-r
Element.flex-wrap.justify-content-start.d-flex > div > s
Accessible name$599.84
Markup
<s class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading ms-1 money" data-compareprice="">$599.84</s>
Component · Ref 1X1T2M
Affected pagehttps://oransi.com/products/mod-jr-r
Element.mb-1.d-flex.align-items-center > .money.fw-medium[data-currentprice=""]
Accessible name$299.92
Markup
<span class="price h4 fw-medium m-0 p-0 money text-gray-800 font-family-heading" data-currentprice="">
                          
                            $299.92
                          
                        </span>
Component · Ref 1DPMP6
Affected pagehttps://oransi.com/blogs/blog/where-is-your-product-made
Element.card-recent-articles > .card-header.ls-2.text-primary
Accessible namePopular reads
Markup
<div class="card-header border-0 p-0 fw-exbold mb-3 text-uppercase text-primary bg-transparent ls-2">Popular reads</div>
Component · Ref 358OKH
Affected pagehttps://oransi.com/products/mod-jr-r
Elementa[target="_self"]
Accessible nameUser's Manual
Markup
<a href="https://cdn.shopify.com/s/files/1/0488/2877/6600/files/Oransi_ModJr_AirPurifier_UserGuide_Aug2023.pdf?v=1693240916" target="_self" class="hover-link primary-link">User's Manual</a>

Showing 25 representative examples · 13 more affected elements not shown

Low

Low-quality alternative text

WCAG 1.1.1 (A)4 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 4 affected elements
Component · Ref D4TLQE
Affected pagehttps://oransi.com/products/prefilter
Elementdiv > div > div:nth-of-type(1) > div > div:nth-of-type(1) > img
Markup
<img src="//oransi.com/cdn/shop/products/htvepycykicawnnlbznl.jpg?v=1603177792&amp;width=120" class="w-100 h-100 object-fit-cover" loading="" alt="Erik Combination Pre-Filter (PRE-ERIK)" width="60" height="60">
Affected pages/ /products/prefilter /products/mod-jr-r
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 5Z3ED9
Affected pagehttps://oransi.com/products/prefilter
Element.yotpo-score-filter-container > .yotpo-dropdown-closable.yotpo-dropdown-closable--focused[aria-haspopup="listbox"]
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.523..." aria-haspopup="listbox" role="combobox" data-testid="dropdown-combobox">
Affected pages/products/prefilter /products/mod-jr-r
Component · Ref AFI5TR
Affected pagehttps://oransi.com/products/mod-jr-r
Element.yotpo-dropdown-closable--textual
Accessible nameSort by
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.438..." aria-haspopup="listbox" role="combobox" data-testid="dropdown-combobox">
Affected pages/products/prefilter /products/mod-jr-r
Low

Touch targets are too small

WCAG 2.5.8 (AA)1 instance1 inspected page

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 <div>'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 1 affected element
Component · Ref D7PRAO
Affected pagehttps://oransi.com/products/mod-jr-r
Element.icon-next
Accessible nameNext slide
Rolebutton
Markup
<div class="swiper-button-next icon-next" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-d4992316d133fb7f" aria-disabled="false"></div>

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.