umbraco / Umbraco-CMS.Accessibility.Issues

6 stars 1 forks source link

Add user - Skipped heading level(s) #69

Closed umbrabot closed 1 year ago

umbrabot commented 2 years ago

Steps to replicate:

  1. Navigate to 'Users' section
  2. Add a new user
  3. Missing required information
  4. Skipped heading level - H1 to H3 (no H2)

Issue: Heading hierarchy: Headings should have a clear hierarchy with nested headings

Why it matters: Headings provide document structure and facilitate keyboard navigation by users of assistive technology. These users may be confused or experience difficulty navigating when heading levels are skipped.

How to fix: Restructure the document headings to ensure that heading levels are not skipped.

W3 reference: https://www.w3.org/WAI/WCAG21/Understanding/headings-and-labels.html Note: this is not a direct violation of the WCAG but should be addressed for accessibility

KarlButler1 commented 1 year ago

I've created a PR to resolve this issue here: https://github.com/umbraco/Umbraco-CMS/pull/13087

tiffy74 commented 1 year ago

Thanks @KarlButler1 :)