Re: Media Types

Todd Fahrner and Chris Wilson were talking about IE4's support of alternate
media and the use of em in printing.

Chris Wilson said:
>I see.  This is a bug we didn't detect before shipping. <snip> I've
>put this in our bug database so we can get it fixed for IE5.


While you're at it, could you report the fact that @media does not work?

In fact, @-rules in general are not supported as the spec says they should.
For example,

p { color: green }
@hello ( p { color: red } }

should result in green paragraphs because @hello is undefined, and should be
ignored. IE4 shows red paragraphs. (This, BTW, means that IE4 does not
classify as a CSS1-capable browser according to the CSS1 spec!).

--
Ian Hickson
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT/M/S d- s+: a--- C++(+++)>$ U P L+ !E W++ N++ o? K? w++>+++ O- !M V- PS+
PE- Y+ PGP t 5+++>++++ X- R+++ tv b++(+++) DI D++ G e-(*)>+++++ h!()(--) y?
------END GEEK CODE BLOCK------

Received on Tuesday, 13 January 1998 18:15:41 UTC