Re: anonymous table objects

ament wrote:

> There is no statement about _when_ the anonymous-table rules are applied or
> in what order. So legally spoken you can apply them in random order. I will
> process the rules (below) in 2 different orders (VERSION 1 and VERSION 2)
> which are both technically correct but will have different results. 

This discussion assumes that the CSS is modifying the source tree, and thus
generating mutation events, and thus selectors affect different elements.
If that were the case, your conclusions would be correct.

Instead, CSS is implicitly generating a result tree. The source tree is not
modified. The infoset does not change. No DOM mutation events are
generated.

> This
> means you don't know what the browser-result will be. The browser may
> choose how to render the result. Any interpretation using the specification
> and respecting all spec-rules is legally correct.

With the corrections above, you can see that this is not the case.

--
Chris

Received on Tuesday, 11 April 2000 02:27:03 UTC