Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
progress bars, live region?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David Bolter  
View profile  
 More options Oct 20 2008, 1:45 pm
From: David Bolter <david.bol...@gmail.com>
Date: Mon, 20 Oct 2008 10:45:27 -0700 (PDT)
Local: Mon, Oct 20 2008 1:45 pm
Subject: progress bars, live region?
In dijit we implemented progress bars such that the element that held
the aria-valuenow was in the tab order (tabindex='0')... so that
screen readers would work.

Is live region support there for this now? Should we implement, for
example, progress bars as live regions? I'm wondering, since I want to
tackle jquery's progress bar, and am unsure which route to take.

Thoughts?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Bolter  
View profile  
 More options Oct 20 2008, 1:54 pm
From: David Bolter <david.bol...@gmail.com>
Date: Mon, 20 Oct 2008 10:54:08 -0700 (PDT)
Local: Mon, Oct 20 2008 1:54 pm
Subject: Re: progress bars, live region?
Perhaps a better question is: are widgets ever good candidates for
aria live region markup?  I'm sort of embarrassed I don't know the
answer. I'll go through the docs again unless someone answers this
first...

D

On Oct 20, 1:45 pm, David Bolter <david.bol...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Leventhal  
View profile  
 More options Oct 20 2008, 2:57 pm
From: Aaron Leventhal <aa...@moonset.net>
Date: Mon, 20 Oct 2008 20:57:01 +0200
Local: Mon, Oct 20 2008 2:57 pm
Subject: Re: progress bars, live region?
You shouldn't use either live region markup or tabindex for a
progressbar. They're never focusable normally and shouldn't be on the
web either.
Also, just the fact that they are a progressbar with a value is enough
semantics to do the right thing.
Just use:
<span role="progressbar" aria-valuemin="0" aria-valuemax="100"
aria-valuenow="[xxx]">Progress bar stuff here</span>

- Aaron

On 10/20/2008 7:54 PM, David Bolter wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Bolter  
View profile  
 More options Oct 20 2008, 3:22 pm
From: David Bolter <david.bol...@gmail.com>
Date: Mon, 20 Oct 2008 12:22:47 -0700 (PDT)
Local: Mon, Oct 20 2008 3:22 pm
Subject: Re: progress bars, live region?
Thanks Aaron, I was hoping you would answer :)

How does a screen reader user discover them?

D

On Oct 20, 2:57 pm, Aaron Leventhal <aa...@moonset.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Teh  
View profile  
 More options Oct 20 2008, 4:44 pm
From: James Teh <ja...@jantrid.net>
Date: Tue, 21 Oct 2008 06:44:20 +1000
Local: Mon, Oct 20 2008 4:44 pm
Subject: Re: progress bars, live region?
On 21/10/2008 5:22 AM, David Bolter wrote:
> How does a screen reader user discover them?

NVDA reacts to value change events on progress bars. Do value change
events get fired correctly for progress bars when the aria value changes?

NVDA is also an interesting use case because we generally beep on
progress bar updates rather than speaking them, although speaking is an
option. Thus, a progress bar as a live region would be a very bad thing
for most NVDA users.

Jamie

--
James Teh
Email: ja...@jantrid.net
WWW: http://www.jantrid.net/
MSN Messenger: ja...@jantrid.net
Jabber: j...@jabber.org
Yahoo: jcs_teh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Leventhal  
View profile  
 More options Oct 20 2008, 7:00 pm
From: Aaron Leventhal <aa...@moonset.net>
Date: Tue, 21 Oct 2008 01:00:36 +0200
Local: Mon, Oct 20 2008 7:00 pm
Subject: Re: progress bars, live region?
Hi David, from the value change events.

- Aaron

On 10/20/2008 9:22 PM, David Bolter wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Bolter  
View profile  
 More options Oct 20 2008, 9:24 pm
From: David Bolter <david.bol...@gmail.com>
Date: Mon, 20 Oct 2008 18:24:01 -0700 (PDT)
Local: Mon, Oct 20 2008 9:24 pm
Subject: Re: progress bars, live region?
Thanks James (and Aaron).

I'm so pleased every time I hear of NVDA's features. You guys are
doing an awesome job.

D

On Oct 20, 4:44 pm, James Teh <ja...@jantrid.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pratik Patel  
View profile  
 More options Oct 21 2008, 7:49 am
From: "Pratik Patel" <prati...@gmail.com>
Date: Tue, 21 Oct 2008 07:49:41 -0400
Local: Tues, Oct 21 2008 7:49 am
Subject: RE: progress bars, live region?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Bolter  
View profile  
 More options Oct 21 2008, 9:56 am
From: David Bolter <david.bol...@gmail.com>
Date: Tue, 21 Oct 2008 06:56:22 -0700 (PDT)
Local: Tues, Oct 21 2008 9:56 am
Subject: Re: progress bars, live region?
Thanks Pratik.

I agree that a sonifying a progress bar is the way to go. What does
NVDA do with an indeterminate progress bar? There are some interesting
examples of this... like when there is a little region of the screen
that says "loading...", or "sending...". They seem to me to be sort of
like live regions, but are sort of like indeterminate progress bars.

I'll go with progress bar, thanks everyone!

cheers,
David

On Oct 21, 7:49 am, "Pratik Patel" <prati...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Teh  
View profile  
 More options Nov 5 2008, 10:49 am
From: James Teh <ja...@jantrid.net>
Date: Thu, 06 Nov 2008 01:49:12 +1000
Local: Wed, Nov 5 2008 10:49 am
Subject: Re: progress bars, live region?
On 21/10/2008 11:56 PM, David Bolter wrote:
> What does
> NVDA do with an indeterminate progress bar? There are some interesting
> examples of this... like when there is a little region of the screen
> that says "loading...", or "sending...".

Are these actually classed as progress bars? I thought a progress bar
was always a moving bar, but I guess there are some that just have an
indeterminate animation which indicates they are working. NVDA doesn't
currently handle this; we always assume a progress bar will give us a
percentage value. Are there use cases for this?

> They seem to me to be sort of
> like live regions, but are sort of like indeterminate progress bars.

Live regions would certainly be one way to do this.

--
James Teh
Email/MSN Messenger/Jabber: ja...@jantrid.net
Web site: http://www.jantrid.net/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Leventhal  
View profile  
 More options Nov 5 2008, 11:33 am
From: Aaron Leventhal <aa...@moonset.net>
Date: Wed, 05 Nov 2008 17:33:55 +0100
Local: Wed, Nov 5 2008 11:33 am
Subject: Re: [free-aria] Re: progress bars, live region?
Yes. inderterminate progress bars are common. A typical example would be
when you can't yet know the size of the data being loaded over the
network You just know that progress is being made. Perhaps after
connection and data starts to transfer, the size is determined and it's
no longer indeterminate.

We need to handle this case. It's part of the ARIA spec that
aria-valuenow is not required for a progress meter. It will be missing
if the progress is indeterminate. Live regions aren't the intended way
to do it, so if the ARIA spec doesn't currently do a good job here we
need to look at that.

- Aaron

On 11/5/2008 4:49 PM, James Teh wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Bolter  
View profile  
 More options Nov 5 2008, 11:37 am
From: David Bolter <david.bol...@gmail.com>
Date: Wed, 5 Nov 2008 08:37:41 -0800 (PST)
Local: Wed, Nov 5 2008 11:37 am
Subject: Re: progress bars, live region?
Hi James,

There are examples of indeterminate progress bars here:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/test_P...

As Aaron says, the lack of a value-now signifies indeterminate-ness
(for now).

cheers,
David

On Nov 5, 10:49 am, James Teh <ja...@jantrid.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott González  
View profile  
 More options Nov 5 2008, 1:07 pm
From: "Scott González" <scott.gonza...@gmail.com>
Date: Wed, 5 Nov 2008 13:07:00 -0500
Subject: Re: [free-aria] Re: progress bars, live region?

A few more examples: http://jqueryui.pbwiki.com/ProgressIndicators

I think it makes sense to not use live regions since it's possible (and
common) for indeterminate progress indicators to be used as loading screens
for content that will be completely static after it loads.

On Wed, Nov 5, 2008 at 11:37 AM, David Bolter <david.bol...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »