[Webkit-unassigned] [Bug 21661] content left aligned instead of center aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 21:34:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=21661


David Barr <davidbarr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |davidbarr at chromium.org




--- Comment #3 from David Barr <davidbarr at chromium.org>  2012-06-20 21:34:16 PST ---
The attribute align=center is mapped to {-webkit-margin-start:auto; -webkit-margin-end:auto} in the user agent stylesheet. The author stylesheet in this reproduction takes precedence and sets the left margin of the table to zero, effectively left-aligning it. WebKit is working as intended.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list