Skip to content

Commit

Permalink
docs(jsbin): updating to ally.js v1.1.0 via jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Mar 17, 2016
1 parent f0f5858 commit a0dfbc5
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/api/element/disabled.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1><code>ally.element.disabled</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var button = document.getElementById('toggle-disabled');
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-children.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2>Fixed Behavior</h2>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
ally.fix.pointerFocusChildren({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-input.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Fixed Behavior</h2>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
ally.fix.pointerFocusInput({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-parent.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Fixed Behavior</h2>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
ally.fix.pointerFocusParent({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/maintain/disabled.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1><code>ally.maintain.disabled</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var handle;
Expand Down
2 changes: 1 addition & 1 deletion docs/api/maintain/hidden.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1><code>ally.maintain.hidden</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var handle;
Expand Down
4 changes: 2 additions & 2 deletions docs/api/maintain/tab-focus.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>ally.maintain.hidden Example</title>
<link rel="jsbin" href="">
<link rel="jsbin" href="https://jsbin.com/keyazuh/">
<style id="example-css">
:disabled,
[data-ally-disabled] {
Expand Down Expand Up @@ -44,7 +44,7 @@ <h1><code>ally.maintain.tabFocus</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var handle;
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/first-tabbable.example-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.firstTabbable</code> ignoring autofocus Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var element = ally.query.firstTabbable({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/first-tabbable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.firstTabbable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var element = ally.query.firstTabbable({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/focusable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.focusable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
ally.query.focusable().forEach(function(element) {
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/tabbable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.tabbable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
ally.query.tabbable().forEach(function(element) {
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/tabsequence.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1><code>ally.query.tabsequence</code> Example</h1>
<h2>Tab Sequence</h2>
<ol id="output"></ol>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var sequence = ally.query.tabsequence({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/style/focus-source.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1><code>ally.style.focusSource</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var buttonPass = document.getElementById('focus-pass');
Expand Down
2 changes: 1 addition & 1 deletion docs/api/style/focus-within.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1><code>ally.style.focusWithin</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var handle = ally.style.focusWithin();
Expand Down
2 changes: 1 addition & 1 deletion docs/api/when/focusable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1><code>ally.when.focusable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var button = document.getElementById('activate');
Expand Down
2 changes: 1 addition & 1 deletion docs/api/when/key.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1><code>ally.when.key</code> Example</h1>

</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
ally.when.key({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/when/visible-area.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1><code>ally.when.visibleArea</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
var button = document.getElementById('activate');
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Example documents must follow the following general structure.
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
${example_script}
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/dialog.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 id="dialog-title">Name Entry</h1>
</div>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.0.1/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.1.0/ally.min.js"></script>

<script id="example-js">
// Grab the elements we need to interact with
Expand Down

0 comments on commit a0dfbc5

Please sign in to comment.