Public accessibility assessment

Accessibility issues detected on rachaelray.com

Evolize inspected 5 public pages on rachaelray.com and detected 32 automatically identifiable accessibility findings.

32Findings detected
6WCAG criteria affected
5Pages inspected
7 Sep 2026Assessment date

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

Most widespread issueHidden elements can still receive keyboard focusDetected on 4 inspected pages
Most affected page/29 findings detected
Most represented WCAG criterionWCAG 1.3.1 — Info and Relationships7 detected findings

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

    Hidden elements can still receive keyboard focus

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

    To fix this issue, ensure that all focusable elements are visible or remove them from the tab order by setting the 'tabindex' attribute to '-1' or using 'display: none;' or 'visibility: hidden;' CSS properties.

    View technical evidence →
  2. High

    Hidden elements can still receive keyboard focus

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

    To fix this issue, ensure that the 'More' button is either visible when it receives keyboard focus or is removed from the tab order when it's not visible. This can be achieved by setting the 'display' or 'visibility' CSS property to 'none' when the element is not intended to be visible, or by using the 'tabindex' attribute to remove it from the tab order.

    View technical evidence →
  3. High

    Hidden elements can still receive keyboard focus

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

    To fix this issue, ensure that the hidden element is removed from the tab order by setting its 'tabindex' attribute to '-1' or by using the 'display: none' or 'visibility: hidden' CSS properties to completely hide it. Alternatively, make the element visible when it receives focus by adding a CSS rule that changes its visibility or opacity when it has focus.

    View technical evidence →
  4. High

    ARIA role is missing its required parent

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

    An element with an ARIA role is not inside the container role it requires, so the relationship is lost.

    Recommended action

    Wrap the button with role='menuitem' in an element with a suitable parent role, such as 'menu' or 'menubar', to provide context for screen readers and other assistive technologies.

    View technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

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

    To fix this issue, ensure that the element is removed from the tab order when it is not visible, or make it visible when it receives focus. This can be achieved by setting the 'tabindex' attribute to '-1' or by using JavaScript to remove the element from the DOM when it is not needed.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.3.1Info and RelationshipsA744 / 5
1.4.3Contrast (Minimum)AA744 / 5
2.4.3Focus OrderA744 / 5
2.5.8Target Size (Minimum)AA644 / 5
4.1.2Name, Role, ValueA444 / 5
2.1.1KeyboardA111 / 5

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

Continuous monitoring

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

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

04 · All detected findings

High

ARIA role is missing its required parent

WCAG 1.3.1 (A)4 instances4 inspected pages

An element with an ARIA role is not inside the container role it requires, so the relationship is lost.

Why it matters

An element with an ARIA role is not inside the container role it requires, so the relationship is lost.

Recommended correction

Wrap the button with role='menuitem' in an element with a suitable parent role, such as 'menu' or 'menubar', to provide context for screen readers and other assistive technologies.

View 4 affected elements
Component · Ref 6YMJF1
Affected pagehttps://rachaelray.com/
Elementbutton[role="menuitem"]
Accessible nameMore
Rolemenuitem
Markup
<button role="menuitem" class="button menu-list__link button-unstyled">
          <span class="menu-list__link-title">More</span>
        </button>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
High

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)4 instances4 inspected pages

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

Ensure that all IDs used in ARIA attributes and labels are unique within the document. Update the HTML to use distinct IDs for each element.

View 4 affected elements
Component · Ref O0CYQ1
Affected pagehttps://rachaelray.com/pages/register
Element#account-popover > .account-actions > .account-actions__main-menu > .account-actions__header > .account-actions__title.h5
Accessible nameAccount
Markup
<h2 id="account-drawer-heading" class="account-actions__title h5">
        
          Account
        
      </h2>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
High

Hidden elements can still receive keyboard focus

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

Ensure that non-visible elements are removed from the tab order or made visible when focused. Consider using the 'display: none' or 'visibility: hidden' CSS properties to remove the element from the tab order, or use JavaScript to dynamically update the element's visibility and focusability.

