]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1280406 - [a11y] Make each start of a comment a heading 3 for easier navigation
authorDavid Lawrence <dkl@mozilla.com>
Wed, 11 Jan 2017 04:14:44 +0000 (04:14 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 11 Jan 2017 04:14:44 +0000 (04:14 +0000)
extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
extensions/BugModal/web/bug_modal.css

index edec4542861ff513805298efbf01d7c0a5861d69..4f9dd60b5f4e106f1cf5c9daa38fb0d3bf80169c 100644 (file)
 
       <tr id="cr-[% comment.count FILTER none %]" [%= IF comment.collapsed %]style="display:none"[% END %]>
         <td colspan="2">
-          <div class="change-name">
+          <h3 class="change-name">
             <a href="show_bug.cgi?id=[% bug.bug_id FILTER none %]#c[% comment.count FILTER none %]">
               [% comment.count == 0 ? "Description" : "Comment " _ comment.count ~%]
             </a>
-          </div>
+          </h3>
           &bull;
           <div class="change-time">
             [% INCLUDE bug_modal/rel_time.html.tmpl ts=comment.creation_ts %]
       </tr>
       <tr id="ar-[% id FILTER none %]">
         <td colspan="2">
-          <div class="change-name">
+          <h3 class="change-name">
             <a href="show_bug.cgi?id=[% bug.bug_id FILTER none %]#[% id FILTER none %]">Updated</a>
-          </div>
+          </h3>
           &bull;
           <div class="change-time">
             [% INCLUDE bug_modal/rel_time.html.tmpl ts=action.when %]
index 0a14975cb5b982ec972d30d45d8c6c171fadbf93..e6b31992c36bc0898b7a50b8d33275393796a09d 100644 (file)
@@ -575,6 +575,11 @@ td.flag-requestee {
     display: inline;
 }
 
+h3.change-name {
+    font-size: small;
+    font-weight: normal;
+}
+
 .comment-actions {
     white-space: nowrap;
     vertical-align: top;