Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure1 landmarksREVIEW
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action11 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (11)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 DESI Completes Plann… | 20.08:1 | 3.0:1 | #000000 | #F9FAFA | Pass |
| title Home – Lawrence Be… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 18.82:1 | 4.5:1 | #000000 | #F0F3F3 | Pass |
| a Scientists Develop N… | 1.21:1 | 4.5:1 | #000000 | #091B30 | Fail |
| a AI for Science, Ener… | 1.76:1 | 4.5:1 | #000000 | #0F395D | Fail |
| p At Lawrence Berkeley… | 1.37:1 | 4.5:1 | #000000 | #0B273E | Fail |
| p Berkeley Lab’s inn… | 1.05:1 | 4.5:1 | #000000 | #04080F | Fail |
| a Three Berkeley Lab R… | 1.06:1 | 4.5:1 | #000000 | #050A12 | Fail |
| a Solving a Mystery in… | 1.49:1 | 4.5:1 | #000000 | #0E2C4D | Fail |
| a Berkeley Lab Takes M… | 1.15:1 | 4.5:1 | #000000 | #091525 | Fail |
| p Notifications | 1.11:1 | 4.5:1 | #000000 | #07111E | Fail |
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+Heading Hierarchy6 headingsPASS
- H1 DESI Completes Planned 3D Map of the Universe and Continues Exploring
- H2 Scientists Develop New Technology to Continuously Monitor Geothermal Energy Operations
- H2 AI for Science, Energy, and Security: Supporting DOE's Genesis Mission
- H3 Three Berkeley Lab Researchers Named AAAS Fellows
- H3 Solving a Mystery in Dark Matter Detectors Could Improve Quantum Computers
- H3 Berkeley Lab Takes Major Step Toward Doudna with Delivery of Early Access System, Cech
A+Alt Text QualityAll 10 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality6 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://newscenter.lbl.gov/2026/03/27/th… | Three Berkeley Lab Researchers… | new tab | Add '(opens in new tab)' to text |
| https://newscenter.lbl.gov/2026/03/17/so… | Solving a Mystery in Dark Matt… | new tab | Add '(opens in new tab)' to text |
| https://newscenter.lbl.gov/2026/03/17/be… | Berkeley Lab Takes Major Step … | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://newscenter.lbl.gov/2026/03/27/three-berkeley-lab-researchers-named-aa…; https://newscenter.lbl.gov/2026/03/17/solving-a-mystery-in-dark-matter-detect…; https://newscenter.lbl.gov/2026/03/17/berkeley-lab-takes-major-step-toward-do…
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
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 20 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.
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 |
|---|
a.btn a.btn |
a.btn a.btn |
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 |
|---|
ARTICLE div.tags > ul > li > a |
COSMIC FRONTIERS div.tags > ul > li > a |
These items highlight common accessibility best practices.