Skip to content
https://163.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
37
GRADE
F
FIX
10
REVIEW
2
PASS
1
INFO
0
Checks
13
1 PASS 2 REVIEW 10 FIX
D
Landmark Structure
Action
No landmarks
FIX
No landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Warning::
No <nav> landmark found
Info::
No banner (header) landmark
Info::
No contentinfo (footer) landmark
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

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>.

Why this matters

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.

Why this matters

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

F
Alt Text Quality
Action
9 of 60 images have issues
FIX
9 of 60 images have issues
Critical::
9 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
9 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
51 image(s) with good alt text
60 images 51 good alt text 9 missing
IssueCount
missing9 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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.

Why this matters

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

F
404 Error Page
Action
Soft 404 detected
FIX
Soft 404 detected
Critical::
Soft 404: server returns HTTP 200 for non-existent pages
The server returns HTTP 200 for a path that does not exist. Search engines will index these pages, diluting your real content. Configure your server to return a proper 404 status code for missing pages.
Got: Status: 200 for /beavercheck-404-test-ox43jk
404 Page Quality Soft 404 (HTTP 200)
Status Code: HTTP 200

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.

D
Favicon & Branding
Action
2 icon(s) detected
FIX
2 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
F
Web Manifest
Action
Invalid JSON
FIX
Invalid JSON
Warning::
Manifest contains invalid JSON
Manifest at https://163.com/manifest.json contains invalid JSON. Browsers cannot parse it.
Got: https://163.com/manifest.json

Manifest contains invalid JSON.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
0 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
D
Lighthouse Accessibility Audits
Action
Score 61/100 — 9 failing, 19 passed
FIX
61

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[aria-*]` attributes have valid values
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
C
Heading Hierarchy
Action
80 headings, 3 skip(s)
REVIEW
80 headings, 3 skip(s)
Info::
Single H1 present
Warning::
Heading level skipped: H1 → H3 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H3 → H5 (missing H4)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • 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.

Why this matters

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.

Why this matters

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.

Why this matters

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

B
Form Accessibility
2 of 2 controls have issues
REVIEW
2 of 2 controls have issues
Critical::
2 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="text" id="netease_search_input">; <input type="submit" id="netease_search_btn">
2 controls
0 labeled
0 placeholder only
2 unlabeled
ControlTypeLabelMethod
#netease_search_inputtext(none)none
#netease_search_btnsubmit(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">

Why this matters

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 AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 独家21.00:13.0:1
#000000
#FFFFFF
Pass
h2 知识公路21.00:13.0:1
#000000
#FFFFFF
Pass
h2 热议榜21.00:13.0:1
#000000
#FFFFFF
Pass
h2 热闻榜21.00:13.0:1
#000000
#FFFFFF
Pass
h3 中国驻日大使…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 勇士淘汰快船 …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 最后冰川:德…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 林允一袭白裙…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 预售39.98万元 …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 中国驻日大使…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 皇马拜仁踢出…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 邓福21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Borja21.00:13.0:1
#000000
#FFFFFF
Pass
h3 至尊宝21.00:13.0:1
#000000
#FFFFFF
Pass
h3 丝芭传媒创始…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 吴向飞又发长…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 海尔与医美女…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 一线城市房价…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 空间大五个乘…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 42.99万起 沃尔…21.00:13.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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback