Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 78 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction18 issue(s) across 237 links and 109 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.brooklinen.com/pages/super-p… | (empty) | empty | Add link text or aria-label |
| https://www.brooklinen.com/pages/faq?a=D… | Exclusions Apply * | 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 |
| <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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
; ; ; ; ; ; ; ; ; (+1 more)
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.brooklinen.com/pages/faq?a=Does-Brooklinen-offer-free-US-shipping---id--1b50Cl_wSuiEqf4NUNMMOQ
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
F404 Error PageActionHTTP 429, custom pageFIX
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 fail WCAG AAREVIEW
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 Shop by Category | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h2 150k+ 5-Star Reviews | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h2 Don't Lie | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h2 Why Brooklinen? | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h2 In the News | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h2 Our Sheets | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h2 Get on the List | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h3 Premium Materials & … | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h3 365-Day Happiness Gu… | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h3 Fast, Free Shipping | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| h3 Get it before it's g… | 1.84:1 | 3.0:1 | #000000 | #42382F | Fail |
| title Luxury Bedding, Shee… | 1.71:1 | 4.5:1 | #000000 | #283455 | Fail |
| a Skip to content | 1.71:1 | 4.5:1 | #000000 | #283455 | Fail |
| span COOLING Washed Europ… | 5.56:1 | 4.5:1 | #000000 | #7D8396 | Pass |
| a Shop now. | 20.21:1 | 4.5:1 | #000000 | #FDFAF8 | Pass |
| span Fast, free shipping … | 20.21:1 | 4.5:1 | #000000 | #FDFAF8 | Pass |
| span Just for you: 15% of… | 16.27:1 | 4.5:1 | #000000 | #DDE3EC | Pass |
| a Click to redeem. | 5.82:1 | 4.5:1 | #000000 | #6587C4 | Pass |
| a Terms apply | 2.12:1 | 4.5:1 | #000000 | #003AA1 | Fail |
| a Terms apply | 2.12:1 | 4.5:1 | #000000 | #003AA1 | Fail |
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.
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 31 passedREVIEW
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
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.media--link > div.media--video > video > img a.media--link > div.media--video > video > img |
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 |
|---|
section#shopify-section-template--20183958847578__theme_hero_Jnaffx > section#template--20183958847578__theme_hero_Jnaffx > div.hero__media > a.media--link section#shopify-section-template--20183958847578__theme_hero_Jnaffx > section#template--20183958847578__theme_hero_Jnaffx > div.hero__media > a.media--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 |
|---|
Facebook div.footer__copyright > ul.footer__list-social > li.list-social__item > a.link |
Twitter div.footer__copyright > ul.footer__list-social > li.list-social__item > a.link |
Pinterest div.footer__copyright > ul.footer__list-social > li.list-social__item > a.link |
Instagram div.footer__copyright > ul.footer__list-social > li.list-social__item > a.link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search ... sticky-header.header-wrapper > header#bkl-5-v1 > div.header__icons > button.header__search |
1 sticky-header.header-wrapper > header#bkl-5-v1 > div.header__icons > button.header__icon |
A+Landmark Structure6 landmarksPASS
AHeading Hierarchy15 headingsPASS
- H4 Your cart is empty
- H4 Your Cart
- H1 You Can't Outcool Our Linen You Can't Outcool Our Linen
- H2 Shop by Category
- H2 150k+ 5-Star Reviews Don't Lie
- H1 (empty)
- H2 Why Brooklinen?
- H3 Premium Materials & Exclusive Styles
- H3 365-Day Happiness Guarantee
- H3 Fast, Free Shipping
- H2 In the News
- H2 Our Sheets
- H3 Come Say Hi, IRL Come Say Hi, IRL
- H2 Get on the List
- H3 Get it before it's gone!
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Form AccessibilityAll 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #giftNoteCheckbox | checkbox | none | |
| textarea | textarea | Gift Note | aria-label |
| BrokenCart_Popup | checkbox | none | |
| #newsletter_email | newsletter signup | aria-label | |
| #overlay_partial_sms_subscribe | tel | Phone Number | aria-label |
| #entranceOverlaySource | input | Source | for/id |
| #entranceOverlayUtmSource | input | UTM Source | for/id |
| #overlay_email | Email Address | aria-label | |
| #overlay_partial_email | aria-label |