View 40 affected elements
Component · Ref U34AVZ
Affected pagehttps://rachaelray.com/
Elementdiv > div > div:nth-of-type(3) > header-actions > dialog-component > button
Accessible nameAccount
Markup
<button class="account-button header-actions__action" aria-label="Account" aria-haspopup="dialog" ref="trigger" on:click="/showDialog"><span class="account-button__icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="6.5" r="2.75" stroke="currentColor" stroke-width="var(--icon-stroke-width)"></circle><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="var(--icon-stroke-width)" d="m5.172 14.591-.437.786a.588.588 0 0 0 .514.873h9.502a.588.588 0 0 0 .514-.873l-.437-.786a5.523 5.523 0 0 0-9.656 0">…
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref SPPUEJ
Affected pagehttps://rachaelray.com/pages/ceramic-launch-sign-up
Elementdialog-component > dialog > div > div > div > a
Accessible nameOther sign in options Sign in
Markup
<a href="/customer_authentication/login?return_to=%2Fpages%2Fceramic-launch-sign-up&amp;locale=en&amp;ui_hint=full&amp;region_country=US" class="account-actions__link button">
          <span class="account-actions__sign-in-text">
            Other sign in options
          </span>
          <span class="account-actions__fallback-text">
            Sign in
          </span>
        </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref 5XJDK2
Affected pagehttps://rachaelray.com/pages/ceramic-launch-sign-up
Elementdiv#account-popover > div > div > div > a
Accessible nameOther sign in options Sign in
Markup
<a href="/customer_authentication/login?return_to=%2Fpages%2Fceramic-launch-sign-up&amp;locale=en&amp;ui_hint=full&amp;region_country=US" class="account-actions__link button">
          <span class="account-actions__sign-in-text">
            Other sign in options
          </span>
          <span class="account-actions__fallback-text">
            Sign in
          </span>
        </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref QEDGDU
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Elementdiv > div:nth-of-type(3) > header-actions > dialog-component > dialog > button
Accessible nameClose dialog
Markup
<button ref="closeButton" on:click="/closeDialog" class="button button-unstyled close-button account-drawer__close-button" aria-label="Close dialog" autofocus="">
          <span class="svg-wrapper" aria-hidden="true"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M12 2L2 12" stroke="currentColor" stroke-width="var(--icon-stroke-width)" stroke-linecap="round" stroke-linejoin="round"></path>
  <path d="M12 12L2 2" stroke="currentColor" stroke-width="var(--icon-stroke-width)" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>…
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref 3B1M0J
Affected pagehttps://rachaelray.com/pages/ceramic-launch-sign-up
Elementdiv > nav > div > overflow-list > li:nth-of-type(8) > button
Accessible nameMore
Rolemenuitem
Markup
<button role="menuitem" class="button menu-list__link button-unstyled">
          <span class="menu-list__link-title">More</span>
        </button>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref 6GPJPK
Affected pagehttps://rachaelray.com/
Elementdiv > div > nav > ul > li:nth-of-type(2) > a
Accessible nameProfile
Markup
<a href="/account/addresses" class="account-actions__link button-secondary">
            <span class="account-actions__icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="6.5" r="2.75" stroke="currentColor" stroke-width="var(--icon-stroke-width)"></circle><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="var(--icon-stroke-width)" d="m5.172 14.591-.437.786a.588.588 0 0 0 .514.873h9.502a.588.588 0 0 0 .514-.873l-.437-.786a5.523 5.523 0 0 0-9.656 0"></path></svg>
</span>
            Profile
   …
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref QI65MH
Affected pagehttps://rachaelray.com/
Elementheader-component#header-component > div > div > div:nth-of-type(1) > search-button > button
Accessible nameSearch
Markup
<button on:click="#search-modal/showDialog" class="button button-unstyled search-modal__button header-actions__action" aria-label="Search" aria-haspopup="dialog">
      <span aria-hidden="true" class="svg-wrapper">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><circle cx="9" cy="9" r="4.75" stroke="currentColor" stroke-width="var(--icon-stroke-width)"></circle><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="var(--icon-stroke-width)" d="m12.5 12.5 3.25 3.25"></path></svg>

      </span>
    </button>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)4 instances1 inspected page

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

