[Webkit-unassigned] [Bug 52693] H1 element should have different default style if it is in HTML5 sectioning elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 21:42:34 PDT 2011


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





--- Comment #6 from Kent Tamura <tkent at chromium.org>  2011-03-29 21:42:34 PST ---
(In reply to comment #5)
> (From update of attachment 86592 [details])
>  notice the other places where we set margin we also set -webkit-margin-start and -webkit-margin-end. Do you know what those are for? Do we need them here?

-webkit-margin-start means margin-left in horizontal writing, margin-top in vertical writing.  -webkit-margin-end means margin-right in horizontal writing, magin-bottom in vertical writing.
We don't need to specify them in this patch because HTML5 doesn't ask to update margin-left and margin-right.  Margin-left and margin-right of H2-H6 are identical with H1's.

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