Re: clarification needed : Computed Style Value of 'font-family'

Bjoern Hoehrmann wrote:
> 
> * Dylan Schiemann wrote on www-dom@w3.org:
> ><body>
> ><div style='width:80%;'>
> ></div>
> ></body>
> >
> >div
> >->getComputedStyle
> >->getPropertyCSSValue('width')
> >->getFloatValue(CSS_PX)
> >
> >will return a value in pixels that is 80% of the width
> >of the viewport, right?
> 
> Yes, but assume a user agent style sheet with
> 
>         :root { width: 400px }
> 

What if an author style sheet has this - 
  :root { width: 45% }
?

Received on Monday, 30 April 2001 19:44:46 UTC