Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction6 issue(s) across 313 links and 64 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /search/skills/go/ | Go | generic text | Replace with descriptive text |
Before: Go Suggested: Go | |||
| /search/skills/go/ | Go | generic text | Replace with descriptive text |
Before: Go Suggested: Go | |||
| https://oreillyradar.substack.com/ | Substack | new tab | Add '(opens in new tab)' to text |
| https://www.oreilly.com/radar/dark-facto… | articleDark Factories: Rise of… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/scenario-p… | article AI & MLScenario Planni… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/trial-by-f… | article Innovation & Disruptio… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/podcast/ge… | podcastGenerative AI in the Re… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/meet-the-s… | articleMeet the Scope Creep Kr… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/ai-is-writ… | articleAI Is Writing Our Code … | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/grief-and-… | articleGrief and the Nonprofes… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/comprehens… | articleComprehension Debt: The… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/agents-don… | articleAgents don’t know wha… | img no alt | Add alt attribute to the image |
| https://www.youtube.com/watch?v=sM-C6vNv… | videoFireside Chat with Sam Ne… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=JrUiaoZ1… | videoIt’s Not Vibe Coding If… | new tab | Add '(opens in new tab)' to text |
| https://www.oreilly.com/radar/architectu… | articleArchitecture as Code to… | img no alt | Add alt attribute to the image |
| https://www.youtube.com/watch?v=G3NcYCJP… | videoeBPF and the Future of Ru… | new tab | Add '(opens in new tab)' to text |
| https://www.oreilly.com/radar/ai-infused… | articleAI-Infused Development … | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/posthuman-… | articlePosthuman: We All Built… | img no alt | Add alt attribute to the image |
| https://www.oreilly.com/radar/the-world-… | articleThe World Needs More So… | img no alt | Add alt attribute to the image |
| https://www.youtube.com/watch?v=RByHwoTI… | videoBox’s Strategic Pivot f… | new tab | Add '(opens in new tab)' to text |
| https://www.oreilly.com/radar/radar-tren… | articleRadar Trends to Watch: … | img no alt | Add alt attribute to the image |
| https://www.youtube.com/watch?v=WyCZtYQk… | videoContext Is the Entire Bal… | new tab | Add '(opens in new tab)' to text |
| http://oreilly.com/oreilly/privacy.html | privacy policy | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/oreilly… | O'Reilly on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/OreillyMedi… | O'Reilly on YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.oreilly.com/privacy-cookies.… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/search/skills/go/ ("Go"); /search/skills/go/ ("Go")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.oreilly.com/radar/dark-factories-rise-of-the-trycycle/"]; a[href="https://www.oreilly.com/radar/scenario-planning-for-ai-and-the-jobless-future/"]; a[href="https://www.oreilly.com/radar/trial-by-fire-crisis-engineering/"]; a[href="https://www.oreilly.com/radar/podcast/generative-ai-in-the-real-world-aishwar…"]; a[href="https://www.oreilly.com/radar/meet-the-scope-creep-kraken/"]; a[href="https://www.oreilly.com/radar/ai-is-writing-our-code-faster-than-we-can-verif…"]; a[href="https://www.oreilly.com/radar/grief-and-the-nonprofessional-programmer/"]; a[href="https://www.oreilly.com/radar/comprehension-debt-the-hidden-cost-of-ai-genera…"]; a[href="https://www.oreilly.com/radar/agents-dont-know-what-good-looks-like-and-thats…"]; a[href="https://www.youtube.com/watch?v=sM-C6vNvIDI"] (+9 more)
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://oreillyradar.substack.com/; http://oreilly.com/oreilly/privacy.html; https://www.linkedin.com/company/oreilly-media; https://www.youtube.com/user/OreillyMedia; https://www.oreilly.com/privacy-cookies.html; https://www.onetrust.com/products/cookie-consent/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#1513 on page); button (#1525 on page); button (#1537 on page); button (#1549 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy48 headingsREVIEW
- H3 Explore Skills
- H3 Cloud Computing
- H3 Data Engineering
- H3 Data Science
- H3 AI & ML
- H3 Programming Languages
- H3 Software Architecture
- H3 IT/Ops
- H3 Security
- H3 Design
- H3 Business
- H3 Soft Skills
- H3 Features
- H2 Dark Factories: Rise of the Trycycle
- H2 Scenario Planning for AI and the “Jobless Future”
- H2 Trial by Fire: Crisis Engineering
- H2 Generative AI in the Real World: Aishwarya Naresh Reganti on Making AI Work in Production
- H2 Meet the Scope Creep Kraken
- H2 AI Is Writing Our Code Faster Than We Can Verify It
- H2 Grief and the Nonprofessional Programmer
- H2 Comprehension Debt: The Hidden Cost of AI-Generated Code
- H2 Agents don’t know what good looks like. And that’s exactly the problem.
- H2 Fireside Chat with Sam Newman and Neal Ford
- H2 It’s Not Vibe Coding If You Know What You’re Doing with Jeff Blankenburg
- H2 Architecture as Code to Teach Humans and Agents About Architecture
- H2 eBPF and the Future of Runtime Security - In Conversation: Liz Rice and Andrew Martin
- H2 AI-Infused Development Needs More Than Prompts
- H2 Posthuman: We All Built Agents. Nobody Built HR.
- H2 The World Needs More Software Engineers
- H2 Box’s Strategic Pivot from Content to Context
- H2 Radar Trends to Watch: April 2026
- H2 Context Is the Entire Ballgame for Enterprise Agents
- H2 Try the O’Reilly learning platform
- H2 Try a course for free
- H2 Get the Radar Trends newsletter
- H2 Thank you for subscribing to the O’Reilly Radar Trends to Watch newsletter.
- H2 About O'Reilly
- H2 Support
- H2 International
- H2 Download the O'Reilly App
- H2 Watch on Your Big Screen
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Targeting Cookies
- H3 Vendors List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 11 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | Search for books, courses, events, and more | none |
| q | search | Search for books, courses, events, and more | none |
| #emailaddress | Your email | for/id | |
| #country | select | Country | for/id |
| #vendor-search-handler | text | Vendor list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| s | search | (Search) | placeholder only |
| input | range | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="range">
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="search" name="s">
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
BFavicon & Branding5 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 3 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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.home > q-focus-sentinel > div |
After AI assistant body.home > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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
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.item-text > div.audioPlayer-controls > div.player-bars > input.seek-bar div.item-text > div.audioPlayer-controls > div.player-bars > input.seek-bar |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Play div.inner > div.item-text > div.audioPlayer-controls > button.btn |
div.item-text > div.audioPlayer-controls > div.player-bars > input.seek-bar div.item-text > div.audioPlayer-controls > div.player-bars > input.seek-bar |
These items highlight common accessibility best practices.
ALandmark Structure47 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
AAlt Text Quality1 of 27 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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
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 |
|---|---|---|---|---|---|
| h2 Dark Factories: Rise… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Scenario Planning fo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trial by Fire: Crisi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Generative AI in the… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Meet the Scope Creep… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI Is Writing Our Co… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Grief and the Nonpro… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Comprehension Debt: … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Agents don’t know … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Fireside Chat with S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 It’s Not Vibe Codi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Architecture as Code… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 eBPF and the Future … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 AI-Infused Developme… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Posthuman: We All Bu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The World Needs More… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Box’s Strategic Pi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Radar Trends to Watc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Context Is the Entir… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Try the O’Reilly l… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.