Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
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
CLandmark StructureAction3 landmarksREVIEW
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
BHeading Hierarchy17 headings, 1 skip(s)REVIEW
- H1 Private, Fast, Reliable DevOps Platform
- H3 Gitea Cloud skipped
- H3 Gitea Enterprise
- H2 Dev/Deploy faster
- H2 Trusted by the world’s most innovative teams
- H1 Run Gitea Anywhere duplicate H1
- H2 Test, Deploy Faster
- H1 Integrated with Your Favorite Tools duplicate H1
- H2 Testimonials
- H3 Open Source
- H3 Enterprise
- H2 Want product news and updates?
- H2 Footer
- H3 Products
- H3 Support
- H3 About Us
- H3 Legal
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
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
BLink & Button Quality67 links, 2 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | Gitea | img no alt | Add alt attribute to the image |
| https://gitea.com/user/login | Sign In | new tab | Add '(opens in new tab)' to text |
| https://github.com/features/actions | GitHub Actions | new tab | Add '(opens in new tab)' to text |
| https://www.chef.io | Chef | new tab | Add '(opens in new tab)' to text |
| https://getcomposer.org | Composer | new tab | Add '(opens in new tab)' to text |
| https://conan.io | Conan | new tab | Add '(opens in new tab)' to text |
| https://conda.io | Conda | new tab | Add '(opens in new tab)' to text |
| https://opencontainers.org | Container | new tab | Add '(opens in new tab)' to text |
| https://helm.sh | Helm | new tab | Add '(opens in new tab)' to text |
| https://maven.apache.org | Maven | new tab | Add '(opens in new tab)' to text |
| https://www.npmjs.com | NPM | new tab | Add '(opens in new tab)' to text |
| https://www.nuget.org | NuGet | new tab | Add '(opens in new tab)' to text |
| https://pub.dev | Pub | new tab | Add '(opens in new tab)' to text |
| https://pypi.org | PyPI | new tab | Add '(opens in new tab)' to text |
| https://rubygems.org | RubyGems | new tab | Add '(opens in new tab)' to text |
| https://www.vagrantup.com | Vagrant | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/"]
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://gitea.com/user/login; https://github.com/features/actions; https://www.chef.io; https://getcomposer.org; https://conan.io; https://conda.io; https://opencontainers.org; https://helm.sh; https://maven.apache.org; https://www.npmjs.com (+5 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
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h1 Private, Fast, Relia… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Run Gitea Anywhere | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Integrated with Your… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Dev/Deploy faster | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted by the world… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Test, Deploy Faster | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Testimonials | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Want product news an… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Footer | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Open Source | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Enterprise | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Support | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 About Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Legal | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Gitea Official Websi… | 2.30:1 | 4.5:1 | #000000 | #14532D | Fail |
| strong Try Gitea Cloud … | 2.30:1 | 3.0:1 | #000000 | #14532D | Fail |
| span → | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Accelerate your Dev … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Gitea | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 26 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 |
|---|
Docker Pulls div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Github Stars div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Installations div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Contributors div.mx-auto > dl.grid > div.mx-auto > dt.text-base |
Dev/Deploy faster div.bg-white > div.mx-auto > div.mx-auto > h2.text-base |
GitHub Actions div.relative > dd.mt-2 > span > a.text-main-600 |
Cargo div.relative > dd.mt-2 > span > a.text-main-600 |
Chef div.relative > dd.mt-2 > span > a.text-main-600 |
Composer div.relative > dd.mt-2 > span > a.text-main-600 |
Conan div.relative > dd.mt-2 > span > a.text-main-600 |
Conda div.relative > dd.mt-2 > span > a.text-main-600 |
Container div.relative > dd.mt-2 > span > a.text-main-600 |
Helm div.relative > dd.mt-2 > span > a.text-main-600 |
Maven div.relative > dd.mt-2 > span > a.text-main-600 |
NPM div.relative > dd.mt-2 > span > a.text-main-600 |
NuGet div.relative > dd.mt-2 > span > a.text-main-600 |
Pub div.relative > dd.mt-2 > span > a.text-main-600 |
PyPI div.relative > dd.mt-2 > span > a.text-main-600 |
RubyGems div.relative > dd.mt-2 > span > a.text-main-600 |
Vagrant div.relative > dd.mt-2 > span > a.text-main-600 |
Test, Deploy Faster div.mx-auto > div.lg:ml-auto > div.lg:max-w-lg > h2.text-base |
Testimonials div.relative > div.mx-auto > div.mx-auto > h2.text-lg |
$19 div > div.ring-gray-200 > p.mt-6 > span.text-xl |
[1] ul.text-gray-600 > li.flex > div > a.text-main-600 |
privacy policy div.mx-auto > div.w-full > p.mt-4 > a.font-semibold |
© 2026 CommitGo, Inc. All rights reserved. div.xl:grid > div.space-y-8 > div.mt-16 > p.text-xs |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cargo div.relative > dd.mt-2 > span > a.text-main-600 |
Chef div.relative > dd.mt-2 > span > a.text-main-600 |
Composer div.relative > dd.mt-2 > span > a.text-main-600 |
Conan div.relative > dd.mt-2 > span > a.text-main-600 |
Conda div.relative > dd.mt-2 > span > a.text-main-600 |
Container div.relative > dd.mt-2 > span > a.text-main-600 |
Helm div.relative > dd.mt-2 > span > a.text-main-600 |
Maven div.relative > dd.mt-2 > span > a.text-main-600 |
NPM div.relative > dd.mt-2 > span > a.text-main-600 |
NuGet div.relative > dd.mt-2 > span > a.text-main-600 |
Pub div.relative > dd.mt-2 > span > a.text-main-600 |
PyPI div.relative > dd.mt-2 > span > a.text-main-600 |
RubyGems div.relative > dd.mt-2 > span > a.text-main-600 |
Vagrant div.relative > dd.mt-2 > span > a.text-main-600 |
[1] ul.text-gray-600 > li.flex > div > a.text-main-600 |
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 |
|---|
Gitea Cloud div.mt-8 > div.w-80 > div.p-4 > h3.text-center |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
A+Alt Text QualityAll 19 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #email-address | Email address | for/id |