<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:cfleizach@apple.com" title="chris fleizach <cfleizach@apple.com>"> <span class="fn">chris fleizach</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: voiceover does not read contents of input role="spinbutton""
href="https://bugs.webkit.org/show_bug.cgi?id=162137">bug 162137</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>cfleizach@apple.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: voiceover does not read contents of input role="spinbutton""
href="https://bugs.webkit.org/show_bug.cgi?id=162137#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - AX: voiceover does not read contents of input role="spinbutton""
href="https://bugs.webkit.org/show_bug.cgi?id=162137">bug 162137</a>
from <span class="vcard"><a class="email" href="mailto:cfleizach@apple.com" title="chris fleizach <cfleizach@apple.com>"> <span class="fn">chris fleizach</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=162137#c0">comment #0</a>)
<span class="quote">> <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 <a href="https://jqueryui.com/spinner/">https://jqueryui.com/spinner/</a> 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
> <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - AX: input role="spinbutton" gets skipped in voiceover"
href="show_bug.cgi?id=145514">Bug 145514</a> - AX: input role="spinbutton" gets skipped in voiceover</span >
From
<a href="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">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>
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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>