[css3-mediaqueries] incorrect example in section 4

Section 4 of http://www.w3.org/TR/2002/CR-css3-mediaqueries-20020708 has
the example:

@media screen and (color), projection and (color)
 { @import url(http://www.example.com/color) }

even though @import is not allowed inside @media.  (Or is that supposed
to be changed in CSS3?)

It would also probably be good if some examples in the spec were media
lists on @import rules; this is a good candidate.

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >
           Technical Lead, Layout & CSS, Mozilla Corporation

Received on Thursday, 11 May 2006 13:36:08 UTC