AVT- All content must reside within a WAI-ARIA landmark or labelled region role.

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Summary

All content must reside within a WAI-ARIA landmark or labelled region role to facilitate page navigation by screen reader users.

Steps to reproduce

GitLab->Kubernetes-> Add Kubernetes cluster

What is the expected correct behavior?

All content must reside within a WAI-ARIA landmark or labelled region role to facilitate page navigation by screen reader users.

Possible fixes

Places a WAI-ARIA region role on the element containing the content and labels the region with an aria-label property.

For example:

  <div role="region" aria-label="Realtime message log">
       None of the standard WAI-ARIA landmarks are appropriate for the content in this area, so marking it with a region role...
  </div>

Relevant screenshots

gitlab-ce~2677490

@sharonchen @carmacleod

Edited by 🤖 GitLab Bot 🤖