source: trip-planner-front/node_modules/mdn-data/api/inheritance.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 51.8 KB
Line 
1{
2 "AbsoluteOrientationSensor": {
3 "inherits": "OrientationSensor",
4 "implements": []
5 },
6 "AbstractRange": {
7 "inherits": null,
8 "implements": []
9 },
10 "Accelerometer": {
11 "inherits": "Sensor",
12 "implements": []
13 },
14 "AmbientLightSensor": {
15 "inherits": "Sensor",
16 "implements": []
17 },
18 "AnalyserNode": {
19 "inherits": "AudioNode",
20 "implements": [
21 "AudioNodePassThrough"
22 ]
23 },
24 "AnimationEvent": {
25 "inherits": "Event",
26 "implements": []
27 },
28 "ArchiveRequest": {
29 "inherits": "DOMRequest",
30 "implements": []
31 },
32 "Attr": {
33 "inherits": "Node",
34 "implements": []
35 },
36 "AudioBufferSourceNode": {
37 "inherits": "AudioScheduledSourceNode",
38 "implements": [
39 "AudioNodePassThrough"
40 ]
41 },
42 "AudioChannelManager": {
43 "inherits": "EventTarget",
44 "implements": []
45 },
46 "AudioContext": {
47 "inherits": "BaseAudioContext",
48 "implements": []
49 },
50 "AudioDestinationNode": {
51 "inherits": "AudioNode",
52 "implements": []
53 },
54 "AudioNode": {
55 "inherits": "EventTarget",
56 "implements": []
57 },
58 "AudioProcessingEvent": {
59 "inherits": "Event",
60 "implements": []
61 },
62 "AudioScheduledSourceNode": {
63 "inherits": "AudioNode",
64 "implements": []
65 },
66 "AudioStreamTrack": {
67 "inherits": "MediaStreamTrack",
68 "implements": []
69 },
70 "AudioTrackList": {
71 "inherits": "EventTarget",
72 "implements": []
73 },
74 "AutocompleteErrorEvent": {
75 "inherits": "Event",
76 "implements": []
77 },
78 "BarProp": {
79 "inherits": null,
80 "implements": []
81 },
82 "BaseAudioContext": {
83 "inherits": "EventTarget",
84 "implements": []
85 },
86 "BatteryManager": {
87 "inherits": "EventTarget",
88 "implements": []
89 },
90 "BeforeAfterKeyboardEvent": {
91 "inherits": "KeyboardEvent",
92 "implements": []
93 },
94 "BeforeInstallPromptEvent": {
95 "inherits": "Event",
96 "implements": []
97 },
98 "BeforeUnloadEvent": {
99 "inherits": "Event",
100 "implements": []
101 },
102 "BiquadFilterNode": {
103 "inherits": "AudioNode",
104 "implements": [
105 "AudioNodePassThrough"
106 ]
107 },
108 "BlobEvent": {
109 "inherits": "Event",
110 "implements": []
111 },
112 "BluetoothAdapter": {
113 "inherits": "EventTarget",
114 "implements": []
115 },
116 "BluetoothAdapterEvent": {
117 "inherits": "Event",
118 "implements": []
119 },
120 "BluetoothAttributeEvent": {
121 "inherits": "Event",
122 "implements": []
123 },
124 "BluetoothDevice": {
125 "inherits": "EventTarget",
126 "implements": []
127 },
128 "BluetoothDeviceEvent": {
129 "inherits": "Event",
130 "implements": []
131 },
132 "BluetoothDiscoveryHandle": {
133 "inherits": "EventTarget",
134 "implements": []
135 },
136 "BluetoothDiscoveryStateChangedEvent": {
137 "inherits": "Event",
138 "implements": []
139 },
140 "BluetoothGatt": {
141 "inherits": "EventTarget",
142 "implements": []
143 },
144 "BluetoothManager": {
145 "inherits": "EventTarget",
146 "implements": []
147 },
148 "BluetoothPairingEvent": {
149 "inherits": "Event",
150 "implements": []
151 },
152 "BluetoothStatusChangedEvent": {
153 "inherits": "Event",
154 "implements": []
155 },
156 "BoxObject": {
157 "inherits": null,
158 "implements": []
159 },
160 "BroadcastChannel": {
161 "inherits": "EventTarget",
162 "implements": []
163 },
164 "BrowserElement": {
165 "inherits": null,
166 "implements": [
167 "BrowserElementCommon",
168 "BrowserElementPrivileged"
169 ]
170 },
171 "CDATASection": {
172 "inherits": "Text",
173 "implements": []
174 },
175 "CFStateChangeEvent": {
176 "inherits": "Event",
177 "implements": []
178 },
179 "CSSCounterStyleRule": {
180 "inherits": "CSSRule",
181 "implements": []
182 },
183 "CSSFontFaceLoadEvent": {
184 "inherits": "Event",
185 "implements": []
186 },
187 "CSSImageValue": {
188 "inherits": "CSSStyleValue",
189 "implements": []
190 },
191 "CSSKeywordValue": {
192 "inherits": "CSSStyleValue",
193 "implements": []
194 },
195 "CSSMathInvert": {
196 "inherits": "CSSMathValue",
197 "implements": []
198 },
199 "CSSMathMax": {
200 "inherits": "CSSMathValue",
201 "implements": []
202 },
203 "CSSMathMin": {
204 "inherits": "CSSMathValue",
205 "implements": []
206 },
207 "CSSMathNegate": {
208 "inherits": "CSSMathValue",
209 "implements": []
210 },
211 "CSSMathProduct": {
212 "inherits": "CSSMathValue",
213 "implements": []
214 },
215 "CSSMathSum": {
216 "inherits": "CSSMathValue",
217 "implements": []
218 },
219 "CSSMathValue": {
220 "inherits": "CSSNumericValue",
221 "implements": [
222 "CSSMathInvert",
223 "CSSMathMax",
224 "CSSMathMin",
225 "CSSMathNegate",
226 "CSSMathProduct",
227 "CSSMathSum"
228 ]
229 },
230 "CSSMatrixComponent": {
231 "inherits": "CSSTransformComponent",
232 "implements": []
233 },
234 "CSSNumericValue": {
235 "inherits": "CSSStyleValue",
236 "implements": [
237 "CSSMathValue",
238 "CSSUnitValue"
239 ]
240 },
241 "CSSPerspective": {
242 "inherits": "CSSTransformComponent",
243 "implements": []
244 },
245 "CSSPositionValue": {
246 "inherits": "CSSStyleValue",
247 "implements": []
248 },
249 "CSSPrimitiveValue": {
250 "inherits": "CSSValue",
251 "implements": []
252 },
253 "CSSPseudoElement": {
254 "inherits": "EventTarget",
255 "implements": [
256 "Animatable"
257 ]
258 },
259 "CSSRotate": {
260 "inherits": "CSSTransformComponent",
261 "implements": []
262 },
263 "CSSScale": {
264 "inherits": "CSSTransformComponent",
265 "implements": []
266 },
267 "CSSSkew": {
268 "inherits": "CSSTransformComponent",
269 "implements": []
270 },
271 "CSSSkewX": {
272 "inherits": "CSSTransformComponent",
273 "implements": []
274 },
275 "CSSSkewY": {
276 "inherits": "CSSTransformComponent",
277 "implements": []
278 },
279 "CSSStyleDeclaration": {
280 "inherits": null,
281 "implements": []
282 },
283 "CSSStyleSheet": {
284 "inherits": "StyleSheet",
285 "implements": []
286 },
287 "CSSStyleValue": {
288 "inherits": null,
289 "implements": [
290 "CSSImageValue",
291 "CSSKeywordValue",
292 "CSSNumericValue",
293 "CSSPositionValue",
294 "CSSTransformValue",
295 "CSSUnitValue",
296 "CSSUnparsedValue"
297 ]
298 },
299 "CSSTransformComponent": {
300 "inherits": null,
301 "implements": [
302 "CSSMatrixComponent",
303 "CSSPerspective",
304 "CSSRotate",
305 "CSSScale",
306 "CSSSkew",
307 "CSSSkewX",
308 "CSSSkewY",
309 "CSSTranslate"
310 ]
311 },
312 "CSSTransformValue": {
313 "inherits": "CSSStyleValue",
314 "implements": []
315 },
316 "CSSTranslate": {
317 "inherits": "CSSTransformComponent",
318 "implements": []
319 },
320 "CSSUnitValue": {
321 "inherits": "CSSNumericValue",
322 "implements": []
323 },
324 "CSSUnparsedValue": {
325 "inherits": "CSSStyleValue",
326 "implements": []
327 },
328 "CSSValueList": {
329 "inherits": "CSSValue",
330 "implements": []
331 },
332 "CallEvent": {
333 "inherits": "Event",
334 "implements": []
335 },
336 "CallGroupErrorEvent": {
337 "inherits": "Event",
338 "implements": []
339 },
340 "CameraClosedEvent": {
341 "inherits": "Event",
342 "implements": []
343 },
344 "CameraConfigurationEvent": {
345 "inherits": "Event",
346 "implements": []
347 },
348 "CameraControl": {
349 "inherits": "MediaStream",
350 "implements": []
351 },
352 "CameraFacesDetectedEvent": {
353 "inherits": "Event",
354 "implements": []
355 },
356 "CameraStateChangeEvent": {
357 "inherits": "Event",
358 "implements": []
359 },
360 "CanvasCaptureMediaStream": {
361 "inherits": "MediaStream",
362 "implements": []
363 },
364 "CaretPosition": {
365 "inherits": null,
366 "implements": []
367 },
368 "ChannelMergerNode": {
369 "inherits": "AudioNode",
370 "implements": []
371 },
372 "ChannelSplitterNode": {
373 "inherits": "AudioNode",
374 "implements": []
375 },
376 "CharacterData": {
377 "inherits": "Node",
378 "implements": [
379 "ChildNode",
380 "NonDocumentTypeChildNode"
381 ]
382 },
383 "ChromeWorker": {
384 "inherits": "Worker",
385 "implements": []
386 },
387 "Clipboard": {
388 "inherits": "EventTarget",
389 "implements": []
390 },
391 "ClipboardEvent": {
392 "inherits": "Event",
393 "implements": []
394 },
395 "CloseEvent": {
396 "inherits": "Event",
397 "implements": []
398 },
399 "CommandEvent": {
400 "inherits": "Event",
401 "implements": []
402 },
403 "Comment": {
404 "inherits": "CharacterData",
405 "implements": []
406 },
407 "CompositionEvent": {
408 "inherits": "UIEvent",
409 "implements": []
410 },
411 "ConstantSourceNode": {
412 "inherits": "AudioScheduledSourceNode",
413 "implements": []
414 },
415 "ContactManager": {
416 "inherits": "EventTarget",
417 "implements": []
418 },
419 "ContainerBoxObject": {
420 "inherits": "BoxObject",
421 "implements": []
422 },
423 "ConvolverNode": {
424 "inherits": "AudioNode",
425 "implements": [
426 "AudioNodePassThrough"
427 ]
428 },
429 "Crypto": {
430 "inherits": null,
431 "implements": []
432 },
433 "CustomEvent": {
434 "inherits": "Event",
435 "implements": []
436 },
437 "DOMApplication": {
438 "inherits": "EventTarget",
439 "implements": []
440 },
441 "DOMApplicationsManager": {
442 "inherits": "EventTarget",
443 "implements": []
444 },
445 "DOMCursor": {
446 "inherits": "EventTarget",
447 "implements": [
448 "DOMRequestShared"
449 ]
450 },
451 "DOMDownload": {
452 "inherits": "EventTarget",
453 "implements": []
454 },
455 "DOMDownloadManager": {
456 "inherits": "EventTarget",
457 "implements": []
458 },
459 "DOMException": {
460 "inherits": null,
461 "implements": [
462 "ExceptionMembers"
463 ]
464 },
465 "DOMImplementation": {
466 "inherits": null,
467 "implements": []
468 },
469 "DOMMatrix": {
470 "inherits": "DOMMatrixReadOnly",
471 "implements": []
472 },
473 "DOMMobileMessageError": {
474 "inherits": "DOMError",
475 "implements": []
476 },
477 "DOMParser": {
478 "inherits": null,
479 "implements": []
480 },
481 "DOMPoint": {
482 "inherits": "DOMPointReadOnly",
483 "implements": []
484 },
485 "DOMRect": {
486 "inherits": "DOMRectReadOnly",
487 "implements": []
488 },
489 "DOMRequest": {
490 "inherits": "EventTarget",
491 "implements": [
492 "DOMRequestShared"
493 ]
494 },
495 "DOMSettableTokenList": {
496 "inherits": "DOMTokenList",
497 "implements": []
498 },
499 "DOMStringMap": {
500 "inherits": null,
501 "implements": []
502 },
503 "DOMTokenList": {
504 "inherits": null,
505 "implements": []
506 },
507 "DOMTransactionEvent": {
508 "inherits": "Event",
509 "implements": []
510 },
511 "DataContainerEvent": {
512 "inherits": "Event",
513 "implements": []
514 },
515 "DataErrorEvent": {
516 "inherits": "Event",
517 "implements": []
518 },
519 "DataStore": {
520 "inherits": "EventTarget",
521 "implements": []
522 },
523 "DataStoreChangeEvent": {
524 "inherits": "Event",
525 "implements": []
526 },
527 "DedicatedWorkerGlobalScope": {
528 "inherits": "WorkerGlobalScope",
529 "implements": []
530 },
531 "DelayNode": {
532 "inherits": "AudioNode",
533 "implements": [
534 "AudioNodePassThrough"
535 ]
536 },
537 "DesktopNotification": {
538 "inherits": "EventTarget",
539 "implements": []
540 },
541 "DeviceLightEvent": {
542 "inherits": "Event",
543 "implements": []
544 },
545 "DeviceMotionEvent": {
546 "inherits": "Event",
547 "implements": []
548 },
549 "DeviceOrientationEvent": {
550 "inherits": "Event",
551 "implements": []
552 },
553 "DeviceProximityEvent": {
554 "inherits": "Event",
555 "implements": []
556 },
557 "DeviceStorage": {
558 "inherits": "EventTarget",
559 "implements": []
560 },
561 "DeviceStorageChangeEvent": {
562 "inherits": "Event",
563 "implements": []
564 },
565 "Document": {
566 "inherits": "Node",
567 "implements": [
568 "FontFaceSource",
569 "GeometryUtils",
570 "GlobalEventHandlers",
571 "OnErrorEventHandlerForNodes",
572 "ParentNode",
573 "TouchEventHandlers",
574 "XPathEvaluator"
575 ]
576 },
577 "DocumentFragment": {
578 "inherits": "Node",
579 "implements": [
580 "ParentNode"
581 ]
582 },
583 "DocumentType": {
584 "inherits": "Node",
585 "implements": [
586 "ChildNode"
587 ]
588 },
589 "DownloadEvent": {
590 "inherits": "Event",
591 "implements": []
592 },
593 "DragEvent": {
594 "inherits": "MouseEvent",
595 "implements": []
596 },
597 "DynamicsCompressorNode": {
598 "inherits": "AudioNode",
599 "implements": [
600 "AudioNodePassThrough"
601 ]
602 },
603 "Element": {
604 "inherits": "Node",
605 "implements": [
606 "Animatable",
607 "ChildNode",
608 "GeometryUtils",
609 "NonDocumentTypeChildNode",
610 "ParentNode"
611 ]
612 },
613 "EngineeringMode": {
614 "inherits": "EventTarget",
615 "implements": []
616 },
617 "ErrorEvent": {
618 "inherits": "Event",
619 "implements": []
620 },
621 "Event": {
622 "inherits": null,
623 "implements": []
624 },
625 "EventSource": {
626 "inherits": "EventTarget",
627 "implements": []
628 },
629 "Exception": {
630 "inherits": null,
631 "implements": [
632 "ExceptionMembers"
633 ]
634 },
635 "ExtendableEvent": {
636 "inherits": "Event",
637 "implements": []
638 },
639 "FMRadio": {
640 "inherits": "EventTarget",
641 "implements": []
642 },
643 "FetchEvent": {
644 "inherits": "Event",
645 "implements": []
646 },
647 "File": {
648 "inherits": "Blob",
649 "implements": []
650 },
651 "FileList": {
652 "inherits": null,
653 "implements": []
654 },
655 "FileReader": {
656 "inherits": "EventTarget",
657 "implements": []
658 },
659 "FocusEvent": {
660 "inherits": "UIEvent",
661 "implements": []
662 },
663 "FontFaceSet": {
664 "inherits": "EventTarget",
665 "implements": []
666 },
667 "FormData": {
668 "inherits": null,
669 "implements": []
670 },
671 "GainNode": {
672 "inherits": "AudioNode",
673 "implements": [
674 "AudioNodePassThrough"
675 ]
676 },
677 "GamepadAxisMoveEvent": {
678 "inherits": "GamepadEvent",
679 "implements": []
680 },
681 "GamepadButtonEvent": {
682 "inherits": "GamepadEvent",
683 "implements": []
684 },
685 "GamepadEvent": {
686 "inherits": "Event",
687 "implements": []
688 },
689 "Gyroscope": {
690 "inherits": "Sensor",
691 "implements": []
692 },
693 "HMDVRDevice": {
694 "inherits": "VRDevice",
695 "implements": []
696 },
697 "HTMLAnchorElement": {
698 "inherits": "HTMLElement",
699 "implements": [
700 "HTMLHyperlinkElementUtils",
701 "URLUtilsSearchParams"
702 ]
703 },
704 "HTMLAppletElement": {
705 "inherits": "HTMLElement",
706 "implements": [
707 "MozFrameLoaderOwner",
708 "MozImageLoadingContent",
709 "MozObjectLoadingContent"
710 ]
711 },
712 "HTMLAreaElement": {
713 "inherits": "HTMLElement",
714 "implements": [
715 "HTMLHyperlinkElementUtils",
716 "URLUtilsSearchParams"
717 ]
718 },
719 "HTMLAudioElement": {
720 "inherits": "HTMLMediaElement",
721 "implements": []
722 },
723 "HTMLBRElement": {
724 "inherits": "HTMLElement",
725 "implements": []
726 },
727 "HTMLBaseElement": {
728 "inherits": "HTMLElement",
729 "implements": []
730 },
731 "HTMLBodyElement": {
732 "inherits": "HTMLElement",
733 "implements": [
734 "WindowEventHandlers"
735 ]
736 },
737 "HTMLButtonElement": {
738 "inherits": "HTMLElement",
739 "implements": []
740 },
741 "HTMLCanvasElement": {
742 "inherits": "HTMLElement",
743 "implements": []
744 },
745 "HTMLCollection": {
746 "inherits": null,
747 "implements": []
748 },
749 "HTMLContentElement": {
750 "inherits": "HTMLElement",
751 "implements": []
752 },
753 "HTMLDListElement": {
754 "inherits": "HTMLElement",
755 "implements": []
756 },
757 "HTMLDataElement": {
758 "inherits": "HTMLElement",
759 "implements": []
760 },
761 "HTMLDataListElement": {
762 "inherits": "HTMLElement",
763 "implements": []
764 },
765 "HTMLDirectoryElement": {
766 "inherits": "HTMLElement",
767 "implements": []
768 },
769 "HTMLDivElement": {
770 "inherits": "HTMLElement",
771 "implements": []
772 },
773 "HTMLDocument": {
774 "inherits": "Document",
775 "implements": []
776 },
777 "HTMLElement": {
778 "inherits": "Element",
779 "implements": [
780 "GlobalEventHandlers",
781 "OnErrorEventHandlerForNodes",
782 "TouchEventHandlers"
783 ]
784 },
785 "HTMLEmbedElement": {
786 "inherits": "HTMLElement",
787 "implements": [
788 "MozFrameLoaderOwner",
789 "MozImageLoadingContent",
790 "MozObjectLoadingContent"
791 ]
792 },
793 "HTMLFieldSetElement": {
794 "inherits": "HTMLElement",
795 "implements": []
796 },
797 "HTMLFontElement": {
798 "inherits": "HTMLElement",
799 "implements": []
800 },
801 "HTMLFormControlsCollection": {
802 "inherits": "HTMLCollection",
803 "implements": []
804 },
805 "HTMLFormElement": {
806 "inherits": "HTMLElement",
807 "implements": []
808 },
809 "HTMLFrameElement": {
810 "inherits": "HTMLElement",
811 "implements": [
812 "MozFrameLoaderOwner"
813 ]
814 },
815 "HTMLFrameSetElement": {
816 "inherits": "HTMLElement",
817 "implements": [
818 "WindowEventHandlers"
819 ]
820 },
821 "HTMLHRElement": {
822 "inherits": "HTMLElement",
823 "implements": []
824 },
825 "HTMLHeadElement": {
826 "inherits": "HTMLElement",
827 "implements": []
828 },
829 "HTMLHeadingElement": {
830 "inherits": "HTMLElement",
831 "implements": []
832 },
833 "HTMLHtmlElement": {
834 "inherits": "HTMLElement",
835 "implements": []
836 },
837 "HTMLIFrameElement": {
838 "inherits": "HTMLElement",
839 "implements": [
840 "BrowserElement",
841 "MozFrameLoaderOwner"
842 ]
843 },
844 "HTMLImageElement": {
845 "inherits": "HTMLElement",
846 "implements": [
847 "MozImageLoadingContent"
848 ]
849 },
850 "HTMLInputElement": {
851 "inherits": "HTMLElement",
852 "implements": [
853 "MozImageLoadingContent",
854 "MozPhonetic"
855 ]
856 },
857 "HTMLLIElement": {
858 "inherits": "HTMLElement",
859 "implements": []
860 },
861 "HTMLLabelElement": {
862 "inherits": "HTMLElement",
863 "implements": []
864 },
865 "HTMLLegendElement": {
866 "inherits": "HTMLElement",
867 "implements": []
868 },
869 "HTMLLinkElement": {
870 "inherits": "HTMLElement",
871 "implements": [
872 "LinkStyle"
873 ]
874 },
875 "HTMLMapElement": {
876 "inherits": "HTMLElement",
877 "implements": []
878 },
879 "HTMLMarqueeElement": {
880 "inherits": "HTMLElement",
881 "implements": []
882 },
883 "HTMLMediaElement": {
884 "inherits": "HTMLElement",
885 "implements": []
886 },
887 "HTMLMenuElement": {
888 "inherits": "HTMLElement",
889 "implements": []
890 },
891 "HTMLMenuItemElement": {
892 "inherits": "HTMLElement",
893 "implements": []
894 },
895 "HTMLMetaElement": {
896 "inherits": "HTMLElement",
897 "implements": []
898 },
899 "HTMLMeterElement": {
900 "inherits": "HTMLElement",
901 "implements": []
902 },
903 "HTMLModElement": {
904 "inherits": "HTMLElement",
905 "implements": []
906 },
907 "HTMLOListElement": {
908 "inherits": "HTMLElement",
909 "implements": []
910 },
911 "HTMLObjectElement": {
912 "inherits": "HTMLElement",
913 "implements": [
914 "MozFrameLoaderOwner",
915 "MozImageLoadingContent",
916 "MozObjectLoadingContent"
917 ]
918 },
919 "HTMLOptGroupElement": {
920 "inherits": "HTMLElement",
921 "implements": []
922 },
923 "HTMLOptionElement": {
924 "inherits": "HTMLElement",
925 "implements": []
926 },
927 "HTMLOptionsCollection": {
928 "inherits": "HTMLCollection",
929 "implements": []
930 },
931 "HTMLOutputElement": {
932 "inherits": "HTMLElement",
933 "implements": []
934 },
935 "HTMLParagraphElement": {
936 "inherits": "HTMLElement",
937 "implements": []
938 },
939 "HTMLParamElement": {
940 "inherits": "HTMLElement",
941 "implements": []
942 },
943 "HTMLPictureElement": {
944 "inherits": "HTMLElement",
945 "implements": []
946 },
947 "HTMLPreElement": {
948 "inherits": "HTMLElement",
949 "implements": []
950 },
951 "HTMLProgressElement": {
952 "inherits": "HTMLElement",
953 "implements": []
954 },
955 "HTMLPropertiesCollection": {
956 "inherits": "HTMLCollection",
957 "implements": []
958 },
959 "HTMLQuoteElement": {
960 "inherits": "HTMLElement",
961 "implements": []
962 },
963 "HTMLScriptElement": {
964 "inherits": "HTMLElement",
965 "implements": []
966 },
967 "HTMLSelectElement": {
968 "inherits": "HTMLElement",
969 "implements": []
970 },
971 "HTMLShadowElement": {
972 "inherits": "HTMLElement",
973 "implements": []
974 },
975 "HTMLSourceElement": {
976 "inherits": "HTMLElement",
977 "implements": []
978 },
979 "HTMLSpanElement": {
980 "inherits": "HTMLElement",
981 "implements": []
982 },
983 "HTMLStyleElement": {
984 "inherits": "HTMLElement",
985 "implements": [
986 "LinkStyle"
987 ]
988 },
989 "HTMLTableCaptionElement": {
990 "inherits": "HTMLElement",
991 "implements": []
992 },
993 "HTMLTableCellElement": {
994 "inherits": "HTMLElement",
995 "implements": []
996 },
997 "HTMLTableColElement": {
998 "inherits": "HTMLElement",
999 "implements": []
1000 },
1001 "HTMLTableElement": {
1002 "inherits": "HTMLElement",
1003 "implements": []
1004 },
1005 "HTMLTableRowElement": {
1006 "inherits": "HTMLElement",
1007 "implements": []
1008 },
1009 "HTMLTableSectionElement": {
1010 "inherits": "HTMLElement",
1011 "implements": []
1012 },
1013 "HTMLTemplateElement": {
1014 "inherits": "HTMLElement",
1015 "implements": []
1016 },
1017 "HTMLTextAreaElement": {
1018 "inherits": "HTMLElement",
1019 "implements": []
1020 },
1021 "HTMLTimeElement": {
1022 "inherits": "HTMLElement",
1023 "implements": []
1024 },
1025 "HTMLTitleElement": {
1026 "inherits": "HTMLElement",
1027 "implements": []
1028 },
1029 "HTMLTrackElement": {
1030 "inherits": "HTMLElement",
1031 "implements": []
1032 },
1033 "HTMLUListElement": {
1034 "inherits": "HTMLElement",
1035 "implements": []
1036 },
1037 "HTMLUnknownElement": {
1038 "inherits": "HTMLElement",
1039 "implements": []
1040 },
1041 "HTMLVideoElement": {
1042 "inherits": "HTMLMediaElement",
1043 "implements": []
1044 },
1045 "HashChangeEvent": {
1046 "inherits": "Event",
1047 "implements": []
1048 },
1049 "History": {
1050 "inherits": null,
1051 "implements": []
1052 },
1053 "IDBCursorWithValue": {
1054 "inherits": "IDBCursor",
1055 "implements": []
1056 },
1057 "IDBDatabase": {
1058 "inherits": "EventTarget",
1059 "implements": []
1060 },
1061 "IDBFileHandle": {
1062 "inherits": "EventTarget",
1063 "implements": []
1064 },
1065 "IDBFileRequest": {
1066 "inherits": "DOMRequest",
1067 "implements": []
1068 },
1069 "IDBMutableFile": {
1070 "inherits": "EventTarget",
1071 "implements": []
1072 },
1073 "IDBOpenDBRequest": {
1074 "inherits": "IDBRequest",
1075 "implements": []
1076 },
1077 "IDBRequest": {
1078 "inherits": "EventTarget",
1079 "implements": []
1080 },
1081 "IDBTransaction": {
1082 "inherits": "EventTarget",
1083 "implements": []
1084 },
1085 "IDBVersionChangeEvent": {
1086 "inherits": "Event",
1087 "implements": []
1088 },
1089 "IccCardLockError": {
1090 "inherits": "DOMError",
1091 "implements": []
1092 },
1093 "IccChangeEvent": {
1094 "inherits": "Event",
1095 "implements": []
1096 },
1097 "ImageCapture": {
1098 "inherits": "EventTarget",
1099 "implements": []
1100 },
1101 "ImageCaptureErrorEvent": {
1102 "inherits": "Event",
1103 "implements": []
1104 },
1105 "ImageDocument": {
1106 "inherits": "HTMLDocument",
1107 "implements": []
1108 },
1109 "InputEvent": {
1110 "inherits": "UIEvent",
1111 "implements": []
1112 },
1113 "InstallEvent": {
1114 "inherits": "ExtendableEvent",
1115 "implements": []
1116 },
1117 "InstallTrigger": {
1118 "inherits": null,
1119 "implements": []
1120 },
1121 "KeyboardEvent": {
1122 "inherits": "UIEvent",
1123 "implements": [
1124 "KeyEvent"
1125 ]
1126 },
1127 "LinearAccelerationSensor": {
1128 "inherits": "Accelerometer",
1129 "implements": []
1130 },
1131 "ListBoxObject": {
1132 "inherits": "BoxObject",
1133 "implements": []
1134 },
1135 "LocalMediaStream": {
1136 "inherits": "MediaStream",
1137 "implements": []
1138 },
1139 "Location": {
1140 "inherits": null,
1141 "implements": []
1142 },
1143 "Magnetometer": {
1144 "inherits": "Sensor",
1145 "implements": []
1146 },
1147 "MediaDevices": {
1148 "inherits": "EventTarget",
1149 "implements": []
1150 },
1151 "MediaElementAudioSourceNode": {
1152 "inherits": "AudioNode",
1153 "implements": [
1154 "AudioNodePassThrough"
1155 ]
1156 },
1157 "MediaEncryptedEvent": {
1158 "inherits": "Event",
1159 "implements": []
1160 },
1161 "MediaKeyError": {
1162 "inherits": "Event",
1163 "implements": []
1164 },
1165 "MediaKeyMessageEvent": {
1166 "inherits": "Event",
1167 "implements": []
1168 },
1169 "MediaKeySession": {
1170 "inherits": "EventTarget",
1171 "implements": []
1172 },
1173 "MediaRecorder": {
1174 "inherits": "EventTarget",
1175 "implements": []
1176 },
1177 "MediaSource": {
1178 "inherits": "EventTarget",
1179 "implements": []
1180 },
1181 "MediaStream": {
1182 "inherits": "EventTarget",
1183 "implements": []
1184 },
1185 "MediaStreamAudioDestinationNode": {
1186 "inherits": "AudioNode",
1187 "implements": []
1188 },
1189 "MediaStreamAudioSourceNode": {
1190 "inherits": "AudioNode",
1191 "implements": [
1192 "AudioNodePassThrough"
1193 ]
1194 },
1195 "MediaStreamEvent": {
1196 "inherits": "Event",
1197 "implements": []
1198 },
1199 "MediaStreamTrackEvent": {
1200 "inherits": "Event",
1201 "implements": []
1202 },
1203 "MenuBoxObject": {
1204 "inherits": "BoxObject",
1205 "implements": []
1206 },
1207 "MerchantValidationEvent": {
1208 "inherits": "Event",
1209 "implements": []
1210 },
1211 "MessageEvent": {
1212 "inherits": "Event",
1213 "implements": []
1214 },
1215 "MessagePort": {
1216 "inherits": "EventTarget",
1217 "implements": [
1218 "Transferable"
1219 ]
1220 },
1221 "MimeTypeArray": {
1222 "inherits": null,
1223 "implements": []
1224 },
1225 "MouseEvent": {
1226 "inherits": "UIEvent",
1227 "implements": []
1228 },
1229 "MouseScrollEvent": {
1230 "inherits": "MouseEvent",
1231 "implements": []
1232 },
1233 "MozAbortablePromise": {
1234 "inherits": "_Promise",
1235 "implements": []
1236 },
1237 "MozActivity": {
1238 "inherits": "DOMRequest",
1239 "implements": []
1240 },
1241 "MozApplicationEvent": {
1242 "inherits": "Event",
1243 "implements": []
1244 },
1245 "MozCdmaIccInfo": {
1246 "inherits": "MozIccInfo",
1247 "implements": []
1248 },
1249 "MozCellBroadcast": {
1250 "inherits": "EventTarget",
1251 "implements": []
1252 },
1253 "MozCellBroadcastEvent": {
1254 "inherits": "Event",
1255 "implements": []
1256 },
1257 "MozClirModeEvent": {
1258 "inherits": "Event",
1259 "implements": []
1260 },
1261 "MozContactChangeEvent": {
1262 "inherits": "Event",
1263 "implements": []
1264 },
1265 "MozEmergencyCbModeEvent": {
1266 "inherits": "Event",
1267 "implements": []
1268 },
1269 "MozGsmIccInfo": {
1270 "inherits": "MozIccInfo",
1271 "implements": []
1272 },
1273 "MozIcc": {
1274 "inherits": "EventTarget",
1275 "implements": []
1276 },
1277 "MozIccManager": {
1278 "inherits": "EventTarget",
1279 "implements": []
1280 },
1281 "MozInputMethod": {
1282 "inherits": "EventTarget",
1283 "implements": []
1284 },
1285 "MozInterAppMessageEvent": {
1286 "inherits": "Event",
1287 "implements": []
1288 },
1289 "MozInterAppMessagePort": {
1290 "inherits": "EventTarget",
1291 "implements": []
1292 },
1293 "MozMessageDeletedEvent": {
1294 "inherits": "Event",
1295 "implements": []
1296 },
1297 "MozMmsEvent": {
1298 "inherits": "Event",
1299 "implements": []
1300 },
1301 "MozMobileConnection": {
1302 "inherits": "EventTarget",
1303 "implements": []
1304 },
1305 "MozMobileMessageManager": {
1306 "inherits": "EventTarget",
1307 "implements": []
1308 },
1309 "MozNFC": {
1310 "inherits": "EventTarget",
1311 "implements": [
1312 "MozNFCManager"
1313 ]
1314 },
1315 "MozNFCPeerEvent": {
1316 "inherits": "Event",
1317 "implements": []
1318 },
1319 "MozNFCTagEvent": {
1320 "inherits": "Event",
1321 "implements": []
1322 },
1323 "MozOtaStatusEvent": {
1324 "inherits": "Event",
1325 "implements": []
1326 },
1327 "MozSettingsEvent": {
1328 "inherits": "Event",
1329 "implements": []
1330 },
1331 "MozSettingsTransactionEvent": {
1332 "inherits": "Event",
1333 "implements": []
1334 },
1335 "MozSmsEvent": {
1336 "inherits": "Event",
1337 "implements": []
1338 },
1339 "MozSpeakerManager": {
1340 "inherits": "EventTarget",
1341 "implements": []
1342 },
1343 "MozStkCommandEvent": {
1344 "inherits": "Event",
1345 "implements": []
1346 },
1347 "MozVoicemail": {
1348 "inherits": "EventTarget",
1349 "implements": []
1350 },
1351 "MozVoicemailEvent": {
1352 "inherits": "Event",
1353 "implements": []
1354 },
1355 "MozWifiConnectionInfoEvent": {
1356 "inherits": "Event",
1357 "implements": []
1358 },
1359 "MozWifiManager": {
1360 "inherits": "EventTarget",
1361 "implements": []
1362 },
1363 "MozWifiStationInfoEvent": {
1364 "inherits": "Event",
1365 "implements": []
1366 },
1367 "MozWifiStatusChangeEvent": {
1368 "inherits": "Event",
1369 "implements": []
1370 },
1371 "MutationEvent": {
1372 "inherits": "Event",
1373 "implements": []
1374 },
1375 "MutationObserver": {
1376 "inherits": null,
1377 "implements": []
1378 },
1379 "MutationRecord": {
1380 "inherits": null,
1381 "implements": []
1382 },
1383 "NamedNodeMap": {
1384 "inherits": null,
1385 "implements": []
1386 },
1387 "Navigator": {
1388 "inherits": null,
1389 "implements": [
1390 "NavigatorBattery",
1391 "NavigatorContentUtils",
1392 "NavigatorDataStore",
1393 "NavigatorFeatures",
1394 "NavigatorGeolocation",
1395 "NavigatorID",
1396 "NavigatorLanguage",
1397 "NavigatorMobileId",
1398 "NavigatorOnLine",
1399 "NavigatorStorageUtils"
1400 ]
1401 },
1402 "NetworkInformation": {
1403 "inherits": "EventTarget",
1404 "implements": []
1405 },
1406 "Node": {
1407 "inherits": "EventTarget",
1408 "implements": []
1409 },
1410 "NodeIterator": {
1411 "inherits": null,
1412 "implements": []
1413 },
1414 "NodeList": {
1415 "inherits": null,
1416 "implements": []
1417 },
1418 "Notification": {
1419 "inherits": "EventTarget",
1420 "implements": []
1421 },
1422 "NotifyPaintEvent": {
1423 "inherits": "Event",
1424 "implements": []
1425 },
1426 "OfflineAudioCompletionEvent": {
1427 "inherits": "Event",
1428 "implements": []
1429 },
1430 "OfflineAudioContext": {
1431 "inherits": "BaseAudioContext",
1432 "implements": []
1433 },
1434 "OfflineResourceList": {
1435 "inherits": "EventTarget",
1436 "implements": []
1437 },
1438 "OffscreenCanvas": {
1439 "inherits": "EventTarget",
1440 "implements": []
1441 },
1442 "OrientationSensor": {
1443 "inherits": "Sensor",
1444 "implements": []
1445 },
1446 "OscillatorNode": {
1447 "inherits": "AudioNode",
1448 "implements": [
1449 "AudioNodePassThrough"
1450 ]
1451 },
1452 "PageTransitionEvent": {
1453 "inherits": "Event",
1454 "implements": []
1455 },
1456 "PaintRequest": {
1457 "inherits": null,
1458 "implements": []
1459 },
1460 "PaintRequestList": {
1461 "inherits": null,
1462 "implements": []
1463 },
1464 "PannerNode": {
1465 "inherits": "AudioNode",
1466 "implements": [
1467 "AudioNodePassThrough"
1468 ]
1469 },
1470 "PaymentAddress": {
1471 "inherits": null,
1472 "implements": []
1473 },
1474 "PaymentMethodChangeEvent": {
1475 "inherits": "PaymentRequestUpdateEvent",
1476 "implements": []
1477 },
1478 "PaymentRequest": {
1479 "inherits": "EventTarget",
1480 "implements": []
1481 },
1482 "PaymentRequestUpdateEvent": {
1483 "inherits": "Event",
1484 "implements": []
1485 },
1486 "PaymentResponse": {
1487 "inherits": "EventTarget",
1488 "implements": []
1489 },
1490 "Performance": {
1491 "inherits": null,
1492 "implements": []
1493 },
1494 "PerformanceLongTaskTiming": {
1495 "inherits": "PerformanceEntry",
1496 "implements": []
1497 },
1498 "PerformanceMark": {
1499 "inherits": "PerformanceEntry",
1500 "implements": []
1501 },
1502 "PerformanceMeasure": {
1503 "inherits": "PerformanceEntry",
1504 "implements": []
1505 },
1506 "PerformanceNavigationTiming": {
1507 "inherits": "PerformanceEntry",
1508 "implements": []
1509 },
1510 "PerformancePaintTiming": {
1511 "inherits": "PerformanceEntry",
1512 "implements": []
1513 },
1514 "PerformanceResourceTiming": {
1515 "inherits": "PerformanceEntry",
1516 "implements": []
1517 },
1518 "Plugin": {
1519 "inherits": null,
1520 "implements": []
1521 },
1522 "PluginArray": {
1523 "inherits": null,
1524 "implements": []
1525 },
1526 "PluginCrashedEvent": {
1527 "inherits": "Event",
1528 "implements": []
1529 },
1530 "PointerEvent": {
1531 "inherits": "MouseEvent",
1532 "implements": []
1533 },
1534 "PopStateEvent": {
1535 "inherits": "Event",
1536 "implements": []
1537 },
1538 "PopupBlockedEvent": {
1539 "inherits": "Event",
1540 "implements": []
1541 },
1542 "PopupBoxObject": {
1543 "inherits": "BoxObject",
1544 "implements": []
1545 },
1546 "PositionSensorVRDevice": {
1547 "inherits": "VRDevice",
1548 "implements": []
1549 },
1550 "PresentationDeviceInfoManager": {
1551 "inherits": "EventTarget",
1552 "implements": []
1553 },
1554 "ProcessingInstruction": {
1555 "inherits": "CharacterData",
1556 "implements": []
1557 },
1558 "ProgressEvent": {
1559 "inherits": "Event",
1560 "implements": []
1561 },
1562 "PromiseRejectionEvent": {
1563 "inherits": "Event",
1564 "implements": []
1565 },
1566 "PropertyNodeList": {
1567 "inherits": "NodeList",
1568 "implements": []
1569 },
1570 "PseudoElement": {
1571 "inherits": null,
1572 "implements": [
1573 "GeometryUtils"
1574 ]
1575 },
1576 "RTCDTMFSender": {
1577 "inherits": "EventTarget",
1578 "implements": []
1579 },
1580 "RTCDTMFToneChangeEvent": {
1581 "inherits": "Event",
1582 "implements": []
1583 },
1584 "RTCDataChannel": {
1585 "inherits": "EventTarget",
1586 "implements": []
1587 },
1588 "RTCDataChannelEvent": {
1589 "inherits": "Event",
1590 "implements": []
1591 },
1592 "RTCDtlsTransport": {
1593 "inherits": "EventTarget",
1594 "implements": []
1595 },
1596 "RTCIceTransport": {
1597 "inherits": "EventTarget",
1598 "implements": []
1599 },
1600 "RTCPeerConnection": {
1601 "inherits": "EventTarget",
1602 "implements": []
1603 },
1604 "RTCPeerConnectionIceEvent": {
1605 "inherits": "Event",
1606 "implements": []
1607 },
1608 "RTCPeerConnectionIdentityErrorEvent": {
1609 "inherits": "Event",
1610 "implements": []
1611 },
1612 "RTCPeerConnectionIdentityEvent": {
1613 "inherits": "Event",
1614 "implements": []
1615 },
1616 "RTCSctpTransport": {
1617 "inherits": "EventTarget",
1618 "implements": []
1619 },
1620 "RTCTrackEvent": {
1621 "inherits": "Event",
1622 "implements": []
1623 },
1624 "RadioNodeList": {
1625 "inherits": "NodeList",
1626 "implements": []
1627 },
1628 "Range": {
1629 "inherits": "AbstractRange",
1630 "implements": []
1631 },
1632 "RecordErrorEvent": {
1633 "inherits": "Event",
1634 "implements": []
1635 },
1636 "Rect": {
1637 "inherits": null,
1638 "implements": []
1639 },
1640 "RelativeOrientationSensor": {
1641 "inherits": "OrientationSensor",
1642 "implements": []
1643 },
1644 "Request": {
1645 "inherits": null,
1646 "implements": [
1647 "Body"
1648 ]
1649 },
1650 "Response": {
1651 "inherits": null,
1652 "implements": [
1653 "Body"
1654 ]
1655 },
1656 "StaticRange": {
1657 "inherits": "AbstractRange",
1658 "implements": []
1659 },
1660 "SVGAElement": {
1661 "inherits": "SVGGraphicsElement",
1662 "implements": [
1663 "SVGURIReference"
1664 ]
1665 },
1666 "SVGAltGlyphElement": {
1667 "inherits": "SVGTextPositioningElement",
1668 "implements": [
1669 "SVGURIReference"
1670 ]
1671 },
1672 "SVGAnimateElement": {
1673 "inherits": "SVGAnimationElement",
1674 "implements": []
1675 },
1676 "SVGAnimateMotionElement": {
1677 "inherits": "SVGAnimationElement",
1678 "implements": []
1679 },
1680 "SVGAnimateTransformElement": {
1681 "inherits": "SVGAnimationElement",
1682 "implements": []
1683 },
1684 "SVGAnimatedEnumeration": {
1685 "inherits": null,
1686 "implements": []
1687 },
1688 "SVGAnimatedInteger": {
1689 "inherits": null,
1690 "implements": []
1691 },
1692 "SVGAnimatedNumber": {
1693 "inherits": null,
1694 "implements": []
1695 },
1696 "SVGAnimatedNumberList": {
1697 "inherits": null,
1698 "implements": []
1699 },
1700 "SVGAnimatedPreserveAspectRatio": {
1701 "inherits": null,
1702 "implements": []
1703 },
1704 "SVGAnimatedString": {
1705 "inherits": null,
1706 "implements": []
1707 },
1708 "SVGAnimationElement": {
1709 "inherits": "SVGElement",
1710 "implements": [
1711 "SVGTests"
1712 ]
1713 },
1714 "SVGCircleElement": {
1715 "inherits": "SVGGeometryElement",
1716 "implements": []
1717 },
1718 "SVGClipPathElement": {
1719 "inherits": "SVGElement",
1720 "implements": [
1721 "SVGUnitTypes"
1722 ]
1723 },
1724 "SVGComponentTransferFunctionElement": {
1725 "inherits": "SVGElement",
1726 "implements": []
1727 },
1728 "SVGCursorElement": {
1729 "inherits": "SVGElement",
1730 "implements": [
1731 "SVGURIReference"
1732 ]
1733 },
1734 "SVGDefsElement": {
1735 "inherits": "SVGGraphicsElement",
1736 "implements": []
1737 },
1738 "SVGDescElement": {
1739 "inherits": "SVGElement",
1740 "implements": []
1741 },
1742 "SVGDocument": {
1743 "inherits": "Document",
1744 "implements": []
1745 },
1746 "SVGElement": {
1747 "inherits": "Element",
1748 "implements": [
1749 "GlobalEventHandlers",
1750 "OnErrorEventHandlerForNodes",
1751 "TouchEventHandlers"
1752 ]
1753 },
1754 "SVGEllipseElement": {
1755 "inherits": "SVGGeometryElement",
1756 "implements": []
1757 },
1758 "SVGFEBlendElement": {
1759 "inherits": "SVGElement",
1760 "implements": [
1761 "SVGFilterPrimitiveStandardAttributes"
1762 ]
1763 },
1764 "SVGFEColorMatrixElement": {
1765 "inherits": "SVGElement",
1766 "implements": [
1767 "SVGFilterPrimitiveStandardAttributes"
1768 ]
1769 },
1770 "SVGFEComponentTransferElement": {
1771 "inherits": "SVGElement",
1772 "implements": [
1773 "SVGFilterPrimitiveStandardAttributes"
1774 ]
1775 },
1776 "SVGFECompositeElement": {
1777 "inherits": "SVGElement",
1778 "implements": [
1779 "SVGFilterPrimitiveStandardAttributes"
1780 ]
1781 },
1782 "SVGFEConvolveMatrixElement": {
1783 "inherits": "SVGElement",
1784 "implements": [
1785 "SVGFilterPrimitiveStandardAttributes"
1786 ]
1787 },
1788 "SVGFEDiffuseLightingElement": {
1789 "inherits": "SVGElement",
1790 "implements": [
1791 "SVGFilterPrimitiveStandardAttributes"
1792 ]
1793 },
1794 "SVGFEDisplacementMapElement": {
1795 "inherits": "SVGElement",
1796 "implements": [
1797 "SVGFilterPrimitiveStandardAttributes"
1798 ]
1799 },
1800 "SVGFEDistantLightElement": {
1801 "inherits": "SVGElement",
1802 "implements": []
1803 },
1804 "SVGFEDropShadowElement": {
1805 "inherits": "SVGElement",
1806 "implements": [
1807 "SVGFilterPrimitiveStandardAttributes"
1808 ]
1809 },
1810 "SVGFEFloodElement": {
1811 "inherits": "SVGElement",
1812 "implements": [
1813 "SVGFilterPrimitiveStandardAttributes"
1814 ]
1815 },
1816 "SVGFEFuncAElement": {
1817 "inherits": "SVGComponentTransferFunctionElement",
1818 "implements": []
1819 },
1820 "SVGFEFuncBElement": {
1821 "inherits": "SVGComponentTransferFunctionElement",
1822 "implements": []
1823 },
1824 "SVGFEFuncGElement": {
1825 "inherits": "SVGComponentTransferFunctionElement",
1826 "implements": []
1827 },
1828 "SVGFEFuncRElement": {
1829 "inherits": "SVGComponentTransferFunctionElement",
1830 "implements": []
1831 },
1832 "SVGFEGaussianBlurElement": {
1833 "inherits": "SVGElement",
1834 "implements": [
1835 "SVGFilterPrimitiveStandardAttributes"
1836 ]
1837 },
1838 "SVGFEImageElement": {
1839 "inherits": "SVGElement",
1840 "implements": [
1841 "SVGFilterPrimitiveStandardAttributes",
1842 "SVGURIReference"
1843 ]
1844 },
1845 "SVGFEMergeElement": {
1846 "inherits": "SVGElement",
1847 "implements": [
1848 "SVGFilterPrimitiveStandardAttributes"
1849 ]
1850 },
1851 "SVGFEMergeNodeElement": {
1852 "inherits": "SVGElement",
1853 "implements": []
1854 },
1855 "SVGFEMorphologyElement": {
1856 "inherits": "SVGElement",
1857 "implements": [
1858 "SVGFilterPrimitiveStandardAttributes"
1859 ]
1860 },
1861 "SVGFEOffsetElement": {
1862 "inherits": "SVGElement",
1863 "implements": [
1864 "SVGFilterPrimitiveStandardAttributes"
1865 ]
1866 },
1867 "SVGFEPointLightElement": {
1868 "inherits": "SVGElement",
1869 "implements": []
1870 },
1871 "SVGFESpecularLightingElement": {
1872 "inherits": "SVGElement",
1873 "implements": [
1874 "SVGFilterPrimitiveStandardAttributes"
1875 ]
1876 },
1877 "SVGFESpotLightElement": {
1878 "inherits": "SVGElement",
1879 "implements": []
1880 },
1881 "SVGFETileElement": {
1882 "inherits": "SVGElement",
1883 "implements": [
1884 "SVGFilterPrimitiveStandardAttributes"
1885 ]
1886 },
1887 "SVGFETurbulenceElement": {
1888 "inherits": "SVGElement",
1889 "implements": [
1890 "SVGFilterPrimitiveStandardAttributes"
1891 ]
1892 },
1893 "SVGFilterElement": {
1894 "inherits": "SVGElement",
1895 "implements": [
1896 "SVGURIReference",
1897 "SVGUnitTypes"
1898 ]
1899 },
1900 "SVGForeignObjectElement": {
1901 "inherits": "SVGGraphicsElement",
1902 "implements": []
1903 },
1904 "SVGGElement": {
1905 "inherits": "SVGGraphicsElement",
1906 "implements": []
1907 },
1908 "SVGGeometryElement": {
1909 "inherits": "SVGGraphicsElement",
1910 "implements": []
1911 },
1912 "SVGGradientElement": {
1913 "inherits": "SVGElement",
1914 "implements": [
1915 "SVGURIReference",
1916 "SVGUnitTypes"
1917 ]
1918 },
1919 "SVGGraphicsElement": {
1920 "inherits": "SVGElement",
1921 "implements": [
1922 "SVGTests"
1923 ]
1924 },
1925 "SVGImageElement": {
1926 "inherits": "SVGGraphicsElement",
1927 "implements": [
1928 "MozImageLoadingContent",
1929 "SVGURIReference"
1930 ]
1931 },
1932 "SVGLengthList": {
1933 "inherits": null,
1934 "implements": []
1935 },
1936 "SVGLineElement": {
1937 "inherits": "SVGGeometryElement",
1938 "implements": []
1939 },
1940 "SVGLinearGradientElement": {
1941 "inherits": "SVGGradientElement",
1942 "implements": []
1943 },
1944 "SVGMPathElement": {
1945 "inherits": "SVGElement",
1946 "implements": [
1947 "SVGURIReference"
1948 ]
1949 },
1950 "SVGMarkerElement": {
1951 "inherits": "SVGElement",
1952 "implements": [
1953 "SVGFitToViewBox"
1954 ]
1955 },
1956 "SVGMaskElement": {
1957 "inherits": "SVGElement",
1958 "implements": [
1959 "SVGUnitTypes"
1960 ]
1961 },
1962 "SVGMetadataElement": {
1963 "inherits": "SVGElement",
1964 "implements": []
1965 },
1966 "SVGNumberList": {
1967 "inherits": null,
1968 "implements": []
1969 },
1970 "SVGPathElement": {
1971 "inherits": "SVGGeometryElement",
1972 "implements": [
1973 "SVGAnimatedPathData"
1974 ]
1975 },
1976 "SVGPathSegArcAbs": {
1977 "inherits": "SVGPathSeg",
1978 "implements": []
1979 },
1980 "SVGPathSegArcRel": {
1981 "inherits": "SVGPathSeg",
1982 "implements": []
1983 },
1984 "SVGPathSegClosePath": {
1985 "inherits": "SVGPathSeg",
1986 "implements": []
1987 },
1988 "SVGPathSegCurvetoCubicAbs": {
1989 "inherits": "SVGPathSeg",
1990 "implements": []
1991 },
1992 "SVGPathSegCurvetoCubicRel": {
1993 "inherits": "SVGPathSeg",
1994 "implements": []
1995 },
1996 "SVGPathSegCurvetoCubicSmoothAbs": {
1997 "inherits": "SVGPathSeg",
1998 "implements": []
1999 },
2000 "SVGPathSegCurvetoCubicSmoothRel": {
2001 "inherits": "SVGPathSeg",
2002 "implements": []
2003 },
2004 "SVGPathSegCurvetoQuadraticAbs": {
2005 "inherits": "SVGPathSeg",
2006 "implements": []
2007 },
2008 "SVGPathSegCurvetoQuadraticRel": {
2009 "inherits": "SVGPathSeg",
2010 "implements": []
2011 },
2012 "SVGPathSegCurvetoQuadraticSmoothAbs": {
2013 "inherits": "SVGPathSeg",
2014 "implements": []
2015 },
2016 "SVGPathSegCurvetoQuadraticSmoothRel": {
2017 "inherits": "SVGPathSeg",
2018 "implements": []
2019 },
2020 "SVGPathSegLinetoAbs": {
2021 "inherits": "SVGPathSeg",
2022 "implements": []
2023 },
2024 "SVGPathSegLinetoHorizontalAbs": {
2025 "inherits": "SVGPathSeg",
2026 "implements": []
2027 },
2028 "SVGPathSegLinetoHorizontalRel": {
2029 "inherits": "SVGPathSeg",
2030 "implements": []
2031 },
2032 "SVGPathSegLinetoRel": {
2033 "inherits": "SVGPathSeg",
2034 "implements": []
2035 },
2036 "SVGPathSegLinetoVerticalAbs": {
2037 "inherits": "SVGPathSeg",
2038 "implements": []
2039 },
2040 "SVGPathSegLinetoVerticalRel": {
2041 "inherits": "SVGPathSeg",
2042 "implements": []
2043 },
2044 "SVGPathSegList": {
2045 "inherits": null,
2046 "implements": []
2047 },
2048 "SVGPathSegMovetoAbs": {
2049 "inherits": "SVGPathSeg",
2050 "implements": []
2051 },
2052 "SVGPathSegMovetoRel": {
2053 "inherits": "SVGPathSeg",
2054 "implements": []
2055 },
2056 "SVGPatternElement": {
2057 "inherits": "SVGElement",
2058 "implements": [
2059 "SVGFitToViewBox",
2060 "SVGURIReference",
2061 "SVGUnitTypes"
2062 ]
2063 },
2064 "SVGPoint": {
2065 "inherits": null,
2066 "implements": []
2067 },
2068 "SVGPointList": {
2069 "inherits": null,
2070 "implements": []
2071 },
2072 "SVGPolygonElement": {
2073 "inherits": "SVGGeometryElement",
2074 "implements": [
2075 "SVGAnimatedPoints"
2076 ]
2077 },
2078 "SVGPolylineElement": {
2079 "inherits": "SVGGeometryElement",
2080 "implements": [
2081 "SVGAnimatedPoints"
2082 ]
2083 },
2084 "SVGPreserveAspectRatio": {
2085 "inherits": null,
2086 "implements": []
2087 },
2088 "SVGRadialGradientElement": {
2089 "inherits": "SVGGradientElement",
2090 "implements": []
2091 },
2092 "SVGRect": {
2093 "inherits": null,
2094 "implements": []
2095 },
2096 "SVGRectElement": {
2097 "inherits": "SVGGeometryElement",
2098 "implements": []
2099 },
2100 "SVGSVGElement": {
2101 "inherits": "SVGGraphicsElement",
2102 "implements": [
2103 "SVGFitToViewBox",
2104 "SVGZoomAndPan"
2105 ]
2106 },
2107 "SVGScriptElement": {
2108 "inherits": "SVGElement",
2109 "implements": [
2110 "SVGURIReference"
2111 ]
2112 },
2113 "SVGSetElement": {
2114 "inherits": "SVGAnimationElement",
2115 "implements": []
2116 },
2117 "SVGStopElement": {
2118 "inherits": "SVGElement",
2119 "implements": []
2120 },
2121 "SVGStringList": {
2122 "inherits": null,
2123 "implements": []
2124 },
2125 "SVGStyleElement": {
2126 "inherits": "SVGElement",
2127 "implements": []
2128 },
2129 "SVGSwitchElement": {
2130 "inherits": "SVGGraphicsElement",
2131 "implements": []
2132 },
2133 "SVGSymbolElement": {
2134 "inherits": "SVGElement",
2135 "implements": [
2136 "SVGFitToViewBox",
2137 "SVGTests"
2138 ]
2139 },
2140 "SVGTSpanElement": {
2141 "inherits": "SVGTextPositioningElement",
2142 "implements": []
2143 },
2144 "SVGTextContentElement": {
2145 "inherits": "SVGGraphicsElement",
2146 "implements": []
2147 },
2148 "SVGTextElement": {
2149 "inherits": "SVGTextPositioningElement",
2150 "implements": []
2151 },
2152 "SVGTextPathElement": {
2153 "inherits": "SVGTextContentElement",
2154 "implements": [
2155 "SVGURIReference"
2156 ]
2157 },
2158 "SVGTextPositioningElement": {
2159 "inherits": "SVGTextContentElement",
2160 "implements": []
2161 },
2162 "SVGTitleElement": {
2163 "inherits": "SVGElement",
2164 "implements": []
2165 },
2166 "SVGTransformList": {
2167 "inherits": null,
2168 "implements": []
2169 },
2170 "SVGUseElement": {
2171 "inherits": "SVGGraphicsElement",
2172 "implements": [
2173 "SVGURIReference"
2174 ]
2175 },
2176 "SVGViewElement": {
2177 "inherits": "SVGElement",
2178 "implements": [
2179 "SVGFitToViewBox",
2180 "SVGZoomAndPan"
2181 ]
2182 },
2183 "SVGZoomEvent": {
2184 "inherits": "UIEvent",
2185 "implements": []
2186 },
2187 "Screen": {
2188 "inherits": "EventTarget",
2189 "implements": []
2190 },
2191 "ScriptProcessorNode": {
2192 "inherits": "AudioNode",
2193 "implements": [
2194 "AudioNodePassThrough"
2195 ]
2196 },
2197 "ScrollAreaEvent": {
2198 "inherits": "UIEvent",
2199 "implements": []
2200 },
2201 "ScrollBoxObject": {
2202 "inherits": "BoxObject",
2203 "implements": []
2204 },
2205 "ScrollViewChangeEvent": {
2206 "inherits": "Event",
2207 "implements": []
2208 },
2209 "Selection": {
2210 "inherits": null,
2211 "implements": []
2212 },
2213 "SelectionStateChangedEvent": {
2214 "inherits": "Event",
2215 "implements": []
2216 },
2217 "Sensor": {
2218 "inherits": "EventTarget",
2219 "implements": []
2220 },
2221 "SensorErrorEvent": {
2222 "inherits": "Event",
2223 "implements": []
2224 },
2225 "ServiceWorker": {
2226 "inherits": "EventTarget",
2227 "implements": [
2228 "AbstractWorker"
2229 ]
2230 },
2231 "ServiceWorkerContainer": {
2232 "inherits": "EventTarget",
2233 "implements": []
2234 },
2235 "ServiceWorkerGlobalScope": {
2236 "inherits": "WorkerGlobalScope",
2237 "implements": [
2238 "GlobalFetch"
2239 ]
2240 },
2241 "ServiceWorkerRegistration": {
2242 "inherits": "EventTarget",
2243 "implements": []
2244 },
2245 "SettingsLock": {
2246 "inherits": "EventTarget",
2247 "implements": []
2248 },
2249 "SettingsManager": {
2250 "inherits": "EventTarget",
2251 "implements": []
2252 },
2253 "ShadowRoot": {
2254 "inherits": "DocumentFragment",
2255 "implements": []
2256 },
2257 "SharedWorker": {
2258 "inherits": "EventTarget",
2259 "implements": [
2260 "AbstractWorker"
2261 ]
2262 },
2263 "SharedWorkerGlobalScope": {
2264 "inherits": "WorkerGlobalScope",
2265 "implements": []
2266 },
2267 "SimpleGestureEvent": {
2268 "inherits": "MouseEvent",
2269 "implements": []
2270 },
2271 "SourceBuffer": {
2272 "inherits": "EventTarget",
2273 "implements": []
2274 },
2275 "SourceBufferList": {
2276 "inherits": "EventTarget",
2277 "implements": []
2278 },
2279 "SpeechRecognition": {
2280 "inherits": "EventTarget",
2281 "implements": []
2282 },
2283 "SpeechRecognitionError": {
2284 "inherits": "Event",
2285 "implements": []
2286 },
2287 "SpeechRecognitionEvent": {
2288 "inherits": "Event",
2289 "implements": []
2290 },
2291 "SpeechSynthesisEvent": {
2292 "inherits": "Event",
2293 "implements": []
2294 },
2295 "SpeechSynthesisUtterance": {
2296 "inherits": "EventTarget",
2297 "implements": []
2298 },
2299 "StereoPannerNode": {
2300 "inherits": "AudioNode",
2301 "implements": [
2302 "AudioNodePassThrough"
2303 ]
2304 },
2305 "StorageEvent": {
2306 "inherits": "Event",
2307 "implements": []
2308 },
2309 "StylePropertyMap": {
2310 "inherits": "StylePropertyMapReadOnly",
2311 "implements": []
2312 },
2313 "StylePropertyMapReadOnly": {
2314 "inherits": null,
2315 "implements": [
2316 "StylePropertyMap"
2317 ]
2318 },
2319 "StyleRuleChangeEvent": {
2320 "inherits": "Event",
2321 "implements": []
2322 },
2323 "StyleSheet": {
2324 "inherits": null,
2325 "implements": []
2326 },
2327 "StyleSheetApplicableStateChangeEvent": {
2328 "inherits": "Event",
2329 "implements": []
2330 },
2331 "StyleSheetChangeEvent": {
2332 "inherits": "Event",
2333 "implements": []
2334 },
2335 "SyncEvent": {
2336 "inherits": "ExtendableEvent",
2337 "implements": []
2338 },
2339 "TVChannel": {
2340 "inherits": "EventTarget",
2341 "implements": []
2342 },
2343 "TVCurrentChannelChangedEvent": {
2344 "inherits": "Event",
2345 "implements": []
2346 },
2347 "TVCurrentSourceChangedEvent": {
2348 "inherits": "Event",
2349 "implements": []
2350 },
2351 "TVEITBroadcastedEvent": {
2352 "inherits": "Event",
2353 "implements": []
2354 },
2355 "TVManager": {
2356 "inherits": "EventTarget",
2357 "implements": []
2358 },
2359 "TVScanningStateChangedEvent": {
2360 "inherits": "Event",
2361 "implements": []
2362 },
2363 "TVSource": {
2364 "inherits": "EventTarget",
2365 "implements": []
2366 },
2367 "TVTuner": {
2368 "inherits": "EventTarget",
2369 "implements": []
2370 },
2371 "TaskAttributionTiming": {
2372 "inherits": "PerformanceEntry",
2373 "implements": []
2374 },
2375 "Telephony": {
2376 "inherits": "EventTarget",
2377 "implements": []
2378 },
2379 "TelephonyCall": {
2380 "inherits": "EventTarget",
2381 "implements": []
2382 },
2383 "TelephonyCallGroup": {
2384 "inherits": "EventTarget",
2385 "implements": []
2386 },
2387 "Text": {
2388 "inherits": "CharacterData",
2389 "implements": [
2390 "GeometryUtils"
2391 ]
2392 },
2393 "TextTrack": {
2394 "inherits": "EventTarget",
2395 "implements": []
2396 },
2397 "TextTrackList": {
2398 "inherits": "EventTarget",
2399 "implements": []
2400 },
2401 "TimeEvent": {
2402 "inherits": "Event",
2403 "implements": []
2404 },
2405 "Touch": {
2406 "inherits": null,
2407 "implements": []
2408 },
2409 "TouchEvent": {
2410 "inherits": "UIEvent",
2411 "implements": []
2412 },
2413 "TouchList": {
2414 "inherits": null,
2415 "implements": []
2416 },
2417 "TrackEvent": {
2418 "inherits": "Event",
2419 "implements": []
2420 },
2421 "TransitionEvent": {
2422 "inherits": "Event",
2423 "implements": []
2424 },
2425 "TreeBoxObject": {
2426 "inherits": "BoxObject",
2427 "implements": []
2428 },
2429 "TreeColumns": {
2430 "inherits": null,
2431 "implements": []
2432 },
2433 "TreeWalker": {
2434 "inherits": null,
2435 "implements": []
2436 },
2437 "UDPMessageEvent": {
2438 "inherits": "Event",
2439 "implements": []
2440 },
2441 "UDPSocket": {
2442 "inherits": "EventTarget",
2443 "implements": []
2444 },
2445 "UIEvent": {
2446 "inherits": "Event",
2447 "implements": []
2448 },
2449 "URL": {
2450 "inherits": null,
2451 "implements": [
2452 "URLUtils",
2453 "URLUtilsSearchParams"
2454 ]
2455 },
2456 "USSDReceivedEvent": {
2457 "inherits": "Event",
2458 "implements": []
2459 },
2460 "UndoManager": {
2461 "inherits": null,
2462 "implements": []
2463 },
2464 "UserProximityEvent": {
2465 "inherits": "Event",
2466 "implements": []
2467 },
2468 "VRFieldOfView": {
2469 "inherits": "VRFieldOfViewReadOnly",
2470 "implements": []
2471 },
2472 "VTTCue": {
2473 "inherits": "EventTarget",
2474 "implements": []
2475 },
2476 "ValidityState": {
2477 "inherits": null,
2478 "implements": []
2479 },
2480 "VideoStreamTrack": {
2481 "inherits": "MediaStreamTrack",
2482 "implements": []
2483 },
2484 "VideoTrackList": {
2485 "inherits": "EventTarget",
2486 "implements": []
2487 },
2488 "WaveShaperNode": {
2489 "inherits": "AudioNode",
2490 "implements": [
2491 "AudioNodePassThrough"
2492 ]
2493 },
2494 "WebGL2RenderingContext": {
2495 "inherits": "WebGLRenderingContext",
2496 "implements": []
2497 },
2498 "WebGLContextEvent": {
2499 "inherits": "Event",
2500 "implements": []
2501 },
2502 "WebSocket": {
2503 "inherits": "EventTarget",
2504 "implements": []
2505 },
2506 "WheelEvent": {
2507 "inherits": "MouseEvent",
2508 "implements": []
2509 },
2510 "Window": {
2511 "inherits": null,
2512 "implements": [
2513 "ChromeWindow",
2514 "GlobalCrypto",
2515 "GlobalEventHandlers",
2516 "OnErrorEventHandlerForWindow",
2517 "SpeechSynthesisGetter",
2518 "TouchEventHandlers",
2519 "WindowEventHandlers",
2520 "WindowModal",
2521 "WindowOrWorkerGlobalScope"
2522 ]
2523 },
2524 "WindowClient": {
2525 "inherits": "Client",
2526 "implements": []
2527 },
2528 "WindowRoot": {
2529 "inherits": "EventTarget",
2530 "implements": []
2531 },
2532 "Worker": {
2533 "inherits": "EventTarget",
2534 "implements": [
2535 "AbstractWorker"
2536 ]
2537 },
2538 "WorkerGlobalScope": {
2539 "inherits": "EventTarget",
2540 "implements": [
2541 "GlobalCrypto",
2542 "WindowOrWorkerGlobalScope"
2543 ]
2544 },
2545 "WorkerLocation": {
2546 "inherits": null,
2547 "implements": [
2548 "URLUtilsReadOnly"
2549 ]
2550 },
2551 "WorkerNavigator": {
2552 "inherits": null,
2553 "implements": [
2554 "NavigatorDataStore",
2555 "NavigatorID",
2556 "NavigatorLanguage",
2557 "NavigatorOnLine"
2558 ]
2559 },
2560 "XMLDocument": {
2561 "inherits": "Document",
2562 "implements": []
2563 },
2564 "XMLHttpRequest": {
2565 "inherits": "XMLHttpRequestEventTarget",
2566 "implements": []
2567 },
2568 "XMLHttpRequestEventTarget": {
2569 "inherits": "EventTarget",
2570 "implements": []
2571 },
2572 "XMLHttpRequestUpload": {
2573 "inherits": "XMLHttpRequestEventTarget",
2574 "implements": []
2575 },
2576 "XMLSerializer": {
2577 "inherits": null,
2578 "implements": []
2579 },
2580 "XMLStylesheetProcessingInstruction": {
2581 "inherits": "ProcessingInstruction",
2582 "implements": []
2583 },
2584 "XPathEvaluator": {
2585 "inherits": null,
2586 "implements": []
2587 },
2588 "XR": {
2589 "inherits": "EventTarget",
2590 "implements": []
2591 },
2592 "XRBoundedReferenceSpace": {
2593 "inherits": "XRReferenceSpace",
2594 "implements": []
2595 },
2596 "XRFrame": {
2597 "inherits": null,
2598 "implements": []
2599 },
2600 "XRInputSource": {
2601 "inherits": null,
2602 "implements": []
2603 },
2604 "XRInputSourceArray": {
2605 "inherits": null,
2606 "implements": []
2607 },
2608 "XRInputSourceEvent": {
2609 "inherits": "Event",
2610 "implements": []
2611 },
2612 "XRInputSourcesChangeEvent": {
2613 "inherits": "Event",
2614 "implements": []
2615 },
2616 "XRPose": {
2617 "inherits": null,
2618 "implements": []
2619 },
2620 "XRReferenceSpace": {
2621 "inherits": "XRSpace",
2622 "implements": []
2623 },
2624 "XRReferenceSpaceEvent": {
2625 "inherits": "Event",
2626 "implements": []
2627 },
2628 "XRRenderState": {
2629 "inherits": null,
2630 "implements": []
2631 },
2632 "XRRigidTransform": {
2633 "inherits": null,
2634 "implements": []
2635 },
2636 "XRSession": {
2637 "inherits": "EventTarget",
2638 "implements": []
2639 },
2640 "XRSessionEvent": {
2641 "inherits": "Event",
2642 "implements": []
2643 },
2644 "XRSpace": {
2645 "inherits": "EventTarget",
2646 "implements": []
2647 },
2648 "XRView": {
2649 "inherits": null,
2650 "implements": []
2651 },
2652 "XRViewerPose": {
2653 "inherits": "XRPose",
2654 "implements": []
2655 },
2656 "XRViewport": {
2657 "inherits": null,
2658 "implements": []
2659 },
2660 "XRWebGLLayer": {
2661 "inherits": null,
2662 "implements": []
2663 },
2664 "XULCommandEvent": {
2665 "inherits": "UIEvent",
2666 "implements": []
2667 },
2668 "XULDocument": {
2669 "inherits": "Document",
2670 "implements": []
2671 },
2672 "XULElement": {
2673 "inherits": "Element",
2674 "implements": [
2675 "GlobalEventHandlers",
2676 "MozFrameLoaderOwner",
2677 "OnErrorEventHandlerForNodes",
2678 "TouchEventHandlers"
2679 ]
2680 }
2681}
Note: See TracBrowser for help on using the repository browser.