https://bugzilla.wikimedia.org/show_bug.cgi?id=39728

       Web browser: ---
             Bug #: 39728
           Summary: Inputboxes use obsolete attribute align (in HTML5)
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
               URL: http://www.w3.org/TR/2012/WD-html5-diff-20120329/#obso
                    lete-attributes
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Inputbox
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to