Re: ITS 2.0, Selectors 4 and Selectors API 2

On 02/07/13 09:16, Tab Atkins Jr. wrote:

> Pseudo-elements do exist in the document tree as far as layout is
> concerned.

No, they do not. They don't create new nodes (yet), even shadow nodes,
they can't be serialized. They belong to the layout tree, NOT the
document tree.

> Selectors can indeed augment the tree.

Absolutely not, and that's precisely why we called pseudo-elements
"pseudo". But that's another discussion

> I'm not necessarily against the concept of selecting attributes; I'm
> arguing against your attempted abuse of syntax.  ^_^

I don't think it's an abuse at all. But I see your point better now.
I still think we need to extend Selectors to attribute selection and
Selectors API to namespace resolution.

</Daniel>

Received on Tuesday, 2 July 2013 07:58:18 UTC