Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

AusGov official website accordion issues with IOS voiceover #626

Open
sukhrajghuman opened this issue Jul 18, 2019 · 0 comments
Open

AusGov official website accordion issues with IOS voiceover #626

sukhrajghuman opened this issue Jul 18, 2019 · 0 comments
Labels
accessibility Issue or pull request related to accessibility. good first issue A good issue to work on first.

Comments

@sukhrajghuman
Copy link
Contributor

Thank you @Decrepidos for raising this, we will investigate.

The 'Australian Government official website' disclosure widget, when expanded, the next swipe moves me to the MENU button.

I believe this is caused by the method used to collapse / expand by changing the CSS height from 0 to auto; which seems to be tied into the display block / none somehow. If this CSS is turned off the disclosure breaks.

.js .au-accordion__body.au-accordion--closed {
display: none;
height: 0;
}
.js .au-accordion__body.au-accordion--open {
display: block;
height: auto;
}

@sukhrajghuman sukhrajghuman added the accessibility Issue or pull request related to accessibility. label Jul 18, 2019
@sukhrajghuman sukhrajghuman added the good first issue A good issue to work on first. label Jul 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Issue or pull request related to accessibility. good first issue A good issue to work on first.
Projects
None yet
Development

No branches or pull requests

1 participant