Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
D404 Error PageActionHTTP 403, custom pageFIX
FFavicon & BrandingActionNo icons detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CColor Contrast (Screenshot)Action19 text elements analyzed, 1 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 (19)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Bloomberg | 3.39:1 | 3.0:1 | #000000 | #616161 | Pass |
| h2 We've detected unusu… | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Why did this happen? | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h3 Need Help? | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| title Bloomberg - Are you … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Need help? Contact u… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p To continue, please … | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p Please make sure you… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Terms of Service | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p and | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Cookie Policy | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p For inquiries relate… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a contact … | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p and provide the refe… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| div Block reference ID:d… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p Get the most importa… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Bloomberg.com | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p subscription. | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a SUBSCRIBE NOW | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | 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.
A+Heading Hierarchy4 headingsPASS
- H1 Bloomberg
- H2 We've detected unusual activity from your computer network
- H3 Why did this happen?
- H3 Need Help?
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality6 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /feedback | Need help? Contact us | new tab | Add '(opens in new tab)' to text |
| /notices/tos | Terms of Service | new tab | Add '(opens in new tab)' to text |
| /notices/tos | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| /feedback | contact … | new tab | Add '(opens in new tab)' to text |
| https://bloomberg.com | Bloomberg.com | new tab | Add '(opens in new tab)' to text |
| /subscription | SUBSCRIBE NOW | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/feedback; /notices/tos; /notices/tos; /feedback; https://bloomberg.com; /subscription
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
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 25 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
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 |
|---|
section#header_text > figure.SectionFrontHeaderImageTitle_imageStyles__j6IPz > picture.styles_lazy___9s4S > img section#header_text > figure.SectionFrontHeaderImageTitle_imageStyles__j6IPz > picture.styles_lazy___9s4S > img |
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 |
|---|
navigation dot section#shadow_magazine_cover_carousel > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot section#shadow_magazine_cover_carousel > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot section#shadow_magazine_cover_carousel > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot section#shadow_magazine_cover_carousel > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
navigation dot div.VariantBase_headerSiblingContainer__3nEJ6 > div.styles_carouselNav__Mgj6h > div.styles_navSection__IZYQv > span.styles_dot__4CJdb |
These items highlight common accessibility best practices.