summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-01-12 00:48:14 +0100
committerDylan William Hardison <dylan@hardison.net>2017-01-12 00:48:14 +0100
commit26e11147bee5323f6f7c8da9e8b573ead817121d (patch)
tree751f61e6f728a5b93b5a37d9ce07865434b1fac9 /template/en/default/bug/edit.html.tmpl
parentd3554d1f9593b7bc554f7a981139d89bff67bf9b (diff)
downloadbugzilla-26e11147bee5323f6f7c8da9e8b573ead817121d.tar.gz
bugzilla-26e11147bee5323f6f7c8da9e8b573ead817121d.tar.xz
Bug 1329659 - Copy A11y tweaks from BugzillaA11yFixes.user.js
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 723753ae0..2d0286292 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -253,7 +253,7 @@
(<span id="alias_nonedit_display">[% bug.alias FILTER html %]</span>)
[% END %]
[% END %]
- <span id="short_desc_nonedit_display">[% bug.short_desc FILTER quoteUrls(bug) %]</span>
+ <span role="heading" aria-level="1" id="short_desc_nonedit_display">[% bug.short_desc FILTER quoteUrls(bug) %]</span>
[% IF bug.check_can_change_field('short_desc', 0, 1) ||
bug.check_can_change_field('alias', 0, 1) %]
<small class="editme">(<a href="#" id="editme_action">edit</a>)</small>