Public accessibility assessment

Accessibility issues detected on jaxgoods.com

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

28Findings detected
6WCAG criteria affected
5Pages inspected
13 Aug 2026Assessment date

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

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

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

    Links lack accessible text

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

    Links expose no accessible name, so their destination is unknown to screen reader users.

    Recommended action

    Add text to these links or provide a descriptive aria-label attribute so screen readers can announce their purpose.

    View technical evidence →
  2. High

    Hidden elements can still receive keyboard focus

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

    Remove the hidden link from the tab order by setting the 'tabindex' attribute to '-1' or by making the link visible when it receives focus. Alternatively, consider removing the link altogether if it's not necessary.

    View technical evidence →
  3. High

    Scrollable region must have keyboard access

    WCAG 2.1.1 (A) · 1 inspected page · 2 instances
    Why this matters

    Scrollable region must have keyboard access

    Recommended action

    Ensure that all scrollable regions can be accessed using a keyboard by adding appropriate keyboard event handlers or using a library that provides this functionality.

    View technical evidence →
  4. High

    Scrollable region must have keyboard access

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

    Scrollable region must have keyboard access

    Recommended action

    Ensure that the scrollable region can be accessed and controlled using a keyboard by adding appropriate keyboard event handlers or using a library that provides keyboard navigation support.

    View technical evidence →
  5. Medium

    ARIA attributes have invalid values

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

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

    Recommended action

    Verify that all ARIA attributes have valid values and reference existing IDs. Check the 'role' and 'aria-*' attributes on the input element and ensure they conform to the WAI-ARIA specification.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1955 / 5
2.1.1KeyboardA333 / 5
2.4.3Focus OrderA355 / 5
4.1.2Name, Role, ValueA255 / 5
2.2.2Pause, Stop, HideA122 / 5
2.4.4Link Purpose (In Context)A111 / 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

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)8 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

Remove the hidden link from the tab order by setting the 'tabindex' attribute to '-1' or by making the link visible when it receives focus. Alternatively, consider removing the link altogether if it's not necessary.

View 8 affected elements
Component · Ref PKWKLF
Affected pagehttps://jaxgoods.com/
Elementfooter > div > div:nth-of-type(3) > div > span > a
Accessible nameJAXOutdoorGearFarmandRanch
Markup
<a href="/">JAXOutdoorGearFarmandRanch</a>
Affected pages/ /pages/contact /products/fee /products/yakima-exo-warriorwheels-gearwarrior-cart-kit /cart
Component · Ref 9WOR52
Affected pagehttps://jaxgoods.com/
Elementdiv#template--24310374367507__icons_with_text_namFK6 > div > carousel-slider > div:nth-of-type(1) > button:nth-of-type(1)
Accessible namePrevious
Markup
<button type="button" class="slider-nav__btn tap-target tap-target--left btn text-current has-ltr-icon" name="prev" aria-controls="slider-template--24310374367507__icons_with_text_namFK6">
            <span class="visually-hidden">Previous</span>
            <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon"><path d="m6.797 11.625 8.03-8.03 1.06 1.06-6.97 6.97 6.97 6.97-1.06 1.06z"></path></svg>
          </button>
Component · Ref GVGVJ2
Affected pagehttps://jaxgoods.com/
Elementdiv#template--24310374367507__slideshow_73p9kB > slide-show > div:nth-of-type(2) > div:nth-of-type(2) > div > button
Accessible namePause slideshow Play slideshow
Markup
<button type="button" class="slideshow-nav__btn autoplay-btn btn">
                  <span class="pause-icon block pointer-events-none">
                    <span class="visually-hidden">Pause slideshow</span>
                    <svg width="16" height="16" viewBox="0 0 8 12" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon"><path d="M1.2.75c-.387 0-.7.235-.7.525v9.45c0 .29.313.525.7.525.387 0 .7-.235.7-.525v-9.45c0-.29-.313-.525-.7-.525ZM6.8.75c-.387 0-.7.235-.7.525v9.45c0 .29.313.525.7.525.387 0 .7-.235.7-.525v-9.45c0-.29-.313-.525-.7-.525Z"></path></s…
High

