[Webkit-unassigned] [Bug 61117] Web Inspector: display:inline elements are reported to have zero width and height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 17 21:59:50 PDT 2011


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





--- Comment #2 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-10-17 21:59:50 PST ---
annevk's response:

----8<----
If 'display' is inline the 'width' (or 'height') property does not apply. Therefore the computed value needs to be returned. Which would be auto in this case as they are not set and auto is the initial value. Does that help?

(See http://www.w3.org/TR/CSS21/visudet.html#the-width-property for when 'width' applies.)
----8<----

Hence, the computed width/height should be "auto" not "0".

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