SAMPLE ACCESSIBILITY REPORT
From detected issue to verified correction.
See how Evolize documents the affected surface, reproducible evidence, exposure scope, remediation requirements, and verification status.
RISK OVERVIEW
Public-facing accessibility exposure detected.
7 findings were detected across 24 public pages. Two high-severity findings require priority remediation. The selected finding affects a shared checkout component across two pages.
- Public pages inspected
- 24
- Findings detected
- 7
- High severity
- 2
- Current state
- Action required
DETECTED FINDINGS
Findings assessed by severity, reach, and remediation state.
| ID | Severity | Finding | Surface | Reach | State |
|---|---|---|---|---|---|
| F-01 (expanded below) | High | Edit-address control has no accessible name | /checkout | 2 pages | Open |
| F-02 | High | Checkout errors are not announced | /checkout | 2 pages | Open |
| F-03 | Medium | Quantity control lacks visible keyboard focus | /cart | 1 page | Verification pending |
| F-04 | Medium | Document language is not declared | Site-wide | 24 pages | In remediation |
| F-05 | Medium | Search field has no associated label | /search | 1 page | Open |
| F-06 | Low | Heading structure skips a logical level | /products | 1 page | Resolved |
| F-07 | Low | Decorative image has incorrect alternative text | /products | 3 pages | Open |
Edit-address control has no accessible name
- Surface
- /checkout
- Reach
- 2 pages
- State
- Open
- F-02High
Checkout errors are not announced
- Surface
- /checkout
- Reach
- 2 pages
- State
- Open
- F-03Medium
Quantity control lacks visible keyboard focus
- Surface
- /cart
- Reach
- 1 page
- State
- Verification pending
- F-04Medium
Document language is not declared
- Surface
- Site-wide
- Reach
- 24 pages
- State
- In remediation
- F-05Medium
Search field has no associated label
- Surface
- /search
- Reach
- 1 page
- State
- Open
- F-06Low
Heading structure skips a logical level
- Surface
- /products
- Reach
- 1 page
- State
- Resolved
- F-07Low
Decorative image has incorrect alternative text
- Surface
- /products
- Reach
- 3 pages
- State
- Open
FINDING F-01
Edit-address control has no accessible name
- High
- Public checkout flow
- 2 pages
- Shared component
- Deterministic rule match
- Awaiting remediation
Impact and exposure
Assistive technology cannot determine the purpose of the edit control. A screen-reader user may therefore be unable to reliably change the delivery address before completing a purchase.
The issue appears in a public checkout flow and is implemented through a shared component. A single component-level correction should address both affected pages.
Reproducible evidence
Evidence properties
- Affected URL
- /checkout
- Element
- button.icon-only
- Computed role
- Button
- Accessible name
- None detected
- Visible text
- None
- Affected component
- Address editor
- Affected reach
- 2 pages
- Reference
- WCAG 4.1.2 — Name, Role, Value
Remediation
Provide the icon-only edit control with a programmatically determinable accessible name that describes its purpose.
DETECTED IMPLEMENTATION
<button class="icon-only">
<svg aria-hidden="true">…</svg>
</button>SUGGESTED IMPLEMENTATION
<button class="icon-only" aria-label="Edit delivery address">
<svg aria-hidden="true">…</svg>
</button>Verification criteria
- The button exposes an accessible name.
- The name identifies the control's purpose.
- The corrected shared component is present on both affected pages.
- Keyboard and assistive-technology operation remains intact.
- A verification scan no longer reproduces F-01.
Verification
- CompletedFinding detected
- CurrentAwaiting remediationCurrent state
- PendingVerification scanPending correction deployment
- FutureContinuous monitoringBegins after verified resolution
RUN A SCAN
Scan your public website for detectable risk.
Evolize inspects the public website without site installation or access to internal systems.