1. Auditing a Marketing Signup Page
Frontend DeveloperBackground
A new promotional landing page was built quickly, and the team needs to ensure visually impaired users can navigate the signup form.
Problem
Identifying missing labels and broken heading structures before the campaign launches.
How to use
Paste the page's HTML into the input, select the VoiceOver preset, and enable 'Show Fix Suggestions'.
{
"preset": "VoiceOver",
"includeLandmarkSummary": true,
"showFixSuggestions": true
}Outcome
The report reveals that the email input lacks an associated <label> and the submit button is empty, providing immediate fix suggestions to add aria-label attributes.