Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction11 issue(s) across 302 links and 31 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/sprinklepop.sh… | instagram Instag… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sprinklepop.sho… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCdjQz6F… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/sprinklepopshop?lang… | twitter Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/sprinklepopsho… | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@sprinklepop?lang… | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/2709436… | new tab | Add '(opens in new tab)' to text | |
| / | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/royal-… | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/royal-… | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/royal-… | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/royal-… | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/easter… | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/royal-… | (empty) | empty | Add link text or aria-label |
| /collections/royal-icing/products/royal-… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/sprinklepop.sh… | instagram Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sprinklepop.sho… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCdjQz6F… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/sprinklepopshop?lang… | twitter Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/sprinklepopsho… | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@sprinklepop?lang… | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/2709436… | new tab | Add '(opens in new tab)' to text | |
| https://www.shopify.com?utm_campaign=pow… | Powered by Shopify | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/; /collections/royal-icing/products/royal-icing-gingerbread-men; /collections/royal-icing/products/royal-icing-gingerbread-men-36ct; /collections/royal-icing/products/royal-icing-assorted-poinsettias-12ct; /collections/royal-icing/products/royal-icing-santas-snacks-12-ct; /collections/royal-icing/products/easter-egg-assortment-royal-icing-decs-set-…; /collections/royal-icing/products/royal-icing-deck-the-halls12-ct; /collections/royal-icing/products/royal-icing-graduation-balloon-assortment-36ct
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.instagram.com/sprinklepop.shop/; https://www.facebook.com/sprinklepop.shop; https://www.youtube.com/channel/UCdjQz6FEU6bP2kZYSGnHnIw; https://twitter.com/sprinklepopshop?lang=en; https://www.pinterest.com/sprinklepopshop/pins/; https://www.tiktok.com/@sprinklepop?lang=en; https://www.linkedin.com/company/27094369/admin/; https://www.instagram.com/sprinklepop.shop/; https://www.facebook.com/sprinklepop.shop; https://www.youtube.com/channel/UCdjQz6FEU6bP2kZYSGnHnIw (+5 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.collapsible-trigger (#139 on page); button.collapsible-trigger (#165 on page); button.btn (#1749 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DTap Target AdequacyAction11 tap target(s) too small or too close togetherFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BIframe Accessibility3/3 iframe(s) missing title; 0 placeholder(s)REVIEW
BMobile-Readable Font Sizes95% of visible text renders at >= 12 CSS px (2 below threshold)REVIEW
A+Landmark Structure4 landmarksPASS
A+Heading Hierarchy6 headingsPASS
- H1 Sprinkle Pop
- H2 Over 100 Mixes To Choose From!
- H3 Made in the USA
- H3 Always Free Shipping
- H3 EXCLUSIVE COLORS
- H2 Currency
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text Quality1 of 26 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #CartNoteDrawer | textarea | Order note | for/id |
| #Search | search | Search | for/id |
| #Email-footer2 | Enter your email | for/id |
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns7 explicit tabindex attribute(s) checked, no anti-patternsPASS
A404 Error PageHTTP 404, custom pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Over 100 Mixes To Ch… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Currency | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Made in the USA | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Always Free Shipping | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 EXCLUSIVE COLORS | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Sprinkle Pop | Trend… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Close menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shop | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sprinkles | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cupcake Toppers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Icing Decorations | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gel Colors & Dusts | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Molds & Pans | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Seasonal & New! | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a St. Patrick's Day | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Easter | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sale | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Recipes | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Wholesale | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALighthouse Accessibility AuditsScore 92/100 — 2 failing, 21 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.header-layout > div.header-item > h1.site-header__logo > a.site-header__logo-link div.header-layout > div.header-item > h1.site-header__logo > a.site-header__logo-link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link div.grid__item > div.grid-product__content > div.grid__item-image-wrapper > a.grid-product__link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sprinkle Points div.footer__collapsible > ul.no-bullets > li > a |
Home div.footer__collapsible > ul.no-bullets > li > a |
Wholesale div.footer__collapsible > ul.no-bullets > li > a |
FAQ div.footer__collapsible > ul.no-bullets > li > a |
About div.footer__collapsible > ul.no-bullets > li > a |
Contact div.footer__collapsible > ul.no-bullets > li > a |
Policies div.footer__collapsible > ul.no-bullets > li > a |
Shipping Policy div.footer__collapsible > ul.no-bullets > li > a |
Return Policy div.footer__collapsible > ul.no-bullets > li > a |
Privacy Policy div.footer__collapsible > ul.no-bullets > li > a |
Terms of Service div.footer__collapsible > ul.no-bullets > li > a |
These items highlight common accessibility best practices.