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
Actions