Sent by Means, Eric D on 30 September 2002 20:08
-----Original Message-----
From: [EMAIL-REMOVED] [EMAIL-REMOVED]]
Sent: Monday, September 30, 2002 2:45 PM
To: [EMAIL-REMOVED]
Subject: [css-d] print media question
> Is there any reason for the browser to use the bar.css style in the print
> stylesheet? I'm thinking no, since they specify different media, but just
> wanted to check with the experts.
As long as you specify media (and you don't specify media="all") then a
compliant UA will not use bar.css in the print stylesheet, no. Of course,
there's always the odd buggy UA (not that I know of any which use screen
media stylesheets in printing) to worry about.
> Also, if I don't specify a media, does it default to "all"? And will this
> affect the print stylesheet?
Yes, and yes.