Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction15 of 98 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 15 image(s) |
| too long | 5 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 QualityAction2 issue(s) across 523 links and 21 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/tomshardware | Visit us on facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/tomshardware | Visit us on twitter | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/toms.hardware | Visit us on instagram | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/tomshardware | Visit us on youtube | new tab | Add '(opens in new tab)' to text |
| https://flipboard.com/@TomsHardware | Visit us on flipboard | new tab | Add '(opens in new tab)' to text |
| https://www.tomshardware.com | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| https://forums.tomshardware.com/ | Forums | new tab | Add '(opens in new tab)' to text |
| https://forums.tomshardware.com/ | Forums | new tab | Add '(opens in new tab)' to text |
| https://www.tomshardware.com/tech-indust… | Why TSMC grew four times faste… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | America’s AI chip rules keep… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/networking/… | Here’s what the FCC ban on f… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | China's homegrown silicon supp… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | Why Nvidia just poured $2 bill… | img no alt | Add alt attribute to the image |
| https://futureplc.com/terms-conditions/ | Terms & Conditions | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/privacy-policy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.tomshardware.com/pc-componen… | Nvidia Pascal GPUs debuted 10 … | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/laptops/1hz… | 1Hz laptop display reportedly … | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | America’s AI chip rules keep… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/networking/… | Here’s what the FCC ban on f… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | Anthropic's latest AI model id… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | Intel joins Elon Musk's TeraFa… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | U.S. lawmakers aim to ban expo… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/tech-indust… | Why TSMC grew four times faste… | img no alt | Add alt attribute to the image |
| https://www.tomshardware.com/software/mi… | At least 80 different Microsof… | img no alt | Add alt attribute to the image |
| https://futureplc.com/ | Visit our corporate site | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/terms-conditions/ | Terms and conditions | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/contact/ | Contact Future's experts | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/privacy-policy/ | Privacy policy | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/cookies-policy/ | Cookies policy | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/accessibility-stat… | Accessibility Statement | new tab | Add '(opens in new tab)' to text |
| https://go.future-advertising.com/Toms-H… | Advertise with us | new tab | Add '(opens in new tab)' to text |
| https://www.tomshardware.com/reviews/abo… | About us | new tab | Add '(opens in new tab)' to text |
| https://www.tomshardware.com/coupons | Coupons | new tab | Add '(opens in new tab)' to text |
| https://futureplc.com/careers/ | Careers | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.tomshardware.com;
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.facebook.com/tomshardware; https://twitter.com/tomshardware; https://www.instagram.com/toms.hardware; https://www.youtube.com/tomshardware; https://flipboard.com/@TomsHardware; https://forums.tomshardware.com/; https://forums.tomshardware.com/; https://futureplc.com/terms-conditions/; https://futureplc.com/privacy-policy/; https://futureplc.com/ (+9 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
D404 Error PageActionHTTP 404, custom pageFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction4 of 8 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #search-checkbox | checkbox | Search | for/id |
| #search-input | search | Search Tom's Hardware | for/id |
| CONTACT_OTHER_BRANDS | checkbox | none | |
| CONTACT_PARTNERS | checkbox | none | |
| (none) | none | ||
| #burgerbar-none | radio | (none) | none |
| #burgerbar | radio | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="radio" name="burgerbar-expand" id="burgerbar-none">; <input type="radio" name="burgerbar-expand" id="burgerbar">; <input type="email" name="MAIL">; <input type="submit">
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
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h1 Tom's Hardware | 7.56:1 | 3.0:1 | #000000 | #9B9B9B | Pass |
| h2 Reviews | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Best Picks | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 CPUs | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Graphics Cards | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Laptops | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Features | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 PC Components | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Desktops and PC Buil… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Deals | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 Help Us Test Our AI … | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h2 More from Tom's Hard… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Intel introduces its… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Anthropic's latest A… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 2TB SanDisk memory c… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Intel joins Elon Mus… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 GitHub user creates … | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Framework warns of e… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Indianapolis politic… | 3.00:1 | 3.0:1 | #000000 | #595959 | Pass |
| h3 Snag this 1440p iBuy… | 3.00:1 | 3.0:1 | #000000 | #595959 | 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.
BLighthouse Accessibility AuditsScore 84/100 — 6 failing, 32 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 |
|---|
div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img |
div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wcp-item-content > div.chat_hammerbot-iframe-wrapper__outer > div.chat_hammerbot-iframe-wrapper > iframe#chat_hammerbot div.wcp-item-content > div.chat_hammerbot-iframe-wrapper__outer > div.chat_hammerbot-iframe-wrapper > iframe#chat_hammerbot |
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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
this forum thread div.wcp-item-content > div.chat_hammerbot-iframe-wrapper__outer > p.chat_hammerbot-iframe-wrapper__footer > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
TECH INDUSTRY section.listingResultsWrapper > div.listingResults > div.listingResult > a.category-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 |
|---|
Intel introduces its own Neural Compression technology with a fallback mode tha… div.list-text-links > div.primary > div.listingResult > a.article-link |
Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' … div.list-text-links > div.primary > div.listingResult > a.article-link |
2TB SanDisk memory card card surfaces for eye-watering $2,000 div.list-text-links > div.primary > div.listingResult > a.article-link |
Intel joins Elon Musk's TeraFab project div.list-text-links > div.primary > div.listingResult > a.article-link |
GitHub user creates open-source Nvidia GeForce Now client alternative div.list-text-links > div.primary > div.listingResult > a.article-link |
Framework warns of even more rising RAM and SSD prices through 2026 as memory c… div.list-text-links > div.primary > div.listingResult > a.article-link |
Electronics enthusiast begins breadboard-based Intel 386 system build — a large… div.mainCarousel > section#homePageCarousel > div#Item7 > a.article-link |
Why TSMC grew four times faster than its foundry rivals in 2025
By Luke James … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WD Innovation Day 2026 press Q&A transcript: roadmap plans to reach 60TB with e… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
America’s AI chip rules keep changing — and the rest of the world is paying the… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Here’s what the FCC ban on foreign-manufactured routers actually means for cons… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
China's homegrown silicon suppliers gain traction as Nvidia struggles to get it… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Why Nvidia just poured $2 billion into AI ASIC competitor Marvell — NVLink Fusi… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
MSI MAG A1200PLS PCIE5 1200W power supply review: A competent 1200W unit, but p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Creality Sermoon S1 Review: Accessible 3D Scanning
By Denise Bertacchi publish… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Autonomous ErgoChair Core Review: You get what you pay for
By Matt Keith publi… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
BenQ DesignVue PD2770U 4K professional monitor review: A blend of flexibility, … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Sharge Disk Pro 2TB review: Great sustained writes, active cooling, and a built… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Best Gaming Headsets 2026: Tested for Comfort, Connectivity, and Communication
… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Best Wireless Gaming Headsets 2026: Bluetooth, Budget, and More
By Sarah Jacob… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Best Wireless Keyboards 2026: Tested for Gaming, Typing, and Traveling
By Sara… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Intel's OEM-only Core 9 273QPE 'Bartlett Lake' CPU beats Ryzen 9 9900X3D in Cin… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
AMD's upcoming Ryzen 9 9950X3D2 listed around $1,000 at several retailers acros… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Intel's upcoming Wildcat Lake CPUs listed in first retail product, confirms spe… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Intel introduces its own Neural Compression technology with a fallback mode tha… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Nvidia Pascal GPUs debuted 10 years ago today, best known for the GTX 1060 and … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Apple approves drivers that let AMD and Nvidia eGPUs run on Mac
By Jowi Morale… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Framework warns of even more rising RAM and SSD prices through 2026 as memory c… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
1Hz laptop display reportedly helps deliver outstanding 43-hour battery life on… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WD Innovation Day 2026 press Q&A transcript: roadmap plans to reach 60TB with e… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
America’s AI chip rules keep changing — and the rest of the world is paying the… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Here’s what the FCC ban on foreign-manufactured routers actually means for cons… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
2TB SanDisk memory card card surfaces for eye-watering $2,000
By Jowi Morales … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
MSI MAG A1200PLS PCIE5 1200W power supply review: A competent 1200W unit, but p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WD Innovation Day 2026 press Q&A transcript: roadmap plans to reach 60TB with e… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Thermal pads with in-built vapor-chambers claim 50 to 80 times better thermal c… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
How to setup an Android smartphone as a webcam — Camo Studio unlocks new uses f… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Windows Phone makes a spiritual comeback thanks to NexPhone, which can triple-b… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Grab the Ryzen 7 9800X3D, 32GB of RAM, and MSI X870E bundle and get free 240mm … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
HP’s flagship Omen Max 45L with an RTX 5090 is on sale for $1,000 off
By Kunal… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Get a 27" 1440p OLED monitor with a blazing-fast 240 Hz refresh rate for just $… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Meta promo codes for Apr 2026 |
Posted
SPONSORED Use one of Meta promo codes … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Corsair Discount Codes in Apr 2026 |
Posted
SPONSORED Use one of our Corsair … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Squarespace Coupon Codes for Apr 2026
Posted
SPONSORED Use these Squarespace … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Logitech G Promo Codes for April 2026
Posted
SPONSORED Use these Logitech G p… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Autodesk Promo Codes in Apr 2026 |
Posted
SPONSORED Use one of these Autodesk… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
SteelSeries Coupons for April 2026
Posted
SPONSORED Find one of these SteelSe… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Intel joins Elon Musk's TeraFab project
By Anton Shilov published 5 hours ago
… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
GitHub user creates open-source Nvidia GeForce Now client alternative
By Jowi … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Indianapolis politician's home shot at 13 times over data center dispute
By Jo… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
U.S. lawmakers aim to ban export of DUV chipmaking and etching tools to leading… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Why TSMC grew four times faster than its foundry rivals in 2025
By Luke James … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Creality Sermoon S1 Review: Accessible 3D Scanning
By Denise Bertacchi publish… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
At least 80 different Microsoft Copilot products have been mapped out by expert… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
ALandmark Structure104 landmarksPASS
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
A+Heading Hierarchy97 headingsPASS
- H1 Tom's Hardware
- H2 News Stream
- H3 Intel introduces its own Neural Compression technology with a fallback mode that works on GPUs without dedicated AI cores
- H3 Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' in 'every major operating system and every major web browser'
- H3 2TB SanDisk memory card card surfaces for eye-watering $2,000
- H3 Intel joins Elon Musk's TeraFab project
- H3 GitHub user creates open-source Nvidia GeForce Now client alternative
- H3 Framework warns of even more rising RAM and SSD prices through 2026 as memory crisis persists
- H3 Indianapolis politician's home shot at 13 times over data center dispute
- H3 Snag this 1440p iBuyPower gaming PC with a 7800X3D and RTX 5070 for just $2,049 right now
- H3 Broadcom to supply Anthropic with 3.5 gigawatts of Google TPU capacity from 2027
- H3 Save up to $150 on Apple's brand-new M5-powered MacBook Air 13
- H3 Intel reportedly in talks with Google and Amazon over advanced packaging
- H3 Electronics enthusiast begins breadboard-based Intel 386 system build — a large step up from their previous PC-XT and PC-AT breadboard projects
- H3 Grab the Ryzen 7 9800X3D, 32GB of RAM, and MSI X870E bundle and get free 240mm AIO and game
- H3 Amazon, Microsoft, and Google under investor pressure to disclose data center water and power use
- H3 Intel's OEM-only Core 9 273QPE 'Bartlett Lake' CPU beats Ryzen 9 9900X3D in Cinebench
- H3 U.S. lawmakers aim to ban export of DUV chipmaking and etching tools to leading firms in China
- H3 Why TSMC grew four times faster than its foundry rivals in 2025
- H3 HP’s flagship Omen Max 45L with an RTX 5090 is on sale for $1,000 off
- H3 At least 80 different Microsoft Copilot products have been mapped out by expert, but there may be more than 100
- H3 Linux devs start removing support for 37-year-old Intel 486 CPU
- H2 (empty)
- H3 Why TSMC grew four times faster than its foundry rivals in 2025
- H3 WD Innovation Day 2026 press Q&A transcript: roadmap plans to reach 60TB with ePMR and 100TB via HAMR by 2029 — 'at some point, the laws of physics will require us to transition to HAMR'
- H3 America’s AI chip rules keep changing — and the rest of the world is paying the price
- H3 Here’s what the FCC ban on foreign-manufactured routers actually means for consumers
- H3 China's homegrown silicon suppliers gain traction as Nvidia struggles to get its chips into the market
- H3 Why Nvidia just poured $2 billion into AI ASIC competitor Marvell — NVLink Fusion turns into soft ecosystem lock-in
- H2 Reviews
- H3 MSI MAG A1200PLS PCIE5 1200W power supply review: A competent 1200W unit, but pricey
- H3 Creality Sermoon S1 Review: Accessible 3D Scanning
- H3 Autonomous ErgoChair Core Review: You get what you pay for
- H3 BenQ DesignVue PD2770U 4K professional monitor review: A blend of flexibility, control, and precision
- H3 Sharge Disk Pro 2TB review: Great sustained writes, active cooling, and a built-in hub
- H2 Best Picks
- H3 Best Gaming Headsets 2026: Tested for Comfort, Connectivity, and Communication
- H3 Best Wireless Gaming Headsets 2026: Bluetooth, Budget, and More
- H3 Best Wireless Keyboards 2026: Tested for Gaming, Typing, and Traveling
- H2 CPUs
- H3 Intel's OEM-only Core 9 273QPE 'Bartlett Lake' CPU beats Ryzen 9 9900X3D in Cinebench
- H3 AMD's upcoming Ryzen 9 9950X3D2 listed around $1,000 at several retailers across Canada and the UK
- H3 Intel's upcoming Wildcat Lake CPUs listed in first retail product, confirms specs for three SKUs
- H2 Graphics Cards
- H3 Intel introduces its own Neural Compression technology with a fallback mode that works on GPUs without dedicated AI cores
- H3 Nvidia Pascal GPUs debuted 10 years ago today, best known for the GTX 1060 and GTX 1080 Ti
- H3 Apple approves drivers that let AMD and Nvidia eGPUs run on Mac
- H2 Meet The Team
- H3 Jake Roach
- H3 Jeffrey Kampman
- H3 Anj Bryant
- H3 Stephen Warwick
- H3 Paul Alcorn
- H3 Matt Safford
- H3 Sarah Jacobsson Purewal
- H3 Andrew E. Freedman
- H3 Brandon Hill
- H3 Stewart Bendle
- H3 Sayem Ahmed
- H3 Joe Shields
- H3 Ben Stockton
- H2 Laptops
- H3 Framework warns of even more rising RAM and SSD prices through 2026 as memory crisis persists
- H3 1Hz laptop display reportedly helps deliver outstanding 43-hour battery life on the XPS 14 during web browser use
- H2 Features
- H3 WD Innovation Day 2026 press Q&A transcript: roadmap plans to reach 60TB with ePMR and 100TB via HAMR by 2029 — 'at some point, the laws of physics will require us to transition to HAMR'
- H3 America’s AI chip rules keep changing — and the rest of the world is paying the price
- H3 Here’s what the FCC ban on foreign-manufactured routers actually means for consumers
- H2 PC Components
- H3 2TB SanDisk memory card card surfaces for eye-watering $2,000
- H3 MSI MAG A1200PLS PCIE5 1200W power supply review: A competent 1200W unit, but pricey
- H3 WD Innovation Day 2026 press Q&A transcript: roadmap plans to reach 60TB with ePMR and 100TB via HAMR by 2029 — 'at some point, the laws of physics will require us to transition to HAMR'
- H2 Desktops and PC Building
- H3 Thermal pads with in-built vapor-chambers claim 50 to 80 times better thermal conductivity than normal thermal pads
- H3 How to setup an Android smartphone as a webcam — Camo Studio unlocks new uses for old smartphones in Windows 10 or 11 and OBS software
- H3 Windows Phone makes a spiritual comeback thanks to NexPhone, which can triple-boot Windows, Android, and Linux
- H2 Deals
- H3 Grab the Ryzen 7 9800X3D, 32GB of RAM, and MSI X870E bundle and get free 240mm AIO and game
- H3 HP’s flagship Omen Max 45L with an RTX 5090 is on sale for $1,000 off
- H3 Get a 27" 1440p OLED monitor with a blazing-fast 240 Hz refresh rate for just $499
- H2 Coupons
- H3 Meta promo codes for Apr 2026 |
- H3 Corsair Discount Codes in Apr 2026 |
- H3 Squarespace Coupon Codes for Apr 2026
- H3 Logitech G Promo Codes for April 2026
- H3 Autodesk Promo Codes in Apr 2026 |
- H3 SteelSeries Coupons for April 2026
- H2 Help Us Test Our AI Chatbot
- H2 More from Tom's Hardware
- H3 Anthropic's latest AI model identifies 'thousands of zero-day vulnerabilities' in 'every major operating system and every major web browser'
- H3 Intel joins Elon Musk's TeraFab project
- H3 GitHub user creates open-source Nvidia GeForce Now client alternative
- H3 Indianapolis politician's home shot at 13 times over data center dispute
- H3 U.S. lawmakers aim to ban export of DUV chipmaking and etching tools to leading firms in China
- H3 Why TSMC grew four times faster than its foundry rivals in 2025
- H3 Creality Sermoon S1 Review: Accessible 3D Scanning
- H3 At least 80 different Microsoft Copilot products have been mapped out by expert, but there may be more than 100
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