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.

ILLUSTRATIVE REPORT · NO CUSTOMER DATA

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
Website
northwindgoods.com
Scan type
Accessibility
Coverage
Public website
Report status
Complete
Scan completed
July 22, 2026 · 14:32 UTC
Scan identifier
EV-A11Y-NWG-20260722-001
Detection method
Automated inspection and deterministic rule validation
Last verification
Not yet run

Findings assessed by severity, reach, and remediation state.

Detected findings by identifier, severity, description, affected surface, reach, and remediation state. F-01 is expanded below.
IDSeverityFindingSurfaceReachState
F-01 (expanded below)HighEdit-address control has no accessible name/checkout2 pagesOpen
F-02HighCheckout errors are not announced/checkout2 pagesOpen
F-03MediumQuantity control lacks visible keyboard focus/cart1 pageVerification pending
F-04MediumDocument language is not declaredSite-wide24 pagesIn remediation
F-05MediumSearch field has no associated label/search1 pageOpen
F-06LowHeading structure skips a logical level/products1 pageResolved
F-07LowDecorative image has incorrect alternative text/products3 pagesOpen
  • 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

Edit-address control has no accessible name

HIGH SEVERITYOPEN
Technical severity
High
Exposure context
Public checkout flow
Affected reach
2 pages
Implementation scope
Shared component
Detection basis
Deterministic rule match
Verification state
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

Illustrative reconstruction of the detected checkout control.

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

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>
Suggested owner
Frontend engineering
Implementation scope
Shared address-edit component
Expected reach
Both affected checkout pages
Retest method
Verification scan

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

  1. CompletedFinding detected
  2. CurrentAwaiting remediationCurrent state
  3. PendingVerification scanPending correction deployment
  4. FutureContinuous monitoringBegins after verified resolution

Scan your public website for detectable risk.

Evolize inspects the public website without site installation or access to internal systems.