[Webkit-unassigned] [Bug 18175] document.defaultView.getComputedStyle(el, '').left returns empty "auto". Always.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 28 23:01:48 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18175





------- Comment #3 from dhtmlkitchen at gmail.com  2008-03-28 23:01 PDT -------
Created an attachment (id=20185)
 --> (http://bugs.webkit.org/attachment.cgi?id=20185&action=view)
position: relative, left is still auto

When the element has position: relative, the computed left value is 0, however,
webkit will return 'auto'.

"If both 'left' and 'right' are 'auto' (their initial values), the computed
values are '0' (i.e., the boxes stay in their original position)."
http://www.w3.org/TR/CSS21/visuren.html#relative-positioning


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list