Public accessibility assessment

Accessibility issues detected on mfasco.com

Evolize inspected 5 public pages on mfasco.com and detected 55 automatically identifiable accessibility findings.

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

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

Most widespread issueEmbedded frames lack descriptive titlesDetected on 5 inspected pages
Most affected page/37 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)25 detected findings

Is mfasco.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 mfasco.com and detected 55 accessibility findings. The most widespread issue was "Embedded frames lack descriptive titles", detected on 5 inspected pages. The most affected inspected page was "/", where 37 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) · 5 inspected pages · 5 instances
    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.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  2. Critical

    Form fields are missing labels

    WCAG 1.3.1 (A) · 4 inspected pages · 4 instances
    Why this matters

    Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

    Recommended action

    Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

    View technical evidence →
  3. Critical

    Links lack accessible text

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

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to /collections/first-aid-kits.

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 35 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 · 35 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)AA2555 / 5
4.1.2Name, Role, ValueA1155 / 5
1.3.1Info and RelationshipsA655 / 5
1.1.1Non-text ContentA455 / 5
2.1.1KeyboardA455 / 5
2.5.8Target Size (Minimum)AA355 / 5
2.4.3Focus OrderA255 / 5
3.3.2Labels or InstructionsA255 / 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

Critical

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)5 instances5 inspected pages

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.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

View 5 affected elements
Component · Ref 4QUCWV
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Element#merchantwidgetiframe
Markup
<iframe id="merchantwidgetiframe" allowtransparency="true" frameborder="0" scrolling="no" sandbox="allow-same-origin al..." src="https://www.google.c..." style="position: absolute; ...">
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Critical

Form fields are missing labels

WCAG 1.3.1 (A)4 instances4 inspected pages

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Why it matters

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Recommended correction

Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

View 4 affected elements
Component · Ref XS8848
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Element#Quantity-template--19719458750712__main
Markup
<input class="quantity__input" type="number" name="quantity" id="Quantity-template--19719458750712__main" data-cart-quantity="0" data-min="1" min="1" step="1" value="1" form="product-form-template--19719458750712__main">
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)17 instances5 inspected pages

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 17 affected elements
Component · Ref LRLL0F
Affected pagehttps://www.mfasco.com/products/assemble-fee
Element.cursor > .SA__rating
Accessible nameOverall rating 5.0 out of 5 stars
Markup
<span class="SA__rating" tabindex="0" aria-label="Overall rating 5.0 out of 5 stars">
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref RKCUH1
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Element.SA__customer_rate
Accessible nameone hundred percent of customers rate this product 4- or 5-stars
Markup
<div class="SA__customer_rate" aria-label="one hundred percent of customers rate this product 4- or 5-stars"> <span class="SA__h3" style="color: #EB7100;">100%</span> <span> of customers rate this product 4- or 5-stars </span> </div>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref HB4AG7
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Element.SA__verified_customer
Accessible nameVerified Customer
Markup
<span class="SA__verified_customer" aria-label="Verified Customer">
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref OYB5HJ
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementdiv[data-feedback-id="210359561"] > .SA__customer_header > .SA__customer_rating > .SA__customer_name.SA__h2 > .SA__verified_customer[aria-label="Verified Customer"]
Accessible nameVerified Customer
Markup
<span class="SA__verified_customer" aria-label="Verified Customer">
Component · Ref AY457A
Affected pagehttps://www.mfasco.com/
Element#sa_grp_8781231882488
Accessible name5-star overall rating
Markup
<div tabindex="0" aria-label="5-star overall rating" id="sa_grp_8781231882488" class="group-stars">
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)85 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 85 affected elements
Component · Ref LL0RF7
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Element.product__orderList-text
Accessible nameSave To List
Markup
<span class="product__orderList-text">Save To List</span>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref RTI67I
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Element#ProductInfo-template--19719458750712__main > .product__inventory[role="status"] > .product__inventory-text
Accessible nameIn stock
Markup
<span class="product__inventory-text">In stock</span>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref AGJSGG
Affected pagehttps://www.mfasco.com/products/assemble-fee
Element.sa_btn
Accessible nameWrite a Review
Markup
<button tabindex="0" class="sa_btn sa_pr_widget_link sa_write_review_btn">Write a Review</button>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref PQT2XX
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementa[href$="#SA_review_wrapper"]
Accessible nameJump to product reviews section
Markup
<a aria-label="Jump to product reviews section" class="sa_jump_to_reviews" href="#SA_review_wrapper">3 Reviews</a>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref KS5GJG
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Elementspan:nth-child(2) > s
Accessible name$29.98
Markup
<s class="price-item price-item--regular">
              
                $29.98
              
            </s>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref 0W1UDV
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb
Element#Slide-template--19719458750712__recently-viewed-1 > .recently--card.card > .card-wrapper.product-card-wrapper.underline-links-hover > .card--standard.card--media.card > .card__content > .card__information > .card-information > .price.price--on-sale > .price__container > .price__sale > span:nth-child(1) > s
Accessible name$27.17
Markup
<s class="price-item price-item--regular">$27.17</s>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb
Component · Ref O2AD76
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Element#Slide-template--19719458750712__custom_multicolumn_UXkDpb-2 > .multicolumn-card.icon_image.content-container > .multicolumn-card__info > h3
Accessible nameCustomer Service
Markup
<h3 class="inline-richtext">Customer Service</h3>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref 61QLJJ
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Element#Slide-template--19719458750712__custom_multicolumn_UXkDpb-1 > .multicolumn-card.icon_image.content-container > .multicolumn-card__info > .rte > p
Accessible nameOrders placed before 3:00PM EST (Monday - Friday) are shipped out that day. Contact Customer Service if you have special shipping requirements or questions!
Markup
<p>Orders placed before 3:00PM EST (Monday - Friday) are shipped out that day. Contact Customer Service if you have special shipping requirements or questions!</p>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref FSFS17
Affected pagehttps://www.mfasco.com/
Element#Slide-template--19719457997048__image_with_product_grid_f4hDmR-3 > .underline-links-hover.product-card-wrapper.card-wrapper > .card.card--card.card--media > .card__content > .card__information > .card-information > .price.price--on-sale > .price__container.showOnsaleBadge > .price__sale > span:nth-child(2) > s
Accessible name$5.56
Markup
<s class="price-item price-item--regular">
              
                $5.56
              
            </s>
