Skip to content

Commit

Permalink
Read Me First section: Change Example Button Code
Browse files Browse the repository at this point in the history
Made change to button label suggested by @devarshipant in issue #482.
  • Loading branch information
mcking65 committed Oct 22, 2017
1 parent 297e5f7 commit 2b5da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h3>No ARIA is better than Bad ARIA</h3>
<h4>Principal 1: A role is a promise</h4>
<p>This code:</p>
<pre><code>
&lt;div role=&quot;button&quot;&gt;Press Me&lt;/div&gt;
&lt;div role=&quot;button&quot;&gt;Place Order&lt;/div&gt;
</code> </pre>
<p>
Is a promise that the author of that <code>&lt;div&gt;</code> has also incorporated JavaScript that provides the keyboard interactions expected for a button.
Expand Down

0 comments on commit 2b5da2e

Please sign in to comment.