Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
As Michelle has indicated above, only the over-all progress bar has aria added. However, how should we go about having multiple progress bars output their status at the same time without it being confusing? I suppose the individual ones should only inform of their progress when focused. If this is the case, should the total progress still be announced when an individual one is focused?
Justin Obara May 7, 2010 at 1:08 PM
a11y issue
Michelle D'Souza August 7, 2008 at 4:42 PM
The ARIA status of the individual file progress bars still needs to be updated.
Anastasia Cheetham August 5, 2008 at 6:18 PM
Jacob and I have reviewed this patch, and tweaked it slightly. For the record, I've attached a patch of the change I'll be committing.
David Bolter July 31, 2008 at 9:20 PM
Just a little note to say I'm sort of surprised at the verbosity of aria-valuetext in the patch (I looked at b). I'm not saying it is "wrong", but it seems to me that ARIA should provide another mechanism for telling the user this kind of information. The essence of valuetext is to simply encode valuenow in a text form... e.g. valuenow="5", valuetext="5 fishies". Anyways, please don't change anything... especially if this is making a nice experience for screen reader users.
As Michelle has indicated above, only the over-all progress bar has aria added. However, how should we go about having multiple progress bars output their status at the same time without it being confusing? I suppose the individual ones should only inform of their progress when focused. If this is the case, should the total progress still be announced when an individual one is focused?