ARIA landmark role with aria-hidden set to true are also shown when user lists out the landmarks regions. ( While using JAWS: Jaws key + CTRL + ;)
Example:
<div role="region" aria-label="tools menu" aria-hidden="true">....</div>
Which is displayed only on a click of a button "Tools menu"
My question is,
- Is there a way such that this is not displayed when user lists out landmark roles?
- Jaws didn't announce that particular region is hidden when I got into that using landmark role. What could have gone wrong? i am using Jaws 12.0
- Is it working as expected?