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.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy19 headingsREVIEW
- H3 Hey, LA listener!
- H4 Patients in ICE custody
- H5 CA lawmakers seek protections for patients
- H4 Masked ICE agents
- H5 Appeals court strikes down CA ban on masked agents
- H4 OC's 'voting dog'
- H5 Woman pleads guilty, faces jail time for stunt
- H4 UC admission
- H5 How more CA students to top UCs impacts taxpayers
- H4 Wildlife crossing
- H5 101 Freeway wildlife crossing to open this winter
- H2 More news
- H3 Want these headlines in your inbox?
- H3 Local news needs you!
- H3 Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
- H3 CicLAvia—West LA
- H3 Night at the Library: A Century of Light
- H3 Wild Card with Rachel Martin LIVE
- H3 Brains On Universe Presents…..Puberty! (The podcast)
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 17 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #gsc-i-id1 | text | buscar | aria-label |
| Email_Address | none | ||
| #monthly-anyh313whfr | radio | Monthly | for/id |
| #one-time-anyh313whfr | radio | One time | for/id |
| #10-anyh313whfr | radio | none | |
| #15-anyh313whfr | radio | none | |
| #30-anyh313whfr | radio | none | |
| #custom-recurs-anyh313whfr | radio | none | |
| amount | text | none | |
| #120-anyh313whfr | radio | none | |
| #180-anyh313whfr | radio | none | |
| #360-anyh313whfr | radio | none | |
| #custom-recurs-anyh313whfr | radio | none | |
| amount | text | none | |
| Email_Address | none | ||
| #g-recaptcha-response-100000 | textarea | (none) | none |
| #g-recaptcha-response-100001 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100001">
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
CLink & Button QualityAction15 issue(s) across 282 links and 54 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://support.laist.com/radio/default?… | Become a sustainer | new tab | Add '(opens in new tab)' to text |
| https://support.laist.com/radio/default?… | Make a one-time gift | new tab | Add '(opens in new tab)' to text |
| https://support.laist.com/radio/ccupdate | Update your credit card | new tab | Add '(opens in new tab)' to text |
| https://legacy.laist.com/give-from-your-… | Make an IRA charitable donatio… | new tab | Add '(opens in new tab)' to text |
| https://laist.myplannedgift.org/ | Include LAist in your will | new tab | Add '(opens in new tab)' to text |
| https://gala.laist.com | Annual Gala | new tab | Add '(opens in new tab)' to text |
| https://sponsorship.laist.com | Corporate sponsorship | new tab | Add '(opens in new tab)' to text |
| https://support.laist.com/radio/default?… | Become a sustainer | new tab | Add '(opens in new tab)' to text |
| https://support.laist.com/radio/default?… | Make a one-time gift | new tab | Add '(opens in new tab)' to text |
| https://support.laist.com/radio/ccupdate | Update your credit card | new tab | Add '(opens in new tab)' to text |
| https://legacy.laist.com/give-from-your-… | Make an IRA charitable donatio… | new tab | Add '(opens in new tab)' to text |
| https://laist.myplannedgift.org/ | Include LAist in your will | new tab | Add '(opens in new tab)' to text |
| https://gala.laist.com | Annual Gala | new tab | Add '(opens in new tab)' to text |
| https://sponsorship.laist.com | Corporate sponsorship | new tab | Add '(opens in new tab)' to text |
| https://support.laist.com/radio/default?… | Donate | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/us/app/laist/id29… | Apple Store logo | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Google play logo | new tab | Add '(opens in new tab)' to text |
| https://laist.com/shows/all-things-consi… | null | new tab | Add '(opens in new tab)' to text |
| https://laist.com/shows/all-things-consi… | All Things Considered | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@LAistOfficial/s… | OUR CHANNEL | new tab | Add '(opens in new tab)' to text |
| https://laist.com/news/los-angeles-activ… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Olympics More 28 Tickets Will Be Released | |||
| https://laist.com/news/los-angeles-activ… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: How Do You Pronounce Jacaranda | |||
| https://laist.com/news/la-mayor-2026-rac… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: La Mayor 2026 Race Candidate Questions | |||
| https://laist.com/news/climate-environme… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Santa Monica Dunes Combat Rising Sea Levels | |||
| https://laist.com/news/adelanto-immigran… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Adelanto Immigrant Detention Ice Concentration Camp Andrea Pitzer | |||
| https://laist.com/news/education/early-c… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: California Botanic Garden Children Space | |||
| https://laist.com/news/arts-and-entertai… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Bob Baker Marionette Theater Los Angeles Puppet Highland Park Building Purchase Rent | |||
| https://laist.com/news/la-olympic-games-… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: La Olympic Games Ca Deal No Sign Off Lose Money | |||
| https://laist.com/news/climate-environme… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Jackie Shadow Chicks Naming Contest Big Bear Bald Eagle Nest | |||
| https://laist.com/news/los-angeles-activ… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: A Queer Latin Dance Studio Oc Opens To Dance The World Away | |||
| https://laist.com/news/iran-attacks-ship… | Iran attacks ships in Hormuz S… | img no alt | Add alt attribute to the image |
| https://laist.com/news/as-the-us-iran-ce… | Trump extends U.S. ceasefire w… | img no alt | Add alt attribute to the image |
| https://laist.com/news/peace-talks-are-i… | Peace talks are in doubt as th… | img no alt | Add alt attribute to the image |
| https://laist.com/news/politics/trumps-l… | Trump's labor secretary resign… | img no alt | Add alt attribute to the image |
| https://laist.com/events/go-fact-yoursel… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Go Fact Yourself Live 042526 | |||
| https://laist.com/events/ciclavia-west-l… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Ciclavia West La | |||
| https://laist.com/events/night-at-the-li… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Night At The Library A Century Of Light | |||
| https://laist.com/events/wild-card-with-… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Wild Card With Rachel Martin Live | |||
| https://laist.com/events/brains-on-unive… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Brains On Universe Presents Puberty The Podcast | |||
| https://podcasts.apple.com/us/podcast/16… | Apple | new tab | Add '(opens in new tab)' to text |
| https://open.spotify.com/show/4Fv0zds0Kn… | Spotify | new tab | Add '(opens in new tab)' to text |
| https://laist.com/news/los-angeles-activ… | LAist.com | new tab | Add '(opens in new tab)' to text |
| http://shopify.com/paradise | SHOPIFY.COM/paradise | new tab | Add '(opens in new tab)' to text |
| https://podcasts.apple.com/us/podcast/16… | Apple | new tab | Add '(opens in new tab)' to text |
| https://open.spotify.com/show/4Fv0zds0Kn… | Spotify | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/laistofficial | Visit us on instagram | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@laistofficial | Visit us on tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@LAistOfficial | Visit us on youtube | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/laist.com | Visit us on bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.threads.com/@laistofficial | Visit us on threads | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/laistofficial | Visit us on facebook | new tab | Add '(opens in new tab)' to text |
| https://sponsorship.laist.com/ | Sponsorship | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://laist.com/news/los-angeles-activities/olympics-more-28-tickets-will-b… ("Learn More"); https://laist.com/news/los-angeles-activities/how-do-you-pronounce-jacaranda ("Learn More"); https://laist.com/news/la-mayor-2026-race-candidate-questions ("Learn More"); https://laist.com/news/climate-environment/santa-monica-dunes-combat-rising-s… ("Learn More"); https://laist.com/news/adelanto-immigrant-detention-ice-concentration-camp-an… ("Learn More"); https://laist.com/news/education/early-childhood-education-pre-k/california-b… ("Learn More"); https://laist.com/news/arts-and-entertainment/bob-baker-marionette-theater-lo… ("Learn More"); https://laist.com/news/la-olympic-games-ca-deal-no-sign-off-lose-money ("Learn More"); https://laist.com/news/climate-environment/jackie-shadow-chicks-naming-contes… ("Learn More"); https://laist.com/news/los-angeles-activities/a-queer-latin-dance-studio-oc-o… ("Learn More") (+5 more)
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://support.laist.com/radio/default?amount=15&recurs=monthly&ms=sustainer…; https://support.laist.com/radio/default?amount=180&recurs=one-time&ms=one-tim…; https://support.laist.com/radio/ccupdate; https://legacy.laist.com/give-from-your-ira; https://laist.myplannedgift.org/; https://gala.laist.com; https://sponsorship.laist.com; https://support.laist.com/radio/default?amount=15&recurs=monthly&ms=sustainer…; https://support.laist.com/radio/default?amount=180&recurs=one-time&ms=one-tim…; https://support.laist.com/radio/ccupdate (+23 more)
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 85/100 — 5 failing, 25 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td.gsc-search-button > button.gsc-search-button tbody > tr > td.gsc-search-button > button.gsc-search-button |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Patients in ICE custody
CA lawmakers seek protections for patients
6 minutes ag… div.BriefListCarousel-container > ps-list-carousel.BriefListCarousel > div.BriefListCarousel-items-container > ul.BriefListCarousel-items |
SAT, APR 25
Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
On A… main.HomePage-main > ps-list-carousel.EventList-Carousel > div.EventList-Carousel-container > ul.EventList-Carousel-items |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Patients in ICE custody
CA lawmakers seek protections for patients
6 minutes ago ul.BriefListCarousel-items > div.flickity-viewport > div.flickity-slider > li.BriefListCarousel-items-item |
SAT, APR 25
Go Fact Yourself LIVE with Meaghan Rath and Hrishikesh Hirway
On A… ul.EventList-Carousel-items > div.flickity-viewport > div.flickity-slider > li.EventList-Carousel-items-item |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
LOGIN div.Page-header-hamburger-menu-wrapper > ps-login-module.LoginModule > div.LoginModule-login-button > button.ButtonAltB |
LOGIN ps-login-module.LoginModule > div.LoginModule-login-button > button.ButtonAltB > a |
DONATE div.Page-header-content > div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-donate-button |
DONATE div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-donate-button > a.Link |
LEARN MORE ps-video-carousel-slide.VideoModuleCarousel-video > div.VideoModuleCarousel-video-cta > button.EventPromo-Carousel-cta > a.Link |
LEARN MORE ps-promo.EventPromo-Carousel > div.EventPromo-Carousel-contents > button.EventPromo-Carousel-cta > a.Link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LISTEN div.Page-header-content > div.Page-header-content-inner > div.Page-header-top-bar > button.Page-header-play-stream |
Patients in ICE custody
CA lawmakers seek protections for patients li.BriefListCarousel-items-item > ps-promo.BriefPromoCarousel > div.BriefPromoCarousel-content > a.Link |
AAlt Text Quality1 of 66 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
| too long | 27 image(s) |
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 |
|---|---|---|---|---|---|
| h2 More news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hey, LA listener! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Want these headlines… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Local news needs you… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Local and national n… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Sponsored message | 13.90:1 | 4.5:1 | #000000 | #FECC32 | Pass |
| div Logged in as | 13.90:1 | 4.5:1 | #000000 | #FECC32 | Pass |
| a Login | 13.90:1 | 4.5:1 | #000000 | #FECC33 | Pass |
| button Logout | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Brief | 15.93:1 | 4.5:1 | #000000 | #FDD6E5 | Pass |
| span News | 15.96:1 | 4.5:1 | #000000 | #FDD7DF | Pass |
| a Housing & Homelessne… | 16.04:1 | 4.5:1 | #000000 | #FED8D9 | Pass |
| a Arts & Entertainment | 15.97:1 | 4.5:1 | #000000 | #FED8D2 | Pass |
| a Food | 16.39:1 | 4.5:1 | #000000 | #FEDCD3 | Pass |
| a Orange County News | 16.96:1 | 4.5:1 | #000000 | #FEE1D6 | Pass |
| a Climate & Environmen… | 17.40:1 | 4.5:1 | #000000 | #FDE5DA | Pass |
| a Civics & Democracy | 17.99:1 | 4.5:1 | #000000 | #FDEADD | Pass |
| a Education | 18.56:1 | 4.5:1 | #000000 | #FCEFE0 | Pass |
| a Transportation & Mob… | 19.07:1 | 4.5:1 | #000000 | #FCF3E3 | Pass |
| a Explore LA | 19.42:1 | 4.5:1 | #000000 | #FBF6E5 | 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.