Skip to content

Commit dbd4bad

Browse files
committed
Simplify pictures folder structure
1 parent f6aab88 commit dbd4bad

16 files changed

+14
-14
lines changed

presentation/index.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ <h3>the problem</h3>
4848
<!-- -->
4949

5050
<section class="slide"><div>
51-
<img src="pictures/sites/jqueryui.png" alt="">
51+
<img src="pictures/jqueryui.png" alt="">
5252
<p><a target=_blank href="https://jqueryui.com">jQuery UI</a></p>
5353
</div></section>
5454

5555
<!-- -->
5656

5757
<section class="slide"><div>
58-
<img src="pictures/sites/webcomponents.png" alt="">
58+
<img src="pictures/webcomponents.png" alt="">
5959
<p><a target=_blank href="https://www.webcomponents.org/">webcomponents.org</a></p>
6060
</div></section>
6161

@@ -189,7 +189,7 @@ <h3>Accessibility Tree</h3>
189189
<!-- -->
190190

191191
<section class="slide"><div>
192-
<img src="pictures/sites/marcozehe-accessibility-apis.png" alt="">
192+
<img src="pictures/marcozehe-accessibility-apis.png" alt="">
193193
<p><a target=_blank href="https://www.marcozehe.de/2013/09/07/why-accessibility-apis-matter/">Marco Zehe: Why accessibility APIs matter</a></p>
194194
</div></section>
195195

@@ -303,7 +303,7 @@ <h2>what is <strong>ARIA</strong>?</h2>
303303
<!-- -->
304304

305305
<section class="slide"><div>
306-
<img src="pictures/sites/w3c-aria.png" alt="">
306+
<img src="pictures/w3c-aria.png" alt="">
307307
<p><a target=_blank href="https://www.w3.org/TR/wai-aria/">W3C - Accessible Rich Internet Applications (WAI-ARIA) 1.1</a></p>
308308
</div></section>
309309

@@ -453,7 +453,7 @@ <h4><strong>no ARIA</strong> is better than <strong>bad ARIA</strong></h4>
453453
<!-- -->
454454

455455
<section class="slide"><div>
456-
<img src="pictures/sites/w3c-aria-authoring-practices.png" alt="">
456+
<img src="pictures/w3c-aria-authoring-practices.png" alt="">
457457
<p>WAI-ARIA spec can be dry/technical - use for reference<br><a target=_blank href="https://www.w3.org/WAI/ARIA/apg/">W3C - ARIA Authoring Practices Guide (APG)</a> is more digestible.</p>
458458
</div></section>
459459

@@ -468,7 +468,7 @@ <h4><strong>no ARIA</strong> is better than <strong>bad ARIA</strong></h4>
468468
<!-- -->
469469

470470
<section class="slide"><div>
471-
<img src="pictures/sites/tpgi-aria-in-svg.png" alt="">
471+
<img src="pictures/tpgi-aria-in-svg.png" alt="">
472472
<p><a target=_blank href="tps://www.tpgi.com/using-aria-enhance-svg-accessibility/">Using ARIA to enhance SVG accessibility</a></p>
473473
</div></section>
474474

@@ -483,14 +483,14 @@ <h4><strong>no ARIA</strong> is better than <strong>bad ARIA</strong></h4>
483483
<!-- -->
484484

485485
<section class="slide"><div>
486-
<img src="./pictures/sites/w3c-html-aria.png" alt="">
486+
<img src="./pictures/w3c-html-aria.png" alt="">
487487
<p><a target=_blank href="https://www.w3.org/TR/html-aria/">W3C - ARIA in HTML</a></p>
488488
</div></section>
489489

490490
<!-- -->
491491

492492
<section class="slide"><div>
493-
<img src="./pictures/sites/w3c-using-aria.png" alt="">
493+
<img src="./pictures/w3c-using-aria.png" alt="">
494494
<p><a target=_blank href="https://www.w3.org/TR/using-aria/">W3C - Using ARIA</a></p>
495495
</div></section>
496496

@@ -699,7 +699,7 @@ <h3>5. interactive elements <strong>must have an accessible name</strong></h3>
699699
<!-- -->
700700

701701
<section class="slide"><div>
702-
<img src="pictures/sites/tpgi-short-note-on-aria-label.png" alt="">
702+
<img src="pictures/tpgi-short-note-on-aria-label.png" alt="">
703703
<p>side note: <code>aria-label</code> / <code>aria-labelledby</code> / <code>aria-describedby</code> and arbitrary elements<br><small>(see <a href="https://www.tpgi.com/short-note-on-aria-label-aria-labelledby-and-aria-describedby/">Short note on aria-label, aria-labelledby, and aria-describedby</a>)</small></p>
704704
</div></section>
705705

@@ -734,14 +734,14 @@ <h3>ARIA and HTML5</h3>
734734
<!-- -->
735735

736736
<section class="slide"><div>
737-
<img src="pictures/sites/w3c-html-accessibility-api-mappings.png" alt="">
737+
<img src="pictures/w3c-html-accessibility-api-mappings.png" alt="">
738738
<p><a target=_blank href="https://www.w3.org/TR/html-aam-1.0/">W3C HTML Accessibility API Mappings 1.0</a></p>
739739
</div></section>
740740

741741
<!-- -->
742742

743743
<section class="slide"><div>
744-
<img src="pictures/sites/w3c-html5-wai-aria.png" alt="">
744+
<img src="pictures/w3c-html5-wai-aria.png" alt="">
745745
<p>of course you can (and for many complex widgets, must) still use<br><a target=_blank href="https://www.w3.org/TR/html/dom.html#wai-aria" title="WAI-ARIA section in W3C HTML5 Specification">WAI-ARIA in HTML5</a></p>
746746
</div></section>
747747

@@ -1686,21 +1686,21 @@ <h2>frameworks, web components, angular, react, etc?</h2>
16861686
<!-- -->
16871687

16881688
<section class="slide"><div>
1689-
<img src="pictures/sites/bootstrap-accessibility.png" alt="">
1689+
<img src="pictures/bootstrap-accessibility.png" alt="">
16901690
<p><a target=_blank href="http://getbootstrap.com/docs/4.1/getting-started/accessibility/">Bootstrap - Accessibility</a></p>
16911691
</div></section>
16921692

16931693
<!-- -->
16941694

16951695
<section class="slide"><div>
1696-
<img src="pictures/sites/docs-angularjs-accessibility.png" alt="">
1696+
<img src="pictures/docs-angularjs-accessibility.png" alt="">
16971697
<p><a target=_blank href="https://docs.angularjs.org/guide/accessibility">AngularJS Developer Guide - Accessibility with ngARIA</a></p>
16981698
</div></section>
16991699

17001700
<!-- -->
17011701

17021702
<section class="slide"><div>
1703-
<img src="pictures/sites/react-accessibility.png" alt="">
1703+
<img src="pictures/react-accessibility.png" alt="">
17041704
<p><a target=_blank href="https://reactjs.org/docs/accessibility.html">React - Accessibility</a></p>
17051705
</div></section>
17061706

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)