Accessibility Issue Reporting Guide

A comprehensive guide to reporting and managing accessibility issues. This documentation explains each field in detail, provides templates for bulk importing, and introduces our automated risk and impact assessment system to help prioritize remediation efforts.

Risk & Impact Assessment System

Impact Score
Auto-Generated
A measurement (0-100) that quantifies how severely an accessibility issue affects users. Higher values indicate more significant barriers to usability.

How Impact Is Calculated:

  • Based on the specific WCAG success criterion
  • Considers the number of users potentially affected
  • Evaluates the severity of functional limitations caused
  • Accounts for the importance of the affected feature

Impact Scale:

86-100: Critical - Prevents use of core functionality

76-85: Urgent - Significantly hinders important functionality

66-75: Pressing - Causes significant difficulty for users

51-65: Concern - Causes difficulty but has workarounds

26-50: Slight - Minor impediment to user experience

0-25: Low - Minimal impact on user experience

Risk Factor
Auto-Generated
A score (0-100, displayed as 0-10) that assesses the potential legal, financial, and reputational risk associated with not addressing the accessibility issue.

How Risk Is Calculated:

  • Based on the WCAG conformance level (A, AA, AAA)
  • Considers legal requirements in target markets
  • Evaluates potential for complaints or litigation
  • Assesses regulatory compliance implications

Risk Factor Scale:

86-100: Critical - Potential legal liability, significant compliance issue

76-85: Urgent - High risk of complaints, serious non-compliance

66-75: Pressing - Moderate risk, notable compliance concerns

51-65: Concern - Some compliance issues with potential consequences

26-50: Slight - Minor compliance issues with less severe consequences

0-25: Low - Minimal risk, best practice recommendations

Plan-Based Features

Issue Reporting by Plan Type
The accessibility issue reporting features available to you depend on your subscription plan. The paid plan offers more advanced tools for managing and remediating accessibility issues.
Free Plan
  • BasicStandard issue reporting with required fields only
  • LimitedExcel must follow a specific column pattern
  • LimitedMaximum 100 issues per import
  • BasicLimited access to AI features
  • No custom column mapping
Paid Plan
Recommended
  • AdvancedFull issue reporting with all fields
  • CustomCustom column mapping for Excel imports
  • Higher LimitsMore issues per import ( based on plan type)
  • FullAccess to all AI features
  • Combined field mapping (e.g., merge multiple columns)

Excel Import Differences by Plan

Free Plan

  • Fixed column names required
  • Excel must follow a specific pattern
  • No custom mapping
  • Basic validation only
  • Limited to 100 issues per import
  • Limited AI assistance

Paid Plan

  • Flexible column naming
  • Custom column mapping
  • Combine multiple columns into one field
  • Unlimited issues per import
  • Advanced field validation with error reporting
  • Full AI assistance for mapping and validation

Field Descriptions

Location
Required
Indicates where the issue is found within the interface. Use a hierarchical approach (e.g., "Header > Navigation > Dropdown Menu") and include component names and unique identifiers if available.
  • Provide specific area details
  • Maintain a logical structure
  • Reference unique IDs if applicable

Examples:

Good ExamplePoor Example
"Main Navigation - Search Bar""Top"
"Footer - Newsletter Signup""Footer"
Page URL
Required
The complete URL of the page where the issue is observed. Ensure that the URL is valid and includes the protocol (http:// or https://).
  • Include full URL (e.g., https://example.com/page)
  • Do not omit the protocol
  • Double-check for typos
Environment
Required
Describes the browser and operating system where the issue was observed. This helps in replicating and debugging the problem.
  • Include browser name and version
  • Include operating system details
  • Mention device type if relevant

Example: "Chrome 120, Windows 11"

Issue
Required
A clear and concise description of the accessibility issue. Focus on what's not working and how it affects user experience.
  • Describe the problem precisely
  • Indicate which user group is impacted
  • Mention any error messages if applicable

Example: "The search input field lacks an aria-label, making it inaccessible for screen readers."

WCAG
Required
Enter the WCAG success criterion that this issue violates. This field is critical as it determines the automated Impact and Risk Factor scores.

Format: [Principle.Guideline.Success_Criterion] [Name] [(Level)]

Example: "4.1.2 Name, Role, Value (Level A)"

Recommendation
Required
Provide a suggested solution or workaround for the reported issue. This may include code changes, configuration adjustments, or design updates.
  • Explain the fix clearly
  • Include code snippets if applicable
  • Mention any testing or verification steps

Example: "Add a visually hidden label using aria-label to the search field."

Bulk Import Template

Audit File Format
Use this Excel template for bulk importing accessibility issues. The required columns are Location, Page URL, Environment, Issue,WCAG, and Recommendation. Optional fields include Priority, Status, and Notes.
Column NameRequiredFormatExample
LocationRequiredText"Header > Navigation > Search Bar"
Page URLRequiredURLhttps://example.com/home
EnvironmentRequiredText"Chrome 120, Windows 11"
IssueRequiredLong Text"Input field missing aria-label"
WCAGRequiredText"4.1.2 Name, Role, Value (Level A)"
RecommendationRequiredLong Text"Add aria-label to input"
PriorityOptionalHigh/Medium/Low (defaults to None)"High"
StatusOptionalIn Progress / Completed / On Hold / Not Applicable / Not Started (defaults to Not Started)"Not Started"
NotesOptionalLong Text"Tested on multiple devices"

Demo: Logged Issues with Risk & Impact Assessment

Issues Log
Below is a demo of how issues are logged with their automatically calculated Impact and Risk Factor scores. Click on any row to see detailed information about the issue, including remediation recommendations.
LocationPage URLWCAGIssue
Impact
Risk
PriorityStatus
Header > Navigation > Search Barhttps://example.com/home4.1.2 Name, Role, Value (Level A)Search input field lacks proper label causing screen readers to misinterpret its function.
92/100
9/10
HighNot Started
Footer > Newsletter Signuphttps://example.com/contact1.4.3 Contrast (Minimum) (Level AA)Button color contrast is too low making it hard to read for users with low vision.
59/100
8/10
MediumIn progress
Product Page > Details Sectionhttps://example.com/product/1231.3.1 Info and Relationships (Level A)The product details are not announced correctly by screen readers due to missing ARIA roles.
81/100
10/10
HighOn Hold
Showing 3 issues
Impact Score Risk Factor