Design review of w3.ibm.com/w3publisher/client-facing-recognition/ibm-tech against IBM Experience Standards, D&UX Scoring Model, and IBM Equal Access / WCAG 2.2 AA. Screenshots captured live via Playwright (Chromium) using authenticated SSO session.
ibm-tech-review/index.html in your playground (2.8 MB). This artifact contains the complete analysis; open the local file for full-resolution screenshots side-by-side.
| ID | Severity | Area | Issue | WCAG / Standard | Recommendation |
|---|---|---|---|---|---|
| F-001 | Critical | Accessibility | No skip navigation link on page | WCAG 2.4.1 | Add <a href="#main" class="skip-link">Skip to main content</a> as first focusable element |
| F-002 | Critical | Semantic HTML | No h1 heading — "IBM Tech" is h2 | WCAG 1.3.1 / IBM | Change page main heading to h1; use h2 for subsections |
| F-003 | High | Accessibility | Icon-only buttons may lack aria-label | WCAG 4.1.2 | Add aria-label to search, settings, expand menu buttons; verify in DOM |
| F-004 | High | Accessibility | "2026 →" and "2025 →" link text not descriptive | WCAG 2.4.6 | Add aria-label: "View IBM Tech 2026 invitees" and "View IBM Tech 2025 invitees" |
| F-005 | High | Accessibility | FAQ accordion aria-expanded state unverified | WCAG 4.1.2 | Confirm aria-expanded toggles true/false on click; verify id/aria-controls linkage |
| F-006 | High | Accessibility | Search inputs lack visible labels | WCAG 1.3.1 | Add visible label element (or at minimum, placeholder text that describes scope) |
| F-007 | High | Performance | Content loading delay on tablet/mobile viewports (SPA rendering) | IBM Exp. Standards | Investigate lazy-loading or SSR; ensure spinner communicates loading state to AT |
| F-008 | Medium | Visual Design | Icon sizes slightly inconsistent across criteria section | Carbon Guidelines | Standardize all criteria icons to 24px using Carbon icon tokens |
| F-009 | Medium | Accessibility | Alt text on icons and images unverified | WCAG 1.1.1 | Audit all <img> elements: decorative → alt=""; informative → descriptive alt text |
| F-010 | Medium | Visual Design | Footer links lack visual grouping | IBM Design Lang. | Group related links (legal group, feedback group) with subtle separators or headings |
| F-011 | Medium | Visual Design | Carbon component usage unconfirmed | Carbon / IBM | DOM inspection required; migrate to Carbon Accordion, Button, and Grid components |
| F-012 | Low | UX | No "Back to top" link for long mobile scroll | UX Best Practice | Add floating back-to-top button visible after scrolling 500px |
| F-013 | Low | UX | Social assets download CTA is a text link, not a button | Carbon / IBM | Use Carbon tertiary Button for "Download the frame" for clearer affordance |
| F-014 | Low | Accessibility | Footer landmark has no aria-label | WCAG Best Practice | Add aria-label="Site footer" to <footer> element |
| Stage | Status | Observations |
|---|---|---|
| Discover | Partial | Value prop clear in intro text; no prominent CTA to "learn more" or "apply" |
| Learn / Try | Medium | Criteria section is informative; FAQ covers key questions; no interactive demo |
| Use | Good | Social assets section helps invitees amplify their recognition; actionable and visual |
| Get Help | Medium | FAQ covers common questions; no live support or chatbot integration observed |
| Manage | N/A | This is an informational page; management flows (nominations) are offsite |
| Expand | N/A | Links to 2025 and 2026 invitees support exploration |
The IBM Tech Recognition page is visually strong — clean IBM Plex typography, consistent IBM blue branding, and a clear logical content structure. The experience works well for its primary use case: informing eligible IBMers about the IBM Tech recognition program.
The two critical accessibility issues (missing skip nav + missing h1) are easily fixed with minor CMS configuration changes. The high-priority ARIA labeling issues require developer attention. Once these are addressed, the page will substantially meet WCAG 2.2 AA requirements.
Long-term, aligning to Carbon Design System components would improve maintainability, ensure design consistency across the IBMer Recognition site family, and provide built-in accessibility that removes the need for individual ARIA audits.