To fix this issue, ensure that elements with aria-hidden=true are not focusable and do not contain any focusable elements. You can achieve this by removing the tabindex attribute or setting it to -1, and by making sure that no interactive elements (like buttons or links) are contained within the hidden element.

View 4 affected elements
Component · Ref 81MHBH
Affected pagehttps://rachaelray.com/
Element#sd-product-rail-block-AU0ZiVW1TU1dQbytRb__sd_product_rail_aN6mn7 > slideshow-container > slideshow-slides > .resource-list__slide:nth-child(8)
Accessible name2-Piece Ceramic Nonstick Skillet Set 2-Piece Ceramic Nonstick Skillet Set {"id":44183277469878,"title":"Marine Blue","option1":"Marine Blue","option2":null,"option3":null,"sku":"17282","requires_shipping":true,"taxable":true,"featured_image":{"id":38483931988150,"product_id":8276347846838,"position":1,"created_at":"2025-08-08T10:33:58-07:00","updated_at":"2025-08-08T10:34:00-07:00","alt":"2-Piece Ceramic Nonstick Skillet Set with teal handles by Rachael Ray.","width":800,"height":800,"src":"\/\/rachaelray.com\/cdn\/shop\/files\/17282_00_f618bb18-52bf-48f7-a615-f1d46e1d5f00.jpg?v=1754674440","variant_ids":[44183277469878]},"available":true,"name":"2-Piece Ceramic Nonstick Skillet Set - Marine Blue","public_title":"Marine Blue","options":["Marine Blue"],"price":4999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"51153172823","featured_media":{"alt":"2-Piece Ceramic Nonstick Skillet Set with teal handles by Rachael Ray.","id":30165224816822,"position":1,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/rachaelray.com\/cdn\/shop\/files\/17282_00_f618bb18-52bf-48f7-a615-f1d46e1d5f00.jpg?v=1754674440"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}} Cucina Ceramic 2-Piece Ceramic Nonstick Skillet Set 101 reviews $49.99 USD Shop Now
Markup
<slideshow-slide ref="slides[]" aria-hidden="true" style="--slideshow-timeline: --slide-7; --product-media-fit: cover; --grid-template-rows: 50dvh 1fr; --grid-template-rows-desktop: 70dvh 1fr;" class="resource-list__slide">
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)4 instances1 inspected page

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the usage of ARIA attributes on the element with the class 'rating'. Ensure that only permitted ARIA attributes are used. In this case, consider using a more suitable attribute or removing the 'aria-label' attribute if it's not necessary for screen readers to announce the rating. The 'aria-label' attribute is used to provide a text description of an element, but in this context, it might be redundant or confusing for users of assistive technologies.

View 4 affected elements
Component · Ref NVUQAN
Affected pagehttps://rachaelray.com/
Element#product-card-AaGpuYmZBZjg1dHdjU__static-sd-product-card > .product-card__content.product-grid__card.gap-style > .rating-wrapper.rating-color--primary.justify-left > .rating
Accessible nameRating of this product is 4.7 out of 5
Markup
<div class="rating" style="--star-size: calc(var(--font-paragraph--size) * 1.1);" aria-label="Rating of this product is 4.7 out of 5">
High

Scrollable region must have keyboard access

WCAG 2.1.1 (A)1 instance1 inspected page

Scrollable region must have keyboard access

Why it matters

Scrollable region must have keyboard access

Recommended correction

To fix this issue, ensure the scrollable region has a valid tabindex attribute to allow keyboard access. For example: add tabindex="0" to the div element with the id "scroll-AeTBIRHA2Mk1IbTF2Y__sd_quick_carousel_4TJi3f". Additionally, consider implementing arrow key navigation to improve usability.

View 1 affected element
Component · Ref 293ATT
Affected pagehttps://rachaelray.com/
Element#scroll-AeTBIRHA2Mk1IbTF2Y__sd_quick_carousel_4TJi3f
Accessible name"Rachael Ray’s garbage bowl has been saving time in the kitchen for decades. It makes cleanup a breeze." "The Rachael Ray Hard Anodized pans earned high scores in our tests" "Functional and creatively designed products that's hard to resist snapping up" "This nonstick pan landed in the top spot in our testing for a reason—it will ensure that her sweet and savory dishes come out perfectly for family and friends." "It has elevated my cooking, simplified it and brought the act of cooking closer to being pleasurable than I imagined was possible"
Markup
<div class="sd-quick-carousel__scroll" style="" id="scroll-AeTBIRHA2Mk1IbTF2Y__sd_quick_carousel_4TJi3f" ref="scroller" aria-live="off" aria-atomic="false">
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)12 instances4 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 'aria-controls' attribute in the provided HTML element to ensure the referenced id 'submenu-5' exists and is valid.

View 12 affected elements
Component · Ref ZD4DHD
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Elementa[aria-controls="submenu-7"]
Accessible nameMore
Markup
<a href="#" data-skip-node-update="true" class="menu-list__link" aria-controls="submenu-7" aria-haspopup="true" aria-expanded="false" ref="menuitem">
            <span class="menu-list__link-title">More</span>
          </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)9 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 between the text color and background color of the element to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. Consider using a color contrast analyzer tool to determine the optimal colors.

View 9 affected elements
Component · Ref AV1L37
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Elementstrong
Accessible nameSpend $125, Save 25% | $150, Save 35% | $200, Save 45%
Markup
<strong>Spend $125, Save 25% | $150, Save 35% | $200, Save 45%</strong>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets
Component · Ref KUDPCU
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Element#sd-promotion-tracker-panel > .sd-promotion-tracker__feedback[ref="feedback"][aria-live="polite"] > .sd-promotion-tracker__feedback-headline
Accessible nameUnlock your first discount!
Markup
<span class="sd-promotion-tracker__feedback-headline">Unlock your first discount!</span>
Component · Ref 2ICTTK
Affected pagehttps://rachaelray.com/pages/register
Element.text-block--ANE8wMXlqbTFVeXVQZ__announcement_Ekti7r > .announcement-bar__text
Accessible nameFree Shipping on orders over $99
Markup
<p class="announcement-bar__text">
      Free Shipping on orders over $99
    </p>
Component · Ref FDT523
Affected pagehttps://rachaelray.com/
Element.swiper-slide-prev > .sd-banner-container > .sd-banner.sd-banner--breakpoint-xl.color-scheme-4 > .sd-banner__content > .sd-banner__content-inner > .sd-banner__position.sd-banner__position--center.sd-anim-items > .sd-banner__title.h1 > p
Accessible nameCucina Ceramic
Markup
<p>Cucina Ceramic</p>
Component · Ref V52WF2
Affected pagehttps://rachaelray.com/
Element.swiper-slide-prev > .sd-banner-container > .sd-banner.sd-banner--breakpoint-xl.color-scheme-4 > .sd-banner__content > .sd-banner__content-inner > .sd-banner__position.sd-banner__position--center.sd-anim-items > .sd-banner__subtitle.h6[data-mobile-position="bottom"] > p
Accessible nameSave up to 45% on orders over $125
Markup
<p>Save up to 45% on orders over $125</p>
Component · Ref SPR6M7
Affected pagehttps://rachaelray.com/
Element.sd-anim--in.sd-copy__content[data-sd-anim-ready=""] > .sd-copy__position--top.sd-copy__position.sd-anim-items > .sd-copy__title[data-mobile-position="top"] > p
Accessible nameShop by Category
Markup
<p>Shop by Category</p>
Component · Ref OUUXUR
Affected pagehttps://rachaelray.com/
Element.swiper-slide-prev > .sd-banner-container > .sd-banner.sd-banner--breakpoint-xl.color-scheme-4 > .sd-banner__content > .sd-banner__content-inner > .sd-banner__position.sd-banner__position--center.sd-anim-items > .sd-banner__eyebrow.h6[data-mobile-group-first=""]
Accessible nameBest Seller
Markup
<p class="sd-banner__eyebrow h6" data-mobile-position="bottom" data-mobile-group-first="" style="--color: #fafafa;">
              Best Seller
            </p>
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)16 instances4 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 16 affected elements
Component · Ref MPE53Q
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Elementdiv > div > div:nth-of-type(2) > header-menu > div > nav
Accessible nameCeramic Nonstick Stainless Steel Cast Iron All Cookware Shop by Item Cookware Sets Frying Pans & Saute Pans Stockpots & Dutch Ovens Specialty & Other Pans Shop All Shop by Collection Cucina Ceramic NITRO Cast Iron Cook + Create Create Delicious Professional Collection [data-menu-grid-id="MegaMenuList-5"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } [data-menu-list-id="MegaMenuList-5"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } Bakeware & Tools Bakeware Bakeware Sets Cookie & Sheet Pans Stoneware Shop All Prep and Serve Knives & Cutting Boards Tools & Gadgets EVOO Bottles Garbage Bowls Shop All [data-menu-grid-id="MegaMenuList-6"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } [data-menu-list-id="MegaMenuList-6"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } More Rachael Ray Products Home Furnishing Nutrish Cookbooks Watch Rachael Ray Rachael Ray's Rebuild Meals in Minutes Rachael Ray in Tuscany 30 Minute Meals The Rachael Ray Show Rachael Ray's Holidays Watch Our Friends Free Food Studios Giving Back Rachael Ray Foundation Yum-O! Follow Us Facebook Instagram TikTok X YouTube Pinterest Recipes All Recipes [data-menu-grid-id="MegaMenuList-7"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } [data-menu-list-id="MegaMenuList-7"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } More
Markup
<nav header-menu="">
          <div class="menu-list" style="--menu-top-level-font-family: var(--font-body--family);
--menu-top-level-font-size-desktop: 1rem; --menu-top-level-font-style: var(--font-body--style); --menu-top-level-font-weight: var(--font-body--weight); --menu-top-level-font-case:none;

  --menu-top-level-font-size: var(--menu-font-sm--size); --menu-top-level-font-line-height:
  var(--menu-font-sm--line-height);

--menu-top-level-font-color: var(--color-foreground); --menu-top-level-font-color-rgb: var(--color-foreground-rgb);
">
            
            <overflow-list ref="over…
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref Q57S8X
Affected pagehttps://rachaelray.com/pages/ceramic-launch-sign-up
Elementdiv#account-popover > div > div > nav
Accessible nameOrders Profile
Markup
<nav class="account-actions__nav">
      <ul class="account-actions__list">
        <li class="account-actions__list-item">
          <a href="/account" class="account-actions__link button-secondary">
            <span class="account-actions__icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none">
  <path stroke-linecap="round" stroke="currentColor" stroke-width="var(--icon-stroke-width)" d="M2.929 7.705c0-.482.154-.95.44-1.338L5.06 4.08c.303-.41.783-.652 1.293-.652h7.42c.525 0 1.018.257 1.319.69l1.577 2.266c.262.377.403.826.403 1.285v8.294c0 .888-.72 …
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref KW3O0G
Affected pagehttps://rachaelray.com/pages/register
Elementheader-actions > dialog-component > dialog > div > div > nav
Accessible nameOrders Profile
Markup
<nav class="account-actions__nav">
      <ul class="account-actions__list">
        <li class="account-actions__list-item">
          <a href="/account" class="account-actions__link button-secondary">
            <span class="account-actions__icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none">
  <path stroke-linecap="round" stroke="currentColor" stroke-width="var(--icon-stroke-width)" d="M2.929 7.705c0-.482.154-.95.44-1.338L5.06 4.08c.303-.41.783-.652 1.293-.652h7.42c.525 0 1.018.257 1.319.69l1.577 2.266c.262.377.403.826.403 1.285v8.294c0 .888-.72 …
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref 91D6IM
Affected pagehttps://rachaelray.com/
Elementdetails#Details-menu-drawer-container > div:nth-of-type(1) > nav
Accessible nameCeramic Nonstick Stainless Steel Cast Iron All Cookware All Cookware Shop by Item Cookware Sets Frying Pans & Saute Pans Stockpots & Dutch Ovens Specialty & Other Pans Shop All Shop by Collection Cucina Ceramic NITRO Cast Iron Cook + Create Create Delicious Professional Collection Bakeware & Tools Bakeware & Tools Bakeware Bakeware Sets Cookie & Sheet Pans Stoneware Shop All Prep and Serve Knives & Cutting Boards Tools & Gadgets EVOO Bottles Garbage Bowls Shop All More More Rachael Ray Products Home Furnishing Nutrish Cookbooks Watch Rachael Ray …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="menu-drawer__navigation" style="--menu-top-level-font-family: var(--font-heading--family);
--menu-top-level-font-size-desktop: 1rem; --menu-top-level-font-style: var(--font-heading--style); --menu-top-level-font-weight: var(--font-heading--weight); --menu-top-level-font-case:none;

  --menu-top-level-font-size: var(--menu-font-2xl--size); --menu-top-level-font-line-height:
  var(--menu-font-2xl--line-height);

