Re: [csswg-drafts] [cssom] getComputedStyle for non-existent pseudo-element

I would expect the same behavior as when an element does not generate boxes due to `display: none` or `display: contents`. In fact the spec is also missing the case of an element whose `display` is not `none` or `contents` but no box is generated due to a `display: none` ancestor. Then, all Firefox, Chrome and Edge return the computed value, but according to the spec it seems it should be the used value.

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

Received on Monday, 28 August 2017 13:26:23 UTC