Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2kool2 committed Sep 13, 2016
1 parent 4f0a12e commit 9c1c150
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -77,7 +77,7 @@ <h1>FAQ using <abbr title="Accessible Rich Internet Applications">ARIA</abbr> ro

<h2>How it works</h2>

<p>Takes a <code>dl</code> list and wraps each of its <code>dt</code> content with a <code>button</code>. The <code>dt</code> is targeted by the <code>data-pab</code> attribute which has the value of the <code>id</code> of the <code>dd</code> to show or hide.</p>
<p>Takes a <code>dl</code> list and wraps each <code>dt</code> content with a <code>button</code>. The <code>dt</code> is targeted by the <code>data-pab</code> attribute which has the value of the <code>id</code> of the <code>dd</code> to show or hide.</p>

<p>Adding the data attribute <code>data-pab-expand</code> to a <code>dt</code> will expand a <code>dd</code> on page-load.</p>

Expand All @@ -91,11 +91,11 @@ <h2>How it works</h2>
</main>


<!--

<script src=js/accessible-faq.1.0.min.js></script>
-->
<!-- -->
<!--
<script src=js/accessible-faq.1.0.js></script>

-->
</body>
</html>
19 changes: 8 additions & 11 deletions js/accessible-faq.1.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c1c150

Please sign in to comment.