Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction19 issue(s) across 197 links and 24 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cta.tech/about/ | About CTA | new tab | Add '(opens in new tab)' to text |
| https://www.cta.tech/membership/ | Membership | new tab | Add '(opens in new tab)' to text |
| https://www.cta.tech/resources/ | CTA Resources | new tab | Add '(opens in new tab)' to text |
| https://members.cta.tech/cta-membership-… | Join CTA | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.cta.tech/membership/cta-matc… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Cta Match | |||
| https://www.cta.tech/press-releases/cta-… | CTA Unveils Speaker Lineup for… | new tab | Add '(opens in new tab)' to text |
| https://www.cta.tech/press-releases/cta-… | CTA Praises FCC Selection of N… | new tab | Add '(opens in new tab)' to text |
| https://www.cta.tech/press-releases/ces-… | CES on the Hill Brings the Fu… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/CES | Facebook. Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| http://www.youtube.com/user/cesonthetube | Youtube. Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/ces/ | Instagram. Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://x.com/ces | X. Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/showcase/109875… | Linkedin. Opens in a new tab | new tab | Add '(opens in new tab)' to text |
| https://www.ces.tech/Privacy/Cookie-Poli… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Cookie Policy.Aspx | |||
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#top-of-form-anchor-5886975; a#field-anchor-171413420; a#field-anchor-171413422; a#field-anchor-171413424; a#field-anchor-171413428; a#field-anchor-171413430; a#field-anchor-171413437; a#field-anchor-171413443; a#field-anchor-171413445; a#field-anchor-171413503 (+2 more)
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
Generic link text like 'click here' doesn't describe the destination.
https://www.cta.tech/membership/cta-match/ (""); https://www.ces.tech/Privacy/Cookie-Policy.aspx ("Read 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://www.cta.tech/about/; https://www.cta.tech/membership/; https://www.cta.tech/resources/; https://members.cta.tech/cta-membership-application; https://www.cta.tech/press-releases/cta-unveils-speaker-lineup-for-healthfutu…; https://www.cta.tech/press-releases/cta-praises-fcc-selection-of-new-lead-adm…; https://www.cta.tech/press-releases/ces-on-the-hill-brings-the-future-of-tech…; https://www.facebook.com/CES; http://www.youtube.com/user/cesonthetube; https://www.instagram.com/ces/ (+2 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.inline-flex (#461 on page); button.inline-flex (#533 on page); button.inline-flex (#589 on page); button.inline-flex (#648 on page); button.inline-flex (#736 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
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality2 of 29 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BFavicon & Branding7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 Mobile Navigation | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h1 The Global Stage for… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h1 Contact Sales | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 Secondary Navigation | 1.41:1 | 3.0:1 | #000000 | #1E2254 | Fail |
| h2 Primary Navigation | 1.35:1 | 3.0:1 | #000000 | #131F53 | Fail |
| h2 Primary Mobile Navig… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 CES 2026 Highlights | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 Who Was There? | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 Exhibit at CES 2027 | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 CES Innovation Award… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 Featured Content | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 CTA is Pushing Techn… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 Latest Releases | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h2 Footer | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 Why Attend | 1.37:1 | 3.0:1 | #000000 | #1B2050 | Fail |
| h3 Attendee Types | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 Featured Guides | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 Your Guide to CES St… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 A Sample Itinerary f… | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | Pass |
| h3 CES 2026 Attendance … | 18.59:1 | 3.0:1 | #000000 | #F1F1F1 | 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 Structure22 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 Hierarchy98 headingsPASS
- H2 Secondary Navigation
- H2 Primary Navigation
- H3 Why Attend
- H3 Attendee Types
- H3 Featured Guides
- H3 Your Guide to CES Stages
- H3 A Sample Itinerary for Media and Creators
- H3 CES 2026 Attendance Audit
- H3 Why Exhibit
- H3 Plan
- H3 Featured Guides
- H3 Exhibitor Dashboard: Quick 3-Step Guide
- H3 Exhibitor Tool Kit
- H3 Planning Resources
- H3 Travel & Hotels
- H3 Featured Guides
- H3 Sample Itineraries for CES 2026
- H3 Your Essential First-Time CES Experience Guide
- H3 Navigate
- H3 Show Experiences
- H3 Additional Resources
- H3 Featured Topics
- H3 Artificial Intelligence
- H3 Content and Entertainment
- H3 Vehicle Tech and Advanced Mobility
- H3 Content Type
- H3 Featured Content
- H3 Keynote: Lenovo Tech World @ CES
- H3 C Space Keynote: Havas
- H3 AMD Keynote
- H1 Mobile Navigation
- H2 Primary Mobile Navigation
- H3 Attend
- H4 Why Attend
- H4 Attendee Types
- H4 Featured Guides
- H3 Your Guide to CES Stages
- H3 A Sample Itinerary for Media and Creators
- H3 CES 2026 Attendance Audit
- H3 Exhibit
- H4 Why Exhibit
- H4 Plan
- H4 Featured Guides
- H3 Exhibitor Dashboard: Quick 3-Step Guide
- H3 Exhibitor Tool Kit
- H3 Plan Your Visit
- H4 Planning Resources
- H4 Travel & Hotels
- H4 Featured Guides
- H3 Sample Itineraries for CES 2026
- H3 Your Essential First-Time CES Experience Guide
- H3 Explore CES
- H4 Navigate
- H4 Show Experiences
- H4 Additional Resources
- H4 Featured Topics
- H3 Artificial Intelligence
- H3 Content and Entertainment
- H3 Vehicle Tech and Advanced Mobility
- H3 Discover
- H4 Content Type
- H4 Featured Content
- H3 Keynote: Lenovo Tech World @ CES
- H3 C Space Keynote: Havas
- H3 AMD Keynote
- H1 The Global Stage for Innovation duplicate H1
- H2 CES 2026 Highlights
- H3 Robotics in a New Era: Powered by Physical AI
- H3 Digital Health Breakthroughs at CES 2026
- H3 The Future of Advanced Mobility Starts at CES 2026
- H3 Eureka Park 2026: Where Bold Ideas Come to Life
- H2 Who Was There?
- H3 2026 Best of CES Winners, Awarded by CNET Group
- H2 Exhibit at CES 2027
- H3 Don't be left in the past as we shape the future.
- H1 Contact Sales duplicate H1
- H2 CES Innovation Awards®
- H3 ASUS
- H3 HP Inc.
- H3 LG Electronics
- H3 Anker Innovations
- H2 Featured Content
- H3 Building Trust, Measurement and Brand Safety at Scale
- H3 Why CTV Discovery is the Next Big Battleground for Performance Marketing
- H3 Making the Smart Home Simpler, Safer and More Intelligent with AI
- H3 Innovation for Longevity — How Trust and Relevance will Define the Next Decade
- H2 CTA is Pushing Technology Forward
- H2 Latest Releases
- H3 A Runway for Innovation: CES Unveiled Milan
- H3 CTA Unveils Speaker Lineup for HealthFuture Summit 2026, Spotlighting AI’s Role in Everyday Health
- H3 CTA Praises FCC Selection of New Lead Administrator for U.S. Cyber Trust Mark
- H3 CES on the Hill Brings the Future of Technology Directly to Policymakers During Washington’s Biggest Tech Policy Week
- H2 Footer
- H3 CES
- H3 Media
- H3 CTA
- H3 Social Media
- H3 Footer Legal Navigation
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
AForm Accessibility1 of 13 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #field171413420-first | text | First Name | for/id |
| #field171413420-last | text | Last Name | for/id |
| #field171413422 | text | Title* | none |
| #field171413424 | text | Company* | none |
| #field171413428 | Email* | none | |
| #field171413430 | text | Phone Number* | none |
| #field171413437 | select | Country, Region or Territory* | none |
| #field171413443 | text | Website* | none |
| #field171413445_1 | radio | none | |
| #field171413445_2 | radio | none | |
| #field171413503_1 | checkbox | none | |
| #field179739388 | text | TOPIC | none |
| #q | search | (Search sessions, articles, speakers and more) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q" id="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 97/100 — 1 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Read more div#cookiescript_toppart > div#cookiescript_leftpart > div#cookiescript_description > a#cookiescript_readmore |
These are opportunities to improve the legibility of your content.