? Pending

User tests: Successful: Unsuccessful:

avatar C-Lodder
C-Lodder
5 Apr 2017

Pull Request for Issue # .

Summary of Changes

In HTML5, the width attribute is obsolete on <table>, <td> and <th>, so this PR replaces:

<td width="XX">

width:

<td style="width:XX">
avatar C-Lodder C-Lodder - open - 5 Apr 2017
avatar C-Lodder C-Lodder - change - 5 Apr 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Apr 2017
Category Administration com_admin com_associations com_banners com_cache com_categories com_checkin com_contact com_content com_contenthistory com_fields com_finder com_installer
avatar brianteeman
brianteeman - comment - 5 Apr 2017

Woudn't it be better to always use % instead of fixed width

avatar C-Lodder
C-Lodder - comment - 5 Apr 2017

There were only 3 instances of non percentage widths. I'm simply converting what is already there. But yes you're right, a % would be better. Can be done in a separate PR.

avatar wilsonge wilsonge - change - 6 Apr 2017
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-04-06 08:48:24
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 6 Apr 2017
avatar wilsonge wilsonge - merge - 6 Apr 2017

Add a Comment

Login with GitHub to post a comment