Skip to content

Commit 2d18e67

Browse files
authored
Update InterfaceData based on WebRef
1 parent 4cf1362 commit 2d18e67

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

files/jsondata/InterfaceData.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,6 @@
736736
"inh": "",
737737
"impl": []
738738
},
739-
"CSSViewportRule": {
740-
"inh": "CSSRule",
741-
"impl": []
742-
},
743739
"CustomElementRegistry": {
744740
"inh": "",
745741
"impl": []
@@ -880,6 +876,10 @@
880876
"inh": "",
881877
"impl": []
882878
},
879+
"DOMTransition": {
880+
"inh": "",
881+
"impl": []
882+
},
883883
"DragEvent": {
884884
"inh": "MouseEvent",
885885
"impl": []
@@ -1540,6 +1540,10 @@
15401540
"inh": "HTMLElement",
15411541
"impl": []
15421542
},
1543+
"HTMLModelElement": {
1544+
"inh": "HTMLElement",
1545+
"impl": []
1546+
},
15431547
"HTMLModElement": {
15441548
"inh": "HTMLElement",
15451549
"impl": []
@@ -1724,6 +1728,10 @@
17241728
"inh": "Credential",
17251729
"impl": []
17261730
},
1731+
"IdentityProvider": {
1732+
"inh": "",
1733+
"impl": []
1734+
},
17271735
"IdleDeadline": {
17281736
"inh": "",
17291737
"impl": []
@@ -3552,6 +3560,10 @@
35523560
"inh": "PermissionStatus",
35533561
"impl": []
35543562
},
3563+
"UserActivation": {
3564+
"inh": "",
3565+
"impl": []
3566+
},
35553567
"ValidityState": {
35563568
"inh": "",
35573569
"impl": []
@@ -3908,6 +3920,10 @@
39083920
"inh": "XRReferenceSpace",
39093921
"impl": []
39103922
},
3923+
"XRCamera": {
3924+
"inh": "",
3925+
"impl": []
3926+
},
39113927
"XRCompositionLayer": {
39123928
"inh": "XRLayer",
39133929
"impl": []

0 commit comments

Comments
 (0)