Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FAlt Text QualityAction9 of 60 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 9 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 QualityAction17 issue(s) across 670 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| javascript:void(0) | 欢迎进入 网易,盲人用… | img no alt | Add alt attribute to the image |
| https://news.163.com/special/2026qglh/ | 2026年全国两会_网易新… | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.163.com/newsapp/#f=163nav | (empty) | empty | Add link text or aria-label |
| https://www.12377.cn | 网络监督专区 | new tab | Add '(opens in new tab)' to text |
| https://www.163.com/news/article/KQLMP9B… | 为构建具有战略意义的… | new tab | Add '(opens in new tab)' to text |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://corp.163.com/gb/legal.html | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://comment.tie.163.com/KQL4ASKA0001… | 古董333:网上点过火锅… | img no alt | Add alt attribute to the image |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://corp.163.com/gb/legal.html | (empty) | empty | Add link text or aria-label |
| https://corp.163.com/gb/legal.html | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://corp.163.com/gb/legal.html | (empty) | empty | Add link text or aria-label |
| https://corp.163.com/gb/legal.html | (empty) | empty | Add link text or aria-label |
| https://corp.163.com/gb/legal.html | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| https://xf.house.163.com/bj/CTPK.html?cl… | 北京城建·望京国誉府 | img no alt | Add alt attribute to the image |
| https://xf.house.163.com/bj/CTOF.html?cl… | 北京城建·玺院 | img no alt | Add alt attribute to the image |
| https://xf.house.163.com/bj/CSUU.html?cl… | 北京城建 星誉BEIJING | img no alt | Add alt attribute to the image |
| https://xf.house.163.com/bj/CPSK.html?cl… | 长安悦玺 | img no alt | Add alt attribute to the image |
| https://xf.house.163.com/bj/CTOY.html?cl… | 绿城宇诚·晓月和风 | img no alt | Add alt attribute to the image |
| https://xf.house.163.com/bj/CFYC.html?cl… | 北京城建·天坛府 | img no alt | Add alt attribute to the image |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
| javascript:; | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.ntes-nav-select-title (#253 on page); https://www.163.com/newsapp/#f=163nav; javascript:;; https://corp.163.com/gb/legal.html; javascript:;; javascript:;; https://corp.163.com/gb/legal.html; https://corp.163.com/gb/legal.html; javascript:;; javascript:; (+7 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#ariaTipText; a[href="https://comment.tie.163.com/KQL4ASKA0001899O.html?clickfrom=w_gt"]; a[href="https://xf.house.163.com/bj/CTPK.html?clickfrom=w_xhouse"]; a[href="https://xf.house.163.com/bj/CTOF.html?clickfrom=w_xhouse"]; a[href="https://xf.house.163.com/bj/CSUU.html?clickfrom=w_xhouse"]; a[href="https://xf.house.163.com/bj/CPSK.html?clickfrom=w_xhouse"]; a[href="https://xf.house.163.com/bj/CTOY.html?clickfrom=w_xhouse"]; a[href="https://xf.house.163.com/bj/CFYC.html?clickfrom=w_xhouse"]
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://news.163.com/special/2026qglh/; https://www.12377.cn; https://www.163.com/news/article/KQLMP9BC000189FH.html?clickfrom=w_yw
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
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.
DFavicon & BrandingAction2 icon(s) detectedFIX
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
DLighthouse Accessibility AuditsActionScore 61/100 — 9 failing, 19 passedFIX
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 |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home-main > main.home-home > nav.home-channelNav > button.s-more div.home-main > main.home-home > nav.home-channelNav > button.s-more |
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 > a#ariaTipText > img body > a#ariaTipText > img |
div#yt-333729-6451-da68 > a > div.s_img > img div#yt-333729-6451-da68 > a > div.s_img > img |
div#yt-333729-6452-944b > a > div.s_img > img div#yt-333729-6452-944b > a > div.s_img > img |
div#yt-333722-6453-d6af > a > div.s_img > img div#yt-333722-6453-d6af > a > div.s_img > img |
div#yt-333729-6454-10e3 > a > div.s_img > img div#yt-333729-6454-10e3 > a > div.s_img > img |
div#yt-333729-6455-d139 > a > div.s_img > img div#yt-333729-6455-d139 > a > div.s_img > img |
div#yt-333722-6456-cfed > a > div.s_img > img div#yt-333722-6456-cfed > a > div.s_img > img |
div#yt-333722-6457-f907 > a > div.s_img > img div#yt-333722-6457-f907 > a > div.s_img > img |
div#yt-333729-6458-80d5 > a > div.s_img > img div#yt-333729-6458-80d5 > a > div.s_img > img |
div#yt-333722-6457-f907 > a > div.s_img > img div#yt-333722-6457-f907 > a > div.s_img > img |
div#yt-333729-6458-80d5 > a > div.s_img > img div#yt-333729-6458-80d5 > a > div.s_img > 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 |
|---|
main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item |
main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item main.home-home > section.home-sitemap > nav.sitemap-nav > a.nav-item |
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. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
以军称已做好与黎巴嫩的停火准备 div.home-search > div.hot-words > a.hot-word > span.s-text |
要闻 div.home-main > div.home-subNav-wrap > nav.home-subNav > a.nav-item |
人民日报 article > section.s-left > div.s-info > span.s-source |
435跟贴 article > section.s-left > div.s-info > span.s-replyCount |
央广网客户端 article > section.s-left > div.s-info > span.s-source |
32跟贴 article > section.s-left > div.s-info > span.s-replyCount |
人民日报 article > section.s-left > div.s-info > span.s-source |
14跟贴 article > section.s-left > div.s-info > span.s-replyCount |
求是微平台 article > section.s-left > div.s-info > span.s-source |
2跟贴 article > section.s-left > div.s-info > span.s-replyCount |
健康中国 article > section.s-left > div.s-info > span.s-source |
45跟贴 article > section.s-left > div.s-info > span.s-replyCount |
央视新闻客户端 article > section.s-left > div.s-info > span.s-source |
25跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
大风新闻 article > section.s-left > div.s-info > span.s-source |
1.7万跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
极目新闻 article > section.s-left > div.s-info > span.s-source |
376跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
新闻坊 article > section.s-left > div.s-info > span.s-source |
1392跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
极目新闻 article > section.s-left > div.s-info > span.s-source |
414跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
大风新闻 article > section.s-left > div.s-info > span.s-source |
1668跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
红星新闻 article > section.s-left > div.s-info > span.s-source |
2959跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
进入今日要闻 main.home-home > section.home-channelNews > footer > a |
打开APP main.home-home > section.home-channelNews > footer > span |
西北望看台 article > section.s-left > div.s-info > span.s-source |
422跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
绿茵情报局 article > section.s-left > div.s-info > span.s-source |
绿茵情报局 article > section.s-left > div.s-info > span.s-source |
懂球帝 article > section.s-left > div.s-info > span.s-source |
五星体育 article > section.s-left > div.s-info > span.s-source |
3跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易体育 main.home-home > section.home-channelNews > footer > a |
小蜜情感说 article > section.s-left > div.s-info > span.s-source |
579跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
毒舌八卦 article > section.s-left > div.s-info > span.s-source |
46跟贴 article > section.s-left > div.s-info > span.s-replyCount |
橙星文娱 article > section.s-left > div.s-info > span.s-source |
120跟贴 article > section.s-left > div.s-info > span.s-replyCount |
仙女事件簿 article > section.s-left > div.s-info > span.s-source |
6跟贴 article > section.s-left > div.s-info > span.s-replyCount |
独立鱼 article > section.s-left > div.s-info > span.s-source |
4跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易娱乐 main.home-home > section.home-channelNews > footer > a |
南通楼市说说 article > section.s-left > div.s-info > span.s-source |
乐居财经官方 article > section.s-left > div.s-info > span.s-source |
乐居财经官方 article > section.s-left > div.s-info > span.s-source |
CricBigDataCC article > section.s-left > div.s-info > span.s-source |
在密云 article > section.s-left > div.s-info > span.s-source |
进入网易房产·马德里 main.home-home > section.home-channelNews > footer > a |
创作者_1474355876777 article > section.s-left > div.s-info > span.s-source |
创作者_1474355876777 article > section.s-left > div.s-info > span.s-source |
创作者_1474355876777 article > section.s-left > div.s-info > span.s-source |
空间设计 article > section.s-left > div.s-info > span.s-source |
装修秀 article > section.s-left > div.s-info > span.s-source |
13跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易家居 main.home-home > section.home-channelNews > footer > a |
央视新闻客户端 a.cards-bigImg > article > div.s-info > span.s-source |
379跟贴 a.cards-bigImg > article > div.s-info > span.s-replyCount |
打开APP a.cards-bigImg > article > div.s-info > span.s-openApp |
环球网资讯 article > section.s-left > div.s-info > span.s-source |
615跟贴 article > section.s-left > div.s-info > span.s-replyCount |
上观新闻 article > section.s-left > div.s-info > span.s-source |
43跟贴 article > section.s-left > div.s-info > span.s-replyCount |
上观新闻 article > section.s-left > div.s-info > span.s-source |
1跟贴 article > section.s-left > div.s-info > span.s-replyCount |
看航空 article > section.s-left > div.s-info > span.s-source |
进入网易军事 main.home-home > section.home-channelNews > footer > a |
清流 article > section.s-left > div.s-info > span.s-source |
17跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
专题 article > section.s-left > div.s-info > span.s-tag |
南方都市报 article > section.s-left > div.s-info > span.s-source |
18跟贴 article > section.s-left > div.s-info > span.s-replyCount |
深蓝财经 article > section.s-left > div.s-info > span.s-source |
7跟贴 article > section.s-left > div.s-info > span.s-replyCount |
时代周报 article > section.s-left > div.s-info > span.s-source |
100跟贴 article > section.s-left > div.s-info > span.s-replyCount |
财联社 article > section.s-left > div.s-info > span.s-source |
进入网易财经 main.home-home > section.home-channelNews > footer > a |
首都之窗 article > section.s-left > div.s-info > span.s-source |
打开APP article > section.s-left > div.s-info > span.s-openApp |
首都之窗 article > section.s-left > div.s-info > span.s-source |
人民资讯 article > section.s-left > div.s-info > span.s-source |
35跟贴 article > section.s-left > div.s-info > span.s-replyCount |
北青网-北京青年报 article > section.s-left > div.s-info > span.s-source |
人民资讯 article > section.s-left > div.s-info > span.s-source |
进入网易本地·马德里 main.home-home > section.home-channelNews > footer > a |
爆角追踪 article > section.s-left > div.s-info > span.s-source |
29跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
爆角追踪 article > section.s-left > div.s-info > span.s-source |
西游日记 article > section.s-left > div.s-info > span.s-source |
2跟贴 article > section.s-left > div.s-info > span.s-replyCount |
西游日记 a.cards-threeImg > article > div.s-info > span.s-source |
5809跟贴 a.cards-threeImg > article > div.s-info > span.s-replyCount |
品牌新 article > section.s-left > div.s-info > span.s-source |
185跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易号 main.home-home > section.home-channelNews > footer > a |
网易汽车 article > section.s-left > div.s-info > span.s-source |
33跟贴 article > section.s-left > div.s-info > span.s-replyCount |
打开APP article > section.s-left > div.s-info > span.s-openApp |
网易汽车 article > section.s-left > div.s-info > span.s-source |
28跟贴 article > section.s-left > div.s-info > span.s-replyCount |
网易汽车 article > section.s-left > div.s-info > span.s-source |
76跟贴 article > section.s-left > div.s-info > span.s-replyCount |
网易汽车 article > section.s-left > div.s-info > span.s-source |
1跟贴 article > section.s-left > div.s-info > span.s-replyCount |
网易汽车 article > section.s-left > div.s-info > span.s-source |
14跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入网易汽车 main.home-home > section.home-channelNews > footer > a |
晚点LatePost article > section.s-left > div.s-info > span.s-source |
打开APP article > section.s-left > div.s-info > span.s-openApp |
晚点LatePost article > section.s-left > div.s-info > span.s-source |
晚点LatePost article > section.s-left > div.s-info > span.s-source |
Tech星球 article > section.s-left > div.s-info > span.s-source |
差评XPIN article > section.s-left > div.s-info > span.s-source |
进入网易科技 main.home-home > section.home-channelNews > footer > a |
暖心萌阿菇凉 article > section.s-left > div.s-info > span.s-source |
老梁体育漫谈 article > section.s-left > div.s-info > span.s-source |
荷兰豆爱健康 article > section.s-left > div.s-info > span.s-source |
陈意小可爱 article > section.s-left > div.s-info > span.s-source |
后厂村体工队 article > section.s-left > div.s-info > span.s-source |
青橘罐头 article > section.s-left > div.s-info > span.s-source |
乡野小珥 article > section.s-left > div.s-info > span.s-source |
进入热点列表 main.home-home > section.home-channelNews > footer > a |
界面新闻 article > section.s-left > div.s-info > span.s-source |
5715跟贴 article > section.s-left > div.s-info > span.s-replyCount |
华山穹剑 article > section.s-left > div.s-info > span.s-source |
206跟贴 article > section.s-left > div.s-info > span.s-replyCount |
全球速览 article > section.s-left > div.s-info > span.s-source |
12跟贴 article > section.s-left > div.s-info > span.s-replyCount |
每日经济新闻 article > section.s-left > div.s-info > span.s-source |
1跟贴 article > section.s-left > div.s-info > span.s-replyCount |
游民星空 article > section.s-left > div.s-info > span.s-source |
5跟贴 article > section.s-left > div.s-info > span.s-replyCount |
进入推荐列表 main.home-home > section.home-channelNews > footer > a |
Copyright © 2026 163.com div.home-main > main.home-home > footer.home-footer > div.s-copyright |
2026 main.home-home > footer.home-footer > div.s-copyright > span |
App内打开 div#app > div.home-main > aside.widget-floatMenu > div.floatMenu-backflow |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
皇马拜仁踢出名局,但最抢镜的还是他 a.cards-oneImg > article > section.s-left > h4 |
丝芭传媒创始人王子杰去世,享年63岁 a.cards-oneImg > article > section.s-left > h4 |
突发!南通一小区超2亿债权,大甩卖! a.cards-oneImg > article > section.s-left > h4 |
智能温度传感器助力精准温控管理 a.cards-oneImg > article > section.s-left > h4 |
美伊均否认就延长停火达成共识 li > a.cards-bigImg > article > h4 |
海尔与医美女王互撕 换血抗衰谁的生意? a.cards-oneImg > article > section.s-left > h4 |
降雨持续到前半夜!周日西部北部有阵雨 a.cards-oneImg > article > section.s-left > h4 |
罗技鼠标会导致电脑严重卡顿!前脚刚骂消费者是条狗,又被爆出软件又重大缺陷 a.cards-oneImg > article > section.s-left > h4 |
预售39.98万元 全尺寸SUV小鹏GX要来了 a.cards-oneImg > article > section.s-left > h4 |
AI 决定体验上限,机械决定安全底线:魏牌V9X 的旗舰重塑逻辑 a.cards-oneImg > article > section.s-left > h4 |
香港最后天后44岁,与黑人出入酒店,如今孤身一人 a.cards-oneImg > article > section.s-left > h4 |
美民主党对防长赫格塞思发起弹劾 指控其犯战争罪 a.cards-oneImg > article > section.s-left > h4 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta#viewport head > meta#viewport |
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 |
|---|
视频 div.home-main > main.home-home > nav.home-channelNav > a.nav-item |
These items highlight common accessibility best practices.
CHeading HierarchyAction80 headings, 3 skip(s)REVIEW
- H3 新闻
- H3 体育
- H3 娱乐
- H3 财经
- H3 汽车
- H3 科技
- H3 时尚
- H3 手机 / 数码
- H3 房产 / 家居
- H3 教育
- H1 网易新闻
- H3 中国驻日大使馆接连遭到恐怖威胁 相关情况披露 skipped
- H3 勇士淘汰快船 库里35分小卡21+7结束赛季
- H3 最后冰川:德国仅存四座
- H3 林允一袭白裙变身海底神女 清冷感拉满
- H3 预售39.98万元 全尺寸SUV小鹏GX要来了
- H3 中国驻日大使馆接连遭到恐怖威胁 相关情况披露
- H2 每日辟谣
- H2 独家
- H2 桃桃故事会
- H2 体育
- H3 皇马拜仁踢出名局,但最抢镜的还是他
- H3 邓福
- H3 Borja
- H3 至尊宝
- H2 娱乐
- H3 丝芭传媒创始人王子杰去世,享年63岁
- H3 吴向飞又发长文列证据,这回直接硬刚李荣浩
- H2 网易公开课
- H2 知识公路
- H2 热议榜
- H2 财经
- H3 海尔与医美女王互撕 换血抗衰谁的生意?
- H3 一线城市房价环比上涨 楼市触底了吗?
- H2 财经独家
- H2 汽车
- H3 空间大五个乘客都满意?体验岚图泰山X8
- H3 42.99万起 沃尔沃纯电双旗舰ES90/EX90开启预售
- H2 科技
- H3 赵明:智驾之战,看谁在大模型上更高效
- H3 赵明履新千里2个月首度发声:智驾之战,看谁在大模型上更高效
- H3 离职同事被“炼化”成AI?这届公司已经不需要活人了
- H3 苹果iPhone17e体验:加量不加价,值不值得入手呢?
- H2 健康
- H3 又到飞絮季!这份过敏预防指南快查收
- H2 公益
- H3 [公益]网易公益一块屏落地泰顺
- H2 游戏
- H3 魔兽世界:时光服争议不断,DPS要求大锅饭,团长选择发放补贴
- H2 时尚
- H3 60岁路人爆改时尚魔头?有效改造的底层逻辑就这1点
- H2 教育
- H2 艺术
- H3 张大千『 花菓荟萃册』
- H2 家居
- H3 庭院故事 自然闲适
- H5 北京城建·望京国誉府 skipped
- H5 北京城建·玺院
- H5 北京城建 星誉BEIJING
- H2 房产
- H5 长安悦玺 skipped
- H5 绿城宇诚·晓月和风
- H5 北京城建·天坛府
- H2 云课堂
- H3 网易力荐-200门严选好课
- H2 网易号
- H3 Claude强实名制验证!必须真人手持证件自拍
- H2 政务
- H2 故事精选
- H3 美国女孩在中国生活一个月,回去坦言:中国是全世界最安全的国家
- H2 文化
- H3 捐赠文物后,收藏单位可以任意处置受赠文物吗?
- H2 旅游
- H3 国际IP碰撞中国经典文学,上海乐高乐园打造沉浸式“悟空小侠”冒险之旅
- H2 LOFTER
- H3 雪夜双侠,倒影皆成对
- H3 网易动态
- H2 严选
- H3 人体工学转椅撑腰护颈
- H2 热闻榜
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
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
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #netease_search_input | text | (none) | none |
| #netease_search_btn | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" id="netease_search_input">; <input type="submit" id="netease_search_btn">
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
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 独家 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 知识公路 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 热议榜 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 热闻榜 | 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 |
| h3 林允一袭白裙… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 预售39.98万元 … | 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 |
| h3 Borja | 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 |
| 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 42.99万起 沃尔… | 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.