Skip to content
https://oschina.net

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
41
GRADE
F
FIX
8
REVIEW
4
PASS
1
INFO
0
Checks
13
1 PASS 4 REVIEW 8 FIX
D
Alt Text Quality
Action
41 of 191 images have issues
FIX
41 of 191 images have issues
Critical::
33 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Warning::
8 image(s) with generic alt text
Info::
1 image(s) with alt text over 125 characters
Info::
59 decorative image(s) correctly marked
Info::
90 image(s) with good alt text
191 images 90 good alt text 59 decorative 8 generic 33 missing
IssueCount
missing33 image(s)
generic8 image(s)
too long1 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

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-dwvaga
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::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
Info::
SVG favicon detected — scales perfectly to any size
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Present
Manifest Icons Missing
Multiple Sizes Missing
F
Web Manifest
Action
Invalid JSON
FIX
Invalid JSON
Warning::
Manifest contains invalid JSON
Manifest at https://oschina.net/manifest.json contains invalid JSON. Browsers cannot parse it.
Got: https://oschina.net/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.
C
Landmark Structure
Action
7 landmarks
REVIEW
7 landmarks
Info::
<main> landmark present
Warning::
Multiple <main> landmarks (3 found)
A page should have only one <main> landmark.
Warning::
No <nav> landmark found
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.
Page Structure — as a screen reader sees it
BANNER header MAIN ASIDE CONTENTINFO footer

A page should have only one <main> landmark.

Why this matters

Multiple <main> elements violate the spec — there must be exactly one per page.

Learn more

HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.

Source: HTML5 spec

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

C
Heading Hierarchy
Action
13 headings, 1 skip(s)
REVIEW
13 headings, 1 skip(s)
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
Warning::
Heading level skipped: H2 → H4 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H2 头条推荐
  • H4 别再围观机器人跳舞了,来看看它们到底是怎么被“做出来”的 skipped
  • H4 Vercel 确认遭入侵:第三方 AI 工具成突破口,黑客索要 200 万美元赎金
  • H4 老牌开源项目该不该接受 AI 代码?
  • H4 DeepSeek 启动首次外部融资,估值超 100 亿美元
  • H2 AI 造物
  • H2 模力方舟
  • H2 软件更新
  • H2 社区直通车
  • H2 直播
  • H2 活动
  • H2 Gitee 项目推荐
  • H2 在线工具

Every page should have one H1 that describes the page content.

Why this matters

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

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
Warning::
2 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text">; <input type="text">
2 controls
0 labeled
2 placeholder only
0 unlabeled
ControlTypeLabelMethod
inputtext(搜索资讯、博客、软件……)placeholder only
inputtext(分享新鲜事...)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text">; <input type="text">

Why this matters

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

