Blekline targets WCAG 2.2 Level AA for the control plane web app and hosted documentation at app.blekline.com/docs.
Scope
| Surface | Standard | Notes |
|---|---|---|
| Public docs | WCAG 2.2 AA | Markdown docs, navigation, search |
| Auth & choose-path | WCAG 2.2 AA | Signup, plan selection, OAuth |
| Authenticated dashboard | WCAG 2.2 AA | Four deployment shells (local, hosted, fleet, in-VPC) |
| Browser extension | Best effort | Follows host IDE accessibility; not a standalone web app |
Engineering practices
- Semantic headings and landmarks on dashboard shells
- Keyboard-operable command palette and primary CTAs
aria-liveon async status (enforcement, posture sync)- Automated axe checks in CI on public shell routes (choose-path, plans, deploy guides)
- Muted text uses
#8a8a8aminimum on#000000for 4.5:1 body contrast
Procurement questionnaire (short answer)
Blekline’s SaaS control plane and public documentation target WCAG 2.2 Level AA. We run automated accessibility regression tests on critical user paths and remediate serious/critical violations before release. Client-side IDE integrations inherit host accessibility where applicable; cluster-sidecar components are API/CLI-first. Contact enterprise@blekline.com for VPAT or audit evidence under NDA.
Known limits
- Third-party OAuth provider pages (Google, GitHub, LinkedIn) are outside Blekline’s control
- Some data visualizations (usage heatmap) use color plus numeric labels; full non-color-only charts are on the roadmap
- VS Code / Cursor native UI is governed by the IDE vendor