Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy64 headingsREVIEW
- H1 Hackaday
- H1 This Week In Security: Flatpak Fixes, Android Malware, And SCADA Was IOT Before IOT Was Cool... duplicate H1
- H1 China Is Shooting For The Moon Sooner Than You Think duplicate H1
- H1 Four Choppers And A Blimp: The Bizarre Piasecki Helistat duplicate H1
- H1 Reverse-Engineering Human Cognition And Decision Making In A Modern Age duplicate H1
- H1 Skylab Under The Ocean duplicate H1
- H1 This Week In Security: Flatpak Fixes, Android Malware, And SCADA Was IOT Before IOT Was Cool... duplicate H1
- H1 China Is Shooting For The Moon Sooner Than You Think duplicate H1
- H1 From The Blog duplicate H1
- H2 Analog Circuitry Lets You Blow This LED Out
- H2 2026 Green Powered Challenge: A Low Power Distraction Free Writing Tool
- H2 The Splice Must Flow
- H2 CAN Bus Analyzer Runs In Your Browser
- H2 SuperDisk: The Better Floppy That Never Caught On
- H2 Flipper Zero Transmits APRS With No Extra Parts
- H2 Why Some S3 Videocards Have A Brightness Issue
- H1 Search duplicate H1
- H1 Never miss a hack duplicate H1
- H1 Subscribe duplicate H1
- H1 If you missed it duplicate H1
- H2 SuperDisk: The Better Floppy That Never Caught On
- H2 Flash Joule Heating Recovers The Good Stuff
- H2 The Kentucky Cave Wars, And Going Viral In 1925
- H2 Trying To Build Your Own Consumer-Grade Router In 2026
- H2 A Tale Of Cheap Hard Drives And Expensive Lessons
- H1 Our Columns duplicate H1
- H2 The Splice Must Flow
- H2 Hackaday Links: April 19, 2026
- H2 Tool Embodiment And The Dead Trackball
- H2 Hackaday Podcast Episode 366: DOOM On A Toaster, Music In LED Strips, And Old Drives In New Clothes
- H2 This Week In Security: Docker Auth, Windows Tools, And A Very Full Patch Tuesday
- H1 Featured Projects duplicate H1
- H2 WORLD’S FASTEST COMMODORE PET USING THE MCL65+
- H2 Turning a 2 ton robot into a 3D-printer
- H1 Trending Projects duplicate H1
- H2 Blow Out an Electronic Candle - The Analog Way
- H2 FMCW Radar
- H2 Air Monitor
- H2 Motorized Ab Roller
- H2 Limn: Pen Plotter with Toolchanger
- H2 6809/6309 Eurocard CPU System
- H1 Search duplicate H1
- H1 Never miss a hack duplicate H1
- H1 Subscribe duplicate H1
- H1 If you missed it duplicate H1
- H2 SuperDisk: The Better Floppy That Never Caught On
- H2 Flash Joule Heating Recovers The Good Stuff
- H2 The Kentucky Cave Wars, And Going Viral In 1925
- H2 Trying To Build Your Own Consumer-Grade Router In 2026
- H2 A Tale Of Cheap Hard Drives And Expensive Lessons
- H1 Categories duplicate H1
- H1 Our Columns duplicate H1
- H2 The Splice Must Flow
- H2 Hackaday Links: April 19, 2026
- H2 Tool Embodiment And The Dead Trackball
- H2 Hackaday Podcast Episode 366: DOOM On A Toaster, Music In LED Strips, And Old Drives In New Clothes
- H2 This Week In Security: Docker Auth, Windows Tools, And A Very Full Patch Tuesday
- H1 Recent comments duplicate H1
- H1 Now on Hackaday.io duplicate H1
- H1 Never miss a hack duplicate H1
- H1 Subscribe to Newsletter duplicate H1
- H2 (empty)
- H2 (empty)
- H3 (empty)
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
BAlt Text Quality4 of 44 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| generic | 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
CForm AccessibilityAction7 of 18 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search for: | none |
| s | search | Search for: | none |
| #mce-EMAIL | none | ||
| s | search | Search for: | none |
| #mce-EMAIL | none | ||
| #cat | select | Categories | for/id |
| #mce-EMAIL | none | ||
| #jp-carousel-comment-form-comment-field | textarea | Write a Comment... | for/id |
| #jp-carousel-comment-form-email-field | text | Email (Required) | for/id |
| #jp-carousel-comment-form-author-field | text | Name (Required) | for/id |
| #jp-carousel-comment-form-url-field | text | Website | for/id |
| input | submit | (none) | none |
| #mc-embedded-subscribe | submit | (none) | none |
| input | submit | (none) | none |
| input | submit | (none) | none |
| #mc-embedded-subscribe | submit | (none) | none |
| #mc-embedded-subscribe | submit | (none) | none |
| #jp-carousel-comment-form-button-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit">; <input type="submit" id="mc-embedded-subscribe">; <input type="submit">; <input type="submit" id="mc-embedded-subscribe">; <input type="submit" id="mc-embedded-subscribe">; <input type="submit" name="submit" id="jp-carousel-comment-form-button-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
CLink & Button QualityAction31 issue(s) across 196 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://rv-ads.supplyframe.com/delivery/… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/analog-c… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/2026-gre… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/the-spli… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/can-bus-… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/superdis… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/flipper-… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/why-some… | (empty) | empty | Add link text or aria-label |
| https://rv-ads.supplyframe.com/delivery/… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/pages/Hack-a-Da… | Follow on facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/hackaday | Follow on twitter | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/hackaday | Follow on youtube | new tab | Add '(opens in new tab)' to text |
| https://hackaday.com/blog/feed/ | Follow on rss | new tab | Add '(opens in new tab)' to text |
| https://hackaday.com/2026/04/21/superdis… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/20/flash-jo… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/16/the-kent… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/16/trying-t… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/15/a-tale-o… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/the-spli… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/19/hackaday… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/18/tool-emb… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/17/hackaday… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/17/this-wee… | (empty) | empty | Add link text or aria-label |
| https://rv-ads.supplyframe.com/delivery/… | (empty) | empty | Add link text or aria-label |
| https://hackaday.io/project/204693 | WORLD’S FASTEST COMMODORE PE… | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/204676 | Turning a 2 ton robot into a 3… | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/205524 | Blow Out an Electronic Candle … | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/205080 | FMCW Radar | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/205492 | Air Monitor | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/205531 | Motorized Ab Roller | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/205431 | Limn: Pen Plotter with Toolcha… | new tab | Add '(opens in new tab)' to text |
| https://hackaday.io/project/205183 | 6809/6309 Eurocard CPU System | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/pages/Hack-a-Da… | Follow on facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/hackaday | Follow on twitter | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/hackaday | Follow on youtube | new tab | Add '(opens in new tab)' to text |
| https://hackaday.com/blog/feed/ | Follow on rss | new tab | Add '(opens in new tab)' to text |
| https://hackaday.com/2026/04/21/superdis… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/20/flash-jo… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/16/the-kent… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/16/trying-t… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/15/a-tale-o… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/21/the-spli… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/19/hackaday… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/18/tool-emb… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/17/hackaday… | (empty) | empty | Add link text or aria-label |
| https://hackaday.com/2026/04/17/this-wee… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/pages/Hack-a-Da… | Follow on facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/hackaday | Follow on twitter | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/hackaday | Follow on youtube | new tab | Add '(opens in new tab)' to text |
| https://hackaday.com/blog/feed/ | Follow on rss | new tab | Add '(opens in new tab)' to text |
| https://supplyframe.com/company/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://supplyframe.com/company/terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://rv-ads.supplyframe.com/delivery/cl.php?bannerid=700233&zoneid=467&cam…; https://hackaday.com/2026/04/21/analog-circuitry-lets-you-blow-this-led-out/; https://hackaday.com/2026/04/21/2026-green-powered-challenge-a-low-power-dist…; https://hackaday.com/2026/04/21/the-splice-must-flow/; https://hackaday.com/2026/04/21/can-bus-analyzer-runs-in-your-browser/; https://hackaday.com/2026/04/21/superdisk-the-better-floppy-that-never-caught…; https://hackaday.com/2026/04/21/flipper-zero-transmits-aprs-with-no-extra-parts/; https://hackaday.com/2026/04/21/why-some-s3-videocards-have-a-brightness-issue/; https://rv-ads.supplyframe.com/delivery/cl.php?bannerid=700232&zoneid=466&cam…; https://hackaday.com/2026/04/21/superdisk-the-better-floppy-that-never-caught… (+21 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.facebook.com/pages/Hack-a-Day/136115233068429; https://twitter.com/hackaday; https://www.youtube.com/user/hackaday; https://hackaday.com/blog/feed/; https://hackaday.io/project/204693; https://hackaday.io/project/204676; https://hackaday.io/project/205524; https://hackaday.io/project/205080; https://hackaday.io/project/205492; https://hackaday.io/project/205531 (+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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 This Week In Securit… | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 China Is Shooting Fo… | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Four Choppers And A … | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Reverse-Engineering … | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Skylab Under The Oce… | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 This Week In Securit… | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 China Is Shooting Fo… | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Search | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Never miss a hack | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Subscribe | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 If you missed it | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Our Columns | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Search | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Never miss a hack | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Subscribe | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 If you missed it | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Categories | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Our Columns | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Recent comments | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | Fail |
| h1 Now on Hackaday.io | 1.21:1 | 3.0:1 | #000000 | #1A1A1A | 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.
CLighthouse Accessibility AuditsActionScore 79/100 — 5 failing, 26 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.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#primary > main#main > div#sidebar-mobile-1 > form#mc-embedded-subscribe-form div#primary > main#main > div#sidebar-mobile-1 > form#mc-embedded-subscribe-form |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
body.home > img#hdTrack body.home > img#hdTrack |
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 |
|---|
form#mc-embedded-subscribe-form > div#mc_embed_signup_scroll > div > input form#mc-embedded-subscribe-form > div#mc_embed_signup_scroll > div > input |
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 |
|---|
body.home > div#page > div#leaderboard > a body.home > div#page > div#leaderboard > a |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder ul.recent_entries-list > li > div.entry-intro > a.entries-image-holder |
main#main > div.sidebar-ads-holder-top > div.sidebar-top-ad > a main#main > div.sidebar-ads-holder-top > div.sidebar-top-ad > a |
div#sidebar-mobile-1 > ul > li > a.recent-image div#sidebar-mobile-1 > ul > li > a.recent-image |
div#sidebar-mobile-1 > ul > li > a.recent-image div#sidebar-mobile-1 > ul > li > a.recent-image |
div#sidebar-mobile-1 > ul > li > a.recent-image div#sidebar-mobile-1 > ul > li > a.recent-image |
div#sidebar-mobile-1 > ul > li > a.recent-image div#sidebar-mobile-1 > ul > li > a.recent-image |
div#sidebar-mobile-1 > ul > li > a.recent-image div#sidebar-mobile-1 > ul > li > a.recent-image |
div#sidebar-mobile-2 > ul > li > a.recent-image div#sidebar-mobile-2 > ul > li > a.recent-image |
div#sidebar-mobile-2 > ul > li > a.recent-image div#sidebar-mobile-2 > ul > li > a.recent-image |
div#sidebar-mobile-2 > ul > li > a.recent-image div#sidebar-mobile-2 > ul > li > a.recent-image |
div#sidebar-mobile-2 > ul > li > a.recent-image div#sidebar-mobile-2 > ul > li > a.recent-image |
div#sidebar-mobile-2 > ul > li > a.recent-image div#sidebar-mobile-2 > ul > li > a.recent-image |
main#main > div.sidebar-ads-holder-top > div.sidebar-store-ad > a main#main > div.sidebar-ads-holder-top > div.sidebar-store-ad > a |
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 |
|---|
Tyler August div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Jenny List div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Al Williams div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Zoe Skyforest div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Zoe Skyforest div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Jenny List div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Maya Posch div.recent-post-meta > p > span > a |
…read more li > div.entry-intro > p > a.read-more |
Privacy Policy footer#colophon > div#footer > div.site-info > a |
Terms of Service footer#colophon > div#footer > div.site-info > a |
Digital Services Act footer#colophon > div#footer > div.site-info > a |
Cookie Management footer#colophon > div#footer > div.site-info > a#hd-cookie-link-other |
These are opportunities to improve the legibility of your content.