[Webkit-unassigned] [Bug 104167] New: Web Inspector: used values are displaying results that are unexpected
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 13:48:48 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104167
Summary: Web Inspector: used values are displaying results
that are unexpected
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://jsfiddle.net/fezec/EVuHR/1/
OS/Version: Mac OS X 10.8
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: iben at spilled-milk.com
CC: keishi at webkit.org, pmuellr at yahoo.com,
pfeldman at chromium.org, yurys at chromium.org,
apavlov at chromium.org, loislo at chromium.org,
vsevik at chromium.org,
web-inspector-bugs at googlegroups.com
Apologies for my question, but I have just stumbled over a case number #73334, as I have been experiencing an issue that I was not expecting. The thread and the one it stemmed from, has lead me to believe this concerns my issue. However I have noticed this bug has been marked resolved which is where my confusion is stemming from.
After reading the W3C specs I was expecting a block level value that was over-constrained to return to me a negative value, in regards to the right-margin.
However it's returning the value I supplied it via CSS.
in the following example:
http://jsfiddle.net/fezec/EVuHR/1/
The provided url makes use of a DIV container and a PARAGRAPH child element.
The DIV width is set to 500px and the PARAGRAPH is given 100px MARGIN and is set to be 400px in WIDTH. The expected result is that the right margin would become 0px, as this is the only way the Block Element formula is satisfied.
Yet when viewing the calculated and layout within Firebug, the margin right displays the styled value, NOT the used value.
Am I missing something? Have I learned enough information to merely hang myself with it?
--
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