Skip to content
Panshi
EN / /
← Services

♿ Accessibility (WCAG) Check

Describe a page/UI or paste its markup and get a heuristic WCAG 2.2 review — each issue tagged with the success criterion, conformance level, who it impacts and a concrete fix.

See the quality — a real example

Sample only · no credits used

Input — pasted UI / markup

Login form: placeholder-only inputs with no <label>; the "Submit" control is a <div> with an onclick; body text is #999 on #fff; a carousel auto-advances with no pause button.

Output — WCAG issues

  • 1.4.3 Contrast (Minimum) · AA — #999 on #fff is 2.85:1, below the 4.5:1 minimum. Hurts low-vision users. Fix: darken body text to ≥ #595959.
  • 4.1.2 Name, Role, Value · A — a <div> "Submit" isn't focusable or announced as a button. Hurts keyboard & screen-reader users. Fix: use a real <button type="submit">.
  • 3.3.2 Labels or Instructions · A — placeholder-only fields vanish on input and aren't reliably read. Fix: add a persistent <label for>.
  • 2.2.2 Pause, Stop, Hide · A — auto-advancing carousel with no control. Fix: add a visible pause/stop button.

Related tools

Design Handoff Spec

Turn a screen description into a developer-ready handoff spec — spacing, type, states, a11y.

Usability Audit

Heuristic audit against Nielsen's 10 — each finding with a heuristic, severity and fix.

UX Research Synthesis

Turn raw interview notes into themes, evidence and prioritized recommendations.

UX Microcopy Pack

Buttons, empty states, errors, tooltips — multiple on-tone variants per slot.