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 208 links and 17 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.SearchButton_searchButton__i9WXW (#166 on page); button.SearchButton_searchButton__i9WXW (#194 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
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 Eventsuche in | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Top-Reiseziele in De… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Beliebte Städte | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Aktivitäten in der … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Seitennavigation | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Eventbrite — entde… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Eventbrite | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Eventbrite | 5.15:1 | 4.5:1 | #000000 | #8A7B71 | Pass |
| span Nach Events suchen | 1.40:1 | 4.5:1 | #000000 | #392111 | Fail |
| span autocomplete | 1.37:1 | 4.5:1 | #000000 | #371F11 | Fail |
| span Meine Tickets abrufe… | 1.32:1 | 4.5:1 | #000000 | #311E11 | Fail |
| span Sign in | 1.37:1 | 4.5:1 | #000000 | #332111 | Fail |
| span Nach Events suchen | 1.23:1 | 4.5:1 | #000000 | #251A10 | Fail |
| span Events erstellen | 1.20:1 | 4.5:1 | #000000 | #211810 | Fail |
| span Lösungen | 1.21:1 | 4.5:1 | #000000 | #22180F | Fail |
| span Lösungen | 1.28:1 | 4.5:1 | #000000 | #2B1C11 | Fail |
| span Event-Ticketverkauf | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Eventmarketing-Platt… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Eventbrite-Werbeanze… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Finanzen | 20.47:1 | 4.5:1 | #000000 | #FCFCFC | 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 Eventsuche in
- H2 Top-Reiseziele in Deutschland
- H2 Beliebte Städte
- H2 Aktivitäten in der Umgebung Luxembourg
- H2 Seitennavigation
A+Alt Text QualityAll 16 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-autocomplete-input | search | Nach Events suchen | for/id |
| #location-autocomplete | text | autocomplete | for/id |
| #locationPicker | text | autocomplete | for/id |
| #global-footer-select | select | Gebietsschema | for/id |
AWeb ManifestPWA-readyPASS
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 28 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
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Wir verwenden Cookies div.column-content > div > div > p#consent-dialog-title |
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 |
|---|
Alle 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 |
|---|
UNIVERSITÉ POPULAIRE - Les éléments de la ville - Cours #4 : Le quartier div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Paris Business, Tech & Entrepreneur Networking Soiree div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
18° Journée Jean Gérard Guillet de Vaccinologie Clinique div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Lire et faire lire : En famille div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Colloque scientifique en hommage à Vincent Spenlehauer div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
I LOVE REGGAETON @ LOFT MAILLOT PARIS - 8TH MAY '26 div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Festival de l'intergénérationnel ✨ div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
10 ans Association Phoenix & Dragons div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Atelier lire et écrire : Personne et communauté div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Conférence : Le Comité Consultatif National d'Ethique, une boussole éthique div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Conférence : L'hospitalité div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Atelier EXPOESIE div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
TRADICIONAL BAILE DEL PEROL div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
The Wide Event 2026 - A Shopify Partner Event for Merchants and Partners div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
#Restitutions : Légiférer pour réparer div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Atelier lire et écrire : Vivre div.Container_root__4i85v > section.EventCardDetails_eventCardDetails__wOVwH > div.Stack_root__1ksk7 > a.EventCardLink_event-card-link__FqfAz |
Lesen Sie unsere Datenschutzbestimmungen div.footer-container > div.bottom-menu-container > div.bottom-menu-item-container > a.bottom-menu-item |