Page MenuHomePhabricator

Inputboxes use obsolete attribute align (in HTML5)
Closed, ResolvedPublic

Description

The inputboxes are wrapped inside a div with align="center". This is no longer valid in HTML5 (see URL), use CSS (margin-left: auto; margin-right: auto; text-align: center;) instead.


Version: unspecified
Severity: normal
URL: http://www.w3.org/TR/2012/WD-html5-diff-20120329/#obsolete-attributes

Details

Reference
bz39728

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:46 AM
bzimport set Reference to bz39728.
bzimport added a subscriber: Unknown Object (MLST).