[Webkit-unassigned] [Bug 191746] New: AX: Nothing announced when following links targeting text inputs or textareas
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 16 06:15:09 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191746
Bug ID: 191746
Summary: AX: Nothing announced when following links targeting
text inputs or textareas
Product: WebKit
Version: Safari 12
Hardware: iPhone / iPad
OS: iOS 12
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: oliver.byford at digital.cabinet-office.gov.uk
CC: webkit-bug-importer at group.apple.com
Created attachment 355051
--> https://bugs.webkit.org/attachment.cgi?id=355051&action=review
Reduced test case
Given the following markup:
<a href="#textinput">Link to input type="text"</a><br>
<a href="#textarea">Link to textarea</a>
<br><br>
<label for="textinput">Label for text input</label><br>
<span id="textinput-description">Description for text input</span><br>
<input id="textinput" type="text" aria-describedby="textinput-description" value="Foo">
<br><br>
<label for="textarea">Label for textarea</label><br>
<span id="textarea-description">Description for textarea</span><br>
<textarea id="textarea" name="textarea" rows="10" cols="50" aria-describedby="textarea-description">Bar</textarea>
Focus the link to each input type and activate it by double-tapping.
For the link to input type="text":
Expected behaviour:
Voiceover should announce the same context that it announces when focusing the field by swiping through the document, including the label, field type, current value, and any description:
"Label for text input, text field, foo. Description for text input. Double-tap to edit"
Actual behaviour:
The VO cursor moves to the target input, but nothing is announced.
For the link to textarea:
Voiceover should announce the same context that it announces when focusing the field by swiping through the document, including the label, field type, current value, and any description:
"Label for textarea, multi-line text field, bar. Description for textarea. Double-tap to edit"
Actual behaviour:
The VO cursor moves to the target input, but nothing is announced.
Tested in iOS 12.1 (16B92) on an iPhone X (A1901)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181116/5852334a/attachment-0001.html>
More information about the webkit-unassigned
mailing list