Skip to content

Commit

Permalink
Disclosure Pattern: Editorial Revision of Description
Browse files Browse the repository at this point in the history
For issue #9, made minor editorial revisions to the description text.
  • Loading branch information
mcking65 committed Oct 24, 2017
1 parent 87643a7 commit 6c4d6f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,11 @@ <h3>Dialog (Non-Modal)</h3>

<section class="widget" id="disclosure">
<h3>Disclosure (Show/Hide)</h3>
<p>A disclosure button is a <a href="#button">button</a> that hides or shows content on a page. It is often styled as a typical push button with a right pointing arrow or triangle to hint that activating the button will display the content. When the content is made visible the arrow or triangle typically changes to point down.</p>
<p>
A disclosure is a <a href="#button">button</a> that controls visibility of a section of content.
When the controlled conted is hidden, it is often styled as a typical push button with a right pointing arrow or triangle to hint that activating the button will display additional content.
When the content is visible, the arrow or triangle typically points down.
</p>

<section class="notoc">
<h4>Examples</h4>
Expand Down

0 comments on commit 6c4d6f0

Please sign in to comment.