We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Accordion Menu should not face ARIA issues.
Incompatible aria-* attributes and conflicting/breaking roles are set.
aria-*
role
See https://github.com/puzzleYOU/foundation-accordion-menu-example
See https://github.com/puzzleYOU/foundation-accordion-menu-example for a minimal reproducible example with details.
Our mobile shop version is using Foundation accordion menu. This is how we noticed those issues.
We are using foundation in a npm (package.json-based) environment running on Debian.
npm
package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What should happen?
Accordion Menu should not face ARIA issues.
What happens instead?
Incompatible
aria-*
attributes and conflicting/breakingrole
s are set.Possible Solution
See https://github.com/puzzleYOU/foundation-accordion-menu-example
Test Case and/or Steps to Reproduce (for bugs)
See https://github.com/puzzleYOU/foundation-accordion-menu-example for a minimal reproducible example with details.
Context
Our mobile shop version is using Foundation accordion menu. This is how we noticed those issues.
Your Environment
We are using foundation in a
npm
(package.json
-based) environment running on Debian.Checklist
The text was updated successfully, but these errors were encountered: