Re: [css3-values][css3-images] element() function

On 8/31/10 1:57 PM, Simon Fraser wrote:
> One useful use case I see missing with element() is the ability to reference an element in a display: none subtree, so you can, for example, have some nodes in the<head>  that you use to draw HTML content into a<canvas>  or CSS background or WebGL.

That's a general limitation with Gecko: such elements don't have any 
associated layout or event style.

It prevents us from having SVG <defs> in display:none subtrees too...

-Boris

Received on Tuesday, 31 August 2010 18:08:58 UTC