Scrollable region must have keyboard access

WCAG 2.1.1 (A)3 instances1 inspected page

Scrollable region must have keyboard access

Why it matters

Scrollable region must have keyboard access

Recommended correction

Ensure that all scrollable regions can be accessed using a keyboard by adding appropriate keyboard event handlers or using a library that provides this functionality.

View 3 affected elements
Component · Ref PD5NG0
Affected pagehttps://jaxgoods.com/
Element#slider-9511308165395
Accessible namePeak Refuel Chicken Alfredo Pasta Chicken alfredo
Markup
<div class="slider slider--no-scrollbar" id="slider-9511308165395">
Component · Ref O5Y153
Affected pagehttps://jaxgoods.com/
Element#slideshow-template--24310374367507__slideshow_73p9kB
Accessible name@media (max-width: 767px) { #picture-slide_wfQUH9 img { object-position: 50.0% 50.0% !important; } } @media (max-width: 767px) { #picture-slide_PEg6CC img { object-position: 50.0% 50.0% !important; } } @media (max-width: 767px) { #picture-slide_W8dT8Q img { object-position: 50.0% 50.0% !important; } } @media (max-width: 767px) { #picture-slide_Dmj979 img { object-position: 50.0% 50.0% !important; } }
Markup
<div class="slideshow flex" id="slideshow-template--24310374367507__slideshow_73p9kB" aria-live="off" aria-atomic="true">
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)5 instances5 inspected pages

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

Why it matters

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

Recommended correction

Verify that all ARIA attributes have valid values and reference existing IDs. Check the 'role' and 'aria-*' attributes on the input element and ensure they conform to the WAI-ARIA specification.

View 5 affected elements
Component · Ref LZEO28
Affected pagehttps://jaxgoods.com/cart
Element#header-search
Rolecombobox
Markup
<input type="search" class="search__input w-full..." id="header-search" name="q" placeholder="Find outd" data-placeholder-one="Find outdoor gear" data-placeholder-two="Find farm & ranch su..." data-placeholder-thr...="Find footwear & appa..." data-placeholder-pro...="false" role="combobox" ...>
Affected pages/pages/contact /products/fee /cart
Component · Ref G830PP
Affected pagehttps://jaxgoods.com/
Element#header-search
Rolecombobox
Markup
<input type="search" class="search__input w-full..." id="header-search" name="q" placeholder="Find " data-placeholder-one="Find outdoor gear" data-placeholder-two="Find farm & ranch su..." data-placeholder-thr...="Find footwear & appa..." data-placeholder-pro...="false" data-typing-speed="100" ...>
Affected pages/ /products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Low

Text has insufficient colour contrast

WCAG 1.4.3 (AA)31 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 between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio as defined by WCAG 2.1 SC 1.4.3.

