diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-01-12 00:48:14 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-01-12 00:48:14 +0100 |
commit | 26e11147bee5323f6f7c8da9e8b573ead817121d (patch) | |
tree | 751f61e6f728a5b93b5a37d9ce07865434b1fac9 /extensions | |
parent | d3554d1f9593b7bc554f7a981139d89bff67bf9b (diff) | |
download | bugzilla-26e11147bee5323f6f7c8da9e8b573ead817121d.tar.gz bugzilla-26e11147bee5323f6f7c8da9e8b573ead817121d.tar.xz |
Bug 1329659 - Copy A11y tweaks from BugzillaA11yFixes.user.js
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl b/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl index 66714748b..3788a8452 100644 --- a/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl +++ b/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl @@ -14,6 +14,6 @@ <a href="user_profile?user_id=[% who.id FILTER uri %]"> [% END %] [% END %] - <img align="middle" src="[% who.gravatar FILTER none %]" width="32" height="32" border="0"> + <img alt="User image" align="middle" src="[% who.gravatar FILTER none %]" width="32" height="32" border="0"> [% "</a>" IF who.last_activity_ts %] [% END %] diff --git a/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl index d8dae521a..3b04475fb 100644 --- a/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -34,7 +34,7 @@ [% END %] <div class="[% class_name FILTER html %]"> - <span class="bz_comment_number"> + <span role="heading" aria-level="2" class="bz_comment_number"> <a href="show_bug.cgi?id=[% public_bug.bug_id FILTER none %]#c[% count %]"> [%- comment_label FILTER html %]</a> </span> |