B
Lighthouse Accessibility Audits
Score 87/100 — 4 failing, 24 passed
REVIEW
87

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
登录 div.header-box > div.header-bottom > div.header-box__inner__box > a.item
注册 div.header-box > div.header-bottom > div.header-box__inner__box > a.item
综合 div.ant-tabs-nav-wrap > div.ant-tabs-nav-list > div.ant-tabs-tab > div#rc-tabs-1-tab-0
最新模型 div.marketplace-header > div.header-left-container > div.header-tabs > div.tab-item
推荐 div.ant-tabs-nav-wrap > div.ant-tabs-nav-list > div.ant-tabs-tab > div#rc-tabs-2-tab-hot
SpaceX在上市前进一步扩张其人工智能业务,其周二表示,已与人工智能初创公司Cursor达成协议,获得在今年晚些时候以600亿美元收购该公司的选择权,或者以… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
近日,Prefix.dev 正式官宣:下一代跨平台包管理器 Pixi 现已原生支持 RISC-V(riscv64) 架构! 作为 RISC-V 生态核心共建方… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
华为近期推出全新折叠设备Pura X Max,折叠时外屏宽高比10:14,展开时内屏宽高比14:10,其折叠态外屏相比传统直板机拥有更舒适的宽屏视野,展开态内… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
OpenClaw的爆火,让无数人第一次真正触摸到了AI Agent的终极生产力。在OpenClaw社区里,大家亲切地把自己的AI智能体称为“龙虾”。以往,想让… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
2026年4月18日,由Elastic主办的"Elastic中国AI搜索技术大会"在北京成功举办。作为Elastic近年来在中国规模最大的技术盛会,大会以"A… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
OBS Studio 是一款免费且开源的用于视频录制以及直播串流的软件,提供实时高性能的视频 / 音频捕捉与混合,以及无限的场景模式帮助用户通过自定义实现无缝… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
我们今天为大家带来的文章,作者的观点是推理引擎的价值不仅在于调度,更在于通过重写模型代码与深度优化底层计算逻辑,将静态的权重转化为高效的智能输出。 div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
贝壳AI客服 是一套以 AI Agent 为核心的智能客服系统。传统的客服项目就是给提供一个聊天工具、接入 RAG 通过查询知识库中的内容回答客户。而我们的核… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
QuestMobile 发布 2026 年春季 AI 应用洞察。 数据显示,截止到2026年3月,AI原生APP月活用户规模已达到4.4亿,其中,豆包、千问、… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
IDEA插件Gradle小助手Gradle With Me更新1.4.x版本啦,优化自动同步配置功能助力多JDK版本、Gradle版本开发! 🏷️ 标签‌:#gr… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
研发团队日常在多个平台之间来回切换——文档写在一个地方,任务管在另一个地方,信息分散,上下文断裂。现在,ShowDoc 把文档和任务管理放在了一个平台里。你可… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
Dgraph 是一个水平可扩展的分布式 GraphQL 数据库,有一个图形后端。作为一个原生的 GraphQL 数据库,它严格控制数据在磁盘上的排列方式,以优… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
当 AI 编码助手的风潮席卷全球,几乎所有的明星产品都选择了 TypeScript 或 Python 作为技术底座(也有 Go 和 Rust)。而 Solon… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
2026年,人形机器人排队进厂"拧螺丝"。 但一个尴尬的现实是:机器人能精准拧好每一颗螺栓,却不知道下一颗该拧哪辆车上的哪个位置。它缺的不是灵巧手,而是一个能… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
蚂蚁百灵宣布正式推出 Ling-2.6-flash —— 一款总参数量 104B、激活参数 7.4B 的 Instruct 模型。 API 定价方面,Ling… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
JimuReport AI 专题研究 * 2026-04-13 发布,Claude Code Skills 接管报表生成 划重点:现在可以一句话生成报表了 J… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
gt-checksum 2.0.0 版本迎来重磅升级,本次更新围绕三大核心方向全面提升: Oracle→MySQL 迁移兼容、索引与生成列检测修复、核心性能大… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
VirtualBox 是一款功能强大的 x86 虚拟机软件,它不仅具有丰富的特色,而且性能也很优异。VirtualBox 7.2.8 现已发布,这是一个维护版… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
2026-04-13 发布,AI 助手 + Claude Code Skills 双管齐下 划重点:现在可以一句话生成大屏了 JimuReport 积木报表旗… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
你有没有觉得,有时候明明没干什么,却特别累;或者情绪像坐过山车,上一秒还好好的,下一秒就烦得不行;再或者,睡眠乱糟糟的,皮肤状态也时好时坏。这些说不清道不明的… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
阿里巴巴宣布正式发布生态级AI助手数字人形象——“千问小酒窝”。 公告称,在千问 App中找到“小酒窝”,不论做规划、解难题,还是订餐、买票、打车,都能在简单… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
Firefox 150.0 现已发布,具体更新内容如下: New Split View 功能进一步增强:现在可以右键单击任何链接,然后选择“Open Link… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
Electron 是一个使用 JavaScript、HTML 和 CSS 构建跨平台的桌面应用程序。它基于 Node.js 和 Chromium,被 Atom… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
Linux内核开发迎来重要里程碑。在7.1版本开发周期中,一套经过四年重构的全新NTFS内核驱动正式合入主线,被Linux之父Linus Torvalds形容… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
自费 token plan 的话,能力越强烧 token 越多,烧 token 越多费用越高,费用越高到手工资越少,所以能力越强到手工资越少。 div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
《福布斯》日前发布了 2026 年 AI 50 强榜单。 从融资规模来看,这些公司共筹集了 3056 亿美元,其中 AI 巨头 OpenAI 和 Anthro… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
Semi Design 是现代、全面、灵活的设计系统和 UI 库,由字节跳动抖音前端与 UED 团队设计、开发并维护,是一款包含设计语言、React 组件、主… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
:star2: 代码改变世界,RISC-V 等你定义! 开源的浪潮奔涌不息,芯片架构的技术革新正召唤着每一位开发者积极参与。作为RISC-V 繁荣生态的重要组… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
2026 年 4 月 21 日,MySQL 官方同时发布了三个重要版本:8.0.46(8.0 线的最后一个版本)、8.4.9 LTS(当前 LTS 线的维护更… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr
2026 年 3 月 16 日,全球知名广告平台 PropellerAds 在斯里兰卡科伦坡举办的 Global Game Connect 2026(GGC)… div.list-item > div.main-data-item > div.list-item-top > div.item-det-intr

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
别再围观机器人跳舞了,来看看它们到底是怎么被“做出来”的 div.news-list > div.news-item > div.news-content > h4.news-title

These are opportunities to improve keyboard navigation in your application.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > img
div.item-content-oper > div.oper-user > span.ant-avatar > img div.item-content-oper > div.oper-user > span.ant-avatar > 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
div.header-container > div.header-box > div.header-bottom > a.nav-bar-h5 div.header-container > div.header-box > div.header-bottom > a.nav-bar-h5

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.

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
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
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[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
Touch targets have sufficient size and spacing.
Document has a main landmark.
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
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.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
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.
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 AI 造物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
h2 直播21.00:13.0:1
#000000
#FFFFFF
Pass
h2 活动21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Gitee 项目推荐21.00:13.0:1
#000000
#FFFFFF
Pass
title OSCHINA - 开源 × …20.47:14.5:1
#000000
#FCFCFC
Pass
a OSC开源社区19.95:14.5:1
#000000
#F9F9F9
Pass
a Gitee代码托管21.00:14.5:1
#000000
#FFFFFF
Pass
a 模力方舟21.00:14.5:1
#000000
#FFFFFF
Pass
a OSC私有化21.00:14.5:1
#000000
#FFFFFF
Pass
span DevOps研发效能21.00:14.5:1
#000000
#FFFFFF
Pass
span 媒体矩阵21.00:14.5:1
#000000
#FFFFFF
Pass
span 开源中国APP21.00:14.5:1
#000000
#FFFFFF
Pass
span 切换老版本21.00:14.5:1
#000000
#FFFFFF
Pass
div OSC 公众号21.00:14.5:1
#000000
#FFFFFF
Pass
div 硬核 + 嬉笑怒…21.00:14.5:1
#000000
#FFFFFF
Pass
div OSC 微博21.00:14.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.

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

Send Feedback