Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
CAlt Text QualityAction12 of 23 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 12 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding8 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Brandeis University | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News and Stories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 By the Numbers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Upcoming Events | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 A Campus Full of Pos… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Academics at Brandei… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 A Bold Evolution of … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Brandeis University | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search | 4.09:1 | 4.5:1 | #000000 | #886657 | Fail |
| a Visit | 5.64:1 | 4.5:1 | #000000 | #A27C6D | Pass |
| a Students | 5.28:1 | 4.5:1 | #000000 | #9E7764 | Pass |
| a Faculty & Staff | 4.00:1 | 4.5:1 | #000000 | #656E6D | Fail |
| a Alumni & Friends | 1.42:1 | 4.5:1 | #000000 | #282828 | Fail |
| a Parents & Families | 7.49:1 | 4.5:1 | #000000 | #9C9A98 | Pass |
| a Giving | 19.08:1 | 4.5:1 | #000000 | #F5F4F0 | Pass |
| a Popular Resources | 19.08:1 | 4.5:1 | #000000 | #F5F4F0 | Pass |
| a Campus Calendar | 19.08:1 | 4.5:1 | #000000 | #F5F4F0 | Pass |
| a Commencement | 19.08:1 | 4.5:1 | #000000 | #F5F4F0 | 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 Structure7 landmarksPASS
AHeading Hierarchy7 headings, 1 skip(s)PASS
- H1 Brandeis University
- H3 A Bold Evolution of the Liberal Arts skipped
- H2 News and Stories
- H2 By the Numbers
- H2 Upcoming Events
- H2 A Campus Full of Possibilities
- H2 Academics at Brandeis
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+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #q | text | Search | for/id |
| #nav-search-input | text | Search | for/id |
A+Link & Button Quality268 links, 6 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.brandeis.edu/events/ | Find More Events | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.brandeis.edu/events/
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
A+Print StylesheetPrint styles detectedPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 26 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 |
|---|
A Bold Evolution of the Liberal Arts div.module__container > div.feature > div.feature__text > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
div.flickity-viewport > div.flickity-slider > div.image > img.image__item div.flickity-viewport > div.flickity-slider > div.image > img.image__item |
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.