Commit 3f31206c authored by Francisco Donalisio's avatar Francisco Donalisio Committed by Tiago Mello

Bug 635940: Make Describe Components page compliant with WAI

r=timello, a=LpSolit
parent bab2373f
......@@ -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 {
......
......@@ -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>
......@@ -53,9 +53,10 @@
</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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment