Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction4 issue(s) across 319 links and 17 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://refractor.io | Via our new sister site Refrac… | new tab | Add '(opens in new tab)' to text |
| https://refractor.io | Via our new sister site Refrac… | new tab | Add '(opens in new tab)' to text |
| https://refractor.io | Via our new sister site Refrac… | new tab | Add '(opens in new tab)' to text |
| https://refractor.io | SCIENCE & HEALTH | new tab | Add '(opens in new tab)' to text |
| https://newatlas.com/sponsored-content/t… | This High Tech Wine Chiller Ke… | img no alt | Add alt attribute to the image |
| https://popup.taboola.com/en/?template=c… | About Taboola recommendations … | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | About Taboola recommendations … | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://popup.taboola.com/en/?template=c… | Sponsored: learn about this re… | new tab | Add '(opens in new tab)' to text |
| https://www.senior-tranquille.fr/assuran… | (empty) | empty | Add link text or aria-label |
| https://www.senior-tranquille.fr/assuran… | Les retraités quitte nt leur … | new tab | Add '(opens in new tab)' to text |
| https://www.senior-tranquille.fr/assuran… | (empty) | empty | Add link text or aria-label |
| https://www.senior-tranquille.fr/assuran… | Trop cher ? Des seniors change… | new tab | Add '(opens in new tab)' to text |
| https://www.devisconfortescalier.com/tbl… | (empty) | empty | Add link text or aria-label |
| https://www.devisconfortescalier.com/tbl… | Ces aides réduisent le prix d… | new tab | Add '(opens in new tab)' to text |
| https://go.technoinfogadget.com/go/94bb6… | (empty) | empty | Add link text or aria-label |
| https://go.technoinfogadget.com/go/94bb6… | Les seniors s'arrach ent cette… | new tab | Add '(opens in new tab)' to text |
| https://news.google.com/publications/CAA… | Google News Logo | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/nwtls | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/new.atlas/ | new tab | Add '(opens in new tab)' to text | |
| https://www.pinterest.com/newatlasdotcom | new tab | Add '(opens in new tab)' to text | |
| https://flipboard.com/@NewAtlas | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/nwtls | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/new-atl… | new tab | Add '(opens in new tab)' to text | |
| https://newatlas.com/privacy/ | cookie policy | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.senior-tranquille.fr/assurance-senior-prel-tbl-dsk-2; https://www.senior-tranquille.fr/assurance-senior-prel-tbl-dsk-2; https://www.devisconfortescalier.com/tbl-prel-dsk; https://go.technoinfogadget.com/go/94bb63e7-6069-454a-a6e1-5c80fc4b9d81
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://newatlas.com/sponsored-content/this-high-tech-wine-chiller-keeps-your…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://refractor.io; https://refractor.io; https://refractor.io; https://refractor.io; https://popup.taboola.com/en/?template=colorbox&utm_source=newatlas&utm_mediu…; https://popup.taboola.com/en/?template=colorbox&utm_source=newatlas&utm_mediu…; https://popup.taboola.com/en/?template=colorbox&utm_source=newatlas&utm_mediu…; https://popup.taboola.com/en/?template=colorbox&utm_source=newatlas&utm_mediu…; https://popup.taboola.com/en/?template=colorbox&utm_source=newatlas&utm_mediu…; https://popup.taboola.com/en/?template=colorbox&utm_source=newatlas&utm_mediu… (+12 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
DFavicon & BrandingAction4 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure8 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
B404 Error PageHTTP 404, custom pageREVIEW
CWeb ManifestActionValid manifestREVIEW
A+Heading Hierarchy9 headingsPASS
- H1 Science, Tech, Outdoor & Innovation News
- H2 Ford Mustang GTD breaks Nürburgring record, and you can even buy one now
- H2 Latticed supertall skyscraper will be one of USA's tallest buildings
- H2 Camera-equipped AI earbuds tell you what you're looking at
- H2 Top Stories
- H2 Latest News
- H2 Editor's Picks
- H2 FREE NEWSLETTER
- H2 Notice
A+Alt Text QualityAll 27 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | none |
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 |
|---|---|---|---|---|---|
| h1 Science, Tech, Outdo… | 8.80:1 | 3.0:1 | #000000 | #58B1E2 | Pass |
| h2 Top Stories | 8.80:1 | 3.0:1 | #000000 | #58B1E2 | Pass |
| h2 Latest News | 8.80:1 | 3.0:1 | #000000 | #58B1E2 | Pass |
| h2 Editor's Picks | 8.80:1 | 3.0:1 | #000000 | #58B1E2 | Pass |
| h2 FREE NEWSLETTER | 8.80:1 | 3.0:1 | #000000 | #58B1E2 | Pass |
| h2 Notice | 8.80:1 | 3.0:1 | #000000 | #58B1E2 | Pass |
| title New Atlas - New Tech… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a SUBSCRIBE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a LOG IN | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a HOME | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a ENGINEERING | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Architecture | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Energy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Manufacturing | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Materials | 8.80:1 | 4.5:1 | #000000 | #58B1E2 | Pass |
| a Military | 8.80:1 | 4.5:1 | #000000 | #58B1E2 | Pass |
| a Robotics | 8.80:1 | 4.5:1 | #000000 | #58B1E2 | Pass |
| a Space Systems | 8.80:1 | 4.5:1 | #000000 | #58B1E2 | Pass |
| a View all ENGINEERING… | 8.80:1 | 4.5:1 | #000000 | #58B1E2 | Pass |
| a Architecture | 8.80:1 | 4.5:1 | #000000 | #58B1E2 | 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 90/100 — 4 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AUTOMOTIVE div.PromoC > div.PromoC-content > div.PromoC-category > a.Link |
ARCHITECTURE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
WEARABLES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
CAMPERVANS div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
The Lukas tiny house isn't a great fit for would-be nomads since it needs to be… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Upside-down tiny house makes room for three bedrooms and two bathrooms div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
The Onda is a tiny house that tries something a little different. It turns the … div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
ENERGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Now we're cooking with water! Startup offers a hydrogen-powered stove div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
Imagine slashing your cooking electricity bill by a factor of six. That would a… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Scandi-style tiny house packs space-saving layout into just 270 sq ft div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
With its attractive wooden interior and minimalist design, the Scandi Inn wears… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
The Esther features a spacious single-floor layout that sleeps up to two people… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
LATEST NEWS div.OneColumnContainer-column > ps-list-loadmore.ListN > div.ListE-header > h2.ListE-header-title |
AUTOMOTIVE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
AROUND THE HOME div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
ARCHAEOLOGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
KNIVES AND MULTITOOLS div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
MOBILE TECHNOLOGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
MILITARY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
MOTORCYCLES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
BIOLOGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
SPONSORED CONTENT div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
GEAR div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
AUTOMOTIVE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
HISTORY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Ancient Roman board game stumped experts for decades – until AI played div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
A slab of limestone excavated in 1984 from the ancient Coriovallum settlement p… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Off-grid micro house fits everything you need into just 215 sq ft div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
This off-grid cabin-style tiny house is seriously small, with a floorspace of j… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
ARCHITECTURE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
Under-construction skyscraper looks straight out of a sci-fi movie div.PromoB > div.PromoB-content > div.PromoB-title > a.Link |
You could be forgiven for assuming that this pyramidal skyscraper project was a… div.ListCarousel-slide > div.PromoB > div.PromoB-content > div.PromoB-description |
patolo div.videoCube > a.item-label-href > span.video-label-box > span.branding |
patolo div.videoCube > a.item-label-href > span.video-label-box > span.branding |
BMW div.videoCube > a.item-label-href > span.video-label-box > span.branding |
TEMU div.videoCube > a.item-label-href > span.video-label-box > span.branding |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu body.HomePage-body > ps-header.Page-header > div.Page-header-bar > button.Page-header-menu-trigger |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
CAMPERVANS div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
ENERGY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
AUTOMOTIVE div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
HISTORY div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
TINY HOUSES div.PromoB > div.PromoB-content > div.PromoB-category > a.Link |
ARCHITECTURE div.PromoB > div.PromoB-content > div.PromoB-category > 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 |
|---|
by Taboola div#trc_header_1091014828 > div.trc_header_ext > div.logoDiv > a.trc_mobile_attribution_link |
Sponsored Links div#trc_header_1091014828 > div.trc_header_ext > div.logoDiv > a.trc_mobile_disclosure_link |