Closed GoogleCodeExporter closed 9 years ago
I have noticed that currently EZ Access reads buttons like this:
"[Label] [Value], button"
Where [Label] is supplied by a <label> element or aria-label attribute.
And where [Value] is either the content of the <button> tag or the value
attribute.
There are some pros and cons with this behavior:
Pro: If the [Value] changes but the [Label] is consistent, then the
"status/[Value]" of the button is always provided.
Con: This is not how other screen readers seem to behave. The [Label]
completely replaces the [Value] in the few I have tried.
Whatever we decide is the proper reading, <input type="image" /> should be
consistent with other buttons.
Original comment by jbjor...@gmail.com
on 9 May 2013 at 3:32
I think for the sake of keeping it consistent with other input tags etc., it
should not overwrite. Other tags (data-ez-sayalt or others) provide this
functionality.
Additionally, if the button doesn't have a value (an image or something) the
label would 'take its place'.
My argument is don't overwrite for consistency.
Original comment by aeharding
on 24 May 2013 at 12:40
Agreed
Original comment by jbjor...@gmail.com
on 28 May 2013 at 4:15
Original issue reported on code.google.com by
jbjor...@gmail.com
on 9 May 2013 at 3:12