]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 635940: Make Describe Components page compliant with WAI
authorFrancisco Donalisio <francsd@linux.vnet.ibm.com>
Tue, 12 Apr 2011 17:51:35 +0000 (14:51 -0300)
committerTiago Mello <timello@gmail.com>
Tue, 12 Apr 2011 17:51:35 +0000 (14:51 -0300)
r=timello, a=LpSolit

skins/standard/reports.css
template/en/default/reports/components.html.tmpl

index 1856bd96ea7a6cdc7c9fe78aa0b120765911b428..00272fdbac04b0e326d4771558e6e009a812517f 100644 (file)
@@ -29,6 +29,8 @@
 }
 
 .product_name {
+  font-weight: bold;
+  font-size: 150%;
   margin: 0;
 }
 
@@ -50,6 +52,7 @@
 .components_header {
   margin: 0;
   font-size: 140%;
+  font-weight: bold;
 }
 
 .component_table {
index 9814f273b7240c8b69e648d6aa7b3a8d5dabd9b2..ef7d5ae6d675ae699a1c9d227ccb5a8694cab8ac 100644 (file)
@@ -45,7 +45,7 @@
       Select a component to see open [% terms.bugs %] in that component:
     </td>
     <td class="product_container">
-      <h2 class="product_name">[% product.name FILTER html %]</h2>
+      <span class="product_name">[% product.name FILTER html %]</span>
       <div class="product_desc">
         [% product.description FILTER html_light %]
       </div>
   </tr>
 </table>
 
-<h3 class="components_header">Components</h3>
+<span class="components_header">Components</span>
 
-<table class="component_table" cellspacing="0" cellpadding="0">
+<table summary="Components table"
+       class="component_table" cellspacing="0" cellpadding="0">
   <thead>
   <tr>
     <th>&nbsp;</th>