[Webkit-unassigned] [Bug 162137] AX: voiceover does not read contents of input role="spinbutton"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 18 15:02:27 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162137

chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cfleizach at apple.com

--- Comment #2 from chris fleizach <cfleizach at apple.com> ---
(In reply to comment #0)
> <input type="text" role="spinbutton" value="5"/> the value doesn't get read
> when you tap on it in voiceover mode.
> <input type=text" value="5"/> does.
> 
> Go to https://jqueryui.com/spinner/ and you see that the input can get
> focus, but the number in the input doesn't get read when you focus to it in
> voiceover mode.
> 
> related bug
> Bug 145514 - AX: input role="spinbutton" gets skipped in voiceover

From

https://www.w3.org/WAI/GL/wiki/Using_WAI-ARIA_range_attributes_for_range_widgets_such_as_progressbar,_scrollbar,_slider,_and_spinbutton#Example_1:_A_spinbutton

A widget with role spinbutton lets a user enter a value from within a given range. The spinbutton shows the current value and presents controls to allow the user to increase and decrease the value.

The maximum and minimum values are represented by aria-valuemax, aria-valuemin, and the current value by aria-valuenow.
-------------

If you used aria-valuenow it looks like this works. the value is being returned in this case

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160918/856e0375/attachment.html>


More information about the webkit-unassigned mailing list