Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction63 headings, 3 skip(s)FIX
- H2 企业级 DevOps 研发效能平台
- H4 AI 协作 skipped
- H4 项目协同
- H4 代码管理
- H4 代码扫描
- H4 持续集成
- H4 测试管理
- H4 制品管理
- H4 效能度量
- H2 丰富又活跃的开源社区
- H2 专业的私有化部署服务
- H2 为您量身定制的企业降本增效服务
- H3 Gitee DevOps 效能管理专家团队
- H4 解决管理难题
- H5 69% 的管理者指出,软件成本过高是主要门槛
- H5 83% 的管理者认为建立度量体系是增效的重要前提
- H4 突破研发困局
- H5 90% 的开发者表示不合适的协同模式是导致效率低下的首要原因
- H5 70% 的开发者认为集成、测试、部署等重复性劳动是项目交付的最大阻碍
- H2 多种产品形态满足使用
- H4 社区版 skipped
- H4 社区版
- H4 企业版/专业版
- H4 企业版/专业版
- H4 旗舰版
- H4 旗舰版
- H2 丰富的行业实践经验
- H3 帮助各行业、各类规模性组织获得数字化转型成功
- H3 大金融行业
- H3 大制造行业
- H3 大健康行业
- H3 互联网/IT
- H3 国资 • 信创
- H3 科研教育
- H3 大传媒行业
- H3 大消费行业
- H3 大金融行业
- H3 大制造行业
- H3 大健康行业
- H3 互联网/IT
- H3 国资 • 信创
- H3 科研教育
- H3 大传媒行业
- H3 大消费行业
- H3 大金融行业
- H3 大制造行业
- H3 大健康行业
- H3 互联网/IT
- H3 国资 • 信创
- H3 科研教育
- H3 大传媒行业
- H3 大消费行业
- H3 大金融行业
- H3 大制造行业
- H3 大健康行业
- H3 互联网/IT
- H3 国资 • 信创
- H3 科研教育
- H3 大传媒行业
- H3 大消费行业
- H2 更多服务
- H4 <img alt="icon-heart" loading="lazy" decoding="async" data-nimg="intrinsic" style="position:absolute;top:0;left:0;bottom:0;right:0;box-sizing:border-box;padding:0;border:none;margin:auto;display:block skipped
- 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
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
DAlt Text QualityAction75 of 327 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 11 image(s) |
| generic | 64 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
FFavicon & BrandingAction2 icon(s) detectedFIX
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
BLandmark Structure11 landmarksREVIEW
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
BForm Accessibility3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (搜开源) | placeholder only |
| input | text | (请输入你的手机号码) | placeholder only |
| input | text | (请输入你的手机号码) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="text">; <input type="text">
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
BLink & Button Quality1 issue(s) across 72 links and 37 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/ | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/project | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/code | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/scan | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /features/gitee-go | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/test | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /repo | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/insight | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /gvp | 浏览 GVP 项目 | new tab | Add '(opens in new tab)' to text |
| /signup | 免费注册 | new tab | Add '(opens in new tab)' to text |
| /explore | 浏览更多开源项目 | new tab | Add '(opens in new tab)' to text |
| /professional#professional-presence-subm… | 预约演示 | new tab | Add '(opens in new tab)' to text |
| /professional | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /professional/all-in-one#professional-pr… | 联系我们 | new tab | Add '(opens in new tab)' to text |
| /professional/all-in-one | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /professional#professional-presence-subm… | 预约演示 | new tab | Add '(opens in new tab)' to text |
| /professional | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /professional/all-in-one#professional-pr… | 联系我们 | new tab | Add '(opens in new tab)' to text |
| /professional/all-in-one | 了解更多 | new tab | Add '(opens in new tab)' to text |
| /signup | 账号注册 | new tab | Add '(opens in new tab)' to text |
| /enterprises/new | 企业版免费注册 | new tab | Add '(opens in new tab)' to text |
| https://gitee.com/enterprises | 了解更多 | new tab | Add '(opens in new tab)' to text |
| https://gitee.cn/contact-us | 预约演示 | new tab | Add '(opens in new tab)' to text |
| https://gitee.cn/ultimate | 了解更多 | new tab | Add '(opens in new tab)' to text |
| https://www.bilibili.com/video/BV1ih4y13… | 查看 | new tab | Add '(opens in new tab)' to text |
| /all-about-git | Git 大全 | new tab | Add '(opens in new tab)' to text |
| https://www.openatom.org/ | 开放原子开源基金会 | new tab | Add '(opens in new tab)' to text |
| https://www.12377.cn | 违法和不良信息举报中… | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn/ | 京公网安备11011502039387… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
/enterprises/new; /enterprises/; /enterprises/new; /enterprises/project; /enterprises/new; /enterprises/code; /enterprises/new; /enterprises/scan; /enterprises/new; /features/gitee-go (+26 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#rc-tabs-0-more
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
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 5 failing, 24 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 |
|---|
企业版免费注册 div.sm:flex > a.mr-4 > button.ant-btn > span |
专业版预约演示 div.sm:flex > span.inline-block > button.ant-btn > span |
了解更多 div.ModulesBox-module-scss-module__50ulFW__module-introduction > div.ModulesBox-module-scss-module__50ulFW__introduction-list > div.ModulesBox-module-scss-module__50ulFW__introduction-item > a.ModulesBox-module-scss-module__50ulFW__link-more |
免费注册 div.flex > a.inline-flex > button.ant-btn > span |
预约演示 div.flex > a.text-link-primary > button.ant-btn > span |
联系我们 div.flex > a.text-link-primary > button.ant-btn > span |
预约顾问咨询 div > div.SpecsBar-module-scss-module__s8JqWq__specs-bar > button.ant-btn > span |
企业版免费注册 div.index-module-scss-module__kRIr0q__btns-wrap > a.mr-4 > button.ant-btn > span |
查看更多行业龙头数字化转型实践 div.flex > a.sm:flex-1 > button.ant-btn > span |
申请公益支持 div.flex > div.mr-10 > button.ant-btn > span |
联系我们 div.flex > div.w-[50%] > button.ant-btn > span |
Gitee 封面人物 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
GVP 项目 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
Gitee 博客 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
Gitee 公益计划 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
Gitee 持续集成 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
OpenAPI div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
MCP server div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
帮助文档 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
在线自助服务 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
更新日志 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
关于我们 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
加入我们 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
使用条款 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
意见建议 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
合作伙伴 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > a.text-desc |
client@oschina.cn div.flex > nav.mt-4 > a.text-desc > span |
企业版在线使用:400-606-0201 div.flex > nav.mt-4 > a.text-desc > span |
专业版私有部署:赖经理 13058176526 div.footer-module-scss-module__LGd1tG__footer-wrapper > div.flex > nav.mt-4 > div.inline-block |
专业版私有部署: div.flex > nav.mt-4 > div.inline-block > span |
京ICP备2025119063号 div.flex > div.flex > div.mb-1 > a.>sm:mr-4 |
中 文 div.flex > div.mb-1 > div.space-x-1 > a.text-gray-400 |
English div.flex > div.mb-1 > div.space-x-1 > a.text-gray-400 |
京公网安备11011502039387号 div.flex > div.next-dark-mode > a.text-[#8c92a4] > span.next-dark-mode |
购买咨询 div#__next > div.index-module-scss-module__9ZkxBG__mobile-toolbar > button.ant-btn > span.index-module-scss-module__9ZkxBG__text |
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 |
|---|
AI 协作 div.ModulesBox-module-scss-module__50ulFW__module-introduction > div.ModulesBox-module-scss-module__50ulFW__introduction-list > div.ModulesBox-module-scss-module__50ulFW__introduction-item > h4.text-2xl |
社区版 div.index-module-scss-module__kRIr0q__edition-list > div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-content > h4 |
Gitee 公益支持计划 div.index-module-scss-module__P-t6vW__section-inner > div.flex > div.mr-10 > h4.color-[#111111] |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.flex > div.relative > span > img div.flex > div.relative > span > img |
div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-img > span > img div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-img > span > img |
div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-img > span > img div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-img > span > img |
div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-img > span > img div.index-module-scss-module__kRIr0q__edition-box > div.index-module-scss-module__kRIr0q__edition-box-img > span > img |
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.
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 head > meta |
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.box-border > div.flex > div.flex > a.inline-flex |
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 |
|---|---|---|---|---|---|
| h2 企业级 DevOps 研… | 6.60:1 | 3.0:1 | #000000 | #6594C6 | 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 |
| 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 Gitee DevOps 效能… | 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 互联网/IT | 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 大健康行业 | 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.