View 31 affected elements
Component · Ref 534ZBJ
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Element.opt-label--btn > span
Accessible nameOne Size
Markup
<span>One Size</span>
Affected pages/products/fee /products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Component · Ref C87WVO
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Element.rte--inherit-heading-color > p:nth-child(1) > a
Accessible namehttps://jaxgoods.com/pages/website-announcement
Markup
<a href="https://jaxgoods.com/pages/website-announcement">https://jaxgoods.com/pages/website-announcement</a>
Affected pages/products/fee /products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Component · Ref QPYDXJ
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Element.product-info__price > .price.price--on-sale > .price__default > .price__current
Accessible name$139.30 USD
Markup
<strong class="price__current">$139.30 USD
</strong>
Affected pages/products/fee /products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Component · Ref FIPQA
Affected pagehttps://jaxgoods.com/
Element.cc-animate-in.slider__item[data-cc-animate-delay="0.07s"] > product-card > .card__info-container.flex-auto.flex-col > .card__info.w-full > .card__info-inner.h-full.flex-col > .card__vendor.text-sm.text-theme-light
Accessible nameMatador
Markup
<p class="card__vendor mb-0 text-sm text-theme-light">Matador</p>
Component · Ref TBVJE2
Affected pagehttps://jaxgoods.com/pages/contact
Element.col-span-2:nth-child(3) > label
Accessible namePhone
Markup
<label class="label" for="template--24310374433043__form-contact-phone">Phone</label>
Component · Ref Y15TV2
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Elementfieldset:nth-child(1) > legend
Accessible nameColor: One Color
Markup
<legend class="label">Color: <span class="option-selector__label-value js-color-text">One Color</span></legend>
Component · Ref 82RGCY
Affected pagehttps://jaxgoods.com/
Element.cc-animate-in.slider__item[data-cc-animate-delay="0.07s"] > .justify-center.items-center.text-current > .icons-with-text__text.rte > .icons-with-text__title.text-body-medium.m-0 > strong
Accessible name2026 Outdoor Catalog
Markup
<strong>2026 Outdoor Catalog</strong>
Component · Ref K5XA2E
Affected pagehttps://jaxgoods.com/pages/contact
Element.md\:col-span-1.is-required.col-span-2:nth-child(1) > label
Accessible nameName
Markup
<label class="label" for="template--24310374433043__form-contact-name">Name</label>
Component · Ref TOZ8DH
Affected pagehttps://jaxgoods.com/
Element#shopify-section-template--24310374367507__featured_collection_4YetJ4 > .section > .featured-collection-container.mx-auto.w-full > .md\:flex-row.flex-col.flex > .featured-collection-info.mb-6.md\:mb-0 > .featured-collection-text.p-6.color-scheme--2 > .mt-8.btn--primary.btn
Accessible nameShop now!
Markup
<a class="btn btn--primary block mt-8 w-full" href="https://jaxgoods.com/collections/matador-new-for-2026">Shop now!</a>
Component · Ref C2Y723
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Element.product-info__block:nth-child(2) > p > strong
Accessible nameIn-Store Pickup Only.
Markup
<strong>In-Store Pickup Only.</strong>
Component · Ref 8SD3TL
Affected pagehttps://jaxgoods.com/cart
Element.footer-block__btns:nth-child(2) > .btn--primary.btn
Accessible nameThe JAX Story
Markup
<a class="btn btn--primary" href="https://jaxgoods.com/pages/jax-mercantile-co">The JAX Story</a>
Component · Ref C87WW9
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Elementa[href$="yakima"]
Accessible nameYakima
Markup
<a href="/collections/yakima" title="">Yakima</a>
Component · Ref Q8G0NW
Affected pagehttps://jaxgoods.com/
Element#shopify-section-template--24310374367507__featured_collection_4YetJ4 > .section > .featured-collection-container.mx-auto.w-full > .md\:flex-row.flex-col.flex > .featured-collection-info.mb-6.md\:mb-0 > .featured-collection-text.p-6.color-scheme--2 > .grow > .rte > p
Accessible nameMatdor Packs New for Summer 2026!
Markup
<p>Matdor Packs New for Summer 2026!</p>
Component · Ref PWJ5KY
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Element.product-info__price > .price.price--on-sale > .price__default > s
Accessible name$199.00
Markup
<s class="price__was">$199.00
</s>
Component · Ref SN3APS
Affected pagehttps://jaxgoods.com/products/fee
Element.product-vendor > a[title=""]
Accessible nameState of Colorado
Markup
<a href="/collections/vendors?q=State%20of%20Colorado" title="">State of Colorado</a>
Component · Ref HQ85NH
Affected pagehttps://jaxgoods.com/products/fee
Elementlegend
Accessible nameTitle
Markup
<legend class="label">Title</legend>
Component · Ref MW305P
Affected pagehttps://jaxgoods.com/cart
Element.cart-empty > a[href$="all"]
Accessible nameStart shopping
Markup
<a class="btn btn--primary" href="/collections/all">Start shopping</a>
Component · Ref JW0L0
Affected pagehttps://jaxgoods.com/pages/contact
Element.h4
Accessible nameEmail JAX Customer Support
Markup
<h2 class="h4 section__heading text-center">Email JAX Customer Support</h2>
Component · Ref JJ2YX9
Affected pagehttps://jaxgoods.com/products/yakima-exo-warriorwheels-gearwarrior-cart-kit
Element.option-selector__label-value
Accessible nameOne Color
Markup
<span class="option-selector__label-value js-color-text">One Color</span>

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.