- From: Hayato Ito <notifications@github.com>
- Date: Wed, 03 Feb 2016 03:26:58 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 3 February 2016 11:27:48 UTC
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