Skip to content

Commit

Permalink
Add link to wai-aria spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Jan 31, 2019
1 parent b85bdbb commit 8538c51
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions demo/src/index.tsx
Expand Up @@ -64,8 +64,15 @@ const App = (): JSX.Element => (
<h1>React Accessible Accordion</h1>

<p>
React Component for creating an 'Accordion' that adheres to the WAI
ARIA spec for accessibility.
React Component for creating an 'Accordion' that adheres to the{' '}
<a
href="https://www.w3.org/TR/wai-aria-practices-1.1/#accordion"
target="_BLANK"
rel="noreferrer, nofollow"
>
WAI ARIA spec
</a>{' '}
for accessibility.
</p>

<h2 className="u-margin-top">Default behaviour</h2>
Expand Down

0 comments on commit 8538c51

Please sign in to comment.