File tree Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -200,14 +200,39 @@ <h3 class="panel-title">Demo Notes</h3>
200
200
< div
201
201
id ="blueimp-gallery "
202
202
class ="blueimp-gallery blueimp-gallery-controls "
203
+ aria-label ="image gallery "
204
+ aria-modal ="true "
205
+ role ="dialog "
203
206
data-filter =":even "
204
207
>
205
- < div class ="slides "> </ div >
208
+ < div class ="slides " aria-live =" polite " > </ div >
206
209
< h3 class ="title "> </ h3 >
207
- < a class ="prev "> ‹</ a >
208
- < a class ="next "> ›</ a >
209
- < a class ="close "> ×</ a >
210
- < a class ="play-pause "> </ a >
210
+ < a
211
+ class ="prev "
212
+ aria-controls ="blueimp-gallery "
213
+ aria-label ="previous slide "
214
+ aria-keyshortcuts ="ArrowLeft "
215
+ > </ a >
216
+ < a
217
+ class ="next "
218
+ aria-controls ="blueimp-gallery "
219
+ aria-label ="next slide "
220
+ aria-keyshortcuts ="ArrowRight "
221
+ > </ a >
222
+ < a
223
+ class ="close "
224
+ aria-controls ="blueimp-gallery "
225
+ aria-label ="close "
226
+ aria-keyshortcuts ="Escape "
227
+ > </ a >
228
+ < a
229
+ class ="play-pause "
230
+ aria-controls ="blueimp-gallery "
231
+ aria-label ="play slideshow "
232
+ aria-keyshortcuts ="Space "
233
+ aria-pressed ="false "
234
+ role ="button "
235
+ > </ a >
211
236
< ol class ="indicator "> </ ol >
212
237
</ div >
213
238
<!-- The template to display files available for upload -->
You can’t perform that action at this time.
0 commit comments