- From: L. David Baron <dbaron@dbaron.org>
- Date: Sat, 1 Jun 2013 16:06:52 +0900
- To: www-style@w3.org
http://dev.w3.org/csswg/cssom/#extensions-to-the-element-interface describes an Element.pseudo() method. It's not clear to me what this returns when the pseudo-element isn't generated (in other words, when the 'content' property [1] computes to 'none') Should it return null, or should it return an PseudoElement object whose style, when queried, shows a computed value of 'content:none'? -David [1] http://www.w3.org/TR/2011/REC-CSS2-20110607/generate.html#propdef-content -- 𝄞 L. David Baron http://dbaron.org/ 𝄂 𝄢 Mozilla http://www.mozilla.org/ 𝄂
Received on Saturday, 1 June 2013 10:09:36 UTC