Page is a not externally linkable
DrDoc - 2:13 am on Jun 3, 2003 (gmt 0)
If you're using media="all" (or simply omit the media declaration) that is true. Specifying media="projection" can be used to override the other styles. The thing is... why would you want to specify only media="screen"? The logic tells us that you would most likely want to use media="screen,projection"... We might disagree with Opera's decision, but at least they are consistent and render things properly.
Wouldn't better logic be if there's a 'media="projection"' statement then go ahead and use those styles, but otherwise stick to the styles you have instead throwing it all away?