Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction24 landmarksFIX
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
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
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
FAlt Text QualityAction20 of 50 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 20 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
FLink & Button QualityAction11 issue(s) across 343 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://youclaw.dev/ | YouClaw | new tab | Add '(opens in new tab)' to text |
| https://home.cnblogs.com/ | (empty) | empty | Add link text or aria-label |
| https://www.volcengine.com/activity/codi… | (empty) | empty | Add link text or aria-label |
| #cate-menu | 分类 | img no alt | Add alt attribute to the image |
| /pick/ | 精华 | img no alt | Add alt attribute to the image |
| /candidate/ | 候选 | img no alt | Add alt attribute to the image |
| /subscription | 订阅 | img no alt | Add alt attribute to the image |
| /following | 关注 | img no alt | Add alt attribute to the image |
| /aggsite/mycommented | 我评 | img no alt | Add alt attribute to the image |
| /aggsite/mydigged | 我赞 | img no alt | Add alt attribute to the image |
| /aggsite/myhistory | 足迹 | img no alt | Add alt attribute to the image |
| javascript:void(0) | 更多 | img no alt | Add alt attribute to the image |
| https://group.cnblogs.com/forum/public/ | 反馈 | img no alt | Add alt attribute to the image |
| javascript:void(0) | (empty) | empty | Add link text or aria-label |
| https://www.cnblogs.com/wmyskxz/p/198547… | 【编辑推荐】你能被装… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/tlink/p/19893328 | 【最多推荐】电子小白… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/821053/ | 【新闻头条】买断FSD变… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/820994/ | 【推荐新闻】库克谢幕… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shuoX07/p/198907… | 实验三 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shuoX07 | 槊 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/discoverai/p/199… | 【感知实战·数据增强… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/discoverai | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/discoverai | 探物AI | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/duoia/p/19903757 | MetaCloak-JPEG如何让你的… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/duoia | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/duoia | Duoia | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/rockey627/p/1989… | AScript函数体系详解 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/rockey627 | rockey627 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/noear/p/19903938 | SolonCode CLI 为什么选择 … | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/noear | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/noear | 带刺的坐椅 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/yifeng-coding/p/… | 零基础想要系统学习 Ag… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/yifeng-coding | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/yifeng-coding | 一枫说码 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shadow-/p/199032… | Agent 上下文窗口的有限… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shadow- | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shadow- | sha0dow | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/alineverstop/p/1… | Linux进阶--系统备份、… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/alineverstop | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/alineverstop | NE_STOP | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/fanliang11/p/199… | AI 赋能微服务工程化:… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/fanliang11 | fanly11 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/johnnyzen/p/1990… | [项目管理] 浅谈大数据… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/johnnyzen | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/johnnyzen | 千千寰宇 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/cimcle/p/1990272… | 一个零基础计算机学生… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/cimcle | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/cimcle | 秋韵满怡 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/dtux/p/19902693 | 基于 OpenSpec 实现规范… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/dtux | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/dtux | 袋鼠云数栈前端 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/dinosauria/p/199… | 方差在扩散模型保护中… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/dinosauria | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/dinosauria | 永是珞珈一恐龙 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/MrVolleyball/p/1… | 别再写 if/else 了:让 LL… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/MrVolleyball | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/MrVolleyball | it排球君 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/aspnetx/p/199019… | Microsoft Agent Framework 创… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/aspnetx | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/aspnetx | 哥本哈士奇(aspnetx) | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/token-ai/p/19901… | Responses WebSocket 协议详… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/token-ai | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/token-ai | 239573049 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/liuziyi1/p/19901… | 分享一个Oracle 性能诊… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/liuziyi1 | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/liuziyi1 | 刘子毅 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/Goblinscholar/p/… | 深度学习进阶(十) Ro… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/Goblinscholar | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/Goblinscholar | 哥布林学者 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/huaweiyun/p/1989… | 华为云亮相 KubeCon EU 202… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/huaweiyun | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/huaweiyun | 华为云开发者联盟 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/ymtianyu/p/19899… | FastAPI 生产环境避坑指… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/ymtianyu | 博主头像 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/ymtianyu | 一名程序媛呀 | new tab | Add '(opens in new tab)' to text |
| /cate/go/ | Go | generic text | Replace with descriptive text |
Before: Go Suggested: Go | |||
| https://www.trae.com.cn/?utm_source=adve… | (empty) | empty | Add link text or aria-label |
| https://www.cnblogs.com/cmt/p/19892579 | 上周热点回顾(4.13-4.19… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/12lisu/p/1989909… | 为什么越来越多的大厂… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/jinjiangongzuosh… | 不用写脚本!Browser-Use … | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/holdhappiness/p/… | Codex学习路线图 | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shenchuanchao/p/… | AI周报 | 算力涨价近半… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/edisontalk/p/-/q… | MAF快速入门(24)整合… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shenchuanchao/p/… | C# 如何减少代码运行时… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/Can-daydayup/p/1… | .NET 官方团队发布的 .NE… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/hez2010/p/198915… | C# 15 类型系统改进:Uni… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/whuanle/p/198689… | .NET 高级开发 | C# 中的… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/yifeng-coding/p/… | 那些喊着AI 要淘汰你的… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/wmyskxz/p/198547… | 你能被装进一个文件里… | new tab | Add '(opens in new tab)' to text |
| https://developer.huawei.com/consumer/cn… | (empty) | empty | Add link text or aria-label |
| https://www.cnblogs.com/deali/p/19864809 | 2026年AI编程工具横评:… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/jinjiangongzuosh… | CC‑Switch 原来是这么玩… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shenchuanchao/p/… | .NET被上海信创“拉黑… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/jucunqi/p/198470… | Hermes Agent爆火,聊聊与… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/shenchuanchao/p/… | 都是微软亲儿子,WPF凭… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/jinjiangongzuosh… | 2026 AI效率神器:Superpow… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/wmyskxz/p/198547… | 你能被装进一个文件里… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/mengxiang2/p/197… | 别再吹牛了,100% Vibe Co… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/guangzan/p/19796… | Pretext:值得关注的文… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/wmyskxz/p/197549… | Prompt 焚诀——一个模… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/deali/p/19780273 | 是谁 2026 年还在用 Subli… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/wmyskxz/p/197327… | AI 会取代我们吗?——… | new tab | Add '(opens in new tab)' to text |
| https://ais.cn/u/3Qf22e | (empty) | empty | Add link text or aria-label |
| https://news.cnblogs.com/n/819976/ | 梁文锋的电话,被投资… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/820994/ | 库克谢幕,特努斯挂帅… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819974/ | 多吃“草”,能长脑:… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819970/ | 震撼!人类第一张在太… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819972/ | 微软正式将 FAT32 分区… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819981/ | 第一批学AI的大学生,… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/821053/ | 买断FSD变“电子废铁”… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/820994/ | 库克谢幕,特努斯挂帅… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819976/ | 梁文锋的电话,被投资… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819974/ | 多吃“草”,能长脑:… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819871/ | AI大模型也会“夹带私… | new tab | Add '(opens in new tab)' to text |
| https://news.cnblogs.com/n/819652/ | Anthropic封号OpenClaw之父… | new tab | Add '(opens in new tab)' to text |
| https://www.cnblogs.com/cmt/p/19669319 | (empty) | empty | Add link text or aria-label |
| https://chat2db-ai.com/ | Chat2DB | new tab | Add '(opens in new tab)' to text |
| //www.lxware.cn | 凌霞软件 | new tab | Add '(opens in new tab)' to text |
| //ais.cn/u/QjqYJr | 艾思科蓝 | new tab | Add '(opens in new tab)' to text |
| //www.fit2cloud.com | 飞致云 | new tab | Add '(opens in new tab)' to text |
| //www.aliyun.com | 阿里云 | new tab | Add '(opens in new tab)' to text |
| //cloud.tencent.com | 腾讯云 | new tab | Add '(opens in new tab)' to text |
| //www.huaweicloud.com | 华为云 | new tab | Add '(opens in new tab)' to text |
| //www.ctyun.cn | 天翼云 | new tab | Add '(opens in new tab)' to text |
| //www.chinaz.com | 站长之家 | new tab | Add '(opens in new tab)' to text |
| //wetest.qq.com/?from=links_cnblogs | 腾讯WeTest | new tab | Add '(opens in new tab)' to text |
| //ishell.cc/ | IShell | new tab | Add '(opens in new tab)' to text |
| http://www.beian.gov.cn/portal/registerS… | 浙公网安备 33010602011771… | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn | 浙ICP备2021040463号-3 | new tab | Add '(opens in new tab)' to text |
| https://www.12377.cn/ | 违法和不良信息举报中… | 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 |
Links without text are announced as raw URLs by screen readers.
https://home.cnblogs.com/; https://www.volcengine.com/activity/codingplan?utm_campaign=hw&utm_content=hw…; javascript:void(0); https://www.trae.com.cn/?utm_source=advertising&utm_medium=cnblogs_ug_cpa&utm…; https://developer.huawei.com/consumer/cn/activity/harmonyos-incentive/2026?ha…; https://ais.cn/u/3Qf22e; https://www.cnblogs.com/cmt/p/19669319
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
Generic link text like 'click here' doesn't describe the destination.
/cate/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="#cate-menu"]; a[href="/pick/"]; a[href="/candidate/"]; a[href="/subscription"]; a[href="/following"]; a[href="/aggsite/mycommented"]; a[href="/aggsite/mydigged"]; a[href="/aggsite/myhistory"]; a[href="javascript:void(0)"]; a[href="https://group.cnblogs.com/forum/public/"] (+1 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://youclaw.dev/; https://www.cnblogs.com/wmyskxz/p/19854791; https://www.cnblogs.com/tlink/p/19893328; https://news.cnblogs.com/n/821053/; https://news.cnblogs.com/n/820994/; https://www.cnblogs.com/shuoX07/p/19890716; https://www.cnblogs.com/shuoX07; https://www.cnblogs.com/discoverai/p/19904194; https://www.cnblogs.com/discoverai; https://www.cnblogs.com/discoverai (+101 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
Icon-only buttons need an aria-label so screen readers can announce them.
button#zzk_search_button; button#zzk_search_button; button#zzk_search_button_mobile
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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy6 headingsREVIEW
- H4 48小时阅读排行
- H4 10天推荐排行
- H4 15天热门博文
- H4 编辑推荐
- H4 热门新闻
- H4 推荐新闻
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 Accessibility3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #zzk_search_input | search | (代码改变世界) | placeholder only |
| #zzk_search_input | text | (代码改变世界) | placeholder only |
| #zzk_search_input_mobile | search | (搜索) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="w" id="zzk_search_input">; <input type="text" name="w" id="zzk_search_input">; <input type="search" name="w" id="zzk_search_input_mobile">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 72/100 — 6 failing, 16 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.
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 |
|---|
分类 ul.sidenav > li#sidenav_category > a > span |
精华 ul.sidenav > li#sidenav_pick > a > span |
订阅 ul.sidenav > li#sidenav_subscription > a > span |
关注 ul.sidenav > li#sidenav_following > a > span |
我评 ul.sidenav > li#sidenav_commented > a > span |
我赞 ul.sidenav > li#sidenav_digged > a > span |
足迹 ul.sidenav > li#sidenav_history > a > span |
··· div#pager_bottom > div#paging_block > div.pager > span.ellipsis |
100 div#pager_bottom > div#paging_block > div.pager > a.p_100 |
48小时阅读排行 div#side_right > div.card > h4.card-title > a |
10天推荐排行 div#side_right > div.card > h4.card-title > a |
15天热门博文 div#side_right > div.card > h4.card-title > a |
编辑推荐 div#side_right > div.card > h4.card-title > a |
热门新闻 div#side_right > div.card > h4.card-title > a |
推荐新闻 div#side_right > div.card > h4.card-title > a |
战略合作:Chat2DB凌霞软件 body > div#wrapper > footer#footer > div.ally-link |
Chat2DB div#wrapper > footer#footer > div.ally-link > a |
凌霞软件 div#wrapper > footer#footer > div.ally-link > a |
Powered by .NET 10.0 on Kubernetes div#wrapper > footer#footer > div#footer_bottom > div.poweredby |
关于博客园 footer#footer > div#footer_bottom > div.about > a |
联系我们 footer#footer > div#footer_bottom > div.about > a |
商务合作 footer#footer > div#footer_bottom > div.about > a |
企业博客 footer#footer > div#footer_bottom > div.about > a |
企业发布 footer#footer > div#footer_bottom > div.about > a |
Copyright © 2004-2026 博客园 版权所有 footer#footer > div#footer_bottom > div.about > span |
浙公网安备 33010602011771号 div#footer_bottom > div.beian > a.gongan > span |
浙ICP备2021040463号-3 footer#footer > div#footer_bottom > div.beian > a |
违法和不良信息举报中心 footer#footer > div#footer_bottom > div.report-contact > a |
举报邮箱:contact@cnblogs.com footer#footer > div#footer_bottom > div.report-contact > span |
网站举报中心 footer#footer > div#footer_bottom > div.report-contact > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
ul.navbar-list > li.dropdown > div.dropdown-button > img ul.navbar-list > li.dropdown > div.dropdown-button > img |
div#side_right > div#cnblogs_b1 > a > img div#side_right > div#cnblogs_b1 > a > img |
div#side_right > div#cnblogs_b2 > a > img div#side_right > div#cnblogs_b2 > a > img |
div#side_right > div#cnblogs_b3 > a > img div#side_right > div#cnblogs_b3 > a > img |
div#side_right > div#cnblogs_b4 > a > img div#side_right > div#cnblogs_b4 > a > img |
div#footer_bottom > div.beian > a.gongan > img div#footer_bottom > div.beian > a.gongan > img |
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 > div#wrapper > a body > div#wrapper > a |
div#main > div#side_right > div#cnblogs_b1 > a div#main > div#side_right > div#cnblogs_b1 > a |
div#main > div#side_right > div#cnblogs_b2 > a div#main > div#side_right > div#cnblogs_b2 > a |
div#main > div#side_right > div#cnblogs_b3 > a div#main > div#side_right > div#cnblogs_b3 > a |
div#main > div#side_right > div#cnblogs_b4 > a div#main > div#side_right > div#cnblogs_b4 > 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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.navbar-list > li > form#zzk_search_mobile > input#zzk_search_input_mobile ul.navbar-list > li > form#zzk_search_mobile > input#zzk_search_input_mobile |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
搜索 ul.navbar-list > li > form#zzk_search_mobile > button#zzk_search_button_mobile |
» div.card > ul > li > a.right_more |
» div.card > ul > li > a.right_more |
» div.card > ul > li > a.right_more |
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.
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 |
|---|---|---|---|---|---|
| title 博客园 - 开发… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 会员 | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| a 周边 | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | 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 班级 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 赞助商 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a HarmonyOS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a YouClaw | 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 |
| span 所有博客 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span 我的博客 | 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 会员中心 | 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.