Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, bare pageFIX
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 61 links and 18 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| https://clerk.lacity.gov/calendar | Meetings & Agendas | new tab | Add '(opens in new tab)' to text |
| https://forms.gle/aQRM4zimUbdzRFeP7 | Submit Feedback | new tab | Add '(opens in new tab)' to text |
| https://forms.gle/zaBSVa2Q7n6WEn2B8 | Submit Feedback About LACity.g… | new tab | Add '(opens in new tab)' to text |
| https://disclaimer.lacity.gov/accessibil… | Accessibility Statement | new tab | Add '(opens in new tab)' to text |
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://clerk.lacity.gov/calendar; https://forms.gle/aQRM4zimUbdzRFeP7; https://forms.gle/zaBSVa2Q7n6WEn2B8; https://disclaimer.lacity.gov/accessibility.htm
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 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 Home | 1.30:1 | 3.0:1 | #000000 | #212121 | Fail |
| h2 City of Los Angeles | 1.30:1 | 3.0:1 | #000000 | #212121 | Fail |
| h2 Quick Links | 1.30:1 | 3.0:1 | #000000 | #212121 | Fail |
| h2 Connect With Us | 1.30:1 | 3.0:1 | #000000 | #212121 | Fail |
| title Home | City of Los A… | 1.41:1 | 4.5:1 | #000000 | #0F2940 | Fail |
| a Skip to main content | 5.09:1 | 4.5:1 | #000000 | #6F7F8C | Pass |
| p The Official Website… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Global Bar | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a City Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a City Directory | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a RESIDENTS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a BUSINESS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a VISITORS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a JOBS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a GOVERNMENT | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span TRANSLATE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ACCESSIBILITY | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a SEARCH | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a RESIDENTS | 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.
BLighthouse Accessibility AuditsScore 84/100 — 4 failing, 23 passedREVIEW
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6
7
8
9 div.view-content > div.slick > div#slick-c16266b9fd9 > ul.slick-dots |
1
2
3 div.paragraph > div.slick > div#slick-37b77a661d4 > ul.slick-dots |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Search div.clearfix > p > a.px-3 > span.fa-solid |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Open this option div.clearfix > main#content > section.section > a#main-content |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Search div.content > div.clearfix > p > a.px-3 |
These items highlight common accessibility best practices.
ALandmark Structure13 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
A+Heading Hierarchy5 headingsPASS
- H1 Home
- H2 News
- H2 City of Los Angeles
- H2 Quick Links
- H2 Connect With Us
A+Alt Text QualityAll 13 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keys | search | Search | for/id |
| #edit-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="edit-submit">
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