Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
CLink & Button QualityAction2 issue(s) across 106 links and 11 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/sharer/sharer.p… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/intent/tweet?url=htt… | X | 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://reddit.com/submit?url=https%3A//… | new tab | Add '(opens in new tab)' to text | |
| https://pinterest.com/pin/create/button?… | new tab | Add '(opens in new tab)' to text | |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#main-content
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://www.facebook.com/sharer/sharer.php?u=https%3A//www.ojp.gov/; https://twitter.com/intent/tweet?url=https%3A//www.ojp.gov/&text=Office%20of%…; https://www.linkedin.com/shareArticle?mini=true&url=https%3A//www.ojp.gov/&ti…; https://reddit.com/submit?url=https%3A//www.ojp.gov/&title=Office%20of%20Just…; https://pinterest.com/pin/create/button?url=https%3A//www.ojp.gov/&media=http…
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.usa-nav__close (#101 on page)
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 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 Office of Justice Pr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Secondary Footer lin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Office of Justice Pr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Home | Office of Jus… | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| a Skip to main content | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | Pass |
| p An official website … | 6.25:1 | 4.5:1 | #000000 | #748EB2 | Pass |
| p Here's how you know | 2.18:1 | 4.5:1 | #000000 | #1A4480 | Fail |
| span Here's how you know | 2.18:1 | 4.5:1 | #000000 | #1A4480 | Fail |
| strong Official websites us… | 4.15:1 | 3.0:1 | #000000 | #4E7199 | Pass |
| strong .gov | 3.09:1 | 3.0:1 | #000000 | #335E87 | Pass |
| p website belongs to a… | 2.00:1 | 4.5:1 | #000000 | #16416A | Fail |
| strong Secure .gov websites… | 1.81:1 | 3.0:1 | #000000 | #0F3A63 | Fail |
| strong lock | 1.86:1 | 3.0:1 | #000000 | #113C65 | Fail |
| p ) or | 1.94:1 | 4.5:1 | #000000 | #143F68 | Fail |
| strong https:// | 1.68:1 | 3.0:1 | #000000 | #0A355E | Fail |
| p means you’ve safel… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Program Offices | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Program Offices | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Bureau of Justice As… | 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 Structure13 landmarksPASS
AHeading Hierarchy8 headings, 1 skip(s)PASS
- H1 Office of Justice Programs
- H4 Grant Application Resource Guide skipped
- H4 Learn about JustGrants, DOJ's Grants Management System
- H3 Office of Justice Programs
- H4 MORE TOPICS
- H4 NEWS CENTER
- H4 OTHER RESOURCES
- H2 Secondary Footer link menu
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
A+Alt Text QualityAll 18 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #gsc-i-id1 | text | Search | aria-label |
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 24 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.
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 |
|---|
Grant Application Resource Guide div.layout__region > div.block > div.card__body > h4.card__headline |
These are opportunities to improve keyboard navigation in your application.