[webkit-reviews] review granted: [Bug 105836] getComputedStyle returns "left" instead of "none" for "float" on abspos elements : [Attachment 185014] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 11:40:36 PST 2013


Tony Chang <tony at chromium.org> has granted Uday Kiran
<udaykiran at motorola.com>'s request for review:
Bug 105836: getComputedStyle returns "left" instead of "none" for "float" on
abspos elements
https://bugs.webkit.org/show_bug.cgi?id=105836

Attachment 185014: Patch
https://bugs.webkit.org/attachment.cgi?id=185014&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=185014&action=review


> LayoutTests/ChangeLog:10
> +	   If 'position' has the value absolute, page or fixed, and the value
of float is
> +	   left or right, the box is absolutely positioned and the computed
value of float is none.
> +	   http://www.w3.org/TR/css3-positioning/#dis-pos-flo

Please mention that this matches Firefox and IE.  BTW, do you know of any
websites that depend on this behavior?


More information about the webkit-reviews mailing list