-
Notifications
You must be signed in to change notification settings - Fork 363
Page - update examples to provide aria-label/labelledby to page sections #10173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@thatblindgeye I went through the discussion. From what I understand is that we need to add patternfly-react/packages/react-core/src/components/Page/examples/PageCenteredSection.tsx Lines 71 to 82 in 4ea82f7
Currently I have not gone through all examples to see where |
Instances where |
Describe the enhancement or change
Examples where the page section component is being used (with the
<section>
element) should be updated to provide an aria-labelledby (if a visible text heading exists in the section) or aria-label (if no visible text heading exists). Context can be found in the following comment chain: patternfly/patternfly-org#3880 (comment)Completing thia and the React counterpart will go towards adding in verbiage from the following commit in the Page a11y docs
Is this request originating from a Red Hat product team? If so, which ones and is there any sort of deadline for this enhancement?
Any other information?
The text was updated successfully, but these errors were encountered: