summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-09 18:33:46 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-09 18:33:46 +0100
commitd0cc4c7d97a6a7e058de90a0b8269587758f085b (patch)
tree4a6640c26acbc85c6841dba0982b634be5a5ee6e /extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
parent39ace7e59efe074108fa48fd82180be46dbec568 (diff)
downloadbugzilla-d0cc4c7d97a6a7e058de90a0b8269587758f085b.tar.gz
bugzilla-d0cc4c7d97a6a7e058de90a0b8269587758f085b.tar.xz
Bug 1280393 - [a11y] All inputs and selects need to be labeled properly
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
index 60bf2b29a..63663b4d5 100644
--- a/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
@@ -42,7 +42,7 @@
</ul>
<div id="comment-edit-tabpanel" class="comment-tabpanel" role="tabpanel" aria-labelledby="comment-edit-tab">
- <textarea rows="5" cols="80" name="comment" id="comment"></textarea>
+ <textarea rows="5" cols="80" name="comment" id="comment" aria-labelledby="comment-edit-tab"></textarea>
</div>
<div id="comment-preview-tabpanel" class="comment-tabpanel" role="tabpanel" aria-labelledby="comment-preview-tab" style="display:none">
<pre id="comment-preview" class="comment-text"></pre>