Re: Selector for parent/predecessor?

Kelly wrote:
> I don't believe for a second that a parent selector would be difficult to 
> implement (the XML model SAYS you'd have to know the parent of an element by 
> the time you're ready to style it);

Implementing a parent selector involves knowing all the children of an element 
by the time you're ready to style it.  Hence the incremental load problems.

-Boris

Received on Monday, 21 August 2006 00:10:30 UTC