Skip to content

Commit

Permalink
Accordion Design Pattern: Revise Description
Browse files Browse the repository at this point in the history
Modified the accordion design pattern section of aria-practices.html.
Per feedback from @Decrepidos, made changes proposed and reviewed in issue #501.
  • Loading branch information
mcking65 committed Nov 27, 2017
1 parent 13bdfe9 commit a6dd28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ <h2>Design Patterns and Widgets</h2>
<section class="widget" id="accordion">
<h3>Accordion (Sections With Show/Hide Functionality)</h3>
<p>
An accordion is a vertically stacked set of elements, such as labels or thumbnails, that allow the user to toggle the display of sections of content.
Each labeling element can be expanded or collapsed to reveal or hide its associated content.
An accordion is a vertically stacked set of interactive headings that each contain a title, content snippet, or thumbnail representing a section of content.
The headings function as controls that enable users to reveal or hide their associated sections of content.
Accordions are commonly used to reduce the need to scroll when presenting multiple sections of content on a single page.
</p>
<p>Terms for understanding accordions include:</p>
Expand Down

0 comments on commit a6dd28d

Please sign in to comment.