Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality8 of 31 images have issuesREVIEW
| Issue | Count |
|---|---|
| filename | 8 image(s) |
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BPWA Depth3 PWA signal(s) surfacedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
6 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 Trusted with Broadca… | 5.57:1 | 3.0:1 | #000000 | #A270BB | Pass |
| h2 Everything a live me… | 6.82:1 | 3.0:1 | #000000 | #B87FBE | Pass |
| h2 Our Products | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h2 Hear From Our Custom… | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h2 Ready To Transform Y… | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h2 We use cookies | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h3 Transport | 3.99:1 | 3.0:1 | #000000 | #8C57A1 | Pass |
| h3 Protect | 4.32:1 | 3.0:1 | #000000 | #915DA6 | Pass |
| h3 Transform | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h3 Monetise | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h3 Monitor | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| h3 tx darwin Solutions | 3.95:1 | 3.0:1 | #000000 | #8C56A0 | Pass |
| title Trusted with Broadca… | 2.13:1 | 4.5:1 | #000000 | #7A017D | Fail |
| button Solutions | 2.13:1 | 4.5:1 | #000000 | #7A017D | Fail |
| button Products | 2.13:1 | 4.5:1 | #000000 | #7A017D | Fail |
| a Support | 4.19:1 | 4.5:1 | #000000 | #8C5BAA | Fail |
| a Events | 2.20:1 | 4.5:1 | #000000 | #7E0080 | Fail |
| button About | 2.20:1 | 4.5:1 | #000000 | #7E0080 | Fail |
| a Contact | 3.22:1 | 4.5:1 | #000000 | #8B3B9E | Fail |
| span → | 4.81:1 | 4.5:1 | #000000 | #9665B3 | 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
AHeading Hierarchy15 headings, 1 skip(s)PASS
- H1 Trusted with Broadcast's Biggest Moments
- H2 Everything a live media workflow needs
- H3 Transport
- H3 Protect
- H3 Transform
- H3 Monetise
- H3 Monitor
- H2 Our Products
- H3 tx darwin Solutions
- H2 Hear From Our Customers
- H2 Ready To Transform Your Broadcast?
- H4 Products skipped
- H4 Resources
- H4 About
- H2 We use cookies
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Heading Text QualityAll 15 heading(s) have substantive, well-formed textPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | Search | aria-label |
ALink & Button Quality30 links, 17 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://landing.techex.co.uk/ibc2026 | Meet us at IBCStand 2.B45 → | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/techex/ | new tab | Add '(opens in new tab)' to text | |
| /privacy | More information | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://landing.techex.co.uk/ibc2026; https://www.linkedin.com/company/techex/; /privacy
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+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 68 visible text node(s) render at >= 12 CSS pixelsPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 25 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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Products div.mx-auto > div.grid > div.flex > h4.font-bold |
These are opportunities to improve keyboard navigation in your application.