[html5] r7720 - [e] (0) Update interface magic. Fixing https://www.w3.org/Bugs/Public/show_bug.c [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 9 20:04:40 PST 2013


Author: ianh
Date: 2013-02-09 20:04:39 -0800 (Sat, 09 Feb 2013)
New Revision: 7720

Modified:
   complete.html
   index
Log:
[e] (0) Update interface magic.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20520

Modified: complete.html
===================================================================
--- complete.html	2013-02-09 22:24:20 UTC (rev 7719)
+++ complete.html	2013-02-10 04:04:39 UTC (rev 7720)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 9 February 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 10 February 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -8347,6 +8347,8 @@
 
   // special <a href=#event-handler-idl-attributes>event handler IDL attributes</a> that only apply to Document objects
   [LenientThis] attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
+
+  // <a href="#Document-partial">also has obsolete members</a>
 };
 <a href=#document>Document</a> implements <a href=#globaleventhandlers>GlobalEventHandlers</a>;</pre>
 
@@ -12083,6 +12085,8 @@
    <dd><code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLHtmlElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlhtmlelement>HTMLHtmlElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-html-element>html</a></code> element <a href=#represents>represents</a> the root of
@@ -12436,6 +12440,8 @@
            attribute DOMString <a href=#dom-link-hreflang title=dom-link-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-link-type title=dom-link-type>type</a>;
   [PutForwards=<span title=dom-DOMSettableTokenList-value>value</span>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-link-sizes title=dom-link-sizes>sizes</a>;
+
+  // <a href="#HTMLLinkElement-partial">also has obsolete members</a>
 };
 <a href=#htmllinkelement>HTMLLinkElement</a> implements <a href=#linkstyle>LinkStyle</a>;</pre>
    </dd>
@@ -12784,6 +12790,8 @@
            attribute DOMString <a href=#dom-meta-name title=dom-meta-name>name</a>;
            attribute DOMString <a href=#dom-meta-httpequiv title=dom-meta-httpEquiv>httpEquiv</a>;
            attribute DOMString <a href=#dom-meta-content title=dom-meta-content>content</a>;
+
+  // <a href="#HTMLMetaElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-meta-element>meta</a></code> element <a href=#represents>represents</a> various kinds of metadata that cannot be
@@ -14053,6 +14061,8 @@
            attribute boolean <a href=#dom-script-defer title=dom-script-defer>defer</a>;
            attribute DOMString <a href=#dom-script-crossorigin title=dom-script-crossorigin>crossOrigin</a>;
            attribute DOMString <a href=#dom-script-text title=dom-script-text>text</a>;
+
+  // <a href="#HTMLScriptElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-script-element>script</a></code> element allows authors to include dynamic script and data blocks in
@@ -15297,6 +15307,8 @@
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlbodyelement>HTMLBodyElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
+
+  // <a href="#HTMLBodyElement-partial">also has obsolete members</a>
 };
 <a href=#htmlbodyelement>HTMLBodyElement</a> implements <a href=#windoweventhandlers>WindowEventHandlers</a>;</pre>
 </dd>
@@ -15957,6 +15969,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLHeadingElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlheadingelement>HTMLHeadingElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>These elements <a href=#represents title=represents>represent</a> headings for their sections.</p>
@@ -17395,6 +17409,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLParagraphElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlparagraphelement>HTMLParagraphElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-p-element>p</a></code> element <a href=#represents>represents</a> a
@@ -17532,6 +17548,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLHRElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlhrelement>HTMLHRElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-hr-element>hr</a></code> element <a href=#represents>represents</a> a
@@ -17635,6 +17653,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLPreElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlpreelement>HTMLPreElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-pre-element>pre</a></code> element <a href=#represents>represents</a> a block of
@@ -17951,6 +17971,8 @@
            attribute boolean <a href=#dom-ol-reversed title=dom-ol-reversed>reversed</a>;
            attribute long <a href=#dom-ol-start title=dom-ol-start>start</a>;
            attribute DOMString <a href=#dom-ol-type title=dom-ol-type>type</a>;
+
+  // <a href="#HTMLOListElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-ol-element>ol</a></code> element <a href=#represents>represents</a> a list of
@@ -18104,6 +18126,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLUListElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlulistelement>HTMLUListElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-ul-element>ul</a></code> element <a href=#represents>represents</a> a list of
@@ -18164,6 +18188,8 @@
    <dd>
 <pre class=idl>interface <dfn id=htmllielement>HTMLLIElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute long <a href=#dom-li-value title=dom-li-value>value</a>;
+
+  // <a href="#HTMLLIElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-li-element>li</a></code> element <a href=#represents>represents</a> a list
@@ -18263,6 +18289,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLDListElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmldlistelement>HTMLDListElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-dl-element>dl</a></code> element <a href=#represents>represents</a> an
@@ -18735,6 +18763,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLDivElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmldivelement>HTMLDivElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-div-element>div</a></code> element has no special meaning at all. It
@@ -18816,6 +18846,8 @@
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
            attribute DOMString <a href=#dom-a-text title=dom-a-text>text</a>;
+
+  // <a href="#HTMLAnchorElement-partial">also has obsolete members</a>
 };
 <a href=#htmlanchorelement>HTMLAnchorElement</a> implements <a href=#urlutils>URLUtils</a>;</pre>
    </dd>
@@ -21311,6 +21343,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLBRElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlbrelement>HTMLBRElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-br-element>br</a></code> element <a href=#represents>represents</a> a line
@@ -21944,6 +21978,8 @@
   readonly attribute unsigned long <a href=#dom-img-naturalwidth title=dom-img-naturalWidth>naturalWidth</a>;
   readonly attribute unsigned long <a href=#dom-img-naturalheight title=dom-img-naturalHeight>naturalHeight</a>;
   readonly attribute boolean <a href=#dom-img-complete title=dom-img-complete>complete</a>;
+
+  // <a href="#HTMLImageElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>An <code><a href=#the-img-element>img</a></code> element represents an image.</p>
@@ -23998,6 +24034,8 @@
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
   readonly attribute Document? <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
   readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-iframe-contentwindow title=dom-iframe-contentWindow>contentWindow</a>;
+
+  // <a href="#HTMLIFrameElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><!-- INTRO --><p>The <code><a href=#the-iframe-element>iframe</a></code> element <a href=#represents>represents</a> a <a href=#nested-browsing-context>nested browsing
@@ -24645,6 +24683,8 @@
            attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
   <a href=#dom-embed-caller title=dom-embed-caller>legacycaller</a> any (any... arguments);
+
+  // <a href="#HTMLEmbedElement-partial">also has obsolete members</a>
 };</pre>
     <div class=impl>
     <p>Depending on the type of content instantiated by the
@@ -24907,6 +24947,8 @@
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   <a href=#dom-object-caller title=dom-object-caller>legacycaller</a> any (any... arguments);
+
+  // <a href="#HTMLObjectElement-partial">also has obsolete members</a>
 };</pre>
     <div class=impl>
     <p>Depending on the type of content instantiated by the
@@ -25584,6 +25626,8 @@
 <pre class=idl>interface <dfn id=htmlparamelement>HTMLParamElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute DOMString <a href=#dom-param-name title=dom-param-name>name</a>;
            attribute DOMString <a href=#dom-param-value title=dom-param-value>value</a>;
+
+  // <a href="#HTMLParamElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-param-element>param</a></code> element defines parameters for plugins
@@ -38996,6 +39040,8 @@
   readonly attribute <a href=#domtokenlist>DOMTokenList</a> <a href=#dom-area-rellist title=dom-area-relList>relList</a>;
            attribute DOMString <a href=#dom-area-hreflang title=dom-area-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-area-type title=dom-area-type>type</a>;
+
+  // <a href="#HTMLAreaElement-partial">also has obsolete members</a>
 };
 <a href=#htmlareaelement>HTMLAreaElement</a> implements <a href=#urlutils>URLUtils</a>;</pre>
    </dd>
@@ -39642,6 +39688,8 @@
   void <a href=#dom-table-deleterow title=dom-table-deleteRow>deleteRow</a>(long index);
            attribute boolean <a href=#dom-table-sortable title=dom-table-sortable>sortable</a>;
   void <a href=#dom-table-stopsorting title=dom-table-stopSorting>stopSorting</a>();
+
+  // <a href="#HTMLTableElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-table-element>table</a></code> element <a href=#represents>represents</a> data with
@@ -40282,6 +40330,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLTableCaptionElement-partial">also has obsolete members</a>
 <pre class=idl>interface <dfn id=htmltablecaptionelement>HTMLTableCaptionElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-caption-element>caption</a></code> element <a href=#represents>represents</a> the title of the
@@ -40366,6 +40416,8 @@
    <dd>
 <pre class=idl>interface <dfn id=htmltablecolelement>HTMLTableColElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute unsigned long <a href=#dom-colgroup-span title=dom-colgroup-span>span</a>;
+
+  // <a href="#HTMLTableColElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-colgroup-element>colgroup</a></code> element <a href=#represents>represents</a> a <a href=#concept-column-group title=concept-column-group>group</a> of one or more <a href=#concept-column title=concept-column>columns</a> in the <code><a href=#the-table-element>table</a></code> that
@@ -40452,6 +40504,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-tbody-rows title=dom-tbody-rows>rows</a>;
   <a href=#htmlelement>HTMLElement</a> <a href=#dom-tbody-insertrow title=dom-tbody-insertRow>insertRow</a>(optional long index = -1);
   void <a href=#dom-tbody-deleterow title=dom-tbody-deleteRow>deleteRow</a>(long index);
+
+  // <a href="#HTMLTableSectionElement-partial">also has obsolete members</a>
 };</pre>
     <p>The <code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code> interface is also
     used for <code><a href=#the-thead-element>thead</a></code> and <code><a href=#the-tfoot-element>tfoot</a></code> elements.</p>
@@ -40651,6 +40705,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-tr-cells title=dom-tr-cells>cells</a>;
   <a href=#htmlelement>HTMLElement</a> <a href=#dom-tr-insertcell title=dom-tr-insertCell>insertCell</a>(optional long index);
   void <a href=#dom-tr-deletecell title=dom-tr-deleteCell>deleteCell</a>(long index);
+
+  // <a href="#HTMLTableRowElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-tr-element>tr</a></code> element <a href=#represents>represents</a> a <a href=#concept-row title=concept-row>row</a> of <a href=#concept-cell title=concept-cell>cells</a> in a <a href=#concept-table title=concept-table>table</a>.</p>
@@ -40793,6 +40849,8 @@
    <!-- v2 char, to specify the decimal character used in numeric cells -->
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLTableDataCellElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmltabledatacellelement>HTMLTableDataCellElement</dfn> : <a href=#htmltablecellelement>HTMLTableCellElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-td-element>td</a></code> element <a href=#represents>represents</a> a data <a href=#concept-cell title=concept-cell>cell</a> in a table.</p>
@@ -41012,6 +41070,8 @@
            attribute unsigned long <a href=#dom-tdth-rowspan title=dom-tdth-rowSpan>rowSpan</a>;
   [PutForwards=<span title=dom-DOMSettableTokenList-value>value</span>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-tdth-headers title=dom-tdth-headers>headers</a>;
   readonly attribute long <a href=#dom-tdth-cellindex title=dom-tdth-cellIndex>cellIndex</a>;
+
+  // <a href="#HTMLTableCellElement-partial">also has obsolete members</a>
 };</pre>
 
 <!--TOPIC:DOM APIs-->
@@ -43995,6 +44055,8 @@
    <dd>
     <pre class=idl>interface <dfn id=htmllegendelement>HTMLLegendElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-legend-form title=dom-legend-form>form</a>;
+
+  // <a href="#HTMLLegendElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-legend-element>legend</a></code> element <a href=#represents>represents</a> a caption
@@ -44279,6 +44341,8 @@
   void <a href=#dom-textarea/input-setrangetext title=dom-textarea/input-setRangeText>setRangeText</a>(DOMString replacement);
   void <a href=#dom-textarea/input-setrangetext title=dom-textarea/input-setRangeText>setRangeText</a>(DOMString replacement, unsigned long start, unsigned long end, optional <a href=#selectionmode>SelectionMode</a> selectionMode);
   void <a href=#dom-textarea/input-setselectionrange title=dom-textarea/input-setSelectionRange>setSelectionRange</a>(unsigned long start, unsigned long end, optional DOMString direction);
+
+  // <a href="#HTMLInputElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a typed data field,
@@ -56062,6 +56126,8 @@
 <pre class=idl>interface <dfn id=htmlmenuelement>HTMLMenuElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute DOMString <a href=#dom-menu-type title=dom-menu-type>type</a>;
            attribute DOMString <a href=#dom-menu-label title=dom-menu-label>label</a>;
+
+  // <a href="#HTMLMenuElement-partial">also has obsolete members</a>
 };</pre>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-menu-element>menu</a></code> element represents a list of commands.</p>
 
@@ -79028,6 +79094,8 @@
 -->           attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-workerglobalscope-onerror title=handler-WorkerGlobalScope-onerror>onerror</a>;
            attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-workerglobalscope-onoffline title=handler-WorkerGlobalScope-onoffline>onoffline</a>;
            attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-workerglobalscope-ononline title=handler-WorkerGlobalScope-ononline>ononline</a>;
+
+  // <a href="#WorkerGlobalScope-partial">also has obsolete members</a>
 };</pre>
 
   <p>The <dfn id=dom-workerglobalscope-self title=dom-WorkerGlobalScope-self><code>self</code></dfn> attribute must return the
@@ -101016,7 +101084,7 @@
    <li><code><a href=#datatransferitem>DataTransferItem</a></code>
    <li><code><a href=#datatransferitemlist>DataTransferItemList</a></code>
    <li><code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code>
-   <li><code><a href=#document>Document</a></code>
+   <li><code><a href=#document>Document</a></code>, <a href=#Document-partial>partial</a>
    <li><code><a href=#dragevent>DragEvent</a></code>
    <li><code><a href=#drawingstyle>DrawingStyle</a></code>
    <li><code><a href=#errorevent>ErrorEvent</a></code>
@@ -101025,81 +101093,81 @@
    <li><code><a href=#functionstringcallback>FunctionStringCallback</a></code>
    <li><code><a href=#globaleventhandlers>GlobalEventHandlers</a></code>
    <li><code><a href=#htmlallcollection>HTMLAllCollection</a></code>
-   <li><code><a href=#htmlanchorelement>HTMLAnchorElement</a></code>
+   <li><code><a href=#htmlanchorelement>HTMLAnchorElement</a></code>, <a href=#HTMLAnchorElement-partial>partial</a>
    <li><code><a href=#htmlappletelement>HTMLAppletElement</a></code>
-   <li><code><a href=#htmlareaelement>HTMLAreaElement</a></code>
+   <li><code><a href=#htmlareaelement>HTMLAreaElement</a></code>, <a href=#HTMLAreaElement-partial>partial</a>
    <li><code><a href=#htmlaudioelement>HTMLAudioElement</a></code>
-   <li><code><a href=#htmlbrelement>HTMLBRElement</a></code>
+   <li><code><a href=#htmlbrelement>HTMLBRElement</a></code>, <a href=#HTMLBRElement-partial>partial</a>
    <li><code><a href=#htmlbaseelement>HTMLBaseElement</a></code>
    <li><code><a href=#htmlbasefontelement>HTMLBaseFontElement</a></code>
-   <li><code><a href=#htmlbodyelement>HTMLBodyElement</a></code>
+   <li><code><a href=#htmlbodyelement>HTMLBodyElement</a></code>, <a href=#HTMLBodyElement-partial>partial</a>
    <li><code><a href=#htmlbuttonelement>HTMLButtonElement</a></code>
    <li><code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>
-   <li><code><a href=#htmldlistelement>HTMLDListElement</a></code>
+   <li><code><a href=#htmldlistelement>HTMLDListElement</a></code>, <a href=#HTMLDListElement-partial>partial</a>
    <li><code><a href=#htmldataelement>HTMLDataElement</a></code>
    <li><code><a href=#htmldatalistelement>HTMLDataListElement</a></code>
    <li><code><a href=#htmldetailselement>HTMLDetailsElement</a></code>
    <li><code><a href=#htmldialogelement>HTMLDialogElement</a></code>
    <li><code><a href=#htmldirectoryelement>HTMLDirectoryElement</a></code>
-   <li><code><a href=#htmldivelement>HTMLDivElement</a></code>
+   <li><code><a href=#htmldivelement>HTMLDivElement</a></code>, <a href=#HTMLDivElement-partial>partial</a>
    <li><code><a href=#htmlelement>HTMLElement</a></code>
-   <li><code><a href=#htmlembedelement>HTMLEmbedElement</a></code>
+   <li><code><a href=#htmlembedelement>HTMLEmbedElement</a></code>, <a href=#HTMLEmbedElement-partial>partial</a>
    <li><code><a href=#htmlfieldsetelement>HTMLFieldSetElement</a></code>
    <li><code><a href=#htmlfontelement>HTMLFontElement</a></code>
    <li><code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
    <li><code><a href=#htmlformelement>HTMLFormElement</a></code>
    <li><code><a href=#htmlframeelement>HTMLFrameElement</a></code>
    <li><code><a href=#htmlframesetelement>HTMLFrameSetElement</a></code>
-   <li><code><a href=#htmlhrelement>HTMLHRElement</a></code>
+   <li><code><a href=#htmlhrelement>HTMLHRElement</a></code>, <a href=#HTMLHRElement-partial>partial</a>
    <li><code><a href=#htmlheadelement>HTMLHeadElement</a></code>
-   <li><code><a href=#htmlheadingelement>HTMLHeadingElement</a></code>
-   <li><code><a href=#htmlhtmlelement>HTMLHtmlElement</a></code>
-   <li><code><a href=#htmliframeelement>HTMLIFrameElement</a></code>
-   <li><code><a href=#htmlimageelement>HTMLImageElement</a></code>
-   <li><code><a href=#htmlinputelement>HTMLInputElement</a></code>
+   <li><code><a href=#htmlheadingelement>HTMLHeadingElement</a></code>, <a href=#HTMLHeadingElement-partial>partial</a>
+   <li><code><a href=#htmlhtmlelement>HTMLHtmlElement</a></code>, <a href=#HTMLHtmlElement-partial>partial</a>
+   <li><code><a href=#htmliframeelement>HTMLIFrameElement</a></code>, <a href=#HTMLIFrameElement-partial>partial</a>
+   <li><code><a href=#htmlimageelement>HTMLImageElement</a></code>, <a href=#HTMLImageElement-partial>partial</a>
+   <li><code><a href=#htmlinputelement>HTMLInputElement</a></code>, <a href=#HTMLInputElement-partial>partial</a>
    <li><code><a href=#htmlkeygenelement>HTMLKeygenElement</a></code>
-   <li><code><a href=#htmllielement>HTMLLIElement</a></code>
+   <li><code><a href=#htmllielement>HTMLLIElement</a></code>, <a href=#HTMLLIElement-partial>partial</a>
    <li><code><a href=#htmllabelelement>HTMLLabelElement</a></code>
-   <li><code><a href=#htmllegendelement>HTMLLegendElement</a></code>
-   <li><code><a href=#htmllinkelement>HTMLLinkElement</a></code>
+   <li><code><a href=#htmllegendelement>HTMLLegendElement</a></code>, <a href=#HTMLLegendElement-partial>partial</a>
+   <li><code><a href=#htmllinkelement>HTMLLinkElement</a></code>, <a href=#HTMLLinkElement-partial>partial</a>
    <li><code><a href=#htmlmapelement>HTMLMapElement</a></code>
    <li><code><a href=#htmlmarqueeelement>HTMLMarqueeElement</a></code>
    <li><code><a href=#htmlmediaelement>HTMLMediaElement</a></code>
-   <li><code><a href=#htmlmenuelement>HTMLMenuElement</a></code>
+   <li><code><a href=#htmlmenuelement>HTMLMenuElement</a></code>, <a href=#HTMLMenuElement-partial>partial</a>
    <li><code><a href=#htmlmenuitemelement>HTMLMenuItemElement</a></code>
-   <li><code><a href=#htmlmetaelement>HTMLMetaElement</a></code>
+   <li><code><a href=#htmlmetaelement>HTMLMetaElement</a></code>, <a href=#HTMLMetaElement-partial>partial</a>
    <li><code><a href=#htmlmeterelement>HTMLMeterElement</a></code>
    <li><code><a href=#htmlmodelement>HTMLModElement</a></code>
-   <li><code><a href=#htmlolistelement>HTMLOListElement</a></code>
-   <li><code><a href=#htmlobjectelement>HTMLObjectElement</a></code>
+   <li><code><a href=#htmlolistelement>HTMLOListElement</a></code>, <a href=#HTMLOListElement-partial>partial</a>
+   <li><code><a href=#htmlobjectelement>HTMLObjectElement</a></code>, <a href=#HTMLObjectElement-partial>partial</a>
    <li><code><a href=#htmloptgroupelement>HTMLOptGroupElement</a></code>
    <li><code><a href=#htmloptionelement>HTMLOptionElement</a></code>
    <li><code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>
    <li><code><a href=#htmloutputelement>HTMLOutputElement</a></code>
-   <li><code><a href=#htmlparagraphelement>HTMLParagraphElement</a></code>
-   <li><code><a href=#htmlparamelement>HTMLParamElement</a></code>
-   <li><code><a href=#htmlpreelement>HTMLPreElement</a></code>
+   <li><code><a href=#htmlparagraphelement>HTMLParagraphElement</a></code>, <a href=#HTMLParagraphElement-partial>partial</a>
+   <li><code><a href=#htmlparamelement>HTMLParamElement</a></code>, <a href=#HTMLParamElement-partial>partial</a>
+   <li><code><a href=#htmlpreelement>HTMLPreElement</a></code>, <a href=#HTMLPreElement-partial>partial</a>
    <li><code><a href=#htmlprogresselement>HTMLProgressElement</a></code>
    <li><code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
    <li><code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>
-   <li><code><a href=#htmlscriptelement>HTMLScriptElement</a></code>
+   <li><code><a href=#htmlscriptelement>HTMLScriptElement</a></code>, <a href=#HTMLScriptElement-partial>partial</a>
    <li><code><a href=#htmlselectelement>HTMLSelectElement</a></code>
    <li><code><a href=#htmlsourceelement>HTMLSourceElement</a></code>
    <li><code><a href=#htmlspanelement>HTMLSpanElement</a></code>
    <li><code><a href=#htmlstyleelement>HTMLStyleElement</a></code>
-   <li><code><a href=#htmltablecaptionelement>HTMLTableCaptionElement</a></code>
-   <li><code><a href=#htmltablecellelement>HTMLTableCellElement</a></code>
-   <li><code><a href=#htmltablecolelement>HTMLTableColElement</a></code>
-   <li><code><a href=#htmltabledatacellelement>HTMLTableDataCellElement</a></code>
-   <li><code><a href=#htmltableelement>HTMLTableElement</a></code>
+   <li><code><a href=#htmltablecaptionelement>HTMLTableCaptionElement</a></code>, <a href=#HTMLTableCaptionElement-partial>partial</a>
+   <li><code><a href=#htmltablecellelement>HTMLTableCellElement</a></code>, <a href=#HTMLTableCellElement-partial>partial</a>
+   <li><code><a href=#htmltablecolelement>HTMLTableColElement</a></code>, <a href=#HTMLTableColElement-partial>partial</a>
+   <li><code><a href=#htmltabledatacellelement>HTMLTableDataCellElement</a></code>, <a href=#HTMLTableDataCellElement-partial>partial</a>
+   <li><code><a href=#htmltableelement>HTMLTableElement</a></code>, <a href=#HTMLTableElement-partial>partial</a>
    <li><code><a href=#htmltableheadercellelement>HTMLTableHeaderCellElement</a></code>
-   <li><code><a href=#htmltablerowelement>HTMLTableRowElement</a></code>
-   <li><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code>
+   <li><code><a href=#htmltablerowelement>HTMLTableRowElement</a></code>, <a href=#HTMLTableRowElement-partial>partial</a>
+   <li><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code>, <a href=#HTMLTableSectionElement-partial>partial</a>
    <li><code><a href=#htmltextareaelement>HTMLTextAreaElement</a></code>
    <li><code><a href=#htmltimeelement>HTMLTimeElement</a></code>
    <li><code><a href=#htmltitleelement>HTMLTitleElement</a></code>
    <li><code><a href=#htmltrackelement>HTMLTrackElement</a></code>
-   <li><code><a href=#htmlulistelement>HTMLUListElement</a></code>
+   <li><code><a href=#htmlulistelement>HTMLUListElement</a></code>, <a href=#HTMLUListElement-partial>partial</a>
    <li><code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>
    <li><code><a href=#htmlvideoelement>HTMLVideoElement</a></code>
    <li><code><a href=#hashchangeevent>HashChangeEvent</a></code>
@@ -101113,6 +101181,7 @@
    <li><code><a href=#messagechannel>MessageChannel</a></code>
    <li><code><a href=#messageevent>MessageEvent</a></code>
    <li><code><a href=#messageport>MessagePort</a></code>
+   <li><code>MouseEvent</code>, <a href=#MouseEvent-partial>partial</a>
    <li><code><a href=#navigator>Navigator</a></code>
    <li><code><a href=#navigatorcontentutils>NavigatorContentUtils</a></code>
    <li><code><a href=#navigatorid>NavigatorID</a></code>
@@ -101125,6 +101194,7 @@
    <li><code><a href=#portcollection>PortCollection</a></code>
    <li><code><a href=#propertynodelist>PropertyNodeList</a></code>
    <li><code><a href=#radionodelist>RadioNodeList</a></code>
+   <li><code>Screen</code>, <a href=#Screen-partial>partial</a>
    <li><code><a href=#sharedworker>SharedWorker</a></code>
    <li><code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code>
    <li><code><a href=#storage-0>Storage</a></code>
@@ -101149,7 +101219,7 @@
    <li><code><a href=#windowsessionstorage>WindowSessionStorage</a></code>
    <li><code><a href=#windowtimers>WindowTimers</a></code>
    <li><code><a href=#worker>Worker</a></code>
-   <li><code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
+   <li><code><a href=#workerglobalscope>WorkerGlobalScope</a></code>, <a href=#WorkerGlobalScope-partial>partial</a>
    <li><code><a href=#workerlocation>WorkerLocation</a></code>
    <li><code><a href=#workernavigator>WorkerNavigator</a></code>
    <li><code>XMLDocument</code>, <a href=#xmldocument>partial</a>

Modified: index
===================================================================
--- index	2013-02-09 22:24:20 UTC (rev 7719)
+++ index	2013-02-10 04:04:39 UTC (rev 7720)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 9 February 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 10 February 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -8347,6 +8347,8 @@
 
   // special <a href=#event-handler-idl-attributes>event handler IDL attributes</a> that only apply to Document objects
   [LenientThis] attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-onreadystatechange title=handler-onreadystatechange>onreadystatechange</a>;
+
+  // <a href="#Document-partial">also has obsolete members</a>
 };
 <a href=#document>Document</a> implements <a href=#globaleventhandlers>GlobalEventHandlers</a>;</pre>
 
@@ -12083,6 +12085,8 @@
    <dd><code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLHtmlElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlhtmlelement>HTMLHtmlElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-html-element>html</a></code> element <a href=#represents>represents</a> the root of
@@ -12436,6 +12440,8 @@
            attribute DOMString <a href=#dom-link-hreflang title=dom-link-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-link-type title=dom-link-type>type</a>;
   [PutForwards=<span title=dom-DOMSettableTokenList-value>value</span>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-link-sizes title=dom-link-sizes>sizes</a>;
+
+  // <a href="#HTMLLinkElement-partial">also has obsolete members</a>
 };
 <a href=#htmllinkelement>HTMLLinkElement</a> implements <a href=#linkstyle>LinkStyle</a>;</pre>
    </dd>
@@ -12784,6 +12790,8 @@
            attribute DOMString <a href=#dom-meta-name title=dom-meta-name>name</a>;
            attribute DOMString <a href=#dom-meta-httpequiv title=dom-meta-httpEquiv>httpEquiv</a>;
            attribute DOMString <a href=#dom-meta-content title=dom-meta-content>content</a>;
+
+  // <a href="#HTMLMetaElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-meta-element>meta</a></code> element <a href=#represents>represents</a> various kinds of metadata that cannot be
@@ -14053,6 +14061,8 @@
            attribute boolean <a href=#dom-script-defer title=dom-script-defer>defer</a>;
            attribute DOMString <a href=#dom-script-crossorigin title=dom-script-crossorigin>crossOrigin</a>;
            attribute DOMString <a href=#dom-script-text title=dom-script-text>text</a>;
+
+  // <a href="#HTMLScriptElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-script-element>script</a></code> element allows authors to include dynamic script and data blocks in
@@ -15297,6 +15307,8 @@
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
 <pre class=idl>interface <dfn id=htmlbodyelement>HTMLBodyElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
+
+  // <a href="#HTMLBodyElement-partial">also has obsolete members</a>
 };
 <a href=#htmlbodyelement>HTMLBodyElement</a> implements <a href=#windoweventhandlers>WindowEventHandlers</a>;</pre>
 </dd>
@@ -15957,6 +15969,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLHeadingElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlheadingelement>HTMLHeadingElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>These elements <a href=#represents title=represents>represent</a> headings for their sections.</p>
@@ -17395,6 +17409,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLParagraphElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlparagraphelement>HTMLParagraphElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-p-element>p</a></code> element <a href=#represents>represents</a> a
@@ -17532,6 +17548,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLHRElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlhrelement>HTMLHRElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-hr-element>hr</a></code> element <a href=#represents>represents</a> a
@@ -17635,6 +17653,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLPreElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlpreelement>HTMLPreElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-pre-element>pre</a></code> element <a href=#represents>represents</a> a block of
@@ -17951,6 +17971,8 @@
            attribute boolean <a href=#dom-ol-reversed title=dom-ol-reversed>reversed</a>;
            attribute long <a href=#dom-ol-start title=dom-ol-start>start</a>;
            attribute DOMString <a href=#dom-ol-type title=dom-ol-type>type</a>;
+
+  // <a href="#HTMLOListElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-ol-element>ol</a></code> element <a href=#represents>represents</a> a list of
@@ -18104,6 +18126,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLUListElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlulistelement>HTMLUListElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-ul-element>ul</a></code> element <a href=#represents>represents</a> a list of
@@ -18164,6 +18188,8 @@
    <dd>
 <pre class=idl>interface <dfn id=htmllielement>HTMLLIElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute long <a href=#dom-li-value title=dom-li-value>value</a>;
+
+  // <a href="#HTMLLIElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-li-element>li</a></code> element <a href=#represents>represents</a> a list
@@ -18263,6 +18289,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLDListElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmldlistelement>HTMLDListElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-dl-element>dl</a></code> element <a href=#represents>represents</a> an
@@ -18735,6 +18763,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLDivElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmldivelement>HTMLDivElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-div-element>div</a></code> element has no special meaning at all. It
@@ -18816,6 +18846,8 @@
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
            attribute DOMString <a href=#dom-a-text title=dom-a-text>text</a>;
+
+  // <a href="#HTMLAnchorElement-partial">also has obsolete members</a>
 };
 <a href=#htmlanchorelement>HTMLAnchorElement</a> implements <a href=#urlutils>URLUtils</a>;</pre>
    </dd>
@@ -21311,6 +21343,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLBRElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmlbrelement>HTMLBRElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-br-element>br</a></code> element <a href=#represents>represents</a> a line
@@ -21944,6 +21978,8 @@
   readonly attribute unsigned long <a href=#dom-img-naturalwidth title=dom-img-naturalWidth>naturalWidth</a>;
   readonly attribute unsigned long <a href=#dom-img-naturalheight title=dom-img-naturalHeight>naturalHeight</a>;
   readonly attribute boolean <a href=#dom-img-complete title=dom-img-complete>complete</a>;
+
+  // <a href="#HTMLImageElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>An <code><a href=#the-img-element>img</a></code> element represents an image.</p>
@@ -23998,6 +24034,8 @@
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
   readonly attribute Document? <a href=#dom-iframe-contentdocument title=dom-iframe-contentDocument>contentDocument</a>;
   readonly attribute <a href=#windowproxy>WindowProxy</a>? <a href=#dom-iframe-contentwindow title=dom-iframe-contentWindow>contentWindow</a>;
+
+  // <a href="#HTMLIFrameElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><!-- INTRO --><p>The <code><a href=#the-iframe-element>iframe</a></code> element <a href=#represents>represents</a> a <a href=#nested-browsing-context>nested browsing
@@ -24645,6 +24683,8 @@
            attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
            attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
   <a href=#dom-embed-caller title=dom-embed-caller>legacycaller</a> any (any... arguments);
+
+  // <a href="#HTMLEmbedElement-partial">also has obsolete members</a>
 };</pre>
     <div class=impl>
     <p>Depending on the type of content instantiated by the
@@ -24907,6 +24947,8 @@
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   <a href=#dom-object-caller title=dom-object-caller>legacycaller</a> any (any... arguments);
+
+  // <a href="#HTMLObjectElement-partial">also has obsolete members</a>
 };</pre>
     <div class=impl>
     <p>Depending on the type of content instantiated by the
@@ -25584,6 +25626,8 @@
 <pre class=idl>interface <dfn id=htmlparamelement>HTMLParamElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute DOMString <a href=#dom-param-name title=dom-param-name>name</a>;
            attribute DOMString <a href=#dom-param-value title=dom-param-value>value</a>;
+
+  // <a href="#HTMLParamElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-param-element>param</a></code> element defines parameters for plugins
@@ -38996,6 +39040,8 @@
   readonly attribute <a href=#domtokenlist>DOMTokenList</a> <a href=#dom-area-rellist title=dom-area-relList>relList</a>;
            attribute DOMString <a href=#dom-area-hreflang title=dom-area-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-area-type title=dom-area-type>type</a>;
+
+  // <a href="#HTMLAreaElement-partial">also has obsolete members</a>
 };
 <a href=#htmlareaelement>HTMLAreaElement</a> implements <a href=#urlutils>URLUtils</a>;</pre>
    </dd>
@@ -39642,6 +39688,8 @@
   void <a href=#dom-table-deleterow title=dom-table-deleteRow>deleteRow</a>(long index);
            attribute boolean <a href=#dom-table-sortable title=dom-table-sortable>sortable</a>;
   void <a href=#dom-table-stopsorting title=dom-table-stopSorting>stopSorting</a>();
+
+  // <a href="#HTMLTableElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-table-element>table</a></code> element <a href=#represents>represents</a> data with
@@ -40282,6 +40330,8 @@
    <dd><a href=#global-attributes>Global attributes</a></dd>
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLTableCaptionElement-partial">also has obsolete members</a>
 <pre class=idl>interface <dfn id=htmltablecaptionelement>HTMLTableCaptionElement</dfn> : <a href=#htmlelement>HTMLElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-caption-element>caption</a></code> element <a href=#represents>represents</a> the title of the
@@ -40366,6 +40416,8 @@
    <dd>
 <pre class=idl>interface <dfn id=htmltablecolelement>HTMLTableColElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute unsigned long <a href=#dom-colgroup-span title=dom-colgroup-span>span</a>;
+
+  // <a href="#HTMLTableColElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-colgroup-element>colgroup</a></code> element <a href=#represents>represents</a> a <a href=#concept-column-group title=concept-column-group>group</a> of one or more <a href=#concept-column title=concept-column>columns</a> in the <code><a href=#the-table-element>table</a></code> that
@@ -40452,6 +40504,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-tbody-rows title=dom-tbody-rows>rows</a>;
   <a href=#htmlelement>HTMLElement</a> <a href=#dom-tbody-insertrow title=dom-tbody-insertRow>insertRow</a>(optional long index = -1);
   void <a href=#dom-tbody-deleterow title=dom-tbody-deleteRow>deleteRow</a>(long index);
+
+  // <a href="#HTMLTableSectionElement-partial">also has obsolete members</a>
 };</pre>
     <p>The <code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code> interface is also
     used for <code><a href=#the-thead-element>thead</a></code> and <code><a href=#the-tfoot-element>tfoot</a></code> elements.</p>
@@ -40651,6 +40705,8 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-tr-cells title=dom-tr-cells>cells</a>;
   <a href=#htmlelement>HTMLElement</a> <a href=#dom-tr-insertcell title=dom-tr-insertCell>insertCell</a>(optional long index);
   void <a href=#dom-tr-deletecell title=dom-tr-deleteCell>deleteCell</a>(long index);
+
+  // <a href="#HTMLTableRowElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-tr-element>tr</a></code> element <a href=#represents>represents</a> a <a href=#concept-row title=concept-row>row</a> of <a href=#concept-cell title=concept-cell>cells</a> in a <a href=#concept-table title=concept-table>table</a>.</p>
@@ -40793,6 +40849,8 @@
    <!-- v2 char, to specify the decimal character used in numeric cells -->
    <dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
    <dd>
+
+  // <a href="#HTMLTableDataCellElement-partial">also has obsolete members</a>
     <pre class=idl>interface <dfn id=htmltabledatacellelement>HTMLTableDataCellElement</dfn> : <a href=#htmltablecellelement>HTMLTableCellElement</a> {};</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-td-element>td</a></code> element <a href=#represents>represents</a> a data <a href=#concept-cell title=concept-cell>cell</a> in a table.</p>
@@ -41012,6 +41070,8 @@
            attribute unsigned long <a href=#dom-tdth-rowspan title=dom-tdth-rowSpan>rowSpan</a>;
   [PutForwards=<span title=dom-DOMSettableTokenList-value>value</span>] readonly attribute <a href=#domsettabletokenlist>DOMSettableTokenList</a> <a href=#dom-tdth-headers title=dom-tdth-headers>headers</a>;
   readonly attribute long <a href=#dom-tdth-cellindex title=dom-tdth-cellIndex>cellIndex</a>;
+
+  // <a href="#HTMLTableCellElement-partial">also has obsolete members</a>
 };</pre>
 
 <!--TOPIC:DOM APIs-->
@@ -43995,6 +44055,8 @@
    <dd>
     <pre class=idl>interface <dfn id=htmllegendelement>HTMLLegendElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
   readonly attribute <a href=#htmlformelement>HTMLFormElement</a>? <a href=#dom-legend-form title=dom-legend-form>form</a>;
+
+  // <a href="#HTMLLegendElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-legend-element>legend</a></code> element <a href=#represents>represents</a> a caption
@@ -44279,6 +44341,8 @@
   void <a href=#dom-textarea/input-setrangetext title=dom-textarea/input-setRangeText>setRangeText</a>(DOMString replacement);
   void <a href=#dom-textarea/input-setrangetext title=dom-textarea/input-setRangeText>setRangeText</a>(DOMString replacement, unsigned long start, unsigned long end, optional <a href=#selectionmode>SelectionMode</a> selectionMode);
   void <a href=#dom-textarea/input-setselectionrange title=dom-textarea/input-setSelectionRange>setSelectionRange</a>(unsigned long start, unsigned long end, optional DOMString direction);
+
+  // <a href="#HTMLInputElement-partial">also has obsolete members</a>
 };</pre>
    </dd>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a typed data field,
@@ -56062,6 +56126,8 @@
 <pre class=idl>interface <dfn id=htmlmenuelement>HTMLMenuElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
            attribute DOMString <a href=#dom-menu-type title=dom-menu-type>type</a>;
            attribute DOMString <a href=#dom-menu-label title=dom-menu-label>label</a>;
+
+  // <a href="#HTMLMenuElement-partial">also has obsolete members</a>
 };</pre>
   </dl><!--TOPIC:HTML--><p>The <code><a href=#the-menu-element>menu</a></code> element represents a list of commands.</p>
 
@@ -79028,6 +79094,8 @@
 -->           attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-workerglobalscope-onerror title=handler-WorkerGlobalScope-onerror>onerror</a>;
            attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-workerglobalscope-onoffline title=handler-WorkerGlobalScope-onoffline>onoffline</a>;
            attribute <a href=#eventhandler>EventHandler</a> <a href=#handler-workerglobalscope-ononline title=handler-WorkerGlobalScope-ononline>ononline</a>;
+
+  // <a href="#WorkerGlobalScope-partial">also has obsolete members</a>
 };</pre>
 
   <p>The <dfn id=dom-workerglobalscope-self title=dom-WorkerGlobalScope-self><code>self</code></dfn> attribute must return the
@@ -101016,7 +101084,7 @@
    <li><code><a href=#datatransferitem>DataTransferItem</a></code>
    <li><code><a href=#datatransferitemlist>DataTransferItemList</a></code>
    <li><code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code>
-   <li><code><a href=#document>Document</a></code>
+   <li><code><a href=#document>Document</a></code>, <a href=#Document-partial>partial</a>
    <li><code><a href=#dragevent>DragEvent</a></code>
    <li><code><a href=#drawingstyle>DrawingStyle</a></code>
    <li><code><a href=#errorevent>ErrorEvent</a></code>
@@ -101025,81 +101093,81 @@
    <li><code><a href=#functionstringcallback>FunctionStringCallback</a></code>
    <li><code><a href=#globaleventhandlers>GlobalEventHandlers</a></code>
    <li><code><a href=#htmlallcollection>HTMLAllCollection</a></code>
-   <li><code><a href=#htmlanchorelement>HTMLAnchorElement</a></code>
+   <li><code><a href=#htmlanchorelement>HTMLAnchorElement</a></code>, <a href=#HTMLAnchorElement-partial>partial</a>
    <li><code><a href=#htmlappletelement>HTMLAppletElement</a></code>
-   <li><code><a href=#htmlareaelement>HTMLAreaElement</a></code>
+   <li><code><a href=#htmlareaelement>HTMLAreaElement</a></code>, <a href=#HTMLAreaElement-partial>partial</a>
    <li><code><a href=#htmlaudioelement>HTMLAudioElement</a></code>
-   <li><code><a href=#htmlbrelement>HTMLBRElement</a></code>
+   <li><code><a href=#htmlbrelement>HTMLBRElement</a></code>, <a href=#HTMLBRElement-partial>partial</a>
    <li><code><a href=#htmlbaseelement>HTMLBaseElement</a></code>
    <li><code><a href=#htmlbasefontelement>HTMLBaseFontElement</a></code>
-   <li><code><a href=#htmlbodyelement>HTMLBodyElement</a></code>
+   <li><code><a href=#htmlbodyelement>HTMLBodyElement</a></code>, <a href=#HTMLBodyElement-partial>partial</a>
    <li><code><a href=#htmlbuttonelement>HTMLButtonElement</a></code>
    <li><code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>
-   <li><code><a href=#htmldlistelement>HTMLDListElement</a></code>
+   <li><code><a href=#htmldlistelement>HTMLDListElement</a></code>, <a href=#HTMLDListElement-partial>partial</a>
    <li><code><a href=#htmldataelement>HTMLDataElement</a></code>
    <li><code><a href=#htmldatalistelement>HTMLDataListElement</a></code>
    <li><code><a href=#htmldetailselement>HTMLDetailsElement</a></code>
    <li><code><a href=#htmldialogelement>HTMLDialogElement</a></code>
    <li><code><a href=#htmldirectoryelement>HTMLDirectoryElement</a></code>
-   <li><code><a href=#htmldivelement>HTMLDivElement</a></code>
+   <li><code><a href=#htmldivelement>HTMLDivElement</a></code>, <a href=#HTMLDivElement-partial>partial</a>
    <li><code><a href=#htmlelement>HTMLElement</a></code>
-   <li><code><a href=#htmlembedelement>HTMLEmbedElement</a></code>
+   <li><code><a href=#htmlembedelement>HTMLEmbedElement</a></code>, <a href=#HTMLEmbedElement-partial>partial</a>
    <li><code><a href=#htmlfieldsetelement>HTMLFieldSetElement</a></code>
    <li><code><a href=#htmlfontelement>HTMLFontElement</a></code>
    <li><code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code>
    <li><code><a href=#htmlformelement>HTMLFormElement</a></code>
    <li><code><a href=#htmlframeelement>HTMLFrameElement</a></code>
    <li><code><a href=#htmlframesetelement>HTMLFrameSetElement</a></code>
-   <li><code><a href=#htmlhrelement>HTMLHRElement</a></code>
+   <li><code><a href=#htmlhrelement>HTMLHRElement</a></code>, <a href=#HTMLHRElement-partial>partial</a>
    <li><code><a href=#htmlheadelement>HTMLHeadElement</a></code>
-   <li><code><a href=#htmlheadingelement>HTMLHeadingElement</a></code>
-   <li><code><a href=#htmlhtmlelement>HTMLHtmlElement</a></code>
-   <li><code><a href=#htmliframeelement>HTMLIFrameElement</a></code>
-   <li><code><a href=#htmlimageelement>HTMLImageElement</a></code>
-   <li><code><a href=#htmlinputelement>HTMLInputElement</a></code>
+   <li><code><a href=#htmlheadingelement>HTMLHeadingElement</a></code>, <a href=#HTMLHeadingElement-partial>partial</a>
+   <li><code><a href=#htmlhtmlelement>HTMLHtmlElement</a></code>, <a href=#HTMLHtmlElement-partial>partial</a>
+   <li><code><a href=#htmliframeelement>HTMLIFrameElement</a></code>, <a href=#HTMLIFrameElement-partial>partial</a>
+   <li><code><a href=#htmlimageelement>HTMLImageElement</a></code>, <a href=#HTMLImageElement-partial>partial</a>
+   <li><code><a href=#htmlinputelement>HTMLInputElement</a></code>, <a href=#HTMLInputElement-partial>partial</a>
    <li><code><a href=#htmlkeygenelement>HTMLKeygenElement</a></code>
-   <li><code><a href=#htmllielement>HTMLLIElement</a></code>
+   <li><code><a href=#htmllielement>HTMLLIElement</a></code>, <a href=#HTMLLIElement-partial>partial</a>
    <li><code><a href=#htmllabelelement>HTMLLabelElement</a></code>
-   <li><code><a href=#htmllegendelement>HTMLLegendElement</a></code>
-   <li><code><a href=#htmllinkelement>HTMLLinkElement</a></code>
+   <li><code><a href=#htmllegendelement>HTMLLegendElement</a></code>, <a href=#HTMLLegendElement-partial>partial</a>
+   <li><code><a href=#htmllinkelement>HTMLLinkElement</a></code>, <a href=#HTMLLinkElement-partial>partial</a>
    <li><code><a href=#htmlmapelement>HTMLMapElement</a></code>
    <li><code><a href=#htmlmarqueeelement>HTMLMarqueeElement</a></code>
    <li><code><a href=#htmlmediaelement>HTMLMediaElement</a></code>
-   <li><code><a href=#htmlmenuelement>HTMLMenuElement</a></code>
+   <li><code><a href=#htmlmenuelement>HTMLMenuElement</a></code>, <a href=#HTMLMenuElement-partial>partial</a>
    <li><code><a href=#htmlmenuitemelement>HTMLMenuItemElement</a></code>
-   <li><code><a href=#htmlmetaelement>HTMLMetaElement</a></code>
+   <li><code><a href=#htmlmetaelement>HTMLMetaElement</a></code>, <a href=#HTMLMetaElement-partial>partial</a>
    <li><code><a href=#htmlmeterelement>HTMLMeterElement</a></code>
    <li><code><a href=#htmlmodelement>HTMLModElement</a></code>
-   <li><code><a href=#htmlolistelement>HTMLOListElement</a></code>
-   <li><code><a href=#htmlobjectelement>HTMLObjectElement</a></code>
+   <li><code><a href=#htmlolistelement>HTMLOListElement</a></code>, <a href=#HTMLOListElement-partial>partial</a>
+   <li><code><a href=#htmlobjectelement>HTMLObjectElement</a></code>, <a href=#HTMLObjectElement-partial>partial</a>
    <li><code><a href=#htmloptgroupelement>HTMLOptGroupElement</a></code>
    <li><code><a href=#htmloptionelement>HTMLOptionElement</a></code>
    <li><code><a href=#htmloptionscollection>HTMLOptionsCollection</a></code>
    <li><code><a href=#htmloutputelement>HTMLOutputElement</a></code>
-   <li><code><a href=#htmlparagraphelement>HTMLParagraphElement</a></code>
-   <li><code><a href=#htmlparamelement>HTMLParamElement</a></code>
-   <li><code><a href=#htmlpreelement>HTMLPreElement</a></code>
+   <li><code><a href=#htmlparagraphelement>HTMLParagraphElement</a></code>, <a href=#HTMLParagraphElement-partial>partial</a>
+   <li><code><a href=#htmlparamelement>HTMLParamElement</a></code>, <a href=#HTMLParamElement-partial>partial</a>
+   <li><code><a href=#htmlpreelement>HTMLPreElement</a></code>, <a href=#HTMLPreElement-partial>partial</a>
    <li><code><a href=#htmlprogresselement>HTMLProgressElement</a></code>
    <li><code><a href=#htmlpropertiescollection>HTMLPropertiesCollection</a></code>
    <li><code><a href=#htmlquoteelement>HTMLQuoteElement</a></code>
-   <li><code><a href=#htmlscriptelement>HTMLScriptElement</a></code>
+   <li><code><a href=#htmlscriptelement>HTMLScriptElement</a></code>, <a href=#HTMLScriptElement-partial>partial</a>
    <li><code><a href=#htmlselectelement>HTMLSelectElement</a></code>
    <li><code><a href=#htmlsourceelement>HTMLSourceElement</a></code>
    <li><code><a href=#htmlspanelement>HTMLSpanElement</a></code>
    <li><code><a href=#htmlstyleelement>HTMLStyleElement</a></code>
-   <li><code><a href=#htmltablecaptionelement>HTMLTableCaptionElement</a></code>
-   <li><code><a href=#htmltablecellelement>HTMLTableCellElement</a></code>
-   <li><code><a href=#htmltablecolelement>HTMLTableColElement</a></code>
-   <li><code><a href=#htmltabledatacellelement>HTMLTableDataCellElement</a></code>
-   <li><code><a href=#htmltableelement>HTMLTableElement</a></code>
+   <li><code><a href=#htmltablecaptionelement>HTMLTableCaptionElement</a></code>, <a href=#HTMLTableCaptionElement-partial>partial</a>
+   <li><code><a href=#htmltablecellelement>HTMLTableCellElement</a></code>, <a href=#HTMLTableCellElement-partial>partial</a>
+   <li><code><a href=#htmltablecolelement>HTMLTableColElement</a></code>, <a href=#HTMLTableColElement-partial>partial</a>
+   <li><code><a href=#htmltabledatacellelement>HTMLTableDataCellElement</a></code>, <a href=#HTMLTableDataCellElement-partial>partial</a>
+   <li><code><a href=#htmltableelement>HTMLTableElement</a></code>, <a href=#HTMLTableElement-partial>partial</a>
    <li><code><a href=#htmltableheadercellelement>HTMLTableHeaderCellElement</a></code>
-   <li><code><a href=#htmltablerowelement>HTMLTableRowElement</a></code>
-   <li><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code>
+   <li><code><a href=#htmltablerowelement>HTMLTableRowElement</a></code>, <a href=#HTMLTableRowElement-partial>partial</a>
+   <li><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code>, <a href=#HTMLTableSectionElement-partial>partial</a>
    <li><code><a href=#htmltextareaelement>HTMLTextAreaElement</a></code>
    <li><code><a href=#htmltimeelement>HTMLTimeElement</a></code>
    <li><code><a href=#htmltitleelement>HTMLTitleElement</a></code>
    <li><code><a href=#htmltrackelement>HTMLTrackElement</a></code>
-   <li><code><a href=#htmlulistelement>HTMLUListElement</a></code>
+   <li><code><a href=#htmlulistelement>HTMLUListElement</a></code>, <a href=#HTMLUListElement-partial>partial</a>
    <li><code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>
    <li><code><a href=#htmlvideoelement>HTMLVideoElement</a></code>
    <li><code><a href=#hashchangeevent>HashChangeEvent</a></code>
@@ -101113,6 +101181,7 @@
    <li><code><a href=#messagechannel>MessageChannel</a></code>
    <li><code><a href=#messageevent>MessageEvent</a></code>
    <li><code><a href=#messageport>MessagePort</a></code>
+   <li><code>MouseEvent</code>, <a href=#MouseEvent-partial>partial</a>
    <li><code><a href=#navigator>Navigator</a></code>
    <li><code><a href=#navigatorcontentutils>NavigatorContentUtils</a></code>
    <li><code><a href=#navigatorid>NavigatorID</a></code>
@@ -101125,6 +101194,7 @@
    <li><code><a href=#portcollection>PortCollection</a></code>
    <li><code><a href=#propertynodelist>PropertyNodeList</a></code>
    <li><code><a href=#radionodelist>RadioNodeList</a></code>
+   <li><code>Screen</code>, <a href=#Screen-partial>partial</a>
    <li><code><a href=#sharedworker>SharedWorker</a></code>
    <li><code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code>
    <li><code><a href=#storage-0>Storage</a></code>
@@ -101149,7 +101219,7 @@
    <li><code><a href=#windowsessionstorage>WindowSessionStorage</a></code>
    <li><code><a href=#windowtimers>WindowTimers</a></code>
    <li><code><a href=#worker>Worker</a></code>
-   <li><code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
+   <li><code><a href=#workerglobalscope>WorkerGlobalScope</a></code>, <a href=#WorkerGlobalScope-partial>partial</a>
    <li><code><a href=#workerlocation>WorkerLocation</a></code>
    <li><code><a href=#workernavigator>WorkerNavigator</a></code>
    <li><code>XMLDocument</code>, <a href=#xmldocument>partial</a>




More information about the Commit-Watchers mailing list