Last modified: 2014-03-07 21:50:37 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T42211, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 40211 - FR uses deprecated attributes align and width on diff pages
FR uses deprecated attributes align and width on diff pages
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
FlaggedRevs (Other open bugs)
unspecified
All All
: Low trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-13 08:05 UTC by Michael M.
Modified: 2014-03-07 21:50 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Michael M. 2012-09-13 08:05:54 UTC
HTML source of the heading on diff pages:

<table class="fr-diff-ratings">
<tbody>
<tr><td width="50%" align="center">
<span class="flaggedrevs-color-1">[gesichtete Version]</span>
</td><td align="center" width="50%">
<span class="flaggedrevs-color-1">[gesichtete Version]</span>
</td></tr>
</tbody>
</table>

align and width are deprecated in HTML5, use CSS instead (style="text-align:center; width: 50%;")
Comment 1 Michael M. 2012-09-13 08:11:14 UTC
There also is an align=center around the "(View all pending changes)".

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links