aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/index.html
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-22 19:36:43 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-22 19:36:43 +0200
commit48786119871aaf1029fac12a37d212afddafc757 (patch)
tree2cc3b6a0d2330b04ae78cc8219edf1ccac6f3c52 /vendor/blueimp/jquery-file-upload/index.html
parent2c777acb25fd5355ec02dc74c428174df80310d0 (diff)
downloadvolse-hubzilla-48786119871aaf1029fac12a37d212afddafc757.tar.gz
volse-hubzilla-48786119871aaf1029fac12a37d212afddafc757.tar.bz2
volse-hubzilla-48786119871aaf1029fac12a37d212afddafc757.zip
composer update jquery-file-upload
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/index.html')
-rw-r--r--vendor/blueimp/jquery-file-upload/index.html35
1 files changed, 30 insertions, 5 deletions
diff --git a/vendor/blueimp/jquery-file-upload/index.html b/vendor/blueimp/jquery-file-upload/index.html
index 996b390d1..b30efcdff 100644
--- a/vendor/blueimp/jquery-file-upload/index.html
+++ b/vendor/blueimp/jquery-file-upload/index.html
@@ -200,14 +200,39 @@
<div
id="blueimp-gallery"
class="blueimp-gallery blueimp-gallery-controls"
+ aria-label="image gallery"
+ aria-modal="true"
+ role="dialog"
data-filter=":even"
>
- <div class="slides"></div>
+ <div class="slides" aria-live="polite"></div>
<h3 class="title"></h3>
- <a class="prev">‹</a>
- <a class="next">›</a>
- <a class="close">×</a>
- <a class="play-pause"></a>
+ <a
+ class="prev"
+ aria-controls="blueimp-gallery"
+ aria-label="previous slide"
+ aria-keyshortcuts="ArrowLeft"
+ ></a>
+ <a
+ class="next"
+ aria-controls="blueimp-gallery"
+ aria-label="next slide"
+ aria-keyshortcuts="ArrowRight"
+ ></a>
+ <a
+ class="close"
+ aria-controls="blueimp-gallery"
+ aria-label="close"
+ aria-keyshortcuts="Escape"
+ ></a>
+ <a
+ class="play-pause"
+ aria-controls="blueimp-gallery"
+ aria-label="play slideshow"
+ aria-keyshortcuts="Space"
+ aria-pressed="false"
+ role="button"
+ ></a>
<ol class="indicator"></ol>
</div>
<!-- The template to display files available for upload -->