-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adds accordions ACT first draft #16
Conversation
|
||
## Rule Description | ||
|
||
The accordion consists of a number of collapsed sections, each with a button to expand that section's content. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must it be a button? (assuming you mean an HTML <BUTTON> ELEMENT)
### Expectation 6 | ||
|
||
Each accordion item control has content, preferably text, that describes the content that it controls. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any guidance on cognitive accessibility for control content: Must be conceptually clear and distinct from other control "labels" (are they labels?) for example?
### Expectation 8 | ||
|
||
When the accordion item control is activated the value of its `aria-expanded` attribute is toggled between `true` and `false`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear to me how Expectation 8 is different from Expectation 7.
act/accordions.md
Outdated
|
||
Last modified: 2020-10-04 | ||
|
||
## Glossary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still wanting to add a "References" section to these. Is that allowed under ACT formatting?
No description provided.