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
When you access a details element with VoiceOver in iOS 10 or iOS 11, it doesn't announce that it can be expanded when it also has the ARIA role "group".
Although the group role is the default implicit role of the details element [http://w3c.github.io/html/interactive-elements.html#elementdef-details] and it is recommended not to use it in such a case [http://w3c.github.io/html/dom.html#do-not-set], it should also not make the element behave any differently.
Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=180865
Date: 2017-12-15
Reported by: Anika Henke
Related to: alphagov/govuk_elements#573
Overview
When you access a details element with VoiceOver in iOS 10 or iOS 11, it doesn't announce that it can be expanded when it also has the ARIA role "group".
Although the group role is the default implicit role of the details element [http://w3c.github.io/html/interactive-elements.html#elementdef-details] and it is recommended not to use it in such a case [http://w3c.github.io/html/dom.html#do-not-set], it should also not make the element behave any differently.
Steps to reproduce
Actual result
VoiceOver says "Open this".
Expected result
VoiceOver should say "Open this, collapsed" like it does in the second example (which doesn't include the group role).
The text was updated successfully, but these errors were encountered: