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

--- Bjoern Hoehrmann <derhoermi@gmx.net> wrote:
> The DOM does not care if there is
> something installed on the system, if the user agent
> is able to render this or that and so on, the DOM
> just
> reflects the document and all informations actualle
> are
> _in the document_. The computed value of a CSS
> property
> value relies on style declarations for other nodes,
> not
> on anything else. 
> The DOM works even without something that renders
> something,
> that's a good thing and we shouldn't change that.

Yes, but it you specify width:100% (or any other
relative value), getComputedStyle returns the actual
pixel width, which is dependent on the user agent and
its settings.  Doesn't this depend on how the document
is rendered?

> >What should getComputedStyle return in ie5.0 (if it
> >was supported) for one of the border-style
> >declarations that is mapped to solid?  As far as I
> can
> >tell, the computedStyle would be the style
> declared,
> >even though the rendered style is solid.
> 
> If the specified value is 'solid', the computed
> value will
> be 'solid', too, since 'solid' is an absolute value.

I was referring to how setting border-style:dotted is
rendered at solid in IE 5.0... 



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Received on Monday, 30 April 2001 12:47:52 UTC