You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web-padawan
changed the title
VoiceOver announces label and suffix's aria-label with each value change
[time-picker] VoiceOver announces label and suffix's aria-label with each value change
May 28, 2021
Tested https://cdn.vaadin.com/vaadin-time-picker/2.1.0-alpha2/demo/#time-picker-basic-demos with VoiceOver on Chrome and Safari.
Focus the first
vaadin-time-picker
and tab through the values with theArrow Up
andArrow Down
keys. each value change, VoiceOver will announce:Formula:
<value>
<label>
<bullet>
*<aria-label>
.*Only on Safari.
Compare that to the "Step"
vaadin-combo-box
in the same demo which only announces the value which IMO is the expected result.The text was updated successfully, but these errors were encountered: