Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction10 issue(s) across 76 links and 0 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| ctan-ann | more | generic text | Replace with descriptive text |
Before: more Suggested: Ctan Ann | |||
| /topic/graphics-3d | more | generic text | Replace with descriptive text |
Before: more Suggested: Graphics 3d | |||
| tex | (empty) | empty | Add link text or aria-label |
| tex | more | generic text | Replace with descriptive text |
Before: more Suggested: Tex | |||
| /starter | more | generic text | Replace with descriptive text |
Before: more Suggested: Starter | |||
| /lugs | more | generic text | Replace with descriptive text |
Before: more Suggested: Lugs | |||
| https://www.facebook.com/sharer/sharer.p… | | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/shareArticle?mi… | | new tab | Add '(opens in new tab)' to text |
| https://pinterest.com/pin/create/button/… | | new tab | Add '(opens in new tab)' to text |
| https://www.xing-share.com/app/user?op=s… | | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/submit?url=%2F | | new tab | Add '(opens in new tab)' to text |
| https://www.tumblr.com/share/link?url=Sh… | | new tab | Add '(opens in new tab)' to text |
| https://www.stumbleupon.com/submit?url=S… | | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
Links without text are announced as raw URLs by screen readers.
tex; a.lb-prev (#302 on page); a.lb-next (#303 on page); a.lb-cancel (#305 on page); a.lb-close (#312 on page)
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
Generic link text like 'click here' doesn't describe the destination.
ctan-ann ("more"); /topic/graphics-3d ("more"); tex ("more"); /starter ("more"); /lugs ("more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/sharer/sharer.php?u=%2F&t= Comprehensive%20TeX%20Arc…; https://www.linkedin.com/shareArticle?mini=true&url=%2F&title= Comprehensive%…; https://pinterest.com/pin/create/button/?url=%2F&description= Comprehensive%2…; https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url=%2F; https://www.reddit.com/submit?url=%2F; https://www.tumblr.com/share/link?url=Share link to this page on StumbleUpon&…; https://www.stumbleupon.com/submit?url=Share link to this page on StumbleUpon…
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
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BLandmark Structure3 landmarksREVIEW
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
CAlt Text QualityAction3 of 3 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 3 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction20 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 71/100 — 4 failing, 11 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 |
|---|
2026-04-22 02:46 CEST body > div.footer > span.date |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
div.functions > ul.menu > li > a.home |
div.functions > ul.menu > li > a.upload |
div.functions > ul.menu > li > a.browse |
div.functions > ul.menu > li > a.search |
main.content > div.right > div.teaser > a main.content > div.right > div.teaser > a |
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
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 |
|---|
body > div.footer > div#share > a.mail |
body > div.footer > div#share > a.facebook |
body > div.footer > div#share > a.linkedin |
body > div.footer > div#share > a.pinterest |
body > div.footer > div#share > a.xing |
body > div.footer > div#share > a.reddit |
body > div.footer > div#share > a.tumblr |
body > div.footer > div#share > a.stumbleupon |
These items highlight common accessibility best practices.
Internationalization and localization
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Comprehensive TEX Archive Network body > div.blocks > main.content > h1 |
These are opportunities to improve the interpretation of your content by users in different locales.
A+Heading Hierarchy11 headingsPASS
- H1 The Comprehensive TeX Archive Network
- H2 Announcements on CTAN-announce
- H2 Activity on CTAN
- H2 Search on CTAN
- H2 Browse CTAN
- H2 Contribute to CTAN
- H2 Background of CTAN
- H2 Did you know?
- H2 TeX
- H2 Download a TeX System
- H2 User Groups
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| phrase | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="phrase">
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+Print StylesheetPrint styles detectedPASS
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 |
|---|---|---|---|---|---|
| h1 The Comprehensive | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Archive Network | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Announcements on CTA… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Activity on CTAN | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Search on CTAN | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Browse CTAN | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contribute to CTAN | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Background of CTAN | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Did you know? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Download a | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 System | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 User Groups | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title CTAN: Comprehensive … | 12.81:1 | 4.5:1 | #000000 | #CACACA | Pass |
| span CTAN | 12.94:1 | 4.5:1 | #000000 | #CBCBCB | Pass |
| a Comprehensive T | 13.21:1 | 4.5:1 | #000000 | #CDCDCD | Pass |
| a X Archive Network | 8.73:1 | 4.5:1 | #000000 | #A7A7A7 | Pass |
| a Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Join | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Settings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Help | 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.