NEW 191742
AX: Legend not announced when following a link to an input within a fieldset using Ctrl-Option-Space
https://bugs.webkit.org/show_bug.cgi?id=191742
Summary AX: Legend not announced when following a link to an input within a fieldset ...
Oliver Byford
Reported 2018-11-16 04:14:49 PST
Created attachment 355039 [details] Reduced test case Given the following markup: <a href="#input">Link to input</a> <fieldset aria-describedby="fieldset-description"> <legend>Legend for multiple inputs</legend> <span id="fieldset-description"> Description for multiple inputs </span> <label for="input"> Label for input </label> <input id="input" name="input"> </fieldset> Focus the 'link to input' and use the Ctrl-Option-Space key to follow the link, as instructed. Expected behaviour: Voiceover should announce the same things that it announces when following the link using the Enter key, including the legend: "Label for input, edit text, Legend for multiple inputs, group. Description for multiple inputs, You are currently on a text field. To enter text in this field, type" (The legend is actually announced twice in Safari 12, but this appears to be fixed in Safari Technology Preview release 70) Actual behaviour: Voiceover does not include the legend as part of the announcement, although it does include the description associated using aria-describedby: "Label for input, edit text. Description for multiple inputs, You are currently on a text field. To enter text in this field, type"
Attachments
Reduced test case (475 bytes, text/html)
2018-11-16 04:14 PST, Oliver Byford
no flags
Radar WebKit Bug Importer
Comment 1 2018-11-16 04:15:23 PST
chris fleizach
Comment 2 2018-11-18 09:32:24 PST
(In reply to Radar WebKit Bug Importer from comment #1) > <rdar://problem/46124317> This looks like it's a VoiceOver bug. We will send to the right team, but we may have to close this one because the fix probably won't happen inWebKit
Oliver Byford
Comment 3 2018-11-19 01:13:09 PST
Thanks Chris. Out of interest, is there a 'rule of thumb' as to when bugs should be filed against Webkit here and when they should be filed in Radar?
chris fleizach
Comment 4 2018-11-19 07:37:43 PST
(In reply to Oliver Byford from comment #3) > Thanks Chris. > > Out of interest, is there a 'rule of thumb' as to when bugs should be filed > against Webkit here and when they should be filed in Radar? Nope it’s usually not clear where the problem lies until we look into it
Note You need to log in before you can comment on or make changes to this bug.