Skip to content
New issue

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

JAWs error #44

Open
bkardell opened this issue Jun 24, 2016 · 1 comment
Open

JAWs error #44

bkardell opened this issue Jun 24, 2016 · 1 comment

Comments

@bkardell
Copy link
Owner

It would appear that in both of the prollyfill implementations, at some point we introduced something where IE11 + JAWs is reading "remove this panel" for the panel titles in panelsets instead of their actual titles. This 'element' is display none and aria hidden while the actual title is neither. I am at a loss for why this is happening and I'm not seeing it in other things like chromevox... Thoughts?

@bkardell
Copy link
Owner Author

Slack feedback from @stevefaulkner, including it here for completeness...

the difference between panel and panelset is that you have role=tab on focusable element in panelset, it picks up children text nodes as tab name, for acc name calc it doesn't matter that button is hidden. 2 things you can do/try to fix 1. use aria-labelledby to explicitly reference paneltitle as acc name, also change button name from title to aria-label, these 2 things fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant