-
Notifications
You must be signed in to change notification settings - Fork 4
/
541.txt
33 lines (23 loc) · 1.46 KB
/
541.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[3] [[要素]]が[DFN[[RUBYB[[[影を含む文書中にある]]]@en[in a shadow-including document]]]]とは、
その[F[影を含む根]]が[[文書]]であることをいいます [SRC[>>2]]。
* 仕様書
[REFS[
- [2] '''[CITE@en[DOM Standard]] ([TIME[2016-04-22 01:14:08 +09:00]] 版) <https://dom.spec.whatwg.org/#in-a-shadow-including-document>'''
- [5] [CITE@en[DOM Standard]] ([TIME[2016-04-26 13:45:33 +09:00]] 版) <https://dom.spec.whatwg.org/#dom-node-isconnected>
]REFS]
* 性質
[4] [[文書中]]なら、[[影を含む文書中]]にあります。
;; 逆に[[影を含む文書中]]なら[[文書中]]とは限りません。
* [CODE(DOMi)@en[Node]] インターフェイス [CODE(DOMm)@en[isConnected]] メソッド
[6] [CODE(DOMi)@en[Node]] [[インターフェイス]]の [DFN[[CODE(DOMm)@en[isConnected]]]]
[[メソッド]]は、次のようにしなければ[MUST[なりません]] [SRC[>>5]]。
[FIG(steps)[
= [7] [[文脈オブジェクト]]が[[影を含む文書中]]かどうかを返します。
]FIG]
* 歴史
[1] [CITE@en[Editorial: define in a shadow-including document and shadow-including… · whatwg/dom@7dae99c]]
([TIME[2016-03-23 20:58:07 +09:00]] 版)
<https://github.com/whatwg/dom/commit/7dae99cae42206a09869394e45844958a189937c>
[8] [CITE@en[Introducing node.isConnected · whatwg/dom@b9b9fe1]]
([TIME[2016-04-01 19:43:19 +09:00]] 版)
<https://github.com/whatwg/dom/commit/b9b9fe1f05e9796e093841cbba510f9bbd50d6f6>