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

The definition of "rem" says:

   The 'rem'  unit ('root em') is relative to the computed value of the
   'font-size' value of the root element. The exception is when 'rem'
   occurs in the value of the 'font-size' property of the root element
   itself, in which case it is relative to the 'medium' font-size.  It
   may be used for vertical or horizontal measurement.

This doesn't define what happens when there is no root element.

-Boris

Received on Wednesday, 21 July 2010 20:33:32 UTC