E-mail List Archives
Thread: known VO bug re radio buttons?
Number of posts in this thread: 4 (In chronological order)
From: Jennison Mark Asuncion
Date: Thu, Dec 10 2015 1:01PM
Subject: known VO bug re radio buttons?
No previous message | Next message →
Hi,
Sorry if this has come up here already, is it a known bug (or
something folks have experienced) in where VO on the Mac and on the
iPhone incorrectly reports the number of radio buttons in a group? If
so, any solutions that have worked for folks?
Jennison
From: Birkir R. Gunnarsson
Date: Thu, Dec 10 2015 1:21PM
Subject: Re: known VO bug re radio buttons?
← Previous message | Next message →
Hi
Are you using a fieldset for the radiobuttons, or the ARIA group role?
If you are using role="group" and the radiobutton group container is a
<ul> have you put role="presentation" on every <li> tag?
)if not, Vo will say "1 of 1" for each radiobutton).
On 12/10/15, Jennison Mark Asuncion < = EMAIL ADDRESS REMOVED = > wrote:
> Hi,
>
> Sorry if this has come up here already, is it a known bug (or
> something folks have experienced) in where VO on the Mac and on the
> iPhone incorrectly reports the number of radio buttons in a group? If
> so, any solutions that have worked for folks?
>
> Jennison
> > > > >
--
Work hard. Have fun. Make history.
From: Bryan Garaventa
Date: Thu, Dec 10 2015 3:14PM
Subject: Re: known VO bug re radio buttons?
← Previous message | Next message →
This one has been around for a while, and I've heard suggestions to use aria-posinset + aria-setsize to explicitly set the radio 'X of Y' information in the accessibility tree.
I recommend filing a bug with Apple however, since this really should be reflected properly.
From: Sailesh Panchang
Date: Fri, Dec 11 2015 7:46AM
Subject: Re: known VO bug re radio buttons?
← Previous message | No next message
With iOS I do not experience this for radio buttons grouped using
fieldset-legend or role=group or role=radiogroup.
For the first two see:
http://mars.dequecloud.com/demo/aria-group.htm
For role=radiogroup, see:
http://mars.dequecloud.com/demo/form-markup.htm#tech7
When the above methods are used to group radio buttons / checkboxes,
a list may not be needed as a container IMO.
Thanks,
Sailesh Panchang
On 12/10/15, Bryan Garaventa < = EMAIL ADDRESS REMOVED = > wrote:
> This one has been around for a while, and I've heard suggestions to use
> aria-posinset + aria-setsize to explicitly set the radio 'X of Y'
> information in the accessibility tree.
>
> I recommend filing a bug with Apple however, since this really should be
> reflected properly.
>
>
>