Actions
Defect #15307
closedHTML 5 deprecates width and align attributes
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Asserted fixes for HTML 5. Part 2.
<align> tag is obsoleted. It is recommended to use CSS instead.
I simply changed
<tag align="left|right|center"></tag>
into
<tag style="text-align: left|right|center;"></tag>
everywhere I've found this tag.
Files
Related issues
Updated by Ksenia Altbregen about 11 years ago
Updated by Jean-Philippe Lang about 11 years ago
- Subject changed from HTML 5 validation failures to HTML 5 deprecates width and align attributes
- Category set to Code cleanup/refactoring
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.4.0
- Resolution set to Fixed
I've refactored the css classes a bit to limit the use of hard-coded styles in r12268, thanks for pointing this out.
Updated by Go MAEDA almost 7 years ago
- Related to Defect #19578: Issues reports table header overlaping added
Actions