Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
CForm AccessibilityAction3 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| query | text | Search term or terms | aria-label |
| searchtype | select | Field to search | aria-label |
| query | text | Search term or terms | aria-label |
| #search-category | select | Subject search and browse: | for/id |
| #adv-search-btn | button | (none) | none |
| /form | submit | (none) | none |
| #catchup-btn | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" id="adv-search-btn">; <input type="submit" name="/form">; <input type="submit" name="/catchup" id="catchup-btn">
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
BLink & Button Quality1 issue(s) across 259 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://tech.cornell.edu/arxiv/ | Learn about arXiv becoming an … | new tab | Add '(opens in new tab)' to text |
| /IgnoreMe | (empty) | empty | Add link text or aria-label |
| https://status.arxiv.org | arXiv Operational Status | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/IgnoreMe
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
Add '(opens in new tab)' to link text or aria-label.
https://tech.cornell.edu/arxiv/; https://status.arxiv.org
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
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 |
|---|---|---|---|---|---|
| h2 quick links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Physics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Mathematics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Computer Science | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quantitative Biology | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quantitative Finance | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Statistics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Electrical Engineeri… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Economics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About arXiv | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title arXiv.org e-Print ar… | 3.09:1 | 4.5:1 | #000000 | #B31B1B | Fail |
| a Skip to main content | 3.09:1 | 4.5:1 | #000000 | #B31B1B | Fail |
| a Learn about arXiv be… | 6.56:1 | 4.5:1 | #000000 | #D17676 | Pass |
| span We gratefully acknow… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a member institutions | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span , and all contributo… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Donate | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Status | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Login | 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.
A+Landmark Structure5 landmarksPASS
A+Heading Hierarchy11 headingsPASS
- H1 (empty)
- H2 quick links
- H2 Physics
- H2 Mathematics
- H2 Computer Science
- H2 Quantitative Biology
- H2 Quantitative Finance
- H2 Statistics
- H2 Electrical Engineering and Systems Science
- H2 Economics
- H2 About arXiv
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Alt Text QualityAll 4 images OKPASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 25 passedPASS
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.
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 |
|---|
Physics
Mathematics
Quantitative Biology
Computer Science
Quantitative Finance
… div.columns > div.column > form.home-search > select#search-category |
div.columns > div.column > form.home-search > input div.columns > div.column > form.home-search > input |
div.columns > div.column > form.home-search > input#catchup-btn div.columns > div.column > form.home-search > input#catchup-btn |
General information div#content > ul > li > a |
How to Submit to arXiv div#content > ul > li > a |
Membership & Giving div#content > ul > li > a |
Who We Are div#content > ul > li > a |
These items highlight common accessibility best practices.