forked from nkronlage/JavaScripture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshadowroot.jsdoc
More file actions
47 lines (31 loc) · 702 Bytes
/
Copy pathshadowroot.jsdoc
File metadata and controls
47 lines (31 loc) · 702 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
ShadowRoot : DocumentFragment
Spec:
http://w3c.github.io/webcomponents/spec/shadow/#idl-def-ShadowRoot
----
instance.activeElement : Element
ReadOnly:
true
----
instance.host : Element
ReadOnly:
true
----
instance.olderShadowRoot : ShadowRoot
ReadOnly:
true
----
instance.innerHTML : String
----
instance.styleSheets : StyleSheetList
ReadOnly:
true
----
prototype.getElementsByClassName(className : String) : NodeList
----
prototype.getElementsByTagName(tagName : String) : NodeList
----
prototype.getElementsByTagNameNS(namespaceURI : String, localName : String) : NodeList
----
prototype.getSelection() : Selection
----
prototype.elementFromPoint(x : Number, y : Number) : Element