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

So is there a way for client-side scripters to find out the actual (pixel)
width of an element? Or the actual font used?
Maybe "getComputedStyle" isn't the way to do it, and maybe the DOM shouldn't
be concerned with display issues, but I can see a usefulness for that kind
of information, and the way to get to useful information should be
standardized.

Jeffrey Yasskin

P.S. Bjoern: That user agent style sheet you refer to would change when the
user resized the window? Just making sure that's what you mean.

-----Original Message-----
From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net]
Sent: Monday, April 30, 2001 2:00 PM
To: Dylan Schiemann
Cc: Daniel Glazman; www-dom@w3.org; www-style@w3.org
Subject: Re: clarification needed : Computed Style Value of
'font-family'


* 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 }

>So it does depend on the rendering...

Nope, just on the cascade :-)
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Monday, 30 April 2001 16:08:28 UTC