Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction2 issue(s) across 197 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.x.com/eventbritehelp | X | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/Eventbrite | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/eventbr… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/eventbrite | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@eventbrite | TikTok | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.x.com/eventbritehelp; https://www.facebook.com/Eventbrite; https://www.linkedin.com/company/eventbrite; https://www.instagram.com/eventbrite; https://www.tiktok.com/@eventbrite
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
BFavicon & Branding14 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Browsing events in | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Top destinations in … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular cities | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Things to do around … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Site Navigation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Eventbrite - Discove… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Eventbrite | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Eventbrite | 5.20:1 | 4.5:1 | #000000 | #8A7C70 | Pass |
| span Find my tickets | 1.39:1 | 4.5:1 | #000000 | #382111 | Fail |
| span Sign in | 1.38:1 | 4.5:1 | #000000 | #372010 | Fail |
| span Find Events | 1.32:1 | 4.5:1 | #000000 | #311E11 | Fail |
| span Create Events | 1.35:1 | 4.5:1 | #000000 | #32200F | Fail |
| span Solutions | 1.23:1 | 4.5:1 | #000000 | #241A10 | Fail |
| button Solutions | 1.21:1 | 4.5:1 | #000000 | #21190F | Fail |
| span Event Ticketing | 1.21:1 | 4.5:1 | #000000 | #201911 | Fail |
| span Event Marketing Plat… | 1.28:1 | 4.5:1 | #000000 | #2B1C11 | Fail |
| span Eventbrite Ads | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Payments | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Industry | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Industry | 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.
ALandmark Structure5 landmarksPASS
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
A+Heading Hierarchy5 headingsPASS
- H1 Browsing events in
- H2 Top destinations in United States
- H2 Popular cities
- H2 Things to do around Santa Clara
- H2 Site Navigation
A+Alt Text QualityAll 17 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-autocomplete-input | search | Search events | for/id |
| #location-autocomplete | text | autocomplete | for/id |
| #locationPicker | text | autocomplete | for/id |
| #global-footer-select | select | Locale | for/id |
A404 Error PageHTTP 404, custom pagePASS
AWeb ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 29 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.
ARIA
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All div.BrowseContainer_horizontalGutters__CyFk1 > div.Tabs_root__l58ms > div.Tabs_list__l58ms > button#radix-:R1lpm:-trigger-all |
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.
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 |
|---|
FREE SAN JOSE Homeowner World Cup Roadshow div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Santa Clara Career Fair div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Santa Clara Career Fair div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
A Conversation and Book Signing with Joy Harjo div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
10th Annual Stanford Drug Discovery Symposium (SDDS) div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
2026 Apr 11 AZAZIE Sunnyvale Pop-up - Free Tickets Available div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
San Jose, CA- Little Mania Mini Wrestling @ Club Rodeo Rio div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Les Play House Festival: San Jose (ALMOST SOLD OUT) div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Gujjubhai in Exchange Offer div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
[VOLUNTEER OPPORTUNITY] ArtNow 2026 Awards Ceremony div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Connect with Clay! Monthly Artist-led Air-Dry Clay Workshops div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Internet Identity Workshop IIWXLII #42 2026A div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Startup Fundamentals 3: Understanding the "Terms" in Term Sheets div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Succulents in Bloom - Spring Succulent Workshop at Hayes Mansion div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Silicon Valley Healthtech Summit: Life Sciences, Devices, Medtech, Digital div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Adults and Teens (14+) Learn to Ride Class (VTA) div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |