Re: [css4-selectors]

On Tue, 29 Nov 2011 11:58:15 +0100, Øyvind Stenhaug <oyvinds@opera.com>  
wrote:

> On Tue, 29 Nov 2011 11:42:50 +0100, Florian Rivoal <florianr@opera.com>  
> wrote:
>
>> <div><div>Foo</div></div>
>>
>> div! div {content: "Bar";}
>>
>> The selector should match the outer div, the replace its content
>> with "Bar", after which it shouldn't match anymore, so we get
>> <div>Foo</div> back, at which point it matches again...
>
> "Generated content does not alter the document tree. In particular, it  
> is not fed back to the document language processor (e.g., for  
> reparsing)."

Then all is well, and my objection disappears.

  - Florian

Received on Wednesday, 30 November 2011 09:04:50 UTC