Re: [webcomponents] Upstream Shadow DOM spec to DOM/HTML Standard (#377)

As far as I know, for x, there are several candidates:

- *in a document deeply*: That's defined in Shadow DOM spec: http://w3c.github.io/webcomponents/spec/shadow/#dfn-in-a-document-deeply

However, in https://github.com/w3c/webcomponents/issues/362, I proposed *connectedToDocument / disconnectedFromDocument*.

The pros of `in a document deeply`  is that it can be used as a replacement of both  *in a document* and *inserted into a document  / removed from a document*. 

e.g.
- If the node is *in a document deeply*, ...
- When the node is *inserted into a document deeply*, ..
 
But if we use `connected to a document`, it might be confusing?

e.g.
- If the node is *connected to a document*, ...
- When the node gets *connected into a document*, ..




---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/377#issuecomment-179176846

Received on Wednesday, 3 February 2016 11:27:48 UTC