Component · Ref 93B3Z9
Affected pagehttps://www.mfasco.com/
Element.sa-slide[data-review-index="1"][aria-hidden="false"] > .sa-rotating-slider-scrollable > .sa-rotating-slider-review > p
Markup
<p style="-webkit-line-clamp: unset; display: block; overflow: visible;">Fast, easy website.</p>
Component · Ref ME986I
Affected pagehttps://www.mfasco.com/
Element#Slide-template--19719457997048__multicolumn_9Bjwhj-2 > .multicolumn-card.content-container > .multicolumn-card__info > .inline-richtext > .full-unstyled-link
Accessible nameFind A Kit
Markup
<a href="/collections/find-the-perfect-kit" class="full-unstyled-link">
                   Find A Kit
                </a>
Component · Ref 6TD2X9
Affected pagehttps://www.mfasco.com/
Element.card--extend-height.card.card--card > .card__content > .card__information > .card__heading > .full-unstyled-link[href$="gauze"]
Accessible nameGauze
Markup
<a href="/collections/gauze" class="full-unstyled-link">
              Gauze</a>
Component · Ref Z0T2S4
Affected pagehttps://www.mfasco.com/
Element.sa-slide[data-review-index="3"][aria-hidden="false"] > .sa-rotating-slider-scrollable > .sa-rotating-slider-name > .SA__customer_name[role="heading"][aria-level="4"]
Accessible nameSCHNOBLEN C.
Roleheading
Markup
<span class="SA__customer_name" role="heading" aria-level="4">SCHNOBLEN C.</span>
Component · Ref FMRBGR
Affected pagehttps://www.mfasco.com/
Element.sa-slide[data-review-index="3"][aria-hidden="false"] > .sa-rotating-slider-scrollable > .sa-rotating-slider-name > .SA__customer_date[datetime="2026-09-03"] > span[aria-hidden="true"]
Accessible nameSep 3, 2026
Markup
<span aria-hidden="true">Sep 3, 2026</span>
Component · Ref RNE0A2
Affected pagehttps://www.mfasco.com/
Element.banner__heading
Accessible nameFirst Aid Kits
Markup
<h2 class="banner__heading inline-richtext h1">
                First Aid Kits
              </h2>
