[OUDS] fix(download app page): Improve accessibility#3337
Open
[OUDS] fix(download app page): Improve accessibility#3337
Conversation
…onents and utilities
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
vprothais
approved these changes
Feb 6, 2026
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types of change
Related issues
Closes #3330
Context & Motivation
Improve accessibility (after Vincent Aniort review) and enhance use of components and utilities
Description
Fix some accessibility issues:
aria-labelledbypointing toward nothing => it is pointing to the SVG title (first tag inside the<svg>. It works well with NVDA and Talkback) Is it allright to keep it that way @Aniort?rem(the image is not so big in 200% text zoom so it seems ok to enlarge it)aria-hiddenfor the whole carousel => ok,aria-hiddenadded plusalttexts on images removedSome other enhancements:
xmlns="http://www.w3.org/2000/svg", since it is already set in the first<svg>tag, and the other are pointing on ithxl-md-iconby a correct one (decorative-xlarge-icon)bl-md-iconby a correct one (decorative-medium-icon)widthandheightattributes since they are set by icon size utilities classesbtn-largeclassme-2xsmallon icons inside buttonsChecklists
Checklist (for Core Team only)
Progression (for Core Team only)
ouds/mainfollowing conventional commitLive previews