Skip to content
https://gizmodo.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
70
GRADE
C
FIX
3
REVIEW
4
PASS
6
INFO
0
Checks
13
6 PASS 4 REVIEW 3 FIX
D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
1 navigation pattern(s)
FIX
1 navigation pattern(s)
Info::
Skip navigation link detected
Info::
2 navigation landmark(s) detected
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 2 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Form Accessibility
2 of 7 controls have issues
REVIEW
2 of 7 controls have issues
Critical::
1 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="range">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="email" name="EMAIL">
Info::
5 control(s) properly labeled
7 controls
5 labeled
1 placeholder only
1 unlabeled
ControlTypeLabelMethod
_mc4wp_lists[]checkboxGizmodonone
_mc4wp_lists[]checkboxio9none
_mc4wp_lists[]checkboxEarthernone
_mc4wp_lists[]checkboxThe Next Interfacenone
#search-inputsearchSearchfor/id
EMAILemail(EMAIL ADDRESS)placeholder only
inputrange(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="range">

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

Placeholder text disappears on focus and is not a reliable label.

<input type="email" name="EMAIL">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

C
Web Manifest
Action
Valid manifest
REVIEW
Valid manifest
Info::
Name present: Gizmodo
Info::
192x192 icon present
Info::
Display mode: standalone
PWA Install Criteria Not Installable
Name Gizmodo 192×192 icon 512×512 icon Start URL Display Mode standalone
Name Gizmodo Display Mode standalone Theme Color #004fff Icons 1 icon(s)
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
Dark-specific theme-color detected
A theme-color with media='(prefers-color-scheme: dark)' adapts the browser toolbar for dark mode.
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color #ffffff CSS indicators Detected

Detection limited to meta tags and inline styles.

B
Lighthouse Accessibility Audits
Score 85/100 — 4 failing, 27 passed
REVIEW
85

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

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none
div.grid > a.flex > div.flex-1 > button.flex-none div.grid > a.flex > div.flex-1 > button.flex-none

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.relative > div.mx-auto > div.relative > a.absolute div.relative > div.mx-auto > div.relative > a.absolute
div.flex > div.fly-overflow > div.flex > a.inline-block div.flex > div.fly-overflow > div.flex > a.inline-block

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
APR 15 a.block > div.relative > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
TELEVISION div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
CORPORATE CULTURE div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div.xl:flex-1 > p.flex > span.flex-none
APR 15 a.flex > div.xl:flex-1 > p.flex > span.flex-none
APR 15 div.flex > a.block > p.flex-none > span.flex-none
APR 14 div.flex > a.block > p.flex-none > span.flex-none
APR 14 div.flex > a.block > p.flex-none > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 14 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 8 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 7 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 7 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 7 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 14 a.flex > div.xl:flex-1 > p.flex > span.flex-none
APR 13 a.flex > div.xl:flex-1 > p.flex > span.flex-none
APR 13 div.flex > a.block > p.flex-none > span.flex-none
APR 12 div.flex > a.block > p.flex-none > span.flex-none
APR 11 div.flex > a.block > p.flex-none > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 14 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 14 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 14 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 13 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 12 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 15 a.block > div.relative > p.flex > span.flex-none
MAR 31 a.flex > div > p.flex > span.flex-none
MAR 22 a.flex > div > p.flex > span.flex-none
MAR 10 a.flex > div > p.flex > span.flex-none
MAR 26 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex-none > span.flex-none
APR 15 a.flex > div.flex-1 > p.flex-none > span.flex-none
MOVIES div.relative > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.block > div.relative > p.flex > span.flex-none
TELEVISION div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
CORPORATE CULTURE div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
THEME PARKS & DESTINATIONS div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
TELEVISION div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
TELEVISION div > p.flex > span.giz-tag-io9 > span.inline-flex
APR 15 a.flex > div > p.flex > span.flex-none
TELEVISION div.self-end > div.mb-5 > span.giz-tag-io9 > span.inline-flex
APR 15 a.block > div.relative > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 15 a.flex > div > p.flex > span.flex-none
APR 14 a.flex > div > p.flex > span.flex-none
APR 14 a.flex > div > p.flex > span.flex-none

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.nav-fly > ul.menu > li.menu-item > ul.sub-menu div.nav-fly > ul.menu > li.menu-item > ul.sub-menu

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Landmark Structure
5 landmarks
PASS
5 landmarks
Info::
<main> landmark present
Info::
2 <nav> landmark(s) found
Warning::
1 of 2 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Info::
No banner (header) landmark
Info::
Skip navigation link present
Page Structure — as a screen reader sees it
BANNER (missing!) NAV MAIN ASIDE CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

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

A+
Heading Hierarchy
154 headings
PASS
154 headings
Info::
Single H1 present
  • H1 Gizmodo
  • H2 Featured Posts
  • H3 The Case for Tracking Everything
  • H3 Jury Does What Trump’s DOJ Wouldn’t, Deems Ticketmaster a Monopoly
  • H3 16 Underrated Anime That Deserve Your Love
  • H3 BYD Is Rolling Out 5-Minute Charging on Several Popular EVs
  • H3 Alienware’s $350 QD-OLED Gaming Monitor Nixes Everything for a Pretty Screen
  • H3 Berklee College of Music Offers AI Course, Students Are Pissed
  • H2 Latest
  • H3 The First ‘Clayface’ Footage Was Wonderfully Disgusting
  • H3 Scientists Found Literal Ink From Ballpoint Pens in Martian Meteorites
  • H3 The ‘Galaxy’s Edge’ Han Solo Proves You Really Can’t Replace Harrison Ford
  • H3 BYD Is Rolling Out 5-Minute Charging on Several Popular EVs
  • H3 Jury Does What Trump’s DOJ Wouldn’t, Deems Ticketmaster a Monopoly
  • H3 EU Is Rolling Out an Online Age Verification App That Could Become the Global Blueprint
  • H3 16 Underrated Anime That Deserve Your Love
  • H3 The West Finally Got Some Snow, but It’s Too Little, Too Late
  • H3 Elon Musk Scores a Victory Against Free Speech
  • H3 Alienware’s $350 QD-OLED Gaming Monitor Nixes Everything for a Pretty Screen
  • H3 The Canceled ‘Knight of the Seven Kingdoms’ Filming Likely Won’t Stop It Coming Out Next Year
  • H3 Berklee College of Music Offers AI Course, Students Are Pissed
  • H3 US Renewable Power Generation Beats Natural Gas for the First Time, Defying Trump
  • H3 Dan Stevens Cracks Open the Mouth of Madness in ‘The Terror: Devil in Silver’
  • H3 Disney’s Massive Layoffs Have Seemingly Hit Marvel Hard
  • H3 Disney’s Massive Layoffs Have Seemingly Hit Marvel Hard
  • H3 Allbirds Is Getting Out of the Shoe Business and Pivoting to AI Infrastructure
  • H2 Artificial Intelligence
  • H3 Berklee College of Music Offers AI Course, Students Are Pissed
  • H3 Anthropic Is Jacking Up the Price for Power Users Amid Complaints Its Model Is Getting Worse
  • H3 Allbirds Is Getting Out of the Shoe Business and Pivoting to AI Infrastructure
  • H3 Some Locals Are Using AI to Protest Against Data Centers
  • H3 First Statewide Data Center Ban Passed by Maine Legislature
  • H3 The Crypto Bros Want to Get Their Hands on Anthropic’s ‘Super Dangerous’ Model
  • H3 The OpenAI-Anthropic Cold War Comes to Illinois
  • H2 Privacy & Security
  • H3 EU Is Rolling Out an Online Age Verification App That Could Become the Global Blueprint
  • H3 FCC Exempts Netgear from Foreign-Made Router Ban for Some Reason
  • H3 ICE Reportedly Acknowledges Its Use of Notorious Graphite Spyware
  • H3 Pro-Iran Hackers Target Critical U.S. Energy and Water Infrastructure
  • H3 Anthropic Launches ‘Project Glasswing’ to Stealthily Spot Cybersecurity Issues for Rivals
  • H3 Trump’s War on American Cybersecurity Ramps Up With Planned $700 Million Cuts to CISA
  • H2 Cryptocurrencies
  • H3 Trump’s Fed Pick Is Knee Deep in Tech and Crypto Investments
  • H3 Circle CEO Addresses Lack of Stablecoin Freezes During Crypto Thefts
  • H3 Popular Musician Loses Life Savings Through Malicious Crypto Wallet in Apple’s App Store
  • H3 Crypto Investor at Center of Trump Corruption Allegations Now Sees Himself as ‘Victim’
  • H3 Google Displayed Polymarket Bets as News ‘In Error,’ Google Says
  • H3 Trump’s World Liberty Financial Makes FTX-esque Move, Borrows Against Its Own Crypto Token
  • H3 One of the Messiest Loose Ends from NFT Mania Has Finally Been Tied Up
  • H2 Transportation
  • H3 BYD Is Rolling Out 5-Minute Charging on Several Popular EVs
  • H3 New Mercedes EQS Has Long Range, Quick Charging, and Quicker Steering
  • H3 Lucid Finds Its New CEO, Expands Robotaxi Partnership With Uber
  • H3 Tesla Drivers Can Finally Activate Grok Without Looking Down at a Screen
  • H3 Used Electric Vehicles Are Having a Resurgence
  • H3 Southwest Is About to Limit Power Banks on Flights
  • H2 Reviews
  • H3 The Case for Tracking Everything
  • H3 AirPods Max 2 Review: Still Ridiculously Expensive and Ridiculously Nice
  • H3 The Ikea Varmblixt Smart Lamp Fills a Donut Hole in My Life
  • H3 MacBook Neo Review: No Other Budget Laptop Can Compete
  • H3 Sonos Play Review: Call It a Comeback
  • H3 Alienware’s $350 QD-OLED Gaming Monitor Nixes Everything for a Pretty Screen
  • H2 Buyers Guide
  • H3 Avast Antivirus: A Complete Guide to the Software and Its Security Features
  • H3 Free Antivirus for Android: Best Apps to Protect Your Smartphone
  • H3 Gizmodo Tech Reporter Jody Serrano’s 11 Fun and Funky Coffee Mugs for Those Who Think It’s Too Complicated to Give Tech Gifts
  • H3 Gizmodo Consumer Tech Editor Raymond Wong’s 8 Most Underrated Tech Gifts
  • H3 The Best Phones of 2025
  • H3 Gizmodo Consumer Tech Reporter Kyle Barr’s 9 Favorite Board Games for People Who Need a Break From Tech
  • H3 Gizmodo Senior Writer James Pero’s 8 Favorite Tech Gifts of 2025
  • H3 The Best Tech Gifts of 2025
  • H3 The Best Wireless Headphones of 2025
  • H3 The Best Laptops of 2025
  • H2 How To
  • H3 If You Hate Liquid Glass on iOS 26, Here’s How to Make It Better
  • H3 Your email inbox isn’t just an annoyance—it’s a privacy risk
  • H3 A Lot of People Are Searching for How to Delete Facebook and Instagram, and We Would Like Their Clicks
  • H3 How to Use Google Lens in a Chrome Browser
  • H3 Forgot Your Wi-Fi Passwords? Here’s an Easy Way to Find Them Again
  • H3 What to Do if Your Phone Gets Lost or Stolen
  • H3 Android Users Can Now Be Free From Their Netflix Viewing Mistakes
  • H3 Why xkcd Creator Randall Munroe Wrote the World’s Most Extreme ‘How To’ Book
  • H3 The Most Extreme Way to Take a Selfie, According to xkcd Creator Randall Munroe
  • H3 Libra Scammers Are Promising Early Access to Facebook’s Digital Currency to Steal Private Information
  • H2 Latest Deals
  • H3 Govee RGBIC TV Smart Light Bars Go on Clearance, Bringing Each Down to Under $25 on Amazon
  • H3 Bose SoundLink Max Bluetooth Speaker Quietly Drops to Its Lowest Price, Now Cheaper Than Last Week’s Low
  • H3 Anker Nebula P1i Portable Projector Debuted at CES 2026 and Now Hits Record Low Just Weeks After Launch
  • H2 More Deals
  • H3 Govee RGBIC TV Smart Light Bars Go on Clearance, Bringing Each Down to Under $25 on Amazon
  • H3 Bose SoundLink Max Bluetooth Speaker Quietly Drops to Its Lowest Price, Now Cheaper Than Last Week’s Low
  • H3 Anker Nebula P1i Portable Projector Debuted at CES 2026 and Now Hits Record Low Just Weeks After Launch
  • H3 Samsung 27″ Monitor Now Cheaper Than 24″ After Quiet Price Drop, Basically a Free Upgrade to a Bigger Screen
  • H3 How to Watch Bayern vs Real Madrid Online for Free
  • H3 UGREEN’s Bluetooth Tracker (4 Pack) Crashes to $5 Each, Nearly 6x Cheaper Than Apple’s AirTag
  • H3 Garmin Forerunner 965 Goes on Clearance, No More Premium Price Tag for This Running Smartwatch
  • H3 Galaxy Buds 3 FE (2025) Are Now Cheaper on Amazon Than Buying Direct from Samsung, but Only for Prime Members
  • H3 Ring Small Solar Panel Makes Powering Your Outdoor Camera Easy and Affordable, Now Below Black Friday Prices
  • H3 Anker’s 240W USB-C Charging Station Hits an All-Time Low on Amazon, No Need to Wait for Prime Day
  • H3 Seagate NVMe SSD 2TB Hits Record Low, Making It the Cheapest and Smartest Way to Expand Xbox Storage
  • H3 Forget Samsung Galaxy S26, Google Pixel 10 Pro Hits a Black Friday Low With No Trade-In Required
  • H3 Samsung 27″ Monitor Now Cheaper Than 24″ After Quiet Price Drop, Basically a Free Upgrade to a Bigger Screen
  • H3 How to Watch Bayern vs Real Madrid Online for Free
  • H3 UGREEN’s Bluetooth Tracker (4 Pack) Crashes to $5 Each, Nearly 6x Cheaper Than Apple’s AirTag
  • H2 Sign up for our newsletters
  • H2 io9
  • H3 The First ‘Clayface’ Footage Was Wonderfully Disgusting
  • H3 The Canceled ‘Knight of the Seven Kingdoms’ Filming Likely Won’t Stop It Coming Out Next Year
  • H3 Disney’s Massive Layoffs Have Seemingly Hit Marvel Hard
  • H3 The ‘Galaxy’s Edge’ Han Solo Proves You Really Can’t Replace Harrison Ford
  • H3 Dan Stevens Cracks Open the Mouth of Madness in ‘The Terror: Devil in Silver’
  • H3 16 Underrated Anime That Deserve Your Love
  • H2 16 Underrated Anime That Deserve Your Love
  • H2 Science
  • H3 Scientists Found Literal Ink From Ballpoint Pens in Martian Meteorites
  • H3 Axiom Space Is Ready to Test Its Next-Generation Spacesuit in 2027
  • H3 Astronomers Just Dropped the Largest High-Res 3D Map of the Universe
  • H3 A Crew of Worms on the ISS Aims to Help Scientists Unlock the Secrets of Space Travel
  • H3 As Starship V3 Lags Behind, Blue Origin Prepares Third Launch of New Glenn
  • H3 Norway Man Cured of HIV With Brother’s Stem Cells
  • H2 Will China Beat the US Back to the Moon?
  • H2 Earther
  • H3 A ‘Super El Niño’ Could Be Coming—Here’s What That Means for You
  • H3 The Race to Build the World’s First Commercial Fusion Plant Is Heating Up
  • H3 ‘Lightning-in-a-Box’ Concept Could Shrink a Thunderstorm to the Size of Your Thumb
  • H3 This Startup Wants to Tuck Data Centers Beneath Offshore Wind Turbines
  • H3 Come Face to Face With the Best Nature Photography of the Year
  • H3 The West Finally Got Some Snow, but It’s Too Little, Too Late
  • H3 US Renewable Power Generation Beats Natural Gas for the First Time, Defying Trump
  • H3 Scientists Are Using Lightning in a Bottle to Turn Methane Into Methanol
  • H3 Tens of Millions From Texas to Maine in the Path of Severe Storms and Possible Tornadoes
  • H3 Some Good News About the Upcoming Atlantic Hurricane Season
  • H2 Download Hub
  • H3 Latest Software & Apps
  • H3 AutoHotkey
  • H3 Tayasui Sketches
  • H3 Adobe Acrobat Online
  • H3 AppControl
  • H3 Dictionary - Merriam-Webster
  • H3 XAPK Extractor & App Analyzer
  • H3 Tapestry by Iconfactory
  • H3 LM Studio
  • H3 Winslopr (Windows Slop Remover)
  • H3 Top Downloads
  • H3 Google Play Store
  • H3 Minecraft - Pocket Edition
  • H3 YouTube
  • H3 JumpJumpVPN
  • H3 EA Sports FC 26
  • H3 Proton VPN (ProtonVPN)
  • H3 WhatsApp
  • H3 Among Us
  • H3 TikTok
A
Alt Text Quality
All 101 images OK
PASS
All 101 images OK
Info::
6 image(s) with alt text over 125 characters
Info::
8 decorative image(s) correctly marked
Info::
87 image(s) with good alt text
101 images 87 good alt text 8 decorative
IssueCount
too long6 image(s)
A
404 Error Page
HTTP 404, custom page
PASS
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
Info::
Search form present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Page not found | Gizmodo Custom Styling Navigation Homepage Link Search Form
A
Favicon & Branding
6 icon(s) detected
PASS
6 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
SVG favicon detected — scales perfectly to any size
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Present
Manifest Icons Present
Multiple Sizes Present
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Gizmodo16.21:13.0:1
#000000
#E2E2E2
Pass
h2 Featured Posts16.21:13.0:1
#000000
#E2E2E2
Pass
h2 Latest16.21:13.0:1
#000000
#E2E2E2
Pass
h2 More Deals16.21:13.0:1
#000000
#E2E2E2
Pass
h2 Sign up for our news…16.21:13.0:1
#000000
#E2E2E2
Pass
h2 16 Underrated Anime …16.21:13.0:1
#000000
#E2E2E2
Pass
h2 Will China Beat the …16.21:13.0:1
#000000
#E2E2E2
Pass
h3 The Case for Trackin…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 Jury Does What Trump…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 16 Underrated Anime …16.21:13.0:1
#000000
#E2E2E2
Pass
h3 BYD Is Rolling Out 5…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 Alienware’s $350 Q…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 Berklee College of M…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 The First ‘Clayfac…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 Scientists Found Lit…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 The ‘Galaxy’s Ed…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 BYD Is Rolling Out 5…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 Jury Does What Trump…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 EU Is Rolling Out an…16.21:13.0:1
#000000
#E2E2E2
Pass
h3 16 Underrated Anime …16.21:13.0:1
#000000
#E2E2E2
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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback