-
Notifications
You must be signed in to change notification settings - Fork 355
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
Draft disclosure (show/hide) design pattern #9
Comments
From @jnurthen on July 8, 2015 16:28 Agree - we will get this done. |
Work on this can be done in the details branch. |
modified aria-practices.html: In the design pattern section, added a subsection placeholder for the disclosure (show/hide) design pattern with a link to issue #9.
modified disclosure pattern section of aria-practices.html: * Add outline of disclosure pattern. * Draft keyboard subsection content. * Add links to roles/properties that need to be described. * Add links to disclosure example pages.
The disclosure design pattern in master
This should now be a simple one for someone to pickup and complete. Takers?? |
@mcking65 what is your question? Does this need review? Or maybe a code example? |
@MichielBijl |
A disclosure is a button for showing and hiding a single container. You could think of a simple accordion as a set of 2 or more disclosures where each button is also wrapped in a heading. If you read through the accordion pattern, you'll also find accordions can have a variety of features that make the set into an integrated component. Additionally, the collapsed state of each panel may show considerably more than just the expand/collapse control. |
@mcking65 Thank you. The question has been resolved. |
For issue #9, made minor editorial revisions to the description text.
This work is now complete and the review process has been started in issue 493. |
From @stevefaulkner on May 25, 2015 13:31
expand/collapse or disclosure pattern is common on the web (HTML native UI is details/summary), but there is no design pattern. Suggest adding one
a few examples:
http://thepaciellogroup.github.io/disclosure-button/
http://codepen.io/stevef/pen/jiCBE
http://webcloud.se/jQuery-Collapse/
Copied from original issue: w3c/aria#61
The text was updated successfully, but these errors were encountered: