https://bugzilla.wikimedia.org/show_bug.cgi?id=40214

       Web browser: ---
             Bug #: 40214
           Summary: Category pages use width attribute (obsolete in HTML5)
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://www.w3.org/TR/html5-diff/#obsolete-attributes
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: Categories
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to