Project

General

Profile

Actions

Defect #15307

closed

HTML 5 deprecates width and align attributes

Added by Ksenia Altbregen over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
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

obsoleted_tag_align.diff (30.3 KB) obsoleted_tag_align.diff Ksenia Altbregen, 2013-11-08 14:39

Related issues

Related to Redmine - Defect #19578: Issues reports table header overlapingClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF