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.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 UAF Home | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 Where will your jour… | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 From accounting to Y… | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 A place to find your… | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 Include everyone in … | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 What — and who —… | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 Where you'll learn. | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 News and events | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| h2 Land acknowledgment | 1.32:1 | 3.0:1 | #000000 | #222222 | Fail |
| title UAF Home | Universit… | 2.97:1 | 4.5:1 | #000000 | #1E5C8D | Fail |
| span We use cookies to pr… | 2.97:1 | 4.5:1 | #000000 | #1E5C8D | Fail |
| a Privacy Policy | 1.30:1 | 4.5:1 | #000000 | #111C4E | Fail |
| button Accept | 1.30:1 | 4.5:1 | #000000 | #111C4E | Fail |
| a Powered by WebsitePo… | 2.54:1 | 4.5:1 | #000000 | #185087 | Fail |
| a Skip to main content | 3.63:1 | 4.5:1 | #000000 | #406894 | Fail |
| div Custom Search | 3.14:1 | 4.5:1 | #000000 | #4C5D77 | Fail |
| div Sort by | 1.27:1 | 4.5:1 | #000000 | #00203D | Fail |
| div Relevance | 1.05:1 | 4.5:1 | #000000 | #040811 | Fail |
| div Date | 1.05:1 | 4.5:1 | #000000 | #080808 | Fail |
| a A-Z | 1.05:1 | 4.5:1 | #000000 | #080808 | 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+Landmark Structure7 landmarksPASS
A+Heading Hierarchy9 headingsPASS
- H1 UAF Home
- H2 Where will your journey take the world?
- H2 From accounting to Yup’ik language and culture.
- H2 A place to find yourself.
- H2 Include everyone in the journey.
- H2 What — and who — we’re made of
- H2 Where you'll learn.
- H2 News and events
- H2 Land acknowledgment
A+Alt Text QualityAll 16 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #gsc-i-id1 | text | search | aria-label |
ALink & Button Quality172 links, 7 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.alaska.edu/records/records/c… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.websitepolicies.com/cookie-c… | Powered by WebsitePolicies | new tab | Add '(opens in new tab)' to text |
| https://ecampus.uaf.edu/ | UAF eCampus | new tab | Add '(opens in new tab)' to text |
| /aurora/index.php | Aurora magazine: Winter 2025 | new tab | Add '(opens in new tab)' to text |
| https://www.usda.gov/ | U.S. Department of Agriculture… | new tab | Add '(opens in new tab)' to text |
| https://www.nifa.usda.gov/ | National Institute of Food and… | new tab | Add '(opens in new tab)' to text |
| https://www.alaska.edu/webaccessibility/ | notice of web accessibility | new tab | Add '(opens in new tab)' to text |
| https://www.alaska.edu/records/records/c… | Privacy Statement | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.alaska.edu/records/records/compliance/gdpr/ua-privacy-statement/; https://www.websitepolicies.com/cookie-consent-banner-generator; https://ecampus.uaf.edu/; /aurora/index.php; https://www.usda.gov/; https://www.nifa.usda.gov/; https://www.alaska.edu/webaccessibility/; https://www.alaska.edu/records/records/compliance/gdpr/ua-privacy-statement/
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+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 27 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.