Re: [css-selectors] :contains()

On 4/19/12 12:23 AM, Sebastian Zartner wrote:
> In case of dynamic updates you would just need to check the
> added/modified parts, which in most cases reduces the number of nodes to
> check dramatically.

Changing (or appending or removing) text would conceivably change the 
style of all ancestors of the textnode in question, no?  Plus possibly 
all their descendants depending on the selector.

-Boris

Received on Thursday, 19 April 2012 04:57:27 UTC