--menu-top-level-font-color: var(--color-foreground); --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

--menu-parent-font-family: var(--font-heading--family); -…
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Medium

List markup is malformed

WCAG 1.3.1 (A)4 instances4 inspected pages

A list contains elements other than the list items it should, breaking its structure.

Why it matters

A list contains elements other than the list items it should, breaking its structure.

Recommended correction

To fix this issue, ensure that the <ul> and <ol> elements only directly contain <li>, <script>, or <template> elements. Review the HTML structure of the list and remove any unnecessary elements.

View 4 affected elements
Component · Ref 29UQ9A
Affected pagehttps://rachaelray.com/pages/ceramic-launch-sign-up
Element.overflow-menu,ul[part="list"]
Accessible nameCeramic Nonstick Stainless Steel Cast Iron All Cookware Shop by Item Cookware Sets Frying Pans & Saute Pans Stockpots & Dutch Ovens Specialty & Other Pans Shop All Shop by Collection Cucina Ceramic NITRO Cast Iron Cook + Create Create Delicious Professional Collection [data-menu-grid-id="MegaMenuList-5"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } [data-menu-list-id="MegaMenuList-5"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } Bakeware & Tools Bakeware Bakeware Sets Cookie & Sheet Pans Stoneware Shop All Prep and Serve Knives & Cutting Boards Tools & Gadgets EVOO Bottles Garbage Bowls Shop All [data-menu-grid-id="MegaMenuList-6"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } [data-menu-list-id="MegaMenuList-6"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } More Rachael Ray Products Home Furnishing Nutrish Cookbooks Watch Rachael Ray Rachael Ray's Rebuild Meals in Minutes Rachael Ray in Tuscany 30 Minute Meals The Rachael Ray Show Rachael Ray's Holidays Watch Our Friends Free Food Studios Giving Back Rachael Ray Foundation Yum-O! Follow Us Facebook Instagram TikTok X YouTube Pinterest Recipes All Recipes [data-menu-grid-id="MegaMenuList-7"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } [data-menu-list-id="MegaMenuList-7"] { --menu-columns-desktop: 6; --menu-columns-tablet: 4; } More
Markup
<ul part="list" style="height: 28px; flex-wrap: wrap; counter-reset: overflow-count 0; overflow: unset;">
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Medium

Touch targets are too small

WCAG 2.5.8 (AA)88 instances4 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

To improve accessibility, increase the size of the interactive element to at least 24x24 pixels, or ensure there is sufficient space around it for users to easily tap or click.

