[WSG] Multiple comments to filter non Gecko-based browsers

2005-04-13 Thread Thierry Koblentz
Hi, I'm trying to use nested comments as a filter for non gecko-based browsers. This is my markup: !-- style type=text/css some rules here /style !-- Gecko-based browsers get it right; they see the nested comment and ignore the inner block. But the Validator gives me a warning about this

Re: [WSG] Multiple comments to filter non Gecko-based browsers

2005-04-13 Thread James Ellis
Hi Thierry I guess the first question would be.. what are you trying to do and is their another solution? Not sure what you mean by filter for non Gecko browsers? Cheers James On 4/14/05, Thierry Koblentz [EMAIL PROTECTED] wrote: Hi, I'm trying to use nested comments as a filter for non

Re: [WSG] Multiple comments to filter non Gecko-based browsers

2005-04-13 Thread Thierry Koblentz
I guess the first question would be.. what are you trying to do and is their another solution? Not sure what you mean by filter for non Gecko browsers? Hi James, I found out that non Gecko-based browsers see the inner block (between the comments), so I can use this markup to feed them without