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
In step 3, after expanding the element , VO should announce 'Summary, expanded'
In step 5, when swiping back to the summary, VO should announce 'Summary, expanded'
Actual result:
In step 3, after expanding the element , VO announces 'Summary, collapsed'
In step 5, when swiping back to the summary, VO announces 'Summary'
This issue does not occur if the summary element is set to display: inline-block or the user-agent default display: list-item.
The text was updated successfully, but these errors were encountered:
Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=230408
Date: 2021-09-17
Reported by: Oliver Byford (@36degrees)
Related to: alphagov/govuk-frontend#2349
Given a details element where the summary is set to
display: inline-block
:Expected result:
In step 3, after expanding the element , VO should announce 'Summary, expanded'
In step 5, when swiping back to the summary, VO should announce 'Summary, expanded'
Actual result:
In step 3, after expanding the element , VO announces 'Summary, collapsed'
In step 5, when swiping back to the summary, VO announces 'Summary'
This issue does not occur if the summary element is set to
display: inline-block
or the user-agent defaultdisplay: list-item
.The text was updated successfully, but these errors were encountered: