<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[20023] trunk/LayoutTests</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/20023">20023</a></dd>
<dt>Author</dt> <dd>darin</dd>
<dt>Date</dt> <dd>2007-03-07 11:07:40 -0800 (Wed, 07 Mar 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre> Reviewed by Geoff.
- change tests that depend on the order of iteration of built-in properties
to sort explicitly so they don't depend on the order any more
* fast/dom/Window/resources/window-appendages-cleared-results.html:
* fast/dom/Window/window-appendages-cleared-expected.txt:
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/Window/window-properties.html:
* fast/js/regexp-caching-expected.txt:
* fast/js/regexp-caching.html:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowresourceswindowappendagesclearedresultshtml">trunk/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowwindowappendagesclearedexpectedtxt">trunk/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowwindowpropertiesexpectedtxt">trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomWindowwindowpropertieshtml">trunk/LayoutTests/fast/dom/Window/window-properties.html</a></li>
<li><a href="#trunkLayoutTestsfastjsregexpcachingexpectedtxt">trunk/LayoutTests/fast/js/regexp-caching-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastjsregexpcachinghtml">trunk/LayoutTests/fast/js/regexp-caching.html</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (20022 => 20023)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2007-03-07 18:32:11 UTC (rev 20022)
+++ trunk/LayoutTests/ChangeLog        2007-03-07 19:07:40 UTC (rev 20023)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2007-03-07 Darin Adler <darin@apple.com>
+
+ Reviewed by Geoff.
+
+ - change tests that depend on the order of iteration of built-in properties
+ to sort explicitly so they don't depend on the order any more
+
+ * fast/dom/Window/resources/window-appendages-cleared-results.html:
+ * fast/dom/Window/window-appendages-cleared-expected.txt:
+
+ * fast/dom/Window/window-properties-expected.txt:
+ * fast/dom/Window/window-properties.html:
+
+ * fast/js/regexp-caching-expected.txt:
+ * fast/js/regexp-caching.html:
+
</ins><span class="cx"> 2007-03-07 Alexey Proskuryakov <ap@webkit.org>
</span><span class="cx">
</span><span class="cx"> Reviewed by Darin.
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowresourceswindowappendagesclearedresultshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html (20022 => 20023)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html        2007-03-07 18:32:11 UTC (rev 20022)
+++ trunk/LayoutTests/fast/dom/Window/resources/window-appendages-cleared-results.html        2007-03-07 19:07:40 UTC (rev 20023)
</span><span class="lines">@@ -8,46 +8,31 @@
</span><span class="cx"> <p id="description"></p>
</span><span class="cx"> <div id="console"></div>
</span><span class="cx"> <script>
</span><del>-for (var prop in window.history) {
- shouldBeFalse('history.' + prop + ' == "LEFTOVER"', "false");
-}
</del><span class="cx">
</span><del>-for (var prop in screen) {
- shouldBeFalse('screen.' + prop + ' == "LEFTOVER"', "false");
</del><ins>+function checkForLeftoverProperties(string, object)
+{
+ var array = new Array;
+ for (var property in object) {
+ array.push(property);
+ }
+ array.sort();
+ for (var i = 0; i < array.length; ++i) {
+ var property = array[i];
+ shouldBeFalse(string + '.' + property + ' == "LEFTOVER"');
+ }
</ins><span class="cx"> }
</span><span class="cx">
</span><del>-for (var prop in frames) {
- shouldBeFalse('frames.' + prop + ' == "LEFTOVER"', "false");
-}
</del><ins>+checkForLeftoverProperties("history", window.history);
+checkForLeftoverProperties("frames", frames);
+checkForLeftoverProperties("location", location);
+checkForLeftoverProperties("locationbar", locationbar);
+checkForLeftoverProperties("menubar", menubar);
+checkForLeftoverProperties("personalbar", personalbar);
+checkForLeftoverProperties("screen", screen);
+checkForLeftoverProperties("scrollbars", scrollbars);
+checkForLeftoverProperties("statusbar", statusbar);
+checkForLeftoverProperties("toolbar", toolbar);
</ins><span class="cx">
</span><del>-for (var prop in location) {
- shouldBeFalse('location.' + prop + ' == "LEFTOVER"', "false");
-}
-
-for (var prop in locationbar) {
- shouldBeFalse('locationbar.' + prop + ' == "LEFTOVER"', "false");
-}
-
-for (var prop in menubar) {
- shouldBeFalse('menubar.' + prop + ' == "LEFTOVER"', "false");
-}
-
-for (var prop in personalbar) {
- shouldBeFalse('personalbar.' + prop + ' == "LEFTOVER"', "false");
-}
-
-for (var prop in scrollbars) {
- shouldBeFalse('scrollbars.' + prop + ' == "LEFTOVER"', "false");
-}
-
-for (var prop in statusbar) {
- shouldBeFalse('statusbar.' + prop + ' == "LEFTOVER"', "false");
-}
-
-for (var prop in toolbar) {
- shouldBeFalse('toolbar.' + prop + ' == "LEFTOVER"', "false");
-}
-
</del><span class="cx"> shouldBeUndefined('window.event');
</span><span class="cx">
</span><span class="cx"> var successfullyParsed = true;
</span><span class="lines">@@ -59,5 +44,3 @@
</span><span class="cx"> </script>
</span><span class="cx"> </body>
</span><span class="cx"> </html>
</span><del>-
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowwindowappendagesclearedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt (20022 => 20023)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt        2007-03-07 18:32:11 UTC (rev 20022)
+++ trunk/LayoutTests/fast/dom/Window/window-appendages-cleared-expected.txt        2007-03-07 19:07:40 UTC (rev 20023)
</span><span class="lines">@@ -1,21 +1,21 @@
</span><del>-PASS history.length == "LEFTOVER" is false
</del><span class="cx"> PASS history.back == "LEFTOVER" is false
</span><ins>+PASS history.forward == "LEFTOVER" is false
</ins><span class="cx"> PASS history.go == "LEFTOVER" is false
</span><del>-PASS history.forward == "LEFTOVER" is false
</del><ins>+PASS history.length == "LEFTOVER" is false
+PASS frames.length == "LEFTOVER" is false
</ins><span class="cx"> PASS frames.location == "LEFTOVER" is false
</span><del>-PASS frames.length == "LEFTOVER" is false
</del><ins>+PASS location.assign == "LEFTOVER" is false
+PASS location.hash == "LEFTOVER" is false
</ins><span class="cx"> PASS location.host == "LEFTOVER" is false
</span><ins>+PASS location.hostname == "LEFTOVER" is false
+PASS location.href == "LEFTOVER" is false
</ins><span class="cx"> PASS location.pathname == "LEFTOVER" is false
</span><span class="cx"> PASS location.port == "LEFTOVER" is false
</span><del>-PASS location.href == "LEFTOVER" is false
</del><ins>+PASS location.protocol == "LEFTOVER" is false
+PASS location.reload == "LEFTOVER" is false
+PASS location.replace == "LEFTOVER" is false
</ins><span class="cx"> PASS location.search == "LEFTOVER" is false
</span><del>-PASS location.assign == "LEFTOVER" is false
-PASS location.reload == "LEFTOVER" is false
-PASS location.hash == "LEFTOVER" is false
-PASS location.hostname == "LEFTOVER" is false
-PASS location.protocol == "LEFTOVER" is false
</del><span class="cx"> PASS location.toString == "LEFTOVER" is false
</span><del>-PASS location.replace == "LEFTOVER" is false
</del><span class="cx"> PASS locationbar.visible == "LEFTOVER" is false
</span><span class="cx"> PASS menubar.visible == "LEFTOVER" is false
</span><span class="cx"> PASS personalbar.visible == "LEFTOVER" is false
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomWindowwindowpropertiesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt (20022 => 20023)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt        2007-03-07 18:32:11 UTC (rev 20022)
+++ trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt        2007-03-07 19:07:40 UTC (rev 20023)
</span><span class="lines">@@ -28,7 +28,44 @@
</span><span class="cx"> window.CSSPrimitiveValue.CSS_STRING [number]
</span><span class="cx"> window.CSSPrimitiveValue.CSS_UNKNOWN [number]
</span><span class="cx"> window.CSSPrimitiveValue.CSS_URI [number]
</span><del>-window.CSSPrimitiveValue.prototype [printed above as window.CSSValue.prototype]
</del><ins>+window.CSSPrimitiveValue.prototype [object CSSPrimitiveValuePrototype]
+window.CSSPrimitiveValue.prototype.CSS_ATTR [number]
+window.CSSPrimitiveValue.prototype.CSS_CM [number]
+window.CSSPrimitiveValue.prototype.CSS_COUNTER [number]
+window.CSSPrimitiveValue.prototype.CSS_CUSTOM [number]
+window.CSSPrimitiveValue.prototype.CSS_DEG [number]
+window.CSSPrimitiveValue.prototype.CSS_DIMENSION [number]
+window.CSSPrimitiveValue.prototype.CSS_EMS [number]
+window.CSSPrimitiveValue.prototype.CSS_EXS [number]
+window.CSSPrimitiveValue.prototype.CSS_GRAD [number]
+window.CSSPrimitiveValue.prototype.CSS_HZ [number]
+window.CSSPrimitiveValue.prototype.CSS_IDENT [number]
+window.CSSPrimitiveValue.prototype.CSS_IN [number]
+window.CSSPrimitiveValue.prototype.CSS_INHERIT [number]
+window.CSSPrimitiveValue.prototype.CSS_KHZ [number]
+window.CSSPrimitiveValue.prototype.CSS_MM [number]
+window.CSSPrimitiveValue.prototype.CSS_MS [number]
+window.CSSPrimitiveValue.prototype.CSS_NUMBER [number]
+window.CSSPrimitiveValue.prototype.CSS_PC [number]
+window.CSSPrimitiveValue.prototype.CSS_PERCENTAGE [number]
+window.CSSPrimitiveValue.prototype.CSS_PRIMITIVE_VALUE [number]
+window.CSSPrimitiveValue.prototype.CSS_PT [number]
+window.CSSPrimitiveValue.prototype.CSS_PX [number]
+window.CSSPrimitiveValue.prototype.CSS_RAD [number]
+window.CSSPrimitiveValue.prototype.CSS_RECT [number]
+window.CSSPrimitiveValue.prototype.CSS_RGBCOLOR [number]
+window.CSSPrimitiveValue.prototype.CSS_S [number]
+window.CSSPrimitiveValue.prototype.CSS_STRING [number]
+window.CSSPrimitiveValue.prototype.CSS_UNKNOWN [number]
+window.CSSPrimitiveValue.prototype.CSS_URI [number]
+window.CSSPrimitiveValue.prototype.CSS_VALUE_LIST [number]
+window.CSSPrimitiveValue.prototype.getCounterValue [function]
+window.CSSPrimitiveValue.prototype.getFloatValue [function]
+window.CSSPrimitiveValue.prototype.getRGBColorValue [function]
+window.CSSPrimitiveValue.prototype.getRectValue [function]
+window.CSSPrimitiveValue.prototype.getStringValue [function]
+window.CSSPrimitiveValue.prototype.setFloatValue [function]
+window.CSSPrimitiveValue.prototype.setStringValue [function]
</ins><span class="cx"> window.CSSRule [object CSSRuleConstructor]
</span><span class="cx"> window.CSSRule.CHARSET_RULE [number]
</span><span class="cx"> window.CSSRule.FONT_FACE_RULE [number]
</span><span class="lines">@@ -261,458 +298,94 @@
</span><span class="cx"> window.Event.prototype.stopPropagation [function]
</span><span class="cx"> window.GCController [object RuntimeObject]
</span><span class="cx"> window.HTMLAnchorElement [object HTMLAnchorElementConstructor]
</span><del>-window.HTMLAnchorElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLAnchorElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLAppletElement [object HTMLAppletElementConstructor]
</span><del>-window.HTMLAppletElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLAppletElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLAreaElement [object HTMLAreaElementConstructor]
</span><del>-window.HTMLAreaElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLAreaElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLBRElement [object HTMLBRElementConstructor]
</span><del>-window.HTMLBRElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLBRElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLBaseElement [object HTMLBaseElementConstructor]
</span><del>-window.HTMLBaseElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLBaseElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLBaseFontElement [object HTMLBaseFontElementConstructor]
</span><del>-window.HTMLBaseFontElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLBaseFontElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLBodyElement [object HTMLBodyElementConstructor]
</span><del>-window.HTMLBodyElement.prototype [object HTMLBodyElementPrototype]
-window.HTMLBodyElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLBodyElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLBodyElement.prototype.COMMENT_NODE [number]
-window.HTMLBodyElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLBodyElement.prototype.DOCUMENT_NODE [number]
-window.HTMLBodyElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLBodyElement.prototype.ELEMENT_NODE [number]
-window.HTMLBodyElement.prototype.ENTITY_NODE [number]
-window.HTMLBodyElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLBodyElement.prototype.NOTATION_NODE [number]
-window.HTMLBodyElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLBodyElement.prototype.TEXT_NODE [number]
-window.HTMLBodyElement.prototype.addEventListener [function]
-window.HTMLBodyElement.prototype.appendChild [function]
-window.HTMLBodyElement.prototype.blur [function]
-window.HTMLBodyElement.prototype.cloneNode [function]
-window.HTMLBodyElement.prototype.contains [function]
-window.HTMLBodyElement.prototype.dispatchEvent [function]
-window.HTMLBodyElement.prototype.focus [function]
-window.HTMLBodyElement.prototype.getAttribute [function]
-window.HTMLBodyElement.prototype.getAttributeNS [function]
-window.HTMLBodyElement.prototype.getAttributeNode [function]
-window.HTMLBodyElement.prototype.getAttributeNodeNS [function]
-window.HTMLBodyElement.prototype.getElementsByTagName [function]
-window.HTMLBodyElement.prototype.getElementsByTagNameNS [function]
-window.HTMLBodyElement.prototype.hasAttribute [function]
-window.HTMLBodyElement.prototype.hasAttributeNS [function]
-window.HTMLBodyElement.prototype.hasAttributes [function]
-window.HTMLBodyElement.prototype.hasChildNodes [function]
-window.HTMLBodyElement.prototype.insertAdjacentElement [function]
-window.HTMLBodyElement.prototype.insertBefore [function]
-window.HTMLBodyElement.prototype.isDefaultNamespace [function]
-window.HTMLBodyElement.prototype.isEqualNode [function]
-window.HTMLBodyElement.prototype.isSameNode [function]
-window.HTMLBodyElement.prototype.isSupported [function]
-window.HTMLBodyElement.prototype.lookupNamespaceURI [function]
-window.HTMLBodyElement.prototype.lookupPrefix [function]
-window.HTMLBodyElement.prototype.normalize [function]
-window.HTMLBodyElement.prototype.removeAttribute [function]
-window.HTMLBodyElement.prototype.removeAttributeNS [function]
-window.HTMLBodyElement.prototype.removeAttributeNode [function]
-window.HTMLBodyElement.prototype.removeChild [function]
-window.HTMLBodyElement.prototype.removeEventListener [function]
-window.HTMLBodyElement.prototype.replaceChild [function]
-window.HTMLBodyElement.prototype.scrollByLines [function]
-window.HTMLBodyElement.prototype.scrollByPages [function]
-window.HTMLBodyElement.prototype.scrollIntoView [function]
-window.HTMLBodyElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLBodyElement.prototype.setAttribute [function]
-window.HTMLBodyElement.prototype.setAttributeNS [function]
-window.HTMLBodyElement.prototype.setAttributeNode [function]
-window.HTMLBodyElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLBodyElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLButtonElement [object HTMLButtonElementConstructor]
</span><del>-window.HTMLButtonElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLButtonElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLCanvasElement [object HTMLCanvasElementConstructor]
</span><del>-window.HTMLCanvasElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLCanvasElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLDListElement [object HTMLDListElementConstructor]
</span><del>-window.HTMLDListElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLDListElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLDirectoryElement [object HTMLDirectoryElementConstructor]
</span><del>-window.HTMLDirectoryElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLDirectoryElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLDivElement [object HTMLDivElementConstructor]
</span><del>-window.HTMLDivElement.prototype [object HTMLDivElementPrototype]
-window.HTMLDivElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLDivElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLDivElement.prototype.COMMENT_NODE [number]
-window.HTMLDivElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLDivElement.prototype.DOCUMENT_NODE [number]
-window.HTMLDivElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLDivElement.prototype.ELEMENT_NODE [number]
-window.HTMLDivElement.prototype.ENTITY_NODE [number]
-window.HTMLDivElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLDivElement.prototype.NOTATION_NODE [number]
-window.HTMLDivElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLDivElement.prototype.TEXT_NODE [number]
-window.HTMLDivElement.prototype.addEventListener [function]
-window.HTMLDivElement.prototype.appendChild [function]
-window.HTMLDivElement.prototype.blur [function]
-window.HTMLDivElement.prototype.cloneNode [function]
-window.HTMLDivElement.prototype.contains [function]
-window.HTMLDivElement.prototype.dispatchEvent [function]
-window.HTMLDivElement.prototype.focus [function]
-window.HTMLDivElement.prototype.getAttribute [function]
-window.HTMLDivElement.prototype.getAttributeNS [function]
-window.HTMLDivElement.prototype.getAttributeNode [function]
-window.HTMLDivElement.prototype.getAttributeNodeNS [function]
-window.HTMLDivElement.prototype.getElementsByTagName [function]
-window.HTMLDivElement.prototype.getElementsByTagNameNS [function]
-window.HTMLDivElement.prototype.hasAttribute [function]
-window.HTMLDivElement.prototype.hasAttributeNS [function]
-window.HTMLDivElement.prototype.hasAttributes [function]
-window.HTMLDivElement.prototype.hasChildNodes [function]
-window.HTMLDivElement.prototype.insertAdjacentElement [function]
-window.HTMLDivElement.prototype.insertBefore [function]
-window.HTMLDivElement.prototype.isDefaultNamespace [function]
-window.HTMLDivElement.prototype.isEqualNode [function]
-window.HTMLDivElement.prototype.isSameNode [function]
-window.HTMLDivElement.prototype.isSupported [function]
-window.HTMLDivElement.prototype.lookupNamespaceURI [function]
-window.HTMLDivElement.prototype.lookupPrefix [function]
-window.HTMLDivElement.prototype.normalize [function]
-window.HTMLDivElement.prototype.removeAttribute [function]
-window.HTMLDivElement.prototype.removeAttributeNS [function]
-window.HTMLDivElement.prototype.removeAttributeNode [function]
-window.HTMLDivElement.prototype.removeChild [function]
-window.HTMLDivElement.prototype.removeEventListener [function]
-window.HTMLDivElement.prototype.replaceChild [function]
-window.HTMLDivElement.prototype.scrollByLines [function]
-window.HTMLDivElement.prototype.scrollByPages [function]
-window.HTMLDivElement.prototype.scrollIntoView [function]
-window.HTMLDivElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLDivElement.prototype.setAttribute [function]
-window.HTMLDivElement.prototype.setAttributeNS [function]
-window.HTMLDivElement.prototype.setAttributeNode [function]
-window.HTMLDivElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLDivElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLDocument [object HTMLDocumentConstructor]
</span><span class="cx"> window.HTMLDocument.prototype [printed above as window.Document.prototype]
</span><span class="cx"> window.HTMLElement [object HTMLElementConstructor]
</span><del>-window.HTMLElement.prototype [object HTMLElementPrototype]
-window.HTMLElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLElement.prototype.COMMENT_NODE [number]
-window.HTMLElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLElement.prototype.DOCUMENT_NODE [number]
-window.HTMLElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLElement.prototype.ELEMENT_NODE [number]
-window.HTMLElement.prototype.ENTITY_NODE [number]
-window.HTMLElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLElement.prototype.NOTATION_NODE [number]
-window.HTMLElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLElement.prototype.TEXT_NODE [number]
-window.HTMLElement.prototype.addEventListener [function]
-window.HTMLElement.prototype.appendChild [function]
-window.HTMLElement.prototype.blur [function]
-window.HTMLElement.prototype.cloneNode [function]
-window.HTMLElement.prototype.contains [function]
-window.HTMLElement.prototype.dispatchEvent [function]
-window.HTMLElement.prototype.focus [function]
-window.HTMLElement.prototype.getAttribute [function]
-window.HTMLElement.prototype.getAttributeNS [function]
-window.HTMLElement.prototype.getAttributeNode [function]
-window.HTMLElement.prototype.getAttributeNodeNS [function]
-window.HTMLElement.prototype.getElementsByTagName [function]
-window.HTMLElement.prototype.getElementsByTagNameNS [function]
-window.HTMLElement.prototype.hasAttribute [function]
-window.HTMLElement.prototype.hasAttributeNS [function]
-window.HTMLElement.prototype.hasAttributes [function]
-window.HTMLElement.prototype.hasChildNodes [function]
-window.HTMLElement.prototype.insertAdjacentElement [function]
-window.HTMLElement.prototype.insertBefore [function]
-window.HTMLElement.prototype.isDefaultNamespace [function]
-window.HTMLElement.prototype.isEqualNode [function]
-window.HTMLElement.prototype.isSameNode [function]
-window.HTMLElement.prototype.isSupported [function]
-window.HTMLElement.prototype.lookupNamespaceURI [function]
-window.HTMLElement.prototype.lookupPrefix [function]
-window.HTMLElement.prototype.normalize [function]
-window.HTMLElement.prototype.removeAttribute [function]
-window.HTMLElement.prototype.removeAttributeNS [function]
-window.HTMLElement.prototype.removeAttributeNode [function]
-window.HTMLElement.prototype.removeChild [function]
-window.HTMLElement.prototype.removeEventListener [function]
-window.HTMLElement.prototype.replaceChild [function]
-window.HTMLElement.prototype.scrollByLines [function]
-window.HTMLElement.prototype.scrollByPages [function]
-window.HTMLElement.prototype.scrollIntoView [function]
-window.HTMLElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLElement.prototype.setAttribute [function]
-window.HTMLElement.prototype.setAttributeNS [function]
-window.HTMLElement.prototype.setAttributeNode [function]
-window.HTMLElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLFieldSetElement [object HTMLFieldSetElementConstructor]
</span><del>-window.HTMLFieldSetElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLFieldSetElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLFontElement [object HTMLFontElementConstructor]
</span><del>-window.HTMLFontElement.prototype [object HTMLFontElementPrototype]
-window.HTMLFontElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLFontElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLFontElement.prototype.COMMENT_NODE [number]
-window.HTMLFontElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLFontElement.prototype.DOCUMENT_NODE [number]
-window.HTMLFontElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLFontElement.prototype.ELEMENT_NODE [number]
-window.HTMLFontElement.prototype.ENTITY_NODE [number]
-window.HTMLFontElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLFontElement.prototype.NOTATION_NODE [number]
-window.HTMLFontElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLFontElement.prototype.TEXT_NODE [number]
-window.HTMLFontElement.prototype.addEventListener [function]
-window.HTMLFontElement.prototype.appendChild [function]
-window.HTMLFontElement.prototype.blur [function]
-window.HTMLFontElement.prototype.cloneNode [function]
-window.HTMLFontElement.prototype.contains [function]
-window.HTMLFontElement.prototype.dispatchEvent [function]
-window.HTMLFontElement.prototype.focus [function]
-window.HTMLFontElement.prototype.getAttribute [function]
-window.HTMLFontElement.prototype.getAttributeNS [function]
-window.HTMLFontElement.prototype.getAttributeNode [function]
-window.HTMLFontElement.prototype.getAttributeNodeNS [function]
-window.HTMLFontElement.prototype.getElementsByTagName [function]
-window.HTMLFontElement.prototype.getElementsByTagNameNS [function]
-window.HTMLFontElement.prototype.hasAttribute [function]
-window.HTMLFontElement.prototype.hasAttributeNS [function]
-window.HTMLFontElement.prototype.hasAttributes [function]
-window.HTMLFontElement.prototype.hasChildNodes [function]
-window.HTMLFontElement.prototype.insertAdjacentElement [function]
-window.HTMLFontElement.prototype.insertBefore [function]
-window.HTMLFontElement.prototype.isDefaultNamespace [function]
-window.HTMLFontElement.prototype.isEqualNode [function]
-window.HTMLFontElement.prototype.isSameNode [function]
-window.HTMLFontElement.prototype.isSupported [function]
-window.HTMLFontElement.prototype.lookupNamespaceURI [function]
-window.HTMLFontElement.prototype.lookupPrefix [function]
-window.HTMLFontElement.prototype.normalize [function]
-window.HTMLFontElement.prototype.removeAttribute [function]
-window.HTMLFontElement.prototype.removeAttributeNS [function]
-window.HTMLFontElement.prototype.removeAttributeNode [function]
-window.HTMLFontElement.prototype.removeChild [function]
-window.HTMLFontElement.prototype.removeEventListener [function]
-window.HTMLFontElement.prototype.replaceChild [function]
-window.HTMLFontElement.prototype.scrollByLines [function]
-window.HTMLFontElement.prototype.scrollByPages [function]
-window.HTMLFontElement.prototype.scrollIntoView [function]
-window.HTMLFontElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLFontElement.prototype.setAttribute [function]
-window.HTMLFontElement.prototype.setAttributeNS [function]
-window.HTMLFontElement.prototype.setAttributeNode [function]
-window.HTMLFontElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLFontElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLFormElement [object HTMLFormElementConstructor]
</span><del>-window.HTMLFormElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLFormElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLHRElement [object HTMLHRElementConstructor]
</span><del>-window.HTMLHRElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLHRElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLHeadElement [object HTMLHeadElementConstructor]
</span><del>-window.HTMLHeadElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLHeadElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLHeadingElement [object HTMLHeadingElementConstructor]
</span><del>-window.HTMLHeadingElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLHeadingElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLHtmlElement [object HTMLHtmlElementConstructor]
</span><del>-window.HTMLHtmlElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLHtmlElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLImageElement [object HTMLImageElementConstructor]
</span><del>-window.HTMLImageElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLImageElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLInputElement [object HTMLInputElementConstructor]
</span><del>-window.HTMLInputElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLInputElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLIsIndexElement [object HTMLIsIndexElementConstructor]
</span><del>-window.HTMLIsIndexElement.prototype [object HTMLIsIndexElementPrototype]
-window.HTMLIsIndexElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLIsIndexElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLIsIndexElement.prototype.COMMENT_NODE [number]
-window.HTMLIsIndexElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLIsIndexElement.prototype.DOCUMENT_NODE [number]
-window.HTMLIsIndexElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLIsIndexElement.prototype.ELEMENT_NODE [number]
-window.HTMLIsIndexElement.prototype.ENTITY_NODE [number]
-window.HTMLIsIndexElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLIsIndexElement.prototype.NOTATION_NODE [number]
-window.HTMLIsIndexElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLIsIndexElement.prototype.TEXT_NODE [number]
-window.HTMLIsIndexElement.prototype.addEventListener [function]
-window.HTMLIsIndexElement.prototype.appendChild [function]
-window.HTMLIsIndexElement.prototype.blur [function]
-window.HTMLIsIndexElement.prototype.cloneNode [function]
-window.HTMLIsIndexElement.prototype.contains [function]
-window.HTMLIsIndexElement.prototype.dispatchEvent [function]
-window.HTMLIsIndexElement.prototype.focus [function]
-window.HTMLIsIndexElement.prototype.getAttribute [function]
-window.HTMLIsIndexElement.prototype.getAttributeNS [function]
-window.HTMLIsIndexElement.prototype.getAttributeNode [function]
-window.HTMLIsIndexElement.prototype.getAttributeNodeNS [function]
-window.HTMLIsIndexElement.prototype.getElementsByTagName [function]
-window.HTMLIsIndexElement.prototype.getElementsByTagNameNS [function]
-window.HTMLIsIndexElement.prototype.hasAttribute [function]
-window.HTMLIsIndexElement.prototype.hasAttributeNS [function]
-window.HTMLIsIndexElement.prototype.hasAttributes [function]
-window.HTMLIsIndexElement.prototype.hasChildNodes [function]
-window.HTMLIsIndexElement.prototype.insertAdjacentElement [function]
-window.HTMLIsIndexElement.prototype.insertBefore [function]
-window.HTMLIsIndexElement.prototype.isDefaultNamespace [function]
-window.HTMLIsIndexElement.prototype.isEqualNode [function]
-window.HTMLIsIndexElement.prototype.isSameNode [function]
-window.HTMLIsIndexElement.prototype.isSupported [function]
-window.HTMLIsIndexElement.prototype.lookupNamespaceURI [function]
-window.HTMLIsIndexElement.prototype.lookupPrefix [function]
-window.HTMLIsIndexElement.prototype.normalize [function]
-window.HTMLIsIndexElement.prototype.removeAttribute [function]
-window.HTMLIsIndexElement.prototype.removeAttributeNS [function]
-window.HTMLIsIndexElement.prototype.removeAttributeNode [function]
-window.HTMLIsIndexElement.prototype.removeChild [function]
-window.HTMLIsIndexElement.prototype.removeEventListener [function]
-window.HTMLIsIndexElement.prototype.replaceChild [function]
-window.HTMLIsIndexElement.prototype.scrollByLines [function]
-window.HTMLIsIndexElement.prototype.scrollByPages [function]
-window.HTMLIsIndexElement.prototype.scrollIntoView [function]
-window.HTMLIsIndexElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLIsIndexElement.prototype.setAttribute [function]
-window.HTMLIsIndexElement.prototype.setAttributeNS [function]
-window.HTMLIsIndexElement.prototype.setAttributeNode [function]
-window.HTMLIsIndexElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLIsIndexElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLLIElement [object HTMLLIElementConstructor]
</span><del>-window.HTMLLIElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLLIElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLLabelElement [object HTMLLabelElementConstructor]
</span><del>-window.HTMLLabelElement.prototype [object HTMLLabelElementPrototype]
-window.HTMLLabelElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLLabelElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLLabelElement.prototype.COMMENT_NODE [number]
-window.HTMLLabelElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLLabelElement.prototype.DOCUMENT_NODE [number]
-window.HTMLLabelElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLLabelElement.prototype.ELEMENT_NODE [number]
-window.HTMLLabelElement.prototype.ENTITY_NODE [number]
-window.HTMLLabelElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLLabelElement.prototype.NOTATION_NODE [number]
-window.HTMLLabelElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLLabelElement.prototype.TEXT_NODE [number]
-window.HTMLLabelElement.prototype.addEventListener [function]
-window.HTMLLabelElement.prototype.appendChild [function]
-window.HTMLLabelElement.prototype.blur [function]
-window.HTMLLabelElement.prototype.cloneNode [function]
-window.HTMLLabelElement.prototype.contains [function]
-window.HTMLLabelElement.prototype.dispatchEvent [function]
-window.HTMLLabelElement.prototype.focus [function]
-window.HTMLLabelElement.prototype.getAttribute [function]
-window.HTMLLabelElement.prototype.getAttributeNS [function]
-window.HTMLLabelElement.prototype.getAttributeNode [function]
-window.HTMLLabelElement.prototype.getAttributeNodeNS [function]
-window.HTMLLabelElement.prototype.getElementsByTagName [function]
-window.HTMLLabelElement.prototype.getElementsByTagNameNS [function]
-window.HTMLLabelElement.prototype.hasAttribute [function]
-window.HTMLLabelElement.prototype.hasAttributeNS [function]
-window.HTMLLabelElement.prototype.hasAttributes [function]
-window.HTMLLabelElement.prototype.hasChildNodes [function]
-window.HTMLLabelElement.prototype.insertAdjacentElement [function]
-window.HTMLLabelElement.prototype.insertBefore [function]
-window.HTMLLabelElement.prototype.isDefaultNamespace [function]
-window.HTMLLabelElement.prototype.isEqualNode [function]
-window.HTMLLabelElement.prototype.isSameNode [function]
-window.HTMLLabelElement.prototype.isSupported [function]
-window.HTMLLabelElement.prototype.lookupNamespaceURI [function]
-window.HTMLLabelElement.prototype.lookupPrefix [function]
-window.HTMLLabelElement.prototype.normalize [function]
-window.HTMLLabelElement.prototype.removeAttribute [function]
-window.HTMLLabelElement.prototype.removeAttributeNS [function]
-window.HTMLLabelElement.prototype.removeAttributeNode [function]
-window.HTMLLabelElement.prototype.removeChild [function]
-window.HTMLLabelElement.prototype.removeEventListener [function]
-window.HTMLLabelElement.prototype.replaceChild [function]
-window.HTMLLabelElement.prototype.scrollByLines [function]
-window.HTMLLabelElement.prototype.scrollByPages [function]
-window.HTMLLabelElement.prototype.scrollIntoView [function]
-window.HTMLLabelElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLLabelElement.prototype.setAttribute [function]
-window.HTMLLabelElement.prototype.setAttributeNS [function]
-window.HTMLLabelElement.prototype.setAttributeNode [function]
-window.HTMLLabelElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLLabelElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLLegendElement [object HTMLLegendElementConstructor]
</span><del>-window.HTMLLegendElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLLegendElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLLinkElement [object HTMLLinkElementConstructor]
</span><del>-window.HTMLLinkElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLLinkElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLMapElement [object HTMLMapElementConstructor]
</span><del>-window.HTMLMapElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLMapElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLMenuElement [object HTMLMenuElementConstructor]
</span><del>-window.HTMLMenuElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLMenuElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLMetaElement [object HTMLMetaElementConstructor]
</span><del>-window.HTMLMetaElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLMetaElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLModElement [object HTMLModElementConstructor]
</span><del>-window.HTMLModElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLModElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLOListElement [object HTMLOListElementConstructor]
</span><del>-window.HTMLOListElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLOListElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLOptGroupElement [object HTMLOptGroupElementConstructor]
</span><del>-window.HTMLOptGroupElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLOptGroupElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLOptionElement [printed above as window.HTMLElement]
</span><span class="cx"> window.HTMLParagraphElement [object HTMLParagraphElementConstructor]
</span><del>-window.HTMLParagraphElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLParagraphElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLParamElement [object HTMLParamElementConstructor]
</span><del>-window.HTMLParamElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLParamElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLPreElement [object HTMLPreElementConstructor]
</span><del>-window.HTMLPreElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLPreElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLQuoteElement [object HTMLQuoteElementConstructor]
</span><del>-window.HTMLQuoteElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLQuoteElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLScriptElement [object HTMLScriptElementConstructor]
</span><del>-window.HTMLScriptElement.prototype [object HTMLScriptElementPrototype]
-window.HTMLScriptElement.prototype.ATTRIBUTE_NODE [number]
-window.HTMLScriptElement.prototype.CDATA_SECTION_NODE [number]
-window.HTMLScriptElement.prototype.COMMENT_NODE [number]
-window.HTMLScriptElement.prototype.DOCUMENT_FRAGMENT_NODE [number]
-window.HTMLScriptElement.prototype.DOCUMENT_NODE [number]
-window.HTMLScriptElement.prototype.DOCUMENT_TYPE_NODE [number]
-window.HTMLScriptElement.prototype.ELEMENT_NODE [number]
-window.HTMLScriptElement.prototype.ENTITY_NODE [number]
-window.HTMLScriptElement.prototype.ENTITY_REFERENCE_NODE [number]
-window.HTMLScriptElement.prototype.NOTATION_NODE [number]
-window.HTMLScriptElement.prototype.PROCESSING_INSTRUCTION_NODE [number]
-window.HTMLScriptElement.prototype.TEXT_NODE [number]
-window.HTMLScriptElement.prototype.addEventListener [function]
-window.HTMLScriptElement.prototype.appendChild [function]
-window.HTMLScriptElement.prototype.blur [function]
-window.HTMLScriptElement.prototype.cloneNode [function]
-window.HTMLScriptElement.prototype.contains [function]
-window.HTMLScriptElement.prototype.dispatchEvent [function]
-window.HTMLScriptElement.prototype.focus [function]
-window.HTMLScriptElement.prototype.getAttribute [function]
-window.HTMLScriptElement.prototype.getAttributeNS [function]
-window.HTMLScriptElement.prototype.getAttributeNode [function]
-window.HTMLScriptElement.prototype.getAttributeNodeNS [function]
-window.HTMLScriptElement.prototype.getElementsByTagName [function]
-window.HTMLScriptElement.prototype.getElementsByTagNameNS [function]
-window.HTMLScriptElement.prototype.hasAttribute [function]
-window.HTMLScriptElement.prototype.hasAttributeNS [function]
-window.HTMLScriptElement.prototype.hasAttributes [function]
-window.HTMLScriptElement.prototype.hasChildNodes [function]
-window.HTMLScriptElement.prototype.insertAdjacentElement [function]
-window.HTMLScriptElement.prototype.insertBefore [function]
-window.HTMLScriptElement.prototype.isDefaultNamespace [function]
-window.HTMLScriptElement.prototype.isEqualNode [function]
-window.HTMLScriptElement.prototype.isSameNode [function]
-window.HTMLScriptElement.prototype.isSupported [function]
-window.HTMLScriptElement.prototype.lookupNamespaceURI [function]
-window.HTMLScriptElement.prototype.lookupPrefix [function]
-window.HTMLScriptElement.prototype.normalize [function]
-window.HTMLScriptElement.prototype.removeAttribute [function]
-window.HTMLScriptElement.prototype.removeAttributeNS [function]
-window.HTMLScriptElement.prototype.removeAttributeNode [function]
-window.HTMLScriptElement.prototype.removeChild [function]
-window.HTMLScriptElement.prototype.removeEventListener [function]
-window.HTMLScriptElement.prototype.replaceChild [function]
-window.HTMLScriptElement.prototype.scrollByLines [function]
-window.HTMLScriptElement.prototype.scrollByPages [function]
-window.HTMLScriptElement.prototype.scrollIntoView [function]
-window.HTMLScriptElement.prototype.scrollIntoViewIfNeeded [function]
-window.HTMLScriptElement.prototype.setAttribute [function]
-window.HTMLScriptElement.prototype.setAttributeNS [function]
-window.HTMLScriptElement.prototype.setAttributeNode [function]
-window.HTMLScriptElement.prototype.setAttributeNodeNS [function]
</del><ins>+window.HTMLScriptElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLSelectElement [object HTMLSelectElementConstructor]
</span><del>-window.HTMLSelectElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLStyleElement [object HTMLStyleElementConstructor]
</span><del>-window.HTMLStyleElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLTextAreaElement [object HTMLTextAreaElementConstructor]
</span><del>-window.HTMLTextAreaElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLTextAreaElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLTitleElement [object HTMLTitleElementConstructor]
</span><del>-window.HTMLTitleElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLTitleElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.HTMLUListElement [object HTMLUListElementConstructor]
</span><del>-window.HTMLUListElement.prototype [printed above as window.HTMLElement.prototype]
</del><ins>+window.HTMLUListElement.prototype [printed above as window.Element.prototype]
</ins><span class="cx"> window.Image [object Object]
</span><span class="cx"> window.MutationEvent [object MutationEventConstructor]
</span><span class="cx"> window.MutationEvent.ADDITION [number]
</span><span class="lines">@@ -910,7 +583,24 @@
</span><span class="cx"> window.captureEvents [function]
</span><span class="cx"> window.clearInterval [function]
</span><span class="cx"> window.clearTimeout [function]
</span><del>-window.clientInformation [printed above as window.navigator]
</del><ins>+window.clientInformation [object Navigator]
+window.clientInformation.appCodeName [string]
+window.clientInformation.appName [string]
+window.clientInformation.appVersion [string]
+window.clientInformation.cookieEnabled [boolean]
+window.clientInformation.javaEnabled [function]
+window.clientInformation.language [string]
+window.clientInformation.mimeTypes [object MimeTypeArray]
+window.clientInformation.mimeTypes.length [number]
+window.clientInformation.platform [string]
+window.clientInformation.plugins [object PluginArray]
+window.clientInformation.plugins.length [number]
+window.clientInformation.plugins.refresh [function]
+window.clientInformation.product [string]
+window.clientInformation.productSub [string]
+window.clientInformation.userAgent [string]
+window.clientInformation.vendor [string]
+window.clientInformation.vendorSub [string]
</ins><span class="cx"> window.close [function]
</span><span class="cx"> window.closed [boolean]
</span><span class="cx"> window.confirm [function]
</span><span class="lines">@@ -918,997 +608,7 @@
</span><span class="cx"> window.defaultStatus [string]
</span><span class="cx"> window.defaultstatus [string]
</span><span class="cx"> window.devicePixelRatio [number]
</span><del>-window.document [object HTMLDocument]
-window.document.ATTRIBUTE_NODE [number]
-window.document.CDATA_SECTION_NODE [number]
-window.document.COMMENT_NODE [number]
-window.document.DOCUMENT_FRAGMENT_NODE [number]
-window.document.DOCUMENT_NODE [number]
-window.document.DOCUMENT_TYPE_NODE [number]
-window.document.ELEMENT_NODE [number]
-window.document.ENTITY_NODE [number]
-window.document.ENTITY_REFERENCE_NODE [number]
-window.document.NOTATION_NODE [number]
-window.document.PROCESSING_INSTRUCTION_NODE [number]
-window.document.TEXT_NODE [number]
-window.document.URL [string]
-window.document.addEventListener [function]
-window.document.adoptNode [function]
-window.document.alinkColor [string]
-window.document.all [undefined]
-window.document.anchors [function]
-window.document.appendChild [function]
-window.document.applets [function]
-window.document.attributes [null]
-window.document.bgColor [string]
-window.document.body [object HTMLBodyElement]
-window.document.body.ATTRIBUTE_NODE [number]
-window.document.body.CDATA_SECTION_NODE [number]
-window.document.body.COMMENT_NODE [number]
-window.document.body.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.DOCUMENT_NODE [number]
-window.document.body.DOCUMENT_TYPE_NODE [number]
-window.document.body.ELEMENT_NODE [number]
-window.document.body.ENTITY_NODE [number]
-window.document.body.ENTITY_REFERENCE_NODE [number]
-window.document.body.NOTATION_NODE [number]
-window.document.body.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.TEXT_NODE [number]
-window.document.body.aLink [string]
-window.document.body.addEventListener [function]
-window.document.body.appendChild [function]
-window.document.body.attributes [object NamedNodeMap]
-window.document.body.attributes.getNamedItem [function]
-window.document.body.attributes.getNamedItemNS [function]
-window.document.body.attributes.item [function]
-window.document.body.attributes.removeNamedItem [function]
-window.document.body.attributes.removeNamedItemNS [function]
-window.document.body.attributes.setNamedItem [function]
-window.document.body.attributes.setNamedItemNS [function]
-window.document.body.background [string]
-window.document.body.bgColor [string]
-window.document.body.blur [function]
-window.document.body.childNodes [function]
-window.document.body.children [function]
-window.document.body.className [string]
-window.document.body.clientHeight [number]
-window.document.body.clientLeft [number]
-window.document.body.clientTop [number]
-window.document.body.clientWidth [number]
-window.document.body.cloneNode [function]
-window.document.body.contains [function]
-window.document.body.contentEditable [string]
-window.document.body.dir [string]
-window.document.body.dispatchEvent [function]
-window.document.body.document [printed above as window.document]
-window.document.body.firstChild [object HTMLParagraphElement]
-window.document.body.firstChild.ATTRIBUTE_NODE [number]
-window.document.body.firstChild.CDATA_SECTION_NODE [number]
-window.document.body.firstChild.COMMENT_NODE [number]
-window.document.body.firstChild.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.firstChild.DOCUMENT_NODE [number]
-window.document.body.firstChild.DOCUMENT_TYPE_NODE [number]
-window.document.body.firstChild.ELEMENT_NODE [number]
-window.document.body.firstChild.ENTITY_NODE [number]
-window.document.body.firstChild.ENTITY_REFERENCE_NODE [number]
-window.document.body.firstChild.NOTATION_NODE [number]
-window.document.body.firstChild.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.firstChild.TEXT_NODE [number]
-window.document.body.firstChild.addEventListener [function]
-window.document.body.firstChild.align [string]
-window.document.body.firstChild.appendChild [function]
-window.document.body.firstChild.attributes [object NamedNodeMap]
-window.document.body.firstChild.attributes.getNamedItem [function]
-window.document.body.firstChild.attributes.getNamedItemNS [function]
-window.document.body.firstChild.attributes.item [function]
-window.document.body.firstChild.attributes.removeNamedItem [function]
-window.document.body.firstChild.attributes.removeNamedItemNS [function]
-window.document.body.firstChild.attributes.setNamedItem [function]
-window.document.body.firstChild.attributes.setNamedItemNS [function]
-window.document.body.firstChild.blur [function]
-window.document.body.firstChild.childNodes [function]
-window.document.body.firstChild.children [function]
-window.document.body.firstChild.className [string]
-window.document.body.firstChild.clientHeight [number]
-window.document.body.firstChild.clientLeft [number]
-window.document.body.firstChild.clientTop [number]
-window.document.body.firstChild.clientWidth [number]
-window.document.body.firstChild.cloneNode [function]
-window.document.body.firstChild.contains [function]
-window.document.body.firstChild.contentEditable [string]
-window.document.body.firstChild.dir [string]
-window.document.body.firstChild.dispatchEvent [function]
-window.document.body.firstChild.document [printed above as window.document]
-window.document.body.firstChild.firstChild [printed above as window.document.body.firstChild.lastChild]
-window.document.body.firstChild.focus [function]
-window.document.body.firstChild.getAttribute [function]
-window.document.body.firstChild.getAttributeNS [function]
-window.document.body.firstChild.getAttributeNode [function]
-window.document.body.firstChild.getAttributeNodeNS [function]
-window.document.body.firstChild.getElementsByTagName [function]
-window.document.body.firstChild.getElementsByTagNameNS [function]
-window.document.body.firstChild.hasAttribute [function]
-window.document.body.firstChild.hasAttributeNS [function]
-window.document.body.firstChild.hasAttributes [function]
-window.document.body.firstChild.hasChildNodes [function]
-window.document.body.firstChild.id [string]
-window.document.body.firstChild.innerHTML [string]
-window.document.body.firstChild.innerText [string]
-window.document.body.firstChild.insertAdjacentElement [function]
-window.document.body.firstChild.insertBefore [function]
-window.document.body.firstChild.isContentEditable [boolean]
-window.document.body.firstChild.isDefaultNamespace [function]
-window.document.body.firstChild.isEqualNode [function]
-window.document.body.firstChild.isSameNode [function]
-window.document.body.firstChild.isSupported [function]
-window.document.body.firstChild.lang [string]
-window.document.body.firstChild.lastChild [object Text]
-window.document.body.firstChild.lastChild.ATTRIBUTE_NODE [number]
-window.document.body.firstChild.lastChild.CDATA_SECTION_NODE [number]
-window.document.body.firstChild.lastChild.COMMENT_NODE [number]
-window.document.body.firstChild.lastChild.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.firstChild.lastChild.DOCUMENT_NODE [number]
-window.document.body.firstChild.lastChild.DOCUMENT_TYPE_NODE [number]
-window.document.body.firstChild.lastChild.ELEMENT_NODE [number]
-window.document.body.firstChild.lastChild.ENTITY_NODE [number]
-window.document.body.firstChild.lastChild.ENTITY_REFERENCE_NODE [number]
-window.document.body.firstChild.lastChild.NOTATION_NODE [number]
-window.document.body.firstChild.lastChild.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.firstChild.lastChild.TEXT_NODE [number]
-window.document.body.firstChild.lastChild.addEventListener [function]
-window.document.body.firstChild.lastChild.appendChild [function]
-window.document.body.firstChild.lastChild.appendData [function]
-window.document.body.firstChild.lastChild.attributes [null]
-window.document.body.firstChild.lastChild.childNodes [function]
-window.document.body.firstChild.lastChild.cloneNode [function]
-window.document.body.firstChild.lastChild.data [string]
-window.document.body.firstChild.lastChild.deleteData [function]
-window.document.body.firstChild.lastChild.dispatchEvent [function]
-window.document.body.firstChild.lastChild.firstChild [null]
-window.document.body.firstChild.lastChild.hasAttributes [function]
-window.document.body.firstChild.lastChild.hasChildNodes [function]
-window.document.body.firstChild.lastChild.insertBefore [function]
-window.document.body.firstChild.lastChild.insertData [function]
-window.document.body.firstChild.lastChild.isDefaultNamespace [function]
-window.document.body.firstChild.lastChild.isEqualNode [function]
-window.document.body.firstChild.lastChild.isSameNode [function]
-window.document.body.firstChild.lastChild.isSupported [function]
-window.document.body.firstChild.lastChild.lastChild [null]
-window.document.body.firstChild.lastChild.length [number]
-window.document.body.firstChild.lastChild.localName [string]
-window.document.body.firstChild.lastChild.lookupNamespaceURI [function]
-window.document.body.firstChild.lastChild.lookupPrefix [function]
-window.document.body.firstChild.lastChild.namespaceURI [null]
-window.document.body.firstChild.lastChild.nextSibling [null]
-window.document.body.firstChild.lastChild.nodeName [string]
-window.document.body.firstChild.lastChild.nodeType [number]
-window.document.body.firstChild.lastChild.nodeValue [string]
-window.document.body.firstChild.lastChild.normalize [function]
-window.document.body.firstChild.lastChild.ownerDocument [printed above as window.document]
-window.document.body.firstChild.lastChild.parentElement [printed above as window.document.body.firstChild]
-window.document.body.firstChild.lastChild.parentNode [printed above as window.document.body.firstChild]
-window.document.body.firstChild.lastChild.prefix [null]
-window.document.body.firstChild.lastChild.previousSibling [null]
-window.document.body.firstChild.lastChild.removeChild [function]
-window.document.body.firstChild.lastChild.removeEventListener [function]
-window.document.body.firstChild.lastChild.replaceChild [function]
-window.document.body.firstChild.lastChild.replaceData [function]
-window.document.body.firstChild.lastChild.splitText [function]
-window.document.body.firstChild.lastChild.substringData [function]
-window.document.body.firstChild.lastChild.textContent [string]
-window.document.body.firstChild.localName [string]
-window.document.body.firstChild.lookupNamespaceURI [function]
-window.document.body.firstChild.lookupPrefix [function]
-window.document.body.firstChild.namespaceURI [string]
-window.document.body.firstChild.nextSibling [object Text]
-window.document.body.firstChild.nextSibling.ATTRIBUTE_NODE [number]
-window.document.body.firstChild.nextSibling.CDATA_SECTION_NODE [number]
-window.document.body.firstChild.nextSibling.COMMENT_NODE [number]
-window.document.body.firstChild.nextSibling.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.firstChild.nextSibling.DOCUMENT_NODE [number]
-window.document.body.firstChild.nextSibling.DOCUMENT_TYPE_NODE [number]
-window.document.body.firstChild.nextSibling.ELEMENT_NODE [number]
-window.document.body.firstChild.nextSibling.ENTITY_NODE [number]
-window.document.body.firstChild.nextSibling.ENTITY_REFERENCE_NODE [number]
-window.document.body.firstChild.nextSibling.NOTATION_NODE [number]
-window.document.body.firstChild.nextSibling.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.firstChild.nextSibling.TEXT_NODE [number]
-window.document.body.firstChild.nextSibling.addEventListener [function]
-window.document.body.firstChild.nextSibling.appendChild [function]
-window.document.body.firstChild.nextSibling.appendData [function]
-window.document.body.firstChild.nextSibling.attributes [null]
-window.document.body.firstChild.nextSibling.childNodes [function]
-window.document.body.firstChild.nextSibling.cloneNode [function]
-window.document.body.firstChild.nextSibling.data [string]
-window.document.body.firstChild.nextSibling.deleteData [function]
-window.document.body.firstChild.nextSibling.dispatchEvent [function]
-window.document.body.firstChild.nextSibling.firstChild [null]
-window.document.body.firstChild.nextSibling.hasAttributes [function]
-window.document.body.firstChild.nextSibling.hasChildNodes [function]
-window.document.body.firstChild.nextSibling.insertBefore [function]
-window.document.body.firstChild.nextSibling.insertData [function]
-window.document.body.firstChild.nextSibling.isDefaultNamespace [function]
-window.document.body.firstChild.nextSibling.isEqualNode [function]
-window.document.body.firstChild.nextSibling.isSameNode [function]
-window.document.body.firstChild.nextSibling.isSupported [function]
-window.document.body.firstChild.nextSibling.lastChild [null]
-window.document.body.firstChild.nextSibling.length [number]
-window.document.body.firstChild.nextSibling.localName [string]
-window.document.body.firstChild.nextSibling.lookupNamespaceURI [function]
-window.document.body.firstChild.nextSibling.lookupPrefix [function]
-window.document.body.firstChild.nextSibling.namespaceURI [null]
-window.document.body.firstChild.nextSibling.nextSibling [object HTMLHRElement]
-window.document.body.firstChild.nextSibling.nextSibling.ATTRIBUTE_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.CDATA_SECTION_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.COMMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.DOCUMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.DOCUMENT_TYPE_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.ELEMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.ENTITY_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.ENTITY_REFERENCE_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.NOTATION_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.TEXT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.addEventListener [function]
-window.document.body.firstChild.nextSibling.nextSibling.align [string]
-window.document.body.firstChild.nextSibling.nextSibling.appendChild [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes [object NamedNodeMap]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.getNamedItem [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.getNamedItemNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.item [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.removeNamedItem [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.removeNamedItemNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.setNamedItem [function]
-window.document.body.firstChild.nextSibling.nextSibling.attributes.setNamedItemNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.blur [function]
-window.document.body.firstChild.nextSibling.nextSibling.childNodes [function]
-window.document.body.firstChild.nextSibling.nextSibling.children [function]
-window.document.body.firstChild.nextSibling.nextSibling.className [string]
-window.document.body.firstChild.nextSibling.nextSibling.clientHeight [number]
-window.document.body.firstChild.nextSibling.nextSibling.clientLeft [number]
-window.document.body.firstChild.nextSibling.nextSibling.clientTop [number]
-window.document.body.firstChild.nextSibling.nextSibling.clientWidth [number]
-window.document.body.firstChild.nextSibling.nextSibling.cloneNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.contains [function]
-window.document.body.firstChild.nextSibling.nextSibling.contentEditable [string]
-window.document.body.firstChild.nextSibling.nextSibling.dir [string]
-window.document.body.firstChild.nextSibling.nextSibling.dispatchEvent [function]
-window.document.body.firstChild.nextSibling.nextSibling.document [printed above as window.document]
-window.document.body.firstChild.nextSibling.nextSibling.firstChild [null]
-window.document.body.firstChild.nextSibling.nextSibling.focus [function]
-window.document.body.firstChild.nextSibling.nextSibling.getAttribute [function]
-window.document.body.firstChild.nextSibling.nextSibling.getAttributeNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.getAttributeNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.getAttributeNodeNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.getElementsByTagName [function]
-window.document.body.firstChild.nextSibling.nextSibling.getElementsByTagNameNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.hasAttribute [function]
-window.document.body.firstChild.nextSibling.nextSibling.hasAttributeNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.hasAttributes [function]
-window.document.body.firstChild.nextSibling.nextSibling.hasChildNodes [function]
-window.document.body.firstChild.nextSibling.nextSibling.id [string]
-window.document.body.firstChild.nextSibling.nextSibling.innerHTML [string]
-window.document.body.firstChild.nextSibling.nextSibling.innerText [string]
-window.document.body.firstChild.nextSibling.nextSibling.insertAdjacentElement [function]
-window.document.body.firstChild.nextSibling.nextSibling.insertBefore [function]
-window.document.body.firstChild.nextSibling.nextSibling.isContentEditable [boolean]
-window.document.body.firstChild.nextSibling.nextSibling.isDefaultNamespace [function]
-window.document.body.firstChild.nextSibling.nextSibling.isEqualNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.isSameNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.isSupported [function]
-window.document.body.firstChild.nextSibling.nextSibling.lang [string]
-window.document.body.firstChild.nextSibling.nextSibling.lastChild [null]
-window.document.body.firstChild.nextSibling.nextSibling.localName [string]
-window.document.body.firstChild.nextSibling.nextSibling.lookupNamespaceURI [function]
-window.document.body.firstChild.nextSibling.nextSibling.lookupPrefix [function]
-window.document.body.firstChild.nextSibling.nextSibling.namespaceURI [string]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling [object Text]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.ATTRIBUTE_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.CDATA_SECTION_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.COMMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.DOCUMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.DOCUMENT_TYPE_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.ELEMENT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.ENTITY_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.ENTITY_REFERENCE_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.NOTATION_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.TEXT_NODE [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.addEventListener [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.appendChild [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.appendData [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.attributes [null]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.childNodes [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.cloneNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.data [string]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.deleteData [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.dispatchEvent [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.firstChild [null]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.hasAttributes [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.hasChildNodes [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.insertBefore [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.insertData [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.isDefaultNamespace [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.isEqualNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.isSameNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.isSupported [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.lastChild [null]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.length [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.localName [string]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.lookupNamespaceURI [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.lookupPrefix [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.namespaceURI [null]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.nodeName [string]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.nodeType [number]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.nodeValue [string]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.normalize [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.ownerDocument [printed above as window.document]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.parentElement [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.parentNode [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.prefix [null]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.previousSibling [printed above as window.document.body.firstChild.nextSibling.nextSibling]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.removeChild [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.removeEventListener [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.replaceChild [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.replaceData [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.splitText [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.substringData [function]
-window.document.body.firstChild.nextSibling.nextSibling.nextSibling.textContent [string]
-window.document.body.firstChild.nextSibling.nextSibling.noShade [boolean]
-window.document.body.firstChild.nextSibling.nextSibling.nodeName [string]
-window.document.body.firstChild.nextSibling.nextSibling.nodeType [number]
-window.document.body.firstChild.nextSibling.nextSibling.nodeValue [null]
-window.document.body.firstChild.nextSibling.nextSibling.normalize [function]
-window.document.body.firstChild.nextSibling.nextSibling.offsetHeight [number]
-window.document.body.firstChild.nextSibling.nextSibling.offsetLeft [number]
-window.document.body.firstChild.nextSibling.nextSibling.offsetParent [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.nextSibling.offsetTop [number]
-window.document.body.firstChild.nextSibling.nextSibling.offsetWidth [number]
-window.document.body.firstChild.nextSibling.nextSibling.outerHTML [string]
-window.document.body.firstChild.nextSibling.nextSibling.outerText [string]
-window.document.body.firstChild.nextSibling.nextSibling.ownerDocument [printed above as window.document]
-window.document.body.firstChild.nextSibling.nextSibling.parentElement [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.nextSibling.parentNode [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.nextSibling.prefix [null]
-window.document.body.firstChild.nextSibling.nextSibling.previousSibling [printed above as window.document.body.firstChild.nextSibling]
-window.document.body.firstChild.nextSibling.nextSibling.removeAttribute [function]
-window.document.body.firstChild.nextSibling.nextSibling.removeAttributeNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.removeAttributeNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.removeChild [function]
-window.document.body.firstChild.nextSibling.nextSibling.removeEventListener [function]
-window.document.body.firstChild.nextSibling.nextSibling.replaceChild [function]
-window.document.body.firstChild.nextSibling.nextSibling.scrollByLines [function]
-window.document.body.firstChild.nextSibling.nextSibling.scrollByPages [function]
-window.document.body.firstChild.nextSibling.nextSibling.scrollHeight [number]
-window.document.body.firstChild.nextSibling.nextSibling.scrollIntoView [function]
-window.document.body.firstChild.nextSibling.nextSibling.scrollIntoViewIfNeeded [function]
-window.document.body.firstChild.nextSibling.nextSibling.scrollLeft [number]
-window.document.body.firstChild.nextSibling.nextSibling.scrollTop [number]
-window.document.body.firstChild.nextSibling.nextSibling.scrollWidth [number]
-window.document.body.firstChild.nextSibling.nextSibling.setAttribute [function]
-window.document.body.firstChild.nextSibling.nextSibling.setAttributeNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.setAttributeNode [function]
-window.document.body.firstChild.nextSibling.nextSibling.setAttributeNodeNS [function]
-window.document.body.firstChild.nextSibling.nextSibling.size [string]
-window.document.body.firstChild.nextSibling.nextSibling.style [object CSSStyleDeclaration]
-window.document.body.firstChild.nextSibling.nextSibling.style.cssText [string]
-window.document.body.firstChild.nextSibling.nextSibling.style.getPropertyCSSValue [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.getPropertyPriority [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.getPropertyShorthand [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.getPropertyValue [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.isPropertyImplicit [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.item [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.length [number]
-window.document.body.firstChild.nextSibling.nextSibling.style.parentRule [null]
-window.document.body.firstChild.nextSibling.nextSibling.style.removeProperty [function]
-window.document.body.firstChild.nextSibling.nextSibling.style.setProperty [function]
-window.document.body.firstChild.nextSibling.nextSibling.tagName [string]
-window.document.body.firstChild.nextSibling.nextSibling.textContent [string]
-window.document.body.firstChild.nextSibling.nextSibling.width [string]
-window.document.body.firstChild.nextSibling.nodeName [string]
-window.document.body.firstChild.nextSibling.nodeType [number]
-window.document.body.firstChild.nextSibling.nodeValue [string]
-window.document.body.firstChild.nextSibling.normalize [function]
-window.document.body.firstChild.nextSibling.ownerDocument [printed above as window.document]
-window.document.body.firstChild.nextSibling.parentElement [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.parentNode [printed above as window.document.body]
-window.document.body.firstChild.nextSibling.prefix [null]
-window.document.body.firstChild.nextSibling.previousSibling [printed above as window.document.body.firstChild]
-window.document.body.firstChild.nextSibling.removeChild [function]
-window.document.body.firstChild.nextSibling.removeEventListener [function]
-window.document.body.firstChild.nextSibling.replaceChild [function]
-window.document.body.firstChild.nextSibling.replaceData [function]
-window.document.body.firstChild.nextSibling.splitText [function]
-window.document.body.firstChild.nextSibling.substringData [function]
-window.document.body.firstChild.nextSibling.textContent [string]
-window.document.body.firstChild.nodeName [string]
-window.document.body.firstChild.nodeType [number]
-window.document.body.firstChild.nodeValue [null]
-window.document.body.firstChild.normalize [function]
-window.document.body.firstChild.offsetHeight [number]
-window.document.body.firstChild.offsetLeft [number]
-window.document.body.firstChild.offsetParent [printed above as window.document.body]
-window.document.body.firstChild.offsetTop [number]
-window.document.body.firstChild.offsetWidth [number]
-window.document.body.firstChild.outerHTML [string]
-window.document.body.firstChild.outerText [string]
-window.document.body.firstChild.ownerDocument [printed above as window.document]
-window.document.body.firstChild.parentElement [printed above as window.document.body]
-window.document.body.firstChild.parentNode [printed above as window.document.body]
-window.document.body.firstChild.prefix [null]
-window.document.body.firstChild.previousSibling [null]
-window.document.body.firstChild.removeAttribute [function]
-window.document.body.firstChild.removeAttributeNS [function]
-window.document.body.firstChild.removeAttributeNode [function]
-window.document.body.firstChild.removeChild [function]
-window.document.body.firstChild.removeEventListener [function]
-window.document.body.firstChild.replaceChild [function]
-window.document.body.firstChild.scrollByLines [function]
-window.document.body.firstChild.scrollByPages [function]
-window.document.body.firstChild.scrollHeight [number]
-window.document.body.firstChild.scrollIntoView [function]
-window.document.body.firstChild.scrollIntoViewIfNeeded [function]
-window.document.body.firstChild.scrollLeft [number]
-window.document.body.firstChild.scrollTop [number]
-window.document.body.firstChild.scrollWidth [number]
-window.document.body.firstChild.setAttribute [function]
-window.document.body.firstChild.setAttributeNS [function]
-window.document.body.firstChild.setAttributeNode [function]
-window.document.body.firstChild.setAttributeNodeNS [function]
-window.document.body.firstChild.style [object CSSStyleDeclaration]
-window.document.body.firstChild.style.cssText [string]
-window.document.body.firstChild.style.getPropertyCSSValue [function]
-window.document.body.firstChild.style.getPropertyPriority [function]
-window.document.body.firstChild.style.getPropertyShorthand [function]
-window.document.body.firstChild.style.getPropertyValue [function]
-window.document.body.firstChild.style.isPropertyImplicit [function]
-window.document.body.firstChild.style.item [function]
-window.document.body.firstChild.style.length [number]
-window.document.body.firstChild.style.parentRule [null]
-window.document.body.firstChild.style.removeProperty [function]
-window.document.body.firstChild.style.setProperty [function]
-window.document.body.firstChild.tagName [string]
-window.document.body.firstChild.textContent [string]
-window.document.body.focus [function]
-window.document.body.getAttribute [function]
-window.document.body.getAttributeNS [function]
-window.document.body.getAttributeNode [function]
-window.document.body.getAttributeNodeNS [function]
-window.document.body.getElementsByTagName [function]
-window.document.body.getElementsByTagNameNS [function]
-window.document.body.hasAttribute [function]
-window.document.body.hasAttributeNS [function]
-window.document.body.hasAttributes [function]
-window.document.body.hasChildNodes [function]
-window.document.body.id [string]
-window.document.body.innerHTML [string]
-window.document.body.innerText [string]
-window.document.body.insertAdjacentElement [function]
-window.document.body.insertBefore [function]
-window.document.body.isContentEditable [boolean]
-window.document.body.isDefaultNamespace [function]
-window.document.body.isEqualNode [function]
-window.document.body.isSameNode [function]
-window.document.body.isSupported [function]
-window.document.body.lang [string]
-window.document.body.lastChild [object HTMLScriptElement]
-window.document.body.lastChild.ATTRIBUTE_NODE [number]
-window.document.body.lastChild.CDATA_SECTION_NODE [number]
-window.document.body.lastChild.COMMENT_NODE [number]
-window.document.body.lastChild.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.lastChild.DOCUMENT_NODE [number]
-window.document.body.lastChild.DOCUMENT_TYPE_NODE [number]
-window.document.body.lastChild.ELEMENT_NODE [number]
-window.document.body.lastChild.ENTITY_NODE [number]
-window.document.body.lastChild.ENTITY_REFERENCE_NODE [number]
-window.document.body.lastChild.NOTATION_NODE [number]
-window.document.body.lastChild.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.lastChild.TEXT_NODE [number]
-window.document.body.lastChild.addEventListener [function]
-window.document.body.lastChild.appendChild [function]
-window.document.body.lastChild.attributes [object NamedNodeMap]
-window.document.body.lastChild.attributes.getNamedItem [function]
-window.document.body.lastChild.attributes.getNamedItemNS [function]
-window.document.body.lastChild.attributes.item [function]
-window.document.body.lastChild.attributes.removeNamedItem [function]
-window.document.body.lastChild.attributes.removeNamedItemNS [function]
-window.document.body.lastChild.attributes.setNamedItem [function]
-window.document.body.lastChild.attributes.setNamedItemNS [function]
-window.document.body.lastChild.blur [function]
-window.document.body.lastChild.charset [string]
-window.document.body.lastChild.childNodes [function]
-window.document.body.lastChild.children [function]
-window.document.body.lastChild.className [string]
-window.document.body.lastChild.clientHeight [number]
-window.document.body.lastChild.clientLeft [number]
-window.document.body.lastChild.clientTop [number]
-window.document.body.lastChild.clientWidth [number]
-window.document.body.lastChild.cloneNode [function]
-window.document.body.lastChild.contains [function]
-window.document.body.lastChild.contentEditable [string]
-window.document.body.lastChild.defer [boolean]
-window.document.body.lastChild.dir [string]
-window.document.body.lastChild.dispatchEvent [function]
-window.document.body.lastChild.document [printed above as window.document]
-window.document.body.lastChild.event [string]
-window.document.body.lastChild.firstChild [printed above as window.document.body.lastChild.lastChild]
-window.document.body.lastChild.focus [function]
-window.document.body.lastChild.getAttribute [function]
-window.document.body.lastChild.getAttributeNS [function]
-window.document.body.lastChild.getAttributeNode [function]
-window.document.body.lastChild.getAttributeNodeNS [function]
-window.document.body.lastChild.getElementsByTagName [function]
-window.document.body.lastChild.getElementsByTagNameNS [function]
-window.document.body.lastChild.hasAttribute [function]
-window.document.body.lastChild.hasAttributeNS [function]
-window.document.body.lastChild.hasAttributes [function]
-window.document.body.lastChild.hasChildNodes [function]
-window.document.body.lastChild.htmlFor [string]
-window.document.body.lastChild.id [string]
-window.document.body.lastChild.innerHTML [string]
-window.document.body.lastChild.innerText [string]
-window.document.body.lastChild.insertAdjacentElement [function]
-window.document.body.lastChild.insertBefore [function]
-window.document.body.lastChild.isContentEditable [boolean]
-window.document.body.lastChild.isDefaultNamespace [function]
-window.document.body.lastChild.isEqualNode [function]
-window.document.body.lastChild.isSameNode [function]
-window.document.body.lastChild.isSupported [function]
-window.document.body.lastChild.lang [string]
-window.document.body.lastChild.lastChild [object Text]
-window.document.body.lastChild.lastChild.ATTRIBUTE_NODE [number]
-window.document.body.lastChild.lastChild.CDATA_SECTION_NODE [number]
-window.document.body.lastChild.lastChild.COMMENT_NODE [number]
-window.document.body.lastChild.lastChild.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.lastChild.lastChild.DOCUMENT_NODE [number]
-window.document.body.lastChild.lastChild.DOCUMENT_TYPE_NODE [number]
-window.document.body.lastChild.lastChild.ELEMENT_NODE [number]
-window.document.body.lastChild.lastChild.ENTITY_NODE [number]
-window.document.body.lastChild.lastChild.ENTITY_REFERENCE_NODE [number]
-window.document.body.lastChild.lastChild.NOTATION_NODE [number]
-window.document.body.lastChild.lastChild.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.lastChild.lastChild.TEXT_NODE [number]
-window.document.body.lastChild.lastChild.addEventListener [function]
-window.document.body.lastChild.lastChild.appendChild [function]
-window.document.body.lastChild.lastChild.appendData [function]
-window.document.body.lastChild.lastChild.attributes [null]
-window.document.body.lastChild.lastChild.childNodes [function]
-window.document.body.lastChild.lastChild.cloneNode [function]
-window.document.body.lastChild.lastChild.data [string]
-window.document.body.lastChild.lastChild.deleteData [function]
-window.document.body.lastChild.lastChild.dispatchEvent [function]
-window.document.body.lastChild.lastChild.firstChild [null]
-window.document.body.lastChild.lastChild.hasAttributes [function]
-window.document.body.lastChild.lastChild.hasChildNodes [function]
-window.document.body.lastChild.lastChild.insertBefore [function]
-window.document.body.lastChild.lastChild.insertData [function]
-window.document.body.lastChild.lastChild.isDefaultNamespace [function]
-window.document.body.lastChild.lastChild.isEqualNode [function]
-window.document.body.lastChild.lastChild.isSameNode [function]
-window.document.body.lastChild.lastChild.isSupported [function]
-window.document.body.lastChild.lastChild.lastChild [null]
-window.document.body.lastChild.lastChild.length [number]
-window.document.body.lastChild.lastChild.localName [string]
-window.document.body.lastChild.lastChild.lookupNamespaceURI [function]
-window.document.body.lastChild.lastChild.lookupPrefix [function]
-window.document.body.lastChild.lastChild.namespaceURI [null]
-window.document.body.lastChild.lastChild.nextSibling [null]
-window.document.body.lastChild.lastChild.nodeName [string]
-window.document.body.lastChild.lastChild.nodeType [number]
-window.document.body.lastChild.lastChild.nodeValue [string]
-window.document.body.lastChild.lastChild.normalize [function]
-window.document.body.lastChild.lastChild.ownerDocument [printed above as window.document]
-window.document.body.lastChild.lastChild.parentElement [printed above as window.document.body.lastChild]
-window.document.body.lastChild.lastChild.parentNode [printed above as window.document.body.lastChild]
-window.document.body.lastChild.lastChild.prefix [null]
-window.document.body.lastChild.lastChild.previousSibling [null]
-window.document.body.lastChild.lastChild.removeChild [function]
-window.document.body.lastChild.lastChild.removeEventListener [function]
-window.document.body.lastChild.lastChild.replaceChild [function]
-window.document.body.lastChild.lastChild.replaceData [function]
-window.document.body.lastChild.lastChild.splitText [function]
-window.document.body.lastChild.lastChild.substringData [function]
-window.document.body.lastChild.lastChild.textContent [string]
-window.document.body.lastChild.localName [string]
-window.document.body.lastChild.lookupNamespaceURI [function]
-window.document.body.lastChild.lookupPrefix [function]
-window.document.body.lastChild.namespaceURI [string]
-window.document.body.lastChild.nextSibling [null]
-window.document.body.lastChild.nodeName [string]
-window.document.body.lastChild.nodeType [number]
-window.document.body.lastChild.nodeValue [null]
-window.document.body.lastChild.normalize [function]
-window.document.body.lastChild.offsetHeight [number]
-window.document.body.lastChild.offsetLeft [number]
-window.document.body.lastChild.offsetParent [null]
-window.document.body.lastChild.offsetTop [number]
-window.document.body.lastChild.offsetWidth [number]
-window.document.body.lastChild.outerHTML [string]
-window.document.body.lastChild.outerText [string]
-window.document.body.lastChild.ownerDocument [printed above as window.document]
-window.document.body.lastChild.parentElement [printed above as window.document.body]
-window.document.body.lastChild.parentNode [printed above as window.document.body]
-window.document.body.lastChild.prefix [null]
-window.document.body.lastChild.previousSibling [object Text]
-window.document.body.lastChild.previousSibling.ATTRIBUTE_NODE [number]
-window.document.body.lastChild.previousSibling.CDATA_SECTION_NODE [number]
-window.document.body.lastChild.previousSibling.COMMENT_NODE [number]
-window.document.body.lastChild.previousSibling.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.lastChild.previousSibling.DOCUMENT_NODE [number]
-window.document.body.lastChild.previousSibling.DOCUMENT_TYPE_NODE [number]
-window.document.body.lastChild.previousSibling.ELEMENT_NODE [number]
-window.document.body.lastChild.previousSibling.ENTITY_NODE [number]
-window.document.body.lastChild.previousSibling.ENTITY_REFERENCE_NODE [number]
-window.document.body.lastChild.previousSibling.NOTATION_NODE [number]
-window.document.body.lastChild.previousSibling.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.lastChild.previousSibling.TEXT_NODE [number]
-window.document.body.lastChild.previousSibling.addEventListener [function]
-window.document.body.lastChild.previousSibling.appendChild [function]
-window.document.body.lastChild.previousSibling.appendData [function]
-window.document.body.lastChild.previousSibling.attributes [null]
-window.document.body.lastChild.previousSibling.childNodes [function]
-window.document.body.lastChild.previousSibling.cloneNode [function]
-window.document.body.lastChild.previousSibling.data [string]
-window.document.body.lastChild.previousSibling.deleteData [function]
-window.document.body.lastChild.previousSibling.dispatchEvent [function]
-window.document.body.lastChild.previousSibling.firstChild [null]
-window.document.body.lastChild.previousSibling.hasAttributes [function]
-window.document.body.lastChild.previousSibling.hasChildNodes [function]
-window.document.body.lastChild.previousSibling.insertBefore [function]
-window.document.body.lastChild.previousSibling.insertData [function]
-window.document.body.lastChild.previousSibling.isDefaultNamespace [function]
-window.document.body.lastChild.previousSibling.isEqualNode [function]
-window.document.body.lastChild.previousSibling.isSameNode [function]
-window.document.body.lastChild.previousSibling.isSupported [function]
-window.document.body.lastChild.previousSibling.lastChild [null]
-window.document.body.lastChild.previousSibling.length [number]
-window.document.body.lastChild.previousSibling.localName [string]
-window.document.body.lastChild.previousSibling.lookupNamespaceURI [function]
-window.document.body.lastChild.previousSibling.lookupPrefix [function]
-window.document.body.lastChild.previousSibling.namespaceURI [null]
-window.document.body.lastChild.previousSibling.nextSibling [printed above as window.document.body.lastChild]
-window.document.body.lastChild.previousSibling.nodeName [string]
-window.document.body.lastChild.previousSibling.nodeType [number]
-window.document.body.lastChild.previousSibling.nodeValue [string]
-window.document.body.lastChild.previousSibling.normalize [function]
-window.document.body.lastChild.previousSibling.ownerDocument [printed above as window.document]
-window.document.body.lastChild.previousSibling.parentElement [printed above as window.document.body]
-window.document.body.lastChild.previousSibling.parentNode [printed above as window.document.body]
-window.document.body.lastChild.previousSibling.prefix [null]
-window.document.body.lastChild.previousSibling.removeChild [function]
-window.document.body.lastChild.previousSibling.removeEventListener [function]
-window.document.body.lastChild.previousSibling.replaceChild [function]
-window.document.body.lastChild.previousSibling.replaceData [function]
-window.document.body.lastChild.previousSibling.splitText [function]
-window.document.body.lastChild.previousSibling.substringData [function]
-window.document.body.lastChild.previousSibling.textContent [string]
-window.document.body.lastChild.removeAttribute [function]
-window.document.body.lastChild.removeAttributeNS [function]
-window.document.body.lastChild.removeAttributeNode [function]
-window.document.body.lastChild.removeChild [function]
-window.document.body.lastChild.removeEventListener [function]
-window.document.body.lastChild.replaceChild [function]
-window.document.body.lastChild.scrollByLines [function]
-window.document.body.lastChild.scrollByPages [function]
-window.document.body.lastChild.scrollHeight [number]
-window.document.body.lastChild.scrollIntoView [function]
-window.document.body.lastChild.scrollIntoViewIfNeeded [function]
-window.document.body.lastChild.scrollLeft [number]
-window.document.body.lastChild.scrollTop [number]
-window.document.body.lastChild.scrollWidth [number]
-window.document.body.lastChild.setAttribute [function]
-window.document.body.lastChild.setAttributeNS [function]
-window.document.body.lastChild.setAttributeNode [function]
-window.document.body.lastChild.setAttributeNodeNS [function]
-window.document.body.lastChild.src [string]
-window.document.body.lastChild.style [object CSSStyleDeclaration]
-window.document.body.lastChild.style.cssText [string]
-window.document.body.lastChild.style.getPropertyCSSValue [function]
-window.document.body.lastChild.style.getPropertyPriority [function]
-window.document.body.lastChild.style.getPropertyShorthand [function]
-window.document.body.lastChild.style.getPropertyValue [function]
-window.document.body.lastChild.style.isPropertyImplicit [function]
-window.document.body.lastChild.style.item [function]
-window.document.body.lastChild.style.length [number]
-window.document.body.lastChild.style.parentRule [null]
-window.document.body.lastChild.style.removeProperty [function]
-window.document.body.lastChild.style.setProperty [function]
-window.document.body.lastChild.tagName [string]
-window.document.body.lastChild.text [string]
-window.document.body.lastChild.textContent [string]
-window.document.body.lastChild.type [string]
-window.document.body.link [string]
-window.document.body.localName [string]
-window.document.body.lookupNamespaceURI [function]
-window.document.body.lookupPrefix [function]
-window.document.body.namespaceURI [string]
-window.document.body.nextSibling [null]
-window.document.body.nodeName [string]
-window.document.body.nodeType [number]
-window.document.body.nodeValue [null]
-window.document.body.normalize [function]
-window.document.body.offsetHeight [number]
-window.document.body.offsetLeft [number]
-window.document.body.offsetParent [null]
-window.document.body.offsetTop [number]
-window.document.body.offsetWidth [number]
-window.document.body.outerHTML [string]
-window.document.body.outerText [string]
-window.document.body.ownerDocument [printed above as window.document]
-window.document.body.parentElement [printed above as window.document.body.parentNode]
-window.document.body.parentNode [object HTMLHtmlElement]
-window.document.body.parentNode.ATTRIBUTE_NODE [number]
-window.document.body.parentNode.CDATA_SECTION_NODE [number]
-window.document.body.parentNode.COMMENT_NODE [number]
-window.document.body.parentNode.DOCUMENT_FRAGMENT_NODE [number]
-window.document.body.parentNode.DOCUMENT_NODE [number]
-window.document.body.parentNode.DOCUMENT_TYPE_NODE [number]
-window.document.body.parentNode.ELEMENT_NODE [number]
-window.document.body.parentNode.ENTITY_NODE [number]
-window.document.body.parentNode.ENTITY_REFERENCE_NODE [number]
-window.document.body.parentNode.NOTATION_NODE [number]
-window.document.body.parentNode.PROCESSING_INSTRUCTION_NODE [number]
-window.document.body.parentNode.TEXT_NODE [number]
-window.document.body.parentNode.addEventListener [function]
-window.document.body.parentNode.appendChild [function]
-window.document.body.parentNode.attributes [object NamedNodeMap]
-window.document.body.parentNode.attributes.getNamedItem [function]
-window.document.body.parentNode.attributes.getNamedItemNS [function]
-window.document.body.parentNode.attributes.item [function]
-window.document.body.parentNode.attributes.removeNamedItem [function]
-window.document.body.parentNode.attributes.removeNamedItemNS [function]
-window.document.body.parentNode.attributes.setNamedItem [function]
-window.document.body.parentNode.attributes.setNamedItemNS [function]
-window.document.body.parentNode.blur [function]
-window.document.body.parentNode.childNodes [function]
-window.document.body.parentNode.children [function]
-window.document.body.parentNode.className [string]
-window.document.body.parentNode.clientHeight [number]
-window.document.body.parentNode.clientLeft [number]
-window.document.body.parentNode.clientTop [number]
-window.document.body.parentNode.clientWidth [number]
-window.document.body.parentNode.cloneNode [function]
-window.document.body.parentNode.contains [function]
-window.document.body.parentNode.contentEditable [string]
-window.document.body.parentNode.dir [string]
-window.document.body.parentNode.dispatchEvent [function]
-window.document.body.parentNode.document [printed above as window.document]
-window.document.body.parentNode.firstChild [printed above as window.document.body]
-window.document.body.parentNode.focus [function]
-window.document.body.parentNode.getAttribute [function]
-window.document.body.parentNode.getAttributeNS [function]
-window.document.body.parentNode.getAttributeNode [function]
-window.document.body.parentNode.getAttributeNodeNS [function]
-window.document.body.parentNode.getElementsByTagName [function]
-window.document.body.parentNode.getElementsByTagNameNS [function]
-window.document.body.parentNode.hasAttribute [function]
-window.document.body.parentNode.hasAttributeNS [function]
-window.document.body.parentNode.hasAttributes [function]
-window.document.body.parentNode.hasChildNodes [function]
-window.document.body.parentNode.id [string]
-window.document.body.parentNode.innerHTML [string]
-window.document.body.parentNode.innerText [string]
-window.document.body.parentNode.insertAdjacentElement [function]
-window.document.body.parentNode.insertBefore [function]
-window.document.body.parentNode.isContentEditable [boolean]
-window.document.body.parentNode.isDefaultNamespace [function]
-window.document.body.parentNode.isEqualNode [function]
-window.document.body.parentNode.isSameNode [function]
-window.document.body.parentNode.isSupported [function]
-window.document.body.parentNode.lang [string]
-window.document.body.parentNode.lastChild [printed above as window.document.body]
-window.document.body.parentNode.localName [string]
-window.document.body.parentNode.lookupNamespaceURI [function]
-window.document.body.parentNode.lookupPrefix [function]
-window.document.body.parentNode.namespaceURI [string]
-window.document.body.parentNode.nextSibling [null]
-window.document.body.parentNode.nodeName [string]
-window.document.body.parentNode.nodeType [number]
-window.document.body.parentNode.nodeValue [null]
-window.document.body.parentNode.normalize [function]
-window.document.body.parentNode.offsetHeight [number]
-window.document.body.parentNode.offsetLeft [number]
-window.document.body.parentNode.offsetParent [null]
-window.document.body.parentNode.offsetTop [number]
-window.document.body.parentNode.offsetWidth [number]
-window.document.body.parentNode.outerHTML [string]
-window.document.body.parentNode.outerText [string]
-window.document.body.parentNode.ownerDocument [printed above as window.document]
-window.document.body.parentNode.parentElement [printed above as window.document]
-window.document.body.parentNode.parentNode [printed above as window.document]
-window.document.body.parentNode.prefix [null]
-window.document.body.parentNode.previousSibling [null]
-window.document.body.parentNode.removeAttribute [function]
-window.document.body.parentNode.removeAttributeNS [function]
-window.document.body.parentNode.removeAttributeNode [function]
-window.document.body.parentNode.removeChild [function]
-window.document.body.parentNode.removeEventListener [function]
-window.document.body.parentNode.replaceChild [function]
-window.document.body.parentNode.scrollByLines [function]
-window.document.body.parentNode.scrollByPages [function]
-window.document.body.parentNode.scrollHeight [number]
-window.document.body.parentNode.scrollIntoView [function]
-window.document.body.parentNode.scrollIntoViewIfNeeded [function]
-window.document.body.parentNode.scrollLeft [number]
-window.document.body.parentNode.scrollTop [number]
-window.document.body.parentNode.scrollWidth [number]
-window.document.body.parentNode.setAttribute [function]
-window.document.body.parentNode.setAttributeNS [function]
-window.document.body.parentNode.setAttributeNode [function]
-window.document.body.parentNode.setAttributeNodeNS [function]
-window.document.body.parentNode.style [object CSSStyleDeclaration]
-window.document.body.parentNode.style.cssText [string]
-window.document.body.parentNode.style.getPropertyCSSValue [function]
-window.document.body.parentNode.style.getPropertyPriority [function]
-window.document.body.parentNode.style.getPropertyShorthand [function]
-window.document.body.parentNode.style.getPropertyValue [function]
-window.document.body.parentNode.style.isPropertyImplicit [function]
-window.document.body.parentNode.style.item [function]
-window.