User tests: Successful: Unsuccessful:
An invalid attribute within
was found. In addition, I removed several attributes which its use is discouraged in HTML5.I can understand removing the width
from the <tr>
tags as they indeed don't make much sense. They probably should have gone to the <td>
elements instead.
But what I don't understand is why you want to remove the width and align from the <table>
.
Also please can you add test instructions?
As @oe1tkt correctly states, those attributes are not valid. Neither width nor align are valid attributes for table tags anymore. See here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
So I agree that this is a correct fix. Testing instructions would be to apply this patch and simply see if the pagebreak button below the editor in com_content still works and looks good. ;-)
Tested and works as expected.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-03-03 11:28:09 |
thank you all.
Tom, http://f0x.at
Tracker without any additional information:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33074