Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dz committed Apr 20, 2015
1 parent 982c1c6 commit bf7a5d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ <h1>Aria Tips</h1>

<ul>
<li>
<pre><code class="html">&lt;button aria-describedby="tooltip-bottom" aria-label="ctrl+o"&gt;hover me ↓&lt;/button&gt;
<pre><code class="html">&lt;button aria-describedby="tooltip-bottom" data-accesskey="ctrl+o"&gt;hover me ↓&lt;/button&gt;
&lt;p role="tooltip" id="tooltip-bottom" data-tooltip-direction="bottom" aria-hidden="true"&gt;this is the hover description in a tooltip :]&lt;/p&gt;</code></pre>
<button aria-describedby="tooltip-bottom" aria-label="ctrl+o">hover me ↓</button>
<button aria-describedby="tooltip-bottom" data-accesskey="ctrl+o">hover me ↓</button>
<p role="tooltip" id="tooltip-bottom" data-tooltip-direction="bottom" aria-hidden="true">this is the hover description in a tooltip :]</p>
</li>
<li>
Expand All @@ -55,7 +55,7 @@ <h1>Aria Tips</h1>
</li>
<li>
<pre><code class="html">&lt;div aria-describedby="tooltip-bottom" aria-label="ctrl+y"&gt;this one uses the same tip as the first-one&lt;/div&gt;</code></pre>
<div aria-describedby="tooltip-bottom" aria-label="ctrl+y">this one uses the same tip as the first-one</div>
<div aria-describedby="tooltip-bottom" aria-label="ctrl+y">this one uses the same tip as the first-one<br>(and declares a shortcut using <code>aria-label</code>, which is deprecated but still supported)</div>
</li>
<li>
<pre><code class="html">&lt;div aria-describedby="tooltip-left" data-tooltip-direction="top"&gt;this uses the 3rd tip but positionned on top&lt;/div&gt;</code></pre>
Expand All @@ -66,7 +66,7 @@ <h1>Aria Tips</h1>
</div>
</main>

<script src="scripts/test.js" onload="hljs.initHighlightingOnLoad();;"></script>
<script src="scripts/test.js" onload="hljs.initHighlightingOnLoad();"></script>
<script src="lib/aria-tips.js" onload="AriaTips.bind();"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion dist/lib/aria-tips.css

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

2 changes: 1 addition & 1 deletion dist/lib/aria-tips.js

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

Loading

0 comments on commit bf7a5d0

Please sign in to comment.