[Webkit-unassigned] [Bug 139750] Web Inspector: <body> shows unexpected UserAgent margin styles (one non-implicit, others implicit)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 16:04:33 PST 2015


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

--- Comment #4 from Timothy Hatcher <timothy at apple.com> ---
I agree we should just show margin: 8px here. We don't need to show the long-hands.

The backend reporting "implicit" is correct here. The only value specified specifically is margin-top. The rest are implied from that one value.

For example: margin: 8px 4px; would yield margin-top and margin-right with 8px and 4px, and the margin-bottom and margin-left would be implicit.

What use to do was show the shorthand, with the long-hands expandable under it. I'm not sure we should do that again, and just show the shorthand by itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150107/50a843c1/attachment-0002.html>


More information about the webkit-unassigned mailing list