We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a guide is launched it sets aria-hidden="true" on all other immediate children of the <body> element. With the delay guides display snippet https://github.com/pendo-io/snippets/blob/master/guides/delayGuide/delayGuideDisplay/delayGuideDisplay.js the guide gets display: none added to it awaiting a timeout. The aria-hidden and display none combine to make a site completely hidden from screen readers until the guide is made visible.
aria-hidden="true"
<body>
display: none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a guide is launched it sets
aria-hidden="true"
on all other immediate children of the<body>
element. With the delay guides display snippet https://github.com/pendo-io/snippets/blob/master/guides/delayGuide/delayGuideDisplay/delayGuideDisplay.js the guide getsdisplay: none
added to it awaiting a timeout. The aria-hidden and display none combine to make a site completely hidden from screen readers until the guide is made visible.The text was updated successfully, but these errors were encountered: