umbraco / Umbraco-CMS.Accessibility.Issues

6 stars 1 forks source link

Add user - Error suggestion #67

Closed umbrabot closed 1 year ago

umbrabot commented 2 years ago

Add user - Missing required information - Errors are not suggestive - all identify as "Required"

Steps to replicate:

  1. Navigate to 'Users' section
  2. Add a new user
  3. Submit with missing required information
  4. All identify as "Required"

Issue: Error suggestion: If an input error is automatically detected, guidance for correcting the error must be provided

Why it matters: Providing instructions for correcting input errors helps everyone recover from mistakes, especially people who have learning disabilities. It also helps people with motion impairment by reducing the number of times they need to enter an input value.

How to fix: Provide suggestions for correcting input errors, including allowed values and expected format.

W3 reference: https://www.w3.org/WAI/WCAG21/Understanding/error-suggestion.html

nul800sebastiaan commented 1 year ago

Fixed in https://github.com/umbraco/Umbraco-CMS/pull/13259