Re: [css21] parsing of comment and element nodes inside style declaration

Anne van Kesteren wrote:
> Quoting Boris Zbarsky <bzbarsky@MIT.EDU>:
>> The latter (getting the text to be parsed as CSS from the DOM) is what 
>> Gecko does, for what it's worth.
> 
> Not entirely as it seems:
> <http://annevankesteren.nl/test/css/syntax/009>

I'm not sure how this testcase contradicts my statement.  All I said is 
that Gecko walks the DOM subtree rooted at the <style> and extracts the 
stylesheet text from this subtree in some fashion.  I never specified 
the exact algorithm used, did I?

-Boris

Received on Monday, 17 October 2005 19:48:08 UTC