Nav eval > Ultimate progress bar ARIA
Problem
The progress bar in the Ultimate trial is missing aria-label
. Additionally, the progress percent (10%) doesn't seem to align with the day counter text ratio (5/30). (This is not using GlProgressBar
)
Solution
Consider one of the following options:
- Use
aria-labelledby
that references the day counter. Anid
would have to be added to that counter. - Add
aria-hidden="true"
to effectively hide the progress bar and rely only on the existing "Ultimate trial day 5/30" text as-is. This may be a better route initially if it's more complex to align the progress percentage with the day count.
Edited by Jeremy Elder