Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction6 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
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
BLink & Button Quality2 issue(s) across 42 links and 7 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ibm.com/events/think?lnk=hpp… | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| https://skillsbuild.org/adult-learners?l… | Start shaping tomorrow | new tab | Add '(opens in new tab)' to text |
| https://skillsbuild.org/college-students… | Begin your success journey | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.ibm.com/events/think?lnk=hpprus&utm_id=PBushp;
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
Add '(opens in new tab)' to link text or aria-label.
https://skillsbuild.org/adult-learners?lnk=hptr2us/?utm_source=ibm.com&utm_campaign=ibmus&utm_medium=organic; https://skillsbuild.org/college-students?lnk=hptr1us/?utm_source=ibm.com&utm_campaign=ibmus&utm_medium=organic
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding11 icon(s) detectedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h2 Enterprise technolog… | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| h2 Training for what's … | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| h2 Stay connected | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| h3 US Open | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| h3 Pfizer | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| h3 UFC | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| h3 Scuderia Ferrari HP | 4.21:1 | 3.0:1 | #000000 | #1564F8 | Pass |
| title IBM | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| span What's new | 5.96:1 | 4.5:1 | #000000 | #86898B | Pass |
| c4d-masthead-profile-item My IBM | 5.73:1 | 4.5:1 | #000000 | #7E878B | Pass |
| c4d-masthead-profile-item Log in | 5.73:1 | 4.5:1 | #000000 | #7E878B | Pass |
| span Think 2026 is almost… | 5.73:1 | 4.5:1 | #000000 | #7E878B | Pass |
| span Explore the session … | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| span Turn data into engag… | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| p For 30 years, IBM ha… | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| span Explore the Masters … | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| span Let's create smarter… | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| c4d-link-list-heading Latest News | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| p First-Ever ‘Master… | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | Pass |
| p IBM Announces Strate… | 6.16:1 | 4.5:1 | #000000 | #8B8B8B | 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.
BLighthouse Accessibility AuditsScore 80/100 — 6 failing, 27 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore the Masters experience
Let's create smarter business div.cds--col-lg-6 > div > div#mbox-leadspace_cta > c4d-button-group.leadspace-expanded__action |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore the Masters experience div#mbox-leadspace_cta > c4d-button-group.leadspace-expanded__action > a > c4d-button-group-item |
Let's create smarter business div#mbox-leadspace_cta > c4d-button-group.leadspace-expanded__action > a > c4d-button-group-item |
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
c4d-masthead-container > c4d-masthead > c4d-masthead-global-bar > div.earth-language-icon c4d-masthead-container > c4d-masthead > c4d-masthead-global-bar > div.earth-language-icon |
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.
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 |
|---|
Pause div.c4d--video-player__video-container > button.c4d--video-player__toggle-playback |
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.
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 |
|---|
Recommended for you div#table-of-contents-b422012d4b > div#mbox-tg1-tg > div.cds--col > h5.expressive-heading-02 |
Professional training c4d-cta-block.title-plus-3-items-layout > c4d-cta-block-item-row > c4d-cta-block-item > c4d-content-item-heading |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
nav.c4d--legal-nav > div.c4d--legal-nav__list > ul nav.c4d--legal-nav > div.c4d--legal-nav__list > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
AHeading Hierarchy10 headings, 1 skip(s)PASS
- H1 Turn data into engagement
- H5 Recommended for you skipped
- H2 Smarter business. Real impact.
- H3 US Open
- H3 Pfizer
- H3 UFC
- H3 Scuderia Ferrari HP
- H2 Enterprise technology
- H2 Training for what's next
- H2 Stay connected
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