On 5 Aug 2010, at 19:20, Jody Tate wrote:

Hi all,

Does @media rule ordering in a stylesheet matter? For example, given the following order:

@media print {
        body {
                #FFFFFF;
        }
}

@media all {
        body {
                #990000;
        }
}

Will @media print override the @media all in this ordering?

No. the @media all will apply (well if there were any valid rules in the block). If the specificity is the same (as is the case in this example) and the query conditions both apply then source order wins.


Googling around, I've not found a clear answer to the question. So, any help is appreciated.

Thanks in advance,
jody

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************


David Storey

Chief Web Opener / Product Manager, Opera Dragonfly
W3C WG:  Mobile Web Best Practices / SVG Interest Group

Opera Software ASA, Oslo, Norway
Mobile: +47 94 22 02 32 / E-Mail/XMPP: [email protected] / Twitter: dstorey



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to