Page MenuHomePhabricator

Category pages use width attribute (obsolete in HTML5)
Closed, ResolvedPublic

Description

Categories are like this:

<table width="100%">

<tbody>
 <tr style="vertical-align: top;">
   <td width="33.3%">...</td>
   <td width="33.3%">...</td>
   <td width="33.3%">...</td>
 </tr>
</tbody>

</table>

Use CSS instead.


Version: unspecified
Severity: trivial
URL: http://www.w3.org/TR/html5-diff/#obsolete-attributes

Details

Reference
bz40214

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:51 AM
bzimport set Reference to bz40214.

Fix submitted in Gerrit change #23777.