Re: [csswg-drafts] [css21] 9.4.3 Relative positioning(getComputedStyle does not handle over-constrained properties correctly)

The spec for `getComputedStyle` at 
https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle says that 
it returns the "resolved value", which is defined at 
https://drafts.csswg.org/cssom/#resolved-value to be the "used value" 
for the "bottom" property of a positioned element that does not have 
`display: none`.  That does not match any implementation on the fiddle
 in question.

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/190#issuecomment-226544016 
using your GitHub account

Received on Thursday, 16 June 2016 16:46:49 UTC