Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy14 headings, 1 skip(s)REVIEW
- H1 AI Agent 试图扫描 DN42 时把主人搞破产了
- H1 魔改 FileZilla 解决拓竹 3D 打印机的 FTP 问题 duplicate H1
- H1 在 DN42 中使用 FlapAlerted 抑制 Flapping duplicate H1
- H1 用 Open5GS 搭建合法的 LTE 网络 duplicate H1
- H1 在内网中免 StosVPN 使用 SideStore duplicate H1
- H1 从零开始实现 Nix 对数函数库 duplicate H1
- H1 $100,DIY 搭建合法的 LTE 网络 duplicate H1
- H1 用 Nix 编译自定义 Android 内核 duplicate H1
- H1 使用 Astro.js 重构我的博客 duplicate H1
- H1 NixOS 系列(五):制作小内存 VPS 的 DD 磁盘镜像 duplicate H1
- H3 最新文章 skipped
- H3 最新评论
- H3 其它功能
- H3 友情链接
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
B404 Error PageHTTP 404, custom pageREVIEW
BPWA Depth2 PWA signal(s) surfacedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality106 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /rss2.zh.xml | RSS 订阅 | new tab | Add '(opens in new tab)' to text |
| /feed.zh.xml | Atom | new tab | Add '(opens in new tab)' to text |
| /feed.zh.json | JSON | new tab | Add '(opens in new tab)' to text |
| /rss2.xml | RSS 订阅 | new tab | Add '(opens in new tab)' to text |
| /feed.xml | Atom | new tab | Add '(opens in new tab)' to text |
| /feed.json | JSON | new tab | Add '(opens in new tab)' to text |
| https://stats.uptimerobot.com/NLYPbrSal6 | 服务器状态 | new tab | Add '(opens in new tab)' to text |
| https://lg.lantian.pub | DN42 节点状态 | new tab | Add '(opens in new tab)' to text |
| gopher://lantian.pub | 使用 Gopher 协议访问 | new tab | Add '(opens in new tab)' to text |
| https://0x7f.cc | 0x7f Blog 🐑 | new tab | Add '(opens in new tab)' to text |
| https://alanyhq.com | Alanyhq | new tab | Add '(opens in new tab)' to text |
| https://blog.cas7.moe | Blog of Moecast | new tab | Add '(opens in new tab)' to text |
| https://jerryxiao.cc | JerryXiao | new tab | Add '(opens in new tab)' to text |
| https://snli.org | Shucheng Li | new tab | Add '(opens in new tab)' to text |
| https://sangsir.com | SangSir | 艺术界的一朵… | new tab | Add '(opens in new tab)' to text |
| https://yuetau.net | YuetAu's Spot | new tab | Add '(opens in new tab)' to text |
| https://blog.baoshuo.ren/?utm_source=fri… | 宝硕博客 | new tab | Add '(opens in new tab)' to text |
| http://foreverblog.cn | 十年之约 | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
/rss2.zh.xml; /feed.zh.xml; /feed.zh.json; /rss2.xml; /feed.xml; /feed.json; https://stats.uptimerobot.com/NLYPbrSal6; https://lg.lantian.pub; gopher://lantian.pub; https://0x7f.cc (+8 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
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "zh-CN"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 55 visible text node(s) render at >= 12 CSS pixelsPASS
AFavicon & Branding28 icon(s) detectedPASS
AWeb ManifestValid manifestPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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 |
|---|---|---|---|---|---|
| h3 最新文章 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 最新评论 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 其它功能 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 友情链接 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Lan Tian @ Blog | 15.91:1 | 4.5:1 | #000000 | #E0E0E0 | Pass |
| a Lan Tian @ Blog | 12.81:1 | 4.5:1 | #000000 | #CACACA | Pass |
| a 文章们 | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a 俯瞰地球 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a DN42 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 页面 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 文章们 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 俯瞰地球 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a DN42 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Language | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Chinese Simplified /… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a English | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Not all pages have t… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a You may see 404 - th… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 夜间模式 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 自动 | 21.00:1 | 4.5: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.
ALighthouse Accessibility AuditsScore 92/100 — 2 failing, 15 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Lan Tian @ Blog div#container > nav.lantian > div.container-fluid > a.navbar-brand |
05-13 div.post-meta-wrap > div.post-meta > p > small |
娱乐 div.post-meta-wrap > div.post-meta > p > small |
3 标签 div.post-meta-wrap > div.post-meta > p > small |
AI Agent 试图扫描 DN42 时把主人搞破产了 div.d-flex > div.post-wrap > h1.post-title > a |
04-13 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
4 标签 div.post-meta-wrap > div.post-meta > p > small |
魔改 FileZilla 解决拓竹 3D 打印机的 FTP 问题 div.d-flex > div.post-wrap > h1.post-title > a |
12-07 div.post-meta-wrap > div.post-meta > p > small |
网站与服务端 div.post-meta-wrap > div.post-meta > p > small |
3 标签 div.post-meta-wrap > div.post-meta > p > small |
在 DN42 中使用 FlapAlerted 抑制 Flapping div.d-flex > div.post-wrap > h1.post-title > a |
07-20 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
4 标签 div.post-meta-wrap > div.post-meta > p > small |
用 Open5GS 搭建合法的 LTE 网络 div.d-flex > div.post-wrap > h1.post-title > a |
06-27 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
3 标签 div.post-meta-wrap > div.post-meta > p > small |
在内网中免 StosVPN 使用 SideStore div.d-flex > div.post-wrap > h1.post-title > a |
05-19 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
2 标签 div.post-meta-wrap > div.post-meta > p > small |
从零开始实现 Nix 对数函数库 div.d-flex > div.post-wrap > h1.post-title > a |
04-06 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
4 标签 div.post-meta-wrap > div.post-meta > p > small |
$100,DIY 搭建合法的 LTE 网络 div.d-flex > div.post-wrap > h1.post-title > a |
02-10 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
5 标签 div.post-meta-wrap > div.post-meta > p > small |
用 Nix 编译自定义 Android 内核 div.d-flex > div.post-wrap > h1.post-title > a |
04-20 div.post-meta-wrap > div.post-meta > p > small |
网站与服务端 div.post-meta-wrap > div.post-meta > p > small |
2 标签 div.post-meta-wrap > div.post-meta > p > small |
使用 Astro.js 重构我的博客 div.d-flex > div.post-wrap > h1.post-title > a |
12-16 div.post-meta-wrap > div.post-meta > p > small |
计算机与客户端 div.post-meta-wrap > div.post-meta > p > small |
1 标签 div.post-meta-wrap > div.post-meta > p > small |
NixOS 系列(五):制作小内存 VPS 的 DD 磁盘镜像 div.d-flex > div.post-wrap > h1.post-title > a |
20 div#container > footer.clearfix > div.page-navigator > a.page-number |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.