View 88 affected elements
Component · Ref O2AVUN
Affected pagehttps://rachaelray.com/pages/register
Element.sd-footer__menu-link[href$="terms-of-service"]
Accessible nameTerms of Use
Markup
<a href="/policies/terms-of-service" class="sd-footer__menu-link">Terms of Use
                    </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref JQBZ8B
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Elementa[href$="publishers"]
Accessible nameAffiliates
Markup
<a href="/pages/publishers" class="sd-footer__menu-link">Affiliates
                    </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref QVWP93
Affected pagehttps://rachaelray.com/blogs/recipes/farmers-bagel-baskets
Element.sd-footer__menu-column:nth-child(1) > .sd-footer__menu-list[role="list"] > .sd-footer__menu-item:nth-child(4) > .sd-footer__menu-link
Accessible nameTools
Markup
<a href="/collections/kitchen-tools-gadgets" class="sd-footer__menu-link">Tools
                    </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref O2C7TZ
Affected pagehttps://rachaelray.com/pages/register
Element.sd-footer__menu-item:nth-child(3) > a[href$="stoneware"]
Accessible nameCeramics
Markup
<a href="/collections/stoneware" class="sd-footer__menu-link">Ceramics
                    </a>
Affected pages/ /pages/ceramic-launch-sign-up /blogs/recipes/farmers-bagel-baskets /pages/register
Component · Ref 6XC9RP
Affected pagehttps://rachaelray.com/
Element.sd-carousel-dots--both.sd-carousel-dots > button[data-slide-index="1"][aria-label="Go to slide 2"][ref="dot[]"]
Accessible nameGo to slide 2
Markup
<button class="sd-carousel-dots__dot" ref="dot[]" data-slide-index="1" aria-label="Go to slide 2" on:click="/select/1" aria-current="true"></button>
Component · Ref PJ31VL
Affected pagehttps://rachaelray.com/
Elementbutton[aria-current="true"][data-slide-index="2"][aria-label="Go to slide 3"]
Accessible nameGo to slide 3
Markup
<button class="sd-carousel-dots__dot" ref="dot[]" data-slide-index="2" aria-label="Go to slide 3" on:click="/select/2"></button>
Low

Page has no level-one heading

WCAG 1.3.1 (A)2 instances2 inspected pages

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Why it matters

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Recommended correction

Add a level-one heading (<h1>) to the page to convey its topic and provide a clear structure for screen readers and other assistive technologies.

View 2 affected elements
Component · Ref BZ7FQ4
Affected pagehttps://rachaelray.com/pages/register
Elementhtml > body
Accessible nameSkip to content Spend $125, Save 25% | $150, Save 35% | $200, Save 45% Free Shipping on orders over $99 { "@context": "http://schema.org", "@type": "Organization", "name": "Rachael Ray", "logo": "https:\/\/rachaelray.com\/cdn\/shop\/files\/Rachael_Ray_Logo_White_and_Light_Blue.png?v=1769121678\u0026width=500", "url": "https:\/\/rachaelray.com\/pages\/register" } Ceramic Nonstick Stainless Steel Cast Iron All Cookware All Cookware Shop by Item Cookware Sets Frying Pans & Saute Pans Stockpots & Dutch Ovens Specialty & Other Pans Shop All Shop by Collection Cucina Ceramic NITRO Cast Iron Cook + Create Create Delicious Professional Collection Bakeware & Tools Bakeware & Tools Bakeware Bakeware Sets Cookie & Sheet Pans Stoneware Shop All Prep and Serve Knives & Cutting Boards Tools & Gadgets EVOO Bottles Garbage Bowls Shop All More More Rachael Ray Products …[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="page-width-narrow card-hover-effect-lift" data-sd-user-country="" data-sd-user-state="" data-sd-shipping-restriction-enabled="" style="--header-height: 52px; --header-group-height: 98px; --transparent-header-offset-boolean: 0;">
    <a class="skip-to-content-link button-secondary" href="#MainContent">
  Skip to content
</a>

    <div id="header-group">
      <!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--19006288363702__header_announcements_tfqE8k" class="shopify-section shopify-section-group-header-group">

  <script src="//rachaelray.com/cdn/shop/t/399/…
Affected pages/pages/ceramic-launch-sign-up /pages/register

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.