[Webkit-unassigned] [Bug 29741] margin trumps enclosing <div align=center>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 10:48:40 PDT 2009


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


Jeremy Moskovich <playmobil at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org,
                   |                            |hyatt at apple.com,
                   |                            |ian at hixie.ch,
                   |                            |mitz at webkit.org




--- Comment #4 from Jeremy Moskovich <playmobil at google.com>  2009-09-25 10:48:39 PDT ---
HTML5 spec has this to say @
http://dev.w3.org/html5/spec/Overview.html#alignment
"""
When a user agent is to align descendants of a node, the user agent is expected
to align only those descendants that have both their 'margin-left' and
'margin-right' properties computing to a value other than 'auto', that are
over-constrained and that have one of those two margins with a used value
forced to a greater value, and that do not themselves have an applicable align
attribute.
"""

In the test case margin-left is specified as a value other than auto and all
other margin-*s are set to auto.

Hyatt/Ian: Could you comment on whether WebKit matches the spec in this case?

-- 
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