Re: [CSS3 Values] "rem" unit underdefined when there is no root element

On 7/21/10 7:29 PM, Tab Atkins Jr. wrote:
> In what situations do you have no root element?

When someone has removed it from the DOM from JS.  Note that after that 
point style data might still need to be computed for getComputedStyle 
calls (which is how I encountered the situation).

dbaron also mentioned that might be media query situations which have 
similar issues, but I don't know the details.

-Boris

Received on Thursday, 22 July 2010 02:28:25 UTC