Accessibility Report Manual

This manual provides detailed instructions on how to fill out the accessibility report in the Excel file. Each column in the report is designed to capture specific information about the accessibility issues found during testing.

Columns Overview

1. Issue Nr

  • Purpose: To assign a unique identifier to each accessibility issue.
  • Usage: Start with 1 and increment the number for each new issue. This number will be used for reference throughout the report and discussions.

2. Location

  • Purpose: To specify exactly where the issue occurs on the website.
  • Usage: Provide a clear description of the location, such as the URL of the page and, if applicable, the specific section or element (e.g., “Homepage - Hero Banner” or “Contact Us form - Submit Button”). This helps the PM/customer easily identify where the problem is.

3. Impact

  • Purpose: To categorize the severity of the issue and its effect on users.
  • Usage: Refer to the impact documentation to determine the correct impact level (High, Medium, or Low). Indicate the impact level in this column to help prioritize the issue.

4. Issue

  • Purpose: To describe what is wrong with the element or functionality.
  • Usage: Provide a brief, clear description of the problem. For example, “Submit button is not accessible via keyboard navigation” or “Insufficient color contrast on main navigation links”.

5. WCAG

  • Purpose: To reference the specific WCAG (Web Content Accessibility Guidelines) criterion that the issue violates.
  • Usage: After identifying the issue in the WAVE tool or other testing tools, copy and paste the relevant WCAG guideline(s) into this column. This serves as a technical reference for why the issue needs to be addressed.

6. Notes

  • Purpose: To include any additional information that may be helpful for understanding or resolving the issue.
  • Usage: This field is optional. Use it to provide context, suggestions, or any other relevant details that don’t fit neatly into the other columns. For example, “Issue occurs only in Safari browser” or “Consider using ARIA labels for better screen reader support”.

Example Entry

Issue NrLocationImpactIssueWCAGNotes
1Homepage - Hero BannerHighKeyboard navigation skips hero bannerWCAG 2.1 - 2.1.1: KeyboardAffects all users navigating with keyboard only
2Contact Us - Submit ButtonMediumSubmit button is not focusableWCAG 2.1 - 2.4.7: Focus VisibleOccurs only on mobile devices
3Product Page - Add to Cart ButtonHigh”Add to Cart” button is missing alt textWCAG 2.1 - 1.1.1: Non-text ContentCritical for users relying on screen readers
4Footer - Social Media LinksLowSocial media icons lack descriptive textWCAG 2.1 - 1.1.1: Non-text ContentIcons are decorative but should have alt text
5Blog Page - Read More LinksMedium”Read More” links are not descriptiveWCAG 2.1 - 2.4.4: Link Purpose (In Context)Consider adding context to link text

By following these guidelines, we can ensure that our accessibility reports are clear, consistent, and actionable.