Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
photoswipe-3328239
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
photoswipe-3328239
Commits
8d7fea9b
Commit
8d7fea9b
authored
2 years ago
by
Julian Pustkuchen
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2903605
by Anybody, bdevore: Button Accessibility Request
parent
0019fa31
No related branches found
Branches containing commit
Tags
3.4.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
photoswipe-container.tpl.php
+6
-6
6 additions, 6 deletions
photoswipe-container.tpl.php
with
6 additions
and
6 deletions
photoswipe-container.tpl.php
+
6
−
6
View file @
8d7fea9b
...
...
@@ -9,10 +9,10 @@
<div
class=
"pswp__ui pswp__ui--hidden"
>
<div
class=
"pswp__top-bar"
>
<div
class=
"pswp__counter"
></div>
<button
class=
"pswp__button pswp__button--close"
title=
"
<?php
print
t
(
'Close (Esc)'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--share"
title=
"
<?php
print
t
(
'Share'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--fs"
title=
"
<?php
print
t
(
'Toggle fullscreen'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--zoom"
title=
"
<?php
print
t
(
'Zoom in/out'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--close"
title=
"
<?php
print
t
(
'Close (Esc)'
);
?>
"
aria-label=
"
<?php
print
t
(
'Close (Esc)'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--share"
title=
"
<?php
print
t
(
'Share'
);
?>
"
aria-label=
"
<?php
print
t
(
'Share'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--fs"
title=
"
<?php
print
t
(
'Toggle fullscreen'
);
?>
"
aria-label=
"
<?php
print
t
(
'Toggle fullscreen'
);
?>
"
></button>
<button
class=
"pswp__button pswp__button--zoom"
title=
"
<?php
print
t
(
'Zoom in/out'
);
?>
"
aria-label=
"
<?php
print
t
(
'Zoom in/out'
);
?>
"
></button>
<div
class=
"pswp__preloader"
>
<div
class=
"pswp__preloader__icn"
>
<div
class=
"pswp__preloader__cut"
>
...
...
@@ -24,9 +24,9 @@
<div
class=
"pswp__share-modal pswp__share-modal--hidden pswp__single-tap"
>
<div
class=
"pswp__share-tooltip"
></div>
</div>
<button
class=
"pswp__button pswp__button--arrow--left"
title=
"
<?php
print
t
(
'Previous (arrow left)'
);
?>
"
>
<button
class=
"pswp__button pswp__button--arrow--left"
title=
"
<?php
print
t
(
'Previous (arrow left)'
);
?>
"
aria-label=
"
<?php
print
t
(
'Previous (arrow left)'
);
?>
"
>
</button>
<button
class=
"pswp__button pswp__button--arrow--right"
title=
"
<?php
print
t
(
'Next (arrow right)'
);
?>
"
>
<button
class=
"pswp__button pswp__button--arrow--right"
title=
"
<?php
print
t
(
'Next (arrow right)'
);
?>
"
aria-label=
"
<?php
print
t
(
'Next (arrow right)'
);
?>
"
>
</button>
<div
class=
"pswp__caption"
>
<div
class=
"pswp__caption__center"
></div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment