Re: [css-d] Internet Explorer parsing bug: invalid at-rule not ignored: more info

2007-11-01 Thread Gunlaug Sørtun
Gabriele Romanato wrote: > Can anyone add more info and/or suggestions? Haven't really looked into @media rules and parse errors for quite some time, but AFAICS IE/win hasn't improved when served nested @media rules...

[css-d] Internet Explorer parsing bug: invalid at-rule not ignored: more info

2007-11-01 Thread Gabriele Romanato
Dear all, the following are the results of validation: Parse Error - @media screen { p {color: blue;} } Parse error - Unrecognized } I believe that Internet Explorer is "able" to recognize an invalid statement as a valid token sequence. Can anyone add more info and/or suggestions? Thanks. Gabri

[css-d] Internet Explorer parsing bug: invalid at-rule not ignored

2007-10-31 Thread Gabriele Romanato
@media all { @media screen { p {color: blue;} } } Only IE (5, 6, 7) will apply the rule, which is invalid according to specs. I don't know if this has been yet reported. bye, Gabriele Romanato -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __