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

Adds accordions ACT first draft #16

Merged
merged 2 commits into from
Nov 13, 2020
Merged

Adds accordions ACT first draft #16

merged 2 commits into from
Nov 13, 2020

Conversation

micmath
Copy link
Contributor

@micmath micmath commented Oct 7, 2020

No description provided.


## Rule Description

The accordion consists of a number of collapsed sections, each with a button to expand that section's content.
Copy link
Contributor Author

@micmath micmath Oct 7, 2020

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)

act/accordions.md Show resolved Hide resolved
act/accordions.md Outdated Show resolved Hide resolved
### Expectation 6

Each accordion item control has content, preferably text, that describes the content that it controls.

Copy link
Contributor Author

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`.

Copy link
Contributor Author

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.


Last modified: 2020-10-04

## Glossary
Copy link
Contributor Author

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?

@micmath micmath mentioned this pull request Oct 7, 2020
@micmath micmath merged commit 4ea1a42 into master Nov 13, 2020
@micmath micmath deleted the act-accordions branch November 13, 2020 11:04
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

Successfully merging this pull request may close these issues.

2 participants