Component · Ref Q3UW82
Affected pagehttps://www.mfasco.com/
Element.sa-verify-reviews
Accessible nameView 6,198 verified reviews on Shopper Approved certificate (opens in new tab)
Markup
<a tabindex="0" rel="noopener" aria-label="View 6,198 verified reviews on Shopper Approved certificate (opens in new tab)" class="sa-verify-reviews" href="https://www.shopperapproved.com/reviews/mfasco.com/" target="_blank">
Component · Ref 18V38V
Affected pagehttps://www.mfasco.com/
Element.rotating-fix-slide-heading
Accessible name4.9/ 5
Markup
<div class="rotating-fix-slide-heading">4.9<span class="sa-fix-slide-heading-small">/ 5</span></div>
Component · Ref L9SMZS
Affected pagehttps://www.mfasco.com/
Elementdiv[data-review-index="4"] > .sa-rotating-slider-scrollable > .sa-rotating-slider-name > .SA__customer_date[datetime="2026-09-03"] > span[aria-hidden="true"]
Accessible nameSep 3, 2026
Markup
<span aria-hidden="true">Sep 3, 2026</span>
Component · Ref HWT65S
Affected pagehttps://www.mfasco.com/
Element.collage__item_1 > .animate-arrow.product-card-wrapper.card-wrapper > .card--extend-height.card.card--card > .card__content > .card__information > .card__heading > .full-unstyled-link
Accessible nameFirst Aid Supplies
Markup
<a href="/collections/first-aid-supplies" class="full-unstyled-link">
              First Aid Supplies</a>
Component · Ref Z40MCZ
Affected pagehttps://www.mfasco.com/
Element.collage_view_all_btn > .button
Accessible nameView All
Markup
<a class="button" href="/collections/first-aid-supplies">View All</a>
Component · Ref H77U1X
Affected pagehttps://www.mfasco.com/
Element.inline-richtext > .full-unstyled-link[href$="make-a-kit"]
Accessible nameMake A Kit
Markup
<a href="/collections/make-a-kit" class="full-unstyled-link">
                   Make A Kit
                </a>
Component · Ref 94M816
Affected pagehttps://www.mfasco.com/
Elementdiv[data-review-index="4"] > .sa-rotating-slider-scrollable > .sa-rotating-slider-review > p
Accessible nameEasy to find items and checkout was easy
Markup
<p style="-webkit-line-clamp: unset; display: block; overflow: visible;">Easy to find items and checkout was easy</p>
Component · Ref SO3UJ6
Affected pagehttps://www.mfasco.com/
Element.collage__item_2 > .animate-arrow.product-card-wrapper.card-wrapper > .card--extend-height.card.card--card > .card__content > .card__information > .card__heading > .full-unstyled-link
Accessible nameBandages
Markup
<a href="/collections/first-aid-supplies-bandages" class="full-unstyled-link">
              Bandages</a>
Component · Ref 523759
Affected pagehttps://www.mfasco.com/
Elementdiv[data-review-index="4"] > .sa-rotating-slider-scrollable > .sa-rotating-slider-name > .SA__customer_name[role="heading"][aria-level="4"]
Accessible nameChris D.
Roleheading
Markup
<span class="SA__customer_name" role="heading" aria-level="4">Chris D.</span>
Component · Ref LLNEMI
Affected pagehttps://www.mfasco.com/
Element.sa-fix-slide-heading-small
Accessible name/ 5
Markup
<span class="sa-fix-slide-heading-small">/ 5</span>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 50 affected elements
Component · Ref WQIMBB
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Elementa#HeaderDrawer-first-aid-supplies-adhesive-tape-first-aid-tape
Accessible nameFirst Aid Tape
Markup
<a id="HeaderDrawer-first-aid-supplies-adhesive-tape-first-aid-tape" href="/collections/first-aid-tape" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
                                              First Aid Tape
                                            </a>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref RF2G3B
Affected pagehttps://www.mfasco.com/
Elementsummary#HeaderDrawer-first-aid-supplies-antiseptics > a
Accessible nameAntiseptics
Markup
<a href="/collections/antiseptics" class="full-unstyled-link">Antiseptics</a>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)75 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 75 affected elements
Component · Ref 53KWUB
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementsummary#HeaderDrawer-medicines
Accessible nameMedicines
Rolebutton
Markup
<summary id="HeaderDrawer-medicines" class="menu-drawer__menu-item list-menu__item link link--text focus-inset drawerMenu-itemFirst" role="button" aria-expanded="false" aria-controls="link-medicines">
                       <a href="/collections/medicines" class="full-unstyled-link">Medicines</a>
                        <svg title="plus" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5…
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref 3VYNCJ
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementdetails#Details-CartDrawer > summary
Accessible nameOrder instructions
Rolebutton
Markup
<summary role="button" aria-expanded="false">
              <span class="summary__title">
                Order instructions
                <svg aria-hidden="true" focusable="false" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
</path></svg>

              </span>
            </summary>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref XWQGIX
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Elementsummary#HeaderDrawer-first-aid-supplies-adhesive-tape
Accessible nameAdhesive Tape
Rolebutton
Markup
<summary id="HeaderDrawer-first-aid-supplies-adhesive-tape" class="menu-drawer__menu-item link link--text list-menu__item focus-inset drawerMenu-itemChildlink" role="button" aria-expanded="false" aria-controls="childlink-adhesive-tape">
                                      <a href="/collections/adhesive-tape" class="full-unstyled-link">Adhesive Tape</a>
                                       <svg title="plus" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51…
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref B9U70B
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Elementdetails#Details-menu-drawer-container > summary
Accessible nameMenu
Rolebutton
Markup
<summary class="header__icon header__icon--menu header__icon--summary link focus-inset" aria-label="Menu" role="button" aria-expanded="false" aria-controls="menu-drawer">
      <span>
        

<svg class="icon icon-hamburger" mlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
  <line x1="5" y1="7" x2="19" y2="7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></line>
  <line x1="5" y1="12" x2="19" y2="12" stroke="currentColor" stroke-width="1.5" stroke…
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)9 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 9 affected elements
Component · Ref I3XS6M
Affected pagehttps://www.mfasco.com/
Elementheader > div:nth-of-type(3) > predictive-search > form > div:nth-of-type(1) > input:nth-of-type(1)
Rolecombobox
Markup
<input class="search__input field__input" id="" type="search" name="q" value="" placeholder="Search keyword or part number" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref M1YRMR
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementtextarea#feedback_box
Markup
<textarea class="experienceTextArea" name="feedbackBox" placeholder="Write your review here" rows="3" maxlength="10000" id="feedback_box" required=""></textarea>
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
High

Interactive controls must not be nested

WCAG 4.1.2 (A)35 instances5 inspected pages

Interactive controls must not be nested

Why it matters

Interactive controls must not be nested

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 35 affected elements
Component · Ref VFX4QB
Affected pagehttps://www.mfasco.com/products/assemble-fee
Element#HeaderMenu-first-aid-kits
Accessible nameFirst Aid Kits
Rolebutton
Markup
<summary id="HeaderMenu-first-aid-kits" class="header__menu-item list-menu__item link focus-inset" role="button" aria-expanded="true" aria-controls="MegaMenu-Content-2">
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)13 instances5 inspected pages

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

Why it matters

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

Recommended correction

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

View 13 affected elements
Component · Ref WKQ9WJ
Affected pagehttps://www.mfasco.com/
Element.cs_header_search > predictive-search > .search[action="/search"][method="get"] > .field > .search__input[type="search"][name="q"]
Rolecombobox
Markup
<input class="search__input field_..." id="" type="search" name="q" value="" placeholder="Search keyword or pa..." role="combobox" aria-expanded="false" aria-owns="predictive-search-re..." aria-controls="predictive-search-re..." aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" ...>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref KFM33O
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb
Elementbutton[aria-label="Load image 2 in gallery view"]
Accessible nameLoad image 2 in gallery view
Markup
<button class="thumbnail global-media-settings global-media-settings--no-shadow" aria-label="Load image 2 in gallery view" aria-controls="GalleryViewer-template--19719458750712__main" aria-describedby="Thumbnail-template--19719458750712__main-2
">
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
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 VG2RRO
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementdiv#cartDrawerCustomHover > div:nth-of-type(1) > div:nth-of-type(2) > div > p:nth-of-type(2)
Accessible nameLog in to check out faster.
Markup
<p class="cart__login-paragraph">
                  <a class="link underlined-link" href="/customer_authentication/login?return_to=%2Fproducts%2Fassemble-fee&amp;locale=en&amp;ui_hint=full&amp;region_country=US">
                    Log in
                  </a>
                  to check out faster.
                </p>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
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 BDL3JI
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb
Elementdiv#menu-drawer > div > div > nav
Accessible nameFirst Aid Supplies Adhesive Tape First Aid Tape Sports Tape Antiseptics Creams Sprays & Solutions Wipes & Swabs Antibiotic Oint. & Creams Bandages Strips Bulk Finger & Knuckle Spot & Junior Xlarge Detectable Food Service First Aid Kit Bandages Wound Closure Bleeding Control Burn Treatment CPR Cold & Heat Packs Elastic Bandages Emergency Supplies Eye Care Eye Washes & Drops Eye Wash Stations & Refills Gauze Dressings Pads Rolls Diagnostic Instruments Instruments Cotton & Tongue Depressors Paper Products Outdoor Protection Itch Relief Personal Hygiene Hygiene Kits Toiletries Survival Items Misc.First Aid Products Equipment First Aid Kits Industrial Kits Restaurant Kits Emergency Kits Bleeding Control Kits …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="menu-drawer__navigation">
            <ul class="menu-drawer__menu has-submenu list-menu" role="list"><li><details id="Details-menu-drawer-menu-item-1">
                      <summary id="HeaderDrawer-first-aid-supplies" class="menu-drawer__menu-item list-menu__item link link--text focus-inset drawerMenu-itemFirst" role="button" aria-expanded="false" aria-controls="link-first-aid-supplies">
                       <a href="/collections/first-aid-supplies" class="full-unstyled-link">First Aid Supplies</a>
                        <svg title="plus" xmlns="http://www.w3.org/2000/svg" ar…
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref 2D08MF
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Elementdiv#shopify-section-sections--19719451017464__header > sticky-header > header > nav
Accessible nameFirst Aid Supplies Adhesive Tape Antiseptics Antibiotic Oint. & Creams Bandages Bleeding Control Burn Treatment CPR Cold & Heat Packs Elastic Bandages Emergency Supplies Eye Care Gauze Diagnostic Instruments Instruments Cotton & Tongue Depressors Paper Products Outdoor Protection Itch Relief Personal Hygiene Survival Items Misc.First Aid Products Equipment Adhesive Tape First Aid Tape Sports Tape Antiseptics Creams Sprays & Solutions Wipes & Swabs Bandages Strips Bulk Finger & Knuckle Spot & Junior Xlarge Detectable Food Service First Aid Kit Bandages Wound Closure Eye Care Eye Washes & Drops Eye Wash Stations & Refills Gauze Dressings Pads Rolls Personal Hygiene Hygiene Kits Toiletries Blog Why is first aid important? | MFASCO Health & Safety7 reasons why workplace safety is so important? | MFASCO Health & SafetyHow to Refill & Restock Your First Aid Supplies | MFASCO Health & SafetyBandaid Size Chart7 things you should do when you get cut | MFASCO Health & Safety First Aid Kits Industrial Kits Restaurant Kits Emergency Kits Bleeding Control Kits School Kits Home First Aid Kits Office First Aid Kits Sports Kits Outdoor Kits Marine Kits Auto Kits Specialty Kits …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="header__inline-menu">
  <div class="desktop_menu">
    <ul class="list-menu list-menu--inline" role="list"><li><header-menu>
              <details id="Details-HeaderMenu-1" class="mega-menu detailsMegaMenu" open="">
                <summary id="HeaderMenu-first-aid-supplies" class="header__menu-item list-menu__item link focus-inset" role="button" aria-expanded="true" aria-controls="MegaMenu-Content-1">
                  <span>
               <a href="/collections/first-aid-supplies" class="full-unstyled-link">First Aid Supplies</a>
                  </span>
                  <svg …
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Medium

Touch targets are too small

WCAG 2.5.8 (AA)59 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 <a>'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 59 affected elements
Component · Ref N6PV6B
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Elementspan > .full-unstyled-link[href$="first-aid-kits"]
Accessible nameFirst Aid Kits
Markup
<a href="/collections/first-aid-kits" class="full-unstyled-link">First Aid Kits</a>
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref GSPZ60
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Element.quantity__button[name="plus"][title="plus"]
Accessible nameIncrease quantity for Advil Ibuprofen Pain Relief Tablets 100/box
Markup
<button class="quantity__button" name="plus" type="button" title="plus">
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref J3F4H7
Affected pagehttps://www.mfasco.com/products/assemble-fee
Elementdiv[data-label="2-star reviews"]
Accessible namezero 2-star reviews, 0% of total reviews
Roleradio
Markup
<div class="SA__review_bar" role="radio" data-value="2" data-rating="2" data-label="2-star reviews" aria-checked="false" tabindex="-1" aria-label="zero 2-star reviews, 0% of total reviews">
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)1 instance1 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 1 affected element
Component · Ref OCK2LG
Affected pagehttps://www.mfasco.com/
Elementinput[form=""]
Markup
<input id="sale_price" type="hidden" readonly="" value="399.99" name="properties[_sale_price]" form="">
Low

Low-quality alternative text

WCAG 1.1.1 (A)35 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 35 affected elements
Component · Ref 6X30S2
Affected pagehttps://www.mfasco.com/
Elementdiv > div:nth-of-type(1) > div:nth-of-type(1) > a > div > img
Markup
<img srcset="//www.mfasco.com/cdn/shop/files/SuppliesGrey.png?format=webp&amp;v=1741250094&amp;width=165 165w,//www.mfasco.com/cdn/shop/files/SuppliesGrey.png?format=webp&amp;v=1741250094&amp;width=330 330w,//www.mfasco.com/cdn/shop/files/SuppliesGrey.png?format=webp&amp;v=1741250094&amp;width=535 535w,//www.mfasco.com/cdn/shop/files/SuppliesGrey.png?format=webp&amp;v=1741250094&amp;width=750 750w,//www.mfasco.com/cdn/shop/files/SuppliesGrey.png?format=webp&amp;v=1741250094&amp;width=1000 1000w,//www.mfasco.com/cdn/shop/files/SuppliesGrey.png?format=webp&amp;v=1741250094&amp;width=1500 1500w,/…
Affected pages/ /products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref BKCMHF
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb
Elementproduct-modal#ProductModal-template--19719458750712__main > div > div > img:nth-of-type(2)
Markup
<img class="global-media-settings global-media-settings--no-shadow" srcset="//www.mfasco.com/cdn/shop/files/7560a.png?format=webp&amp;v=1741288453&amp;width=550 550w,//www.mfasco.com/cdn/shop/files/7560a.png?format=webp&amp;v=1741288453&amp;width=1100 1100w,//www.mfasco.com/cdn/shop/files/7560a.png?format=webp&amp;v=1741288453&amp;width=1445 1445w,//www.mfasco.com/cdn/shop/files/7560a.png?format=webp&amp;v=1741288453 1600w" sizes="(min-width: 750px) calc(100vw - 22rem), 1100px" src="//www.mfasco.com/cdn/shop/files/7560a.png?format=webp&amp;v=1741288453&amp;width=1445" alt="Infrared Thermometer…
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref OVMRLW
Affected pagehttps://www.mfasco.com/products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb
Elementli#Slide-template--19719458750712__main-36237566640376 > div > modal-opener > div:nth-of-type(2) > img
Markup
<img src="//www.mfasco.com/cdn/shop/files/7560b.png?format=webp&amp;v=1741288453&amp;width=1946" alt="Infrared Thermometer Non Contact JXB" srcset="//www.mfasco.com/cdn/shop/files/7560b.png?format=webp&amp;v=1741288453&amp;width=352 352w, //www.mfasco.com/cdn/shop/files/7560b.png?format=webp&amp;v=1741288453&amp;width=832 832w, //www.mfasco.com/cdn/shop/files/7560b.png?format=webp&amp;v=1741288453&amp;width=1200 1200w, //www.mfasco.com/cdn/shop/files/7560b.png?format=webp&amp;v=1741288453&amp;width=1920 1920w, //www.mfasco.com/cdn/shop/files/7560b.png?format=webp&amp;v=1741288453&amp;width=194…
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/assemble-fee /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25
Component · Ref MLQJUV
Affected pagehttps://www.mfasco.com/products/medicines-pain-relievers-advil-50x2
Elementimg#Thumbnail-template--19719458750712__main-2\a
Markup
<img src="//www.mfasco.com/cdn/shop/files/1243a.png?format=webp&amp;v=1740762783&amp;width=416" alt="Advil Ibuprofen Pain Relief Tablets 100/box" srcset="//www.mfasco.com/cdn/shop/files/1243a.png?format=webp&amp;v=1740762783&amp;width=54 54w, //www.mfasco.com/cdn/shop/files/1243a.png?format=webp&amp;v=1740762783&amp;width=74 74w, //www.mfasco.com/cdn/shop/files/1243a.png?format=webp&amp;v=1740762783&amp;width=104 104w, //www.mfasco.com/cdn/shop/files/1243a.png?format=webp&amp;v=1740762783&amp;width=162 162w, //www.mfasco.com/cdn/shop/files/1243a.png?format=webp&amp;v=1740762783&amp;width=208 2…
Affected pages/products/medicines-pain-relievers-advil-50x2 /products/first-aid-supplies-thermometers-infared-thermometer-non-contact-jxb /products/first-aid-supplies-poison-oak-ivy-ivy-x-pre-contact-towelette-25

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.