Re: [css3-fonts] @font-face

> >>     @font-face rules can be inserted anywhere in a stylesheet but cannot
> >>     be nested inside another at-rule. The corresponding fonts are made
> >>     available to the whole document, including style rules that happen
> >>     before the at-rule in stylesheet's parsing order, in imported
> >>     stylesheets, in other stylesheets and their imported stylesheets
> >>     and in inline styles.
> >
> > This makes sense but I think we should explicitly state that @font-face
> > rules are allowed in media queries.
> 
> I think I got your point; something like:
> 
>    @font-face rules included in a stylesheet loaded for a list of
>    destination media (see [CSSMQ]) are available only if the document
>    is currently rendered on a medium of that list.

Yeah, something like that.  I think it would just say that @font-face
rules can be used in @media rules and would be used according to whether
those rules applied or not in a given rendering context (see [CSSMQ]).

Cheers,

John Daggett

Received on Wednesday, 27 October 2010 08:34:55 UTC