[html5] r7719 - [e] (0) Add more IDs Affected topics: Canvas, HTML, Workers

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 9 14:24:21 PST 2013


Author: ianh
Date: 2013-02-09 14:24:20 -0800 (Sat, 09 Feb 2013)
New Revision: 7719

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add more IDs
Affected topics: Canvas, HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-02-09 22:09:58 UTC (rev 7718)
+++ complete.html	2013-02-09 22:24:20 UTC (rev 7719)
@@ -37664,7 +37664,7 @@
   <hr><p>The <code><a href=#mouseevent>MouseEvent</a></code> interface is extended to support hit
   regions:</p>
 
-  <pre class=idl>partial interface <a href=#mouseevent>MouseEvent</a> {
+  <pre class=idl>partial interface <a href=#mouseevent id=MouseEvent-partial>MouseEvent</a> {
   readonly attribute DOMString? <a href=#dom-mouseevent-region title=dom-MouseEvent-region>region</a>;
 };
 
@@ -38704,7 +38704,7 @@
   <a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" src=http://images.whatwg.org/fingerprint.png></a>
   </p>
 
-  <pre class=idl>partial interface <a href=#screen>Screen</a> {
+  <pre class=idl>partial interface <a href=#screen id=Screen-partial>Screen</a> {
   readonly attribute double <a href=#dom-screen-canvasresolution title=dom-screen-canvasResolution>canvasResolution</a>;
 };</pre>
 
@@ -79905,7 +79905,7 @@
   <h3 id=apis-available-to-workers><span class=secno>9.3 </span>APIs available to workers</h3>
 
   <pre class=idl>[NoInterfaceObject]
-partial interface <a href=#workerglobalscope>WorkerGlobalScope</a> {
+partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>WorkerGlobalScope</a> {
   void <a href=#dom-workerglobalscope-importscripts title=dom-WorkerGlobalScope-importScripts>importScripts</a>(DOMString... urls);
   readonly attribute <a href=#workernavigator>WorkerNavigator</a> <a href=#dom-worker-navigator title=dom-worker-navigator>navigator</a>;
 };
@@ -96575,7 +96575,7 @@
   equivalent to <code><a href=#the-abbr-element>abbr</a></code> elements in terms of semantics and
   for purposes of rendering.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlanchorelement>HTMLAnchorElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlanchorelement id=HTMLAnchorElement-partial>HTMLAnchorElement</a> {
            attribute DOMString <a href=#dom-a-coords title=dom-a-coords>coords</a>;
            attribute DOMString <a href=#dom-a-charset title=dom-a-charset>charset</a>;
            attribute DOMString <a href=#dom-a-name title=dom-a-name>name</a>;
@@ -96587,7 +96587,7 @@
   <code><a href=#the-a-element>a</a></code> element must <a href=#reflect>reflect</a> the respective
   content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlareaelement>HTMLAreaElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlareaelement id=HTMLAreaElement-partial>HTMLAreaElement</a> {
            attribute boolean <a href=#dom-area-nohref title=dom-area-noHref>noHref</a>;
 };</pre>
 
@@ -96610,7 +96610,7 @@
   the <code><a href=#basefont>basefont</a></code> element must <a href=#reflect>reflect</a> the
   respective content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlbodyelement>HTMLBodyElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlbodyelement id=HTMLBodyElement-partial>HTMLBodyElement</a> {
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-text title=dom-body-text>text</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-link title=dom-body-link>link</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-vlink title=dom-body-vLink>vLink</a>;
@@ -96651,7 +96651,7 @@
   defined to contain a <a href=#url>URL</a>, despite rules regarding its
   handling in the rendering section above.)</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlbrelement>HTMLBRElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlbrelement id=HTMLBRElement-partial>HTMLBRElement</a> {
            attribute DOMString <a href=#dom-br-clear title=dom-br-clear>clear</a>;
 };</pre>
 
@@ -96659,7 +96659,7 @@
   attribute of the <code><a href=#the-br-element>br</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablecaptionelement>HTMLTableCaptionElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablecaptionelement id=HTMLTableCaptionElement-partial>HTMLTableCaptionElement</a> {
            attribute DOMString <a href=#dom-caption-align title=dom-caption-align>align</a>;
 };</pre>
 
@@ -96667,7 +96667,7 @@
   attribute of the <code><a href=#the-caption-element>caption</a></code> element must
   <a href=#reflect>reflect</a> the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablecolelement>HTMLTableColElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablecolelement id=HTMLTableColElement-partial>HTMLTableColElement</a> {
            attribute DOMString <a href=#dom-col-align title=dom-col-align>align</a>;
            attribute DOMString <a href=#dom-col-ch title=dom-col-ch>ch</a>;
            attribute DOMString <a href=#dom-col-choff title=dom-col-chOff>chOff</a>;
@@ -96709,7 +96709,7 @@
   attribute of the <code><a href=#dir>dir</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmldivelement>HTMLDivElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmldivelement id=HTMLDivElement-partial>HTMLDivElement</a> {
            attribute DOMString <a href=#dom-div-align title=dom-div-align>align</a>;
 };</pre>
 
@@ -96717,7 +96717,7 @@
   attribute of the <code><a href=#the-div-element>div</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmldlistelement>HTMLDListElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmldlistelement id=HTMLDListElement-partial>HTMLDListElement</a> {
            attribute boolean <a href=#dom-dl-compact title=dom-dl-compact>compact</a>;
 };</pre>
 
@@ -96725,7 +96725,7 @@
   attribute of the <code><a href=#the-dl-element>dl</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlembedelement>HTMLEmbedElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlembedelement id=HTMLEmbedElement-partial>HTMLEmbedElement</a> {
            attribute DOMString <a href=#dom-embed-align title=dom-embed-align>align</a>;
            attribute DOMString <a href=#dom-embed-name title=dom-embed-name>name</a>;
 };</pre>
@@ -96748,7 +96748,7 @@
   the <code><a href=#font>font</a></code> element must <a href=#reflect>reflect</a> the
   respective content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlheadingelement>HTMLHeadingElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlheadingelement id=HTMLHeadingElement-partial>HTMLHeadingElement</a> {
            attribute DOMString <a href=#dom-hx-align title=dom-hx-align>align</a>;
 };</pre>
 
@@ -96763,7 +96763,7 @@
   this attribute. (It is mentioned here as it was defined in a
   previous version of the DOM specifications.)</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlhrelement>HTMLHRElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlhrelement id=HTMLHRElement-partial>HTMLHRElement</a> {
            attribute DOMString <a href=#dom-hr-align title=dom-hr-align>align</a>;
            attribute DOMString <a href=#dom-hr-color title=dom-hr-color>color</a>;
            attribute boolean <a href=#dom-hr-noshade title=dom-hr-noShade>noShade</a>;
@@ -96780,7 +96780,7 @@
   the element's <code title=attr-hr-noshade><a href=#attr-hr-noshade>noshade</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlhtmlelement>HTMLHtmlElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlhtmlelement id=HTMLHtmlElement-partial>HTMLHtmlElement</a> {
            attribute DOMString <a href=#dom-html-version title=dom-html-version>version</a>;
 };</pre>
 
@@ -96788,7 +96788,7 @@
   attribute of the <code><a href=#the-html-element>html</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmliframeelement>HTMLIFrameElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmliframeelement id=HTMLIFrameElement-partial>HTMLIFrameElement</a> {
            attribute DOMString <a href=#dom-iframe-align title=dom-iframe-align>align</a>;
            attribute DOMString <a href=#dom-iframe-scrolling title=dom-iframe-scrolling>scrolling</a>;
            attribute DOMString <a href=#dom-iframe-frameborder title=dom-iframe-frameBorder>frameBorder</a>;
@@ -96825,7 +96825,7 @@
   <a href=#reflect>reflect</a> the element's <code title=attr-iframe-marginwidth><a href=#attr-iframe-marginwidth>marginwidth</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlimageelement>HTMLImageElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlimageelement id=HTMLImageElement-partial>HTMLImageElement</a> {
            attribute DOMString <a href=#dom-img-name title=dom-img-name>name</a>;
            attribute DOMString <a href=#dom-img-align title=dom-img-align>align</a>;
            attribute unsigned long <a href=#dom-img-hspace title=dom-img-hspace>hspace</a>;
@@ -96847,7 +96847,7 @@
 
   <!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->
 
-  <hr><pre class=idl>partial interface <a href=#htmlinputelement>HTMLInputElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlinputelement id=HTMLInputElement-partial>HTMLInputElement</a> {
            attribute DOMString <a href=#dom-input-align title=dom-input-align>align</a>;
            attribute DOMString <a href=#dom-input-usemap title=dom-input-useMap>useMap</a>;
 };</pre>
@@ -96860,7 +96860,7 @@
   attribute of the <code><a href=#the-input-element>input</a></code> element must
   <a href=#reflect>reflect</a> the element's <code title=attr-input-usemap><a href=#attr-input-usemap>usemap</a></code> content attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmllegendelement>HTMLLegendElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmllegendelement id=HTMLLegendElement-partial>HTMLLegendElement</a> {
            attribute DOMString <a href=#dom-legend-align title=dom-legend-align>align</a>;
 };</pre>
 
@@ -96868,7 +96868,7 @@
   attribute of the <code><a href=#the-legend-element>legend</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmllielement>HTMLLIElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmllielement id=HTMLLIElement-partial>HTMLLIElement</a> {
            attribute DOMString <a href=#dom-li-type title=dom-li-type>type</a>;
 };</pre>
 
@@ -96876,7 +96876,7 @@
   attribute of the <code><a href=#the-li-element>li</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmllinkelement>HTMLLinkElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmllinkelement id=HTMLLinkElement-partial>HTMLLinkElement</a> {
            attribute DOMString <a href=#dom-link-charset title=dom-link-charset>charset</a>;
            attribute DOMString <a href=#dom-link-rev title=dom-link-rev>rev</a>;
            attribute DOMString <a href=#dom-link-target title=dom-link-target>target</a>;
@@ -96891,7 +96891,7 @@
   equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics and
   for purposes of rendering.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlmenuelement>HTMLMenuElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlmenuelement id=HTMLMenuElement-partial>HTMLMenuElement</a> {
            attribute boolean <a href=#dom-menu-compact title=dom-menu-compact>compact</a>;
 };</pre>
 
@@ -96899,7 +96899,7 @@
   attribute of the <code><a href=#the-menu-element>menu</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlmetaelement>HTMLMetaElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlmetaelement id=HTMLMetaElement-partial>HTMLMetaElement</a> {
            attribute DOMString <a href=#dom-meta-scheme title=dom-meta-scheme>scheme</a>;
 };</pre>
 
@@ -96940,7 +96940,7 @@
   attribute of the <code><a href=#the-meta-element>meta</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlobjectelement>HTMLObjectElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlobjectelement id=HTMLObjectElement-partial>HTMLObjectElement</a> {
            attribute DOMString <a href=#dom-object-align title=dom-object-align>align</a>;
            attribute DOMString <a href=#dom-object-archive title=dom-object-archive>archive</a>;
            attribute DOMString <a href=#dom-object-code title=dom-object-code>code</a>;
@@ -96969,7 +96969,7 @@
   the element's <code title=attr-object-codetype><a href=#attr-object-codetype>codetype</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlolistelement>HTMLOListElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlolistelement id=HTMLOListElement-partial>HTMLOListElement</a> {
            attribute boolean <a href=#dom-ol-compact title=dom-ol-compact>compact</a>;
 };</pre>
 
@@ -96977,7 +96977,7 @@
   attribute of the <code><a href=#the-ol-element>ol</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlparagraphelement>HTMLParagraphElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlparagraphelement id=HTMLParagraphElement-partial>HTMLParagraphElement</a> {
            attribute DOMString <a href=#dom-p-align title=dom-p-align>align</a>;
 };</pre>
 
@@ -96985,7 +96985,7 @@
   attribute of the <code><a href=#the-p-element>p</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlparamelement>HTMLParamElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlparamelement id=HTMLParamElement-partial>HTMLParamElement</a> {
            attribute DOMString <a href=#dom-param-type title=dom-param-type>type</a>;
            attribute DOMString <a href=#dom-param-valuetype title=dom-param-valueType>valueType</a>;
 };</pre>
@@ -97003,7 +97003,7 @@
   and for purposes of rendering. (The parser has special behavior for
   this element, though.)</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlpreelement>HTMLPreElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlpreelement id=HTMLPreElement-partial>HTMLPreElement</a> {
            attribute long <a href=#dom-pre-width title=dom-pre-width>width</a>;
 };</pre>
 
@@ -97011,7 +97011,7 @@
   attribute of the <code><a href=#the-pre-element>pre</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlscriptelement>HTMLScriptElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlscriptelement id=HTMLScriptElement-partial>HTMLScriptElement</a> {
            attribute DOMString <a href=#dom-script-event title=dom-script-event>event</a>;
            attribute DOMString <a href=#dom-script-htmlfor title=dom-script-htmlFor>htmlFor</a>;
 };</pre>
@@ -97021,7 +97021,7 @@
   attributes of the <code><a href=#the-script-element>script</a></code> element must return the empty
   string on getting, and do nothing on setting.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltableelement>HTMLTableElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltableelement id=HTMLTableElement-partial>HTMLTableElement</a> {
            attribute DOMString <a href=#dom-table-align title=dom-table-align>align</a>;
            attribute DOMString <a href=#dom-table-border title=dom-table-border>border</a>;
            attribute DOMString <a href=#dom-table-frame title=dom-table-frame>frame</a>;
@@ -97053,7 +97053,7 @@
   the element's <code title=attr-table-cellspacing><a href=#attr-table-cellspacing>cellspacing</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablesectionelement>HTMLTableSectionElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablesectionelement id=HTMLTableSectionElement-partial>HTMLTableSectionElement</a> {
            attribute DOMString <a href=#dom-tbody-align title=dom-tbody-align>align</a>;
            attribute DOMString <a href=#dom-tbody-ch title=dom-tbody-ch>ch</a>;
            attribute DOMString <a href=#dom-tbody-choff title=dom-tbody-chOff>chOff</a>;
@@ -97081,7 +97081,7 @@
   <code title=attr-tbody-valign><a href=#attr-tbody-valign>valign</a></code> content
   attributes.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablecellelement>HTMLTableCellElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablecellelement id=HTMLTableCellElement-partial>HTMLTableCellElement</a> {
            attribute DOMString <a href=#dom-tdth-align title=dom-tdth-align>align</a>;
            attribute DOMString <a href=#dom-tdth-axis title=dom-tdth-axis>axis</a>;
            attribute DOMString <a href=#dom-tdth-height title=dom-tdth-height>height</a>;
@@ -97119,14 +97119,14 @@
   attribute of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements must
   <a href=#reflect>reflect</a> the elements' <code title=attr-tdth-bgcolor><a href=#attr-tdth-bgcolor>bgcolor</a></code> content attributes.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltabledatacellelement>HTMLTableDataCellElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltabledatacellelement id=HTMLTableDataCellElement-partial>HTMLTableDataCellElement</a> {
            attribute DOMString <a href=#dom-td-abbr title=dom-td-abbr>abbr</a>;
 };</pre>
 
   <p>The <dfn id=dom-td-abbr title=dom-td-abbr><code>abbr</code></dfn> IDL attribute of the <code><a href=#the-td-element>td</a></code>
   element must <a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablerowelement>HTMLTableRowElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablerowelement id=HTMLTableRowElement-partial>HTMLTableRowElement</a> {
            attribute DOMString <a href=#dom-tr-align title=dom-tr-align>align</a>;
            attribute DOMString <a href=#dom-tr-ch title=dom-tr-ch>ch</a>;
            attribute DOMString <a href=#dom-tr-choff title=dom-tr-chOff>chOff</a>;
@@ -97158,7 +97158,7 @@
   the element's <code title=attr-tr-bgcolor><a href=#attr-tr-bgcolor>bgcolor</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlulistelement>HTMLUListElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlulistelement id=HTMLUListElement-partial>HTMLUListElement</a> {
            attribute boolean <a href=#dom-ul-compact title=dom-ul-compact>compact</a>;
            attribute DOMString <a href=#dom-ul-type title=dom-ul-type>type</a>;
 };</pre>
@@ -97181,7 +97181,7 @@
   spec, albeit as obsolete, and then we say that only elements not
   defined in this spec use HTMLUnknownElement. -->
 
-  <hr><pre class=idl>partial interface <a href=#document>Document</a> {
+  <hr><pre class=idl>partial interface <a href=#document id=Document-partial>Document</a> {
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-document-fgcolor title=dom-document-fgColor>fgColor</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-document-linkcolor title=dom-document-linkColor>linkColor</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-document-vlinkcolor title=dom-document-vlinkColor>vlinkColor</a>;

Modified: index
===================================================================
--- index	2013-02-09 22:09:58 UTC (rev 7718)
+++ index	2013-02-09 22:24:20 UTC (rev 7719)
@@ -37664,7 +37664,7 @@
   <hr><p>The <code><a href=#mouseevent>MouseEvent</a></code> interface is extended to support hit
   regions:</p>
 
-  <pre class=idl>partial interface <a href=#mouseevent>MouseEvent</a> {
+  <pre class=idl>partial interface <a href=#mouseevent id=MouseEvent-partial>MouseEvent</a> {
   readonly attribute DOMString? <a href=#dom-mouseevent-region title=dom-MouseEvent-region>region</a>;
 };
 
@@ -38704,7 +38704,7 @@
   <a class=fingerprint href=#fingerprint><img alt="(This is a fingerprinting vector.)" src=http://images.whatwg.org/fingerprint.png></a>
   </p>
 
-  <pre class=idl>partial interface <a href=#screen>Screen</a> {
+  <pre class=idl>partial interface <a href=#screen id=Screen-partial>Screen</a> {
   readonly attribute double <a href=#dom-screen-canvasresolution title=dom-screen-canvasResolution>canvasResolution</a>;
 };</pre>
 
@@ -79905,7 +79905,7 @@
   <h3 id=apis-available-to-workers><span class=secno>9.3 </span>APIs available to workers</h3>
 
   <pre class=idl>[NoInterfaceObject]
-partial interface <a href=#workerglobalscope>WorkerGlobalScope</a> {
+partial interface <a href=#workerglobalscope id=WorkerGlobalScope-partial>WorkerGlobalScope</a> {
   void <a href=#dom-workerglobalscope-importscripts title=dom-WorkerGlobalScope-importScripts>importScripts</a>(DOMString... urls);
   readonly attribute <a href=#workernavigator>WorkerNavigator</a> <a href=#dom-worker-navigator title=dom-worker-navigator>navigator</a>;
 };
@@ -96575,7 +96575,7 @@
   equivalent to <code><a href=#the-abbr-element>abbr</a></code> elements in terms of semantics and
   for purposes of rendering.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlanchorelement>HTMLAnchorElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlanchorelement id=HTMLAnchorElement-partial>HTMLAnchorElement</a> {
            attribute DOMString <a href=#dom-a-coords title=dom-a-coords>coords</a>;
            attribute DOMString <a href=#dom-a-charset title=dom-a-charset>charset</a>;
            attribute DOMString <a href=#dom-a-name title=dom-a-name>name</a>;
@@ -96587,7 +96587,7 @@
   <code><a href=#the-a-element>a</a></code> element must <a href=#reflect>reflect</a> the respective
   content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlareaelement>HTMLAreaElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlareaelement id=HTMLAreaElement-partial>HTMLAreaElement</a> {
            attribute boolean <a href=#dom-area-nohref title=dom-area-noHref>noHref</a>;
 };</pre>
 
@@ -96610,7 +96610,7 @@
   the <code><a href=#basefont>basefont</a></code> element must <a href=#reflect>reflect</a> the
   respective content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlbodyelement>HTMLBodyElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlbodyelement id=HTMLBodyElement-partial>HTMLBodyElement</a> {
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-text title=dom-body-text>text</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-link title=dom-body-link>link</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-body-vlink title=dom-body-vLink>vLink</a>;
@@ -96651,7 +96651,7 @@
   defined to contain a <a href=#url>URL</a>, despite rules regarding its
   handling in the rendering section above.)</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlbrelement>HTMLBRElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlbrelement id=HTMLBRElement-partial>HTMLBRElement</a> {
            attribute DOMString <a href=#dom-br-clear title=dom-br-clear>clear</a>;
 };</pre>
 
@@ -96659,7 +96659,7 @@
   attribute of the <code><a href=#the-br-element>br</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablecaptionelement>HTMLTableCaptionElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablecaptionelement id=HTMLTableCaptionElement-partial>HTMLTableCaptionElement</a> {
            attribute DOMString <a href=#dom-caption-align title=dom-caption-align>align</a>;
 };</pre>
 
@@ -96667,7 +96667,7 @@
   attribute of the <code><a href=#the-caption-element>caption</a></code> element must
   <a href=#reflect>reflect</a> the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablecolelement>HTMLTableColElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablecolelement id=HTMLTableColElement-partial>HTMLTableColElement</a> {
            attribute DOMString <a href=#dom-col-align title=dom-col-align>align</a>;
            attribute DOMString <a href=#dom-col-ch title=dom-col-ch>ch</a>;
            attribute DOMString <a href=#dom-col-choff title=dom-col-chOff>chOff</a>;
@@ -96709,7 +96709,7 @@
   attribute of the <code><a href=#dir>dir</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmldivelement>HTMLDivElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmldivelement id=HTMLDivElement-partial>HTMLDivElement</a> {
            attribute DOMString <a href=#dom-div-align title=dom-div-align>align</a>;
 };</pre>
 
@@ -96717,7 +96717,7 @@
   attribute of the <code><a href=#the-div-element>div</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmldlistelement>HTMLDListElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmldlistelement id=HTMLDListElement-partial>HTMLDListElement</a> {
            attribute boolean <a href=#dom-dl-compact title=dom-dl-compact>compact</a>;
 };</pre>
 
@@ -96725,7 +96725,7 @@
   attribute of the <code><a href=#the-dl-element>dl</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlembedelement>HTMLEmbedElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlembedelement id=HTMLEmbedElement-partial>HTMLEmbedElement</a> {
            attribute DOMString <a href=#dom-embed-align title=dom-embed-align>align</a>;
            attribute DOMString <a href=#dom-embed-name title=dom-embed-name>name</a>;
 };</pre>
@@ -96748,7 +96748,7 @@
   the <code><a href=#font>font</a></code> element must <a href=#reflect>reflect</a> the
   respective content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlheadingelement>HTMLHeadingElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlheadingelement id=HTMLHeadingElement-partial>HTMLHeadingElement</a> {
            attribute DOMString <a href=#dom-hx-align title=dom-hx-align>align</a>;
 };</pre>
 
@@ -96763,7 +96763,7 @@
   this attribute. (It is mentioned here as it was defined in a
   previous version of the DOM specifications.)</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlhrelement>HTMLHRElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlhrelement id=HTMLHRElement-partial>HTMLHRElement</a> {
            attribute DOMString <a href=#dom-hr-align title=dom-hr-align>align</a>;
            attribute DOMString <a href=#dom-hr-color title=dom-hr-color>color</a>;
            attribute boolean <a href=#dom-hr-noshade title=dom-hr-noShade>noShade</a>;
@@ -96780,7 +96780,7 @@
   the element's <code title=attr-hr-noshade><a href=#attr-hr-noshade>noshade</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlhtmlelement>HTMLHtmlElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlhtmlelement id=HTMLHtmlElement-partial>HTMLHtmlElement</a> {
            attribute DOMString <a href=#dom-html-version title=dom-html-version>version</a>;
 };</pre>
 
@@ -96788,7 +96788,7 @@
   attribute of the <code><a href=#the-html-element>html</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmliframeelement>HTMLIFrameElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmliframeelement id=HTMLIFrameElement-partial>HTMLIFrameElement</a> {
            attribute DOMString <a href=#dom-iframe-align title=dom-iframe-align>align</a>;
            attribute DOMString <a href=#dom-iframe-scrolling title=dom-iframe-scrolling>scrolling</a>;
            attribute DOMString <a href=#dom-iframe-frameborder title=dom-iframe-frameBorder>frameBorder</a>;
@@ -96825,7 +96825,7 @@
   <a href=#reflect>reflect</a> the element's <code title=attr-iframe-marginwidth><a href=#attr-iframe-marginwidth>marginwidth</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlimageelement>HTMLImageElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlimageelement id=HTMLImageElement-partial>HTMLImageElement</a> {
            attribute DOMString <a href=#dom-img-name title=dom-img-name>name</a>;
            attribute DOMString <a href=#dom-img-align title=dom-img-align>align</a>;
            attribute unsigned long <a href=#dom-img-hspace title=dom-img-hspace>hspace</a>;
@@ -96847,7 +96847,7 @@
 
   <!-- lowsrc is explicitly not given here, see http://www.w3.org/Bugs/Public/show_bug.cgi?id=10341 -->
 
-  <hr><pre class=idl>partial interface <a href=#htmlinputelement>HTMLInputElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlinputelement id=HTMLInputElement-partial>HTMLInputElement</a> {
            attribute DOMString <a href=#dom-input-align title=dom-input-align>align</a>;
            attribute DOMString <a href=#dom-input-usemap title=dom-input-useMap>useMap</a>;
 };</pre>
@@ -96860,7 +96860,7 @@
   attribute of the <code><a href=#the-input-element>input</a></code> element must
   <a href=#reflect>reflect</a> the element's <code title=attr-input-usemap><a href=#attr-input-usemap>usemap</a></code> content attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmllegendelement>HTMLLegendElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmllegendelement id=HTMLLegendElement-partial>HTMLLegendElement</a> {
            attribute DOMString <a href=#dom-legend-align title=dom-legend-align>align</a>;
 };</pre>
 
@@ -96868,7 +96868,7 @@
   attribute of the <code><a href=#the-legend-element>legend</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmllielement>HTMLLIElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmllielement id=HTMLLIElement-partial>HTMLLIElement</a> {
            attribute DOMString <a href=#dom-li-type title=dom-li-type>type</a>;
 };</pre>
 
@@ -96876,7 +96876,7 @@
   attribute of the <code><a href=#the-li-element>li</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmllinkelement>HTMLLinkElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmllinkelement id=HTMLLinkElement-partial>HTMLLinkElement</a> {
            attribute DOMString <a href=#dom-link-charset title=dom-link-charset>charset</a>;
            attribute DOMString <a href=#dom-link-rev title=dom-link-rev>rev</a>;
            attribute DOMString <a href=#dom-link-target title=dom-link-target>target</a>;
@@ -96891,7 +96891,7 @@
   equivalent to <code><a href=#the-pre-element>pre</a></code> elements in terms of semantics and
   for purposes of rendering.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlmenuelement>HTMLMenuElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlmenuelement id=HTMLMenuElement-partial>HTMLMenuElement</a> {
            attribute boolean <a href=#dom-menu-compact title=dom-menu-compact>compact</a>;
 };</pre>
 
@@ -96899,7 +96899,7 @@
   attribute of the <code><a href=#the-menu-element>menu</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlmetaelement>HTMLMetaElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlmetaelement id=HTMLMetaElement-partial>HTMLMetaElement</a> {
            attribute DOMString <a href=#dom-meta-scheme title=dom-meta-scheme>scheme</a>;
 };</pre>
 
@@ -96940,7 +96940,7 @@
   attribute of the <code><a href=#the-meta-element>meta</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlobjectelement>HTMLObjectElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlobjectelement id=HTMLObjectElement-partial>HTMLObjectElement</a> {
            attribute DOMString <a href=#dom-object-align title=dom-object-align>align</a>;
            attribute DOMString <a href=#dom-object-archive title=dom-object-archive>archive</a>;
            attribute DOMString <a href=#dom-object-code title=dom-object-code>code</a>;
@@ -96969,7 +96969,7 @@
   the element's <code title=attr-object-codetype><a href=#attr-object-codetype>codetype</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlolistelement>HTMLOListElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlolistelement id=HTMLOListElement-partial>HTMLOListElement</a> {
            attribute boolean <a href=#dom-ol-compact title=dom-ol-compact>compact</a>;
 };</pre>
 
@@ -96977,7 +96977,7 @@
   attribute of the <code><a href=#the-ol-element>ol</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlparagraphelement>HTMLParagraphElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlparagraphelement id=HTMLParagraphElement-partial>HTMLParagraphElement</a> {
            attribute DOMString <a href=#dom-p-align title=dom-p-align>align</a>;
 };</pre>
 
@@ -96985,7 +96985,7 @@
   attribute of the <code><a href=#the-p-element>p</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlparamelement>HTMLParamElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlparamelement id=HTMLParamElement-partial>HTMLParamElement</a> {
            attribute DOMString <a href=#dom-param-type title=dom-param-type>type</a>;
            attribute DOMString <a href=#dom-param-valuetype title=dom-param-valueType>valueType</a>;
 };</pre>
@@ -97003,7 +97003,7 @@
   and for purposes of rendering. (The parser has special behavior for
   this element, though.)</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlpreelement>HTMLPreElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlpreelement id=HTMLPreElement-partial>HTMLPreElement</a> {
            attribute long <a href=#dom-pre-width title=dom-pre-width>width</a>;
 };</pre>
 
@@ -97011,7 +97011,7 @@
   attribute of the <code><a href=#the-pre-element>pre</a></code> element must <a href=#reflect>reflect</a>
   the content attribute of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlscriptelement>HTMLScriptElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlscriptelement id=HTMLScriptElement-partial>HTMLScriptElement</a> {
            attribute DOMString <a href=#dom-script-event title=dom-script-event>event</a>;
            attribute DOMString <a href=#dom-script-htmlfor title=dom-script-htmlFor>htmlFor</a>;
 };</pre>
@@ -97021,7 +97021,7 @@
   attributes of the <code><a href=#the-script-element>script</a></code> element must return the empty
   string on getting, and do nothing on setting.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltableelement>HTMLTableElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltableelement id=HTMLTableElement-partial>HTMLTableElement</a> {
            attribute DOMString <a href=#dom-table-align title=dom-table-align>align</a>;
            attribute DOMString <a href=#dom-table-border title=dom-table-border>border</a>;
            attribute DOMString <a href=#dom-table-frame title=dom-table-frame>frame</a>;
@@ -97053,7 +97053,7 @@
   the element's <code title=attr-table-cellspacing><a href=#attr-table-cellspacing>cellspacing</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablesectionelement>HTMLTableSectionElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablesectionelement id=HTMLTableSectionElement-partial>HTMLTableSectionElement</a> {
            attribute DOMString <a href=#dom-tbody-align title=dom-tbody-align>align</a>;
            attribute DOMString <a href=#dom-tbody-ch title=dom-tbody-ch>ch</a>;
            attribute DOMString <a href=#dom-tbody-choff title=dom-tbody-chOff>chOff</a>;
@@ -97081,7 +97081,7 @@
   <code title=attr-tbody-valign><a href=#attr-tbody-valign>valign</a></code> content
   attributes.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablecellelement>HTMLTableCellElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablecellelement id=HTMLTableCellElement-partial>HTMLTableCellElement</a> {
            attribute DOMString <a href=#dom-tdth-align title=dom-tdth-align>align</a>;
            attribute DOMString <a href=#dom-tdth-axis title=dom-tdth-axis>axis</a>;
            attribute DOMString <a href=#dom-tdth-height title=dom-tdth-height>height</a>;
@@ -97119,14 +97119,14 @@
   attribute of the <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements must
   <a href=#reflect>reflect</a> the elements' <code title=attr-tdth-bgcolor><a href=#attr-tdth-bgcolor>bgcolor</a></code> content attributes.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltabledatacellelement>HTMLTableDataCellElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltabledatacellelement id=HTMLTableDataCellElement-partial>HTMLTableDataCellElement</a> {
            attribute DOMString <a href=#dom-td-abbr title=dom-td-abbr>abbr</a>;
 };</pre>
 
   <p>The <dfn id=dom-td-abbr title=dom-td-abbr><code>abbr</code></dfn> IDL attribute of the <code><a href=#the-td-element>td</a></code>
   element must <a href=#reflect>reflect</a> the respective content attributes of the same name.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmltablerowelement>HTMLTableRowElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmltablerowelement id=HTMLTableRowElement-partial>HTMLTableRowElement</a> {
            attribute DOMString <a href=#dom-tr-align title=dom-tr-align>align</a>;
            attribute DOMString <a href=#dom-tr-ch title=dom-tr-ch>ch</a>;
            attribute DOMString <a href=#dom-tr-choff title=dom-tr-chOff>chOff</a>;
@@ -97158,7 +97158,7 @@
   the element's <code title=attr-tr-bgcolor><a href=#attr-tr-bgcolor>bgcolor</a></code> content
   attribute.</p>
 
-  <hr><pre class=idl>partial interface <a href=#htmlulistelement>HTMLUListElement</a> {
+  <hr><pre class=idl>partial interface <a href=#htmlulistelement id=HTMLUListElement-partial>HTMLUListElement</a> {
            attribute boolean <a href=#dom-ul-compact title=dom-ul-compact>compact</a>;
            attribute DOMString <a href=#dom-ul-type title=dom-ul-type>type</a>;
 };</pre>
@@ -97181,7 +97181,7 @@
   spec, albeit as obsolete, and then we say that only elements not
   defined in this spec use HTMLUnknownElement. -->
 
-  <hr><pre class=idl>partial interface <a href=#document>Document</a> {
+  <hr><pre class=idl>partial interface <a href=#document id=Document-partial>Document</a> {
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-document-fgcolor title=dom-document-fgColor>fgColor</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-document-linkcolor title=dom-document-linkColor>linkColor</a>;
   [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-document-vlinkcolor title=dom-document-vlinkColor>vlinkColor</a>;

Modified: source
===================================================================
--- source	2013-02-09 22:09:58 UTC (rev 7718)
+++ source	2013-02-09 22:24:20 UTC (rev 7719)
@@ -44087,7 +44087,7 @@
   <p>The <code>MouseEvent</code> interface is extended to support hit
   regions:</p>
 
-  <pre class="idl">partial interface <span>MouseEvent</span> {
+  <pre class="idl">partial interface <span id="MouseEvent-partial">MouseEvent</span> {
   readonly attribute DOMString? <span title="dom-MouseEvent-region">region</span>;
 };
 
@@ -45285,7 +45285,7 @@
   <!--INSERT FINGERPRINT-->
   </p>
 
-  <pre class="idl">partial interface <span>Screen</span> {
+  <pre class="idl">partial interface <span id="Screen-partial">Screen</span> {
   readonly attribute double <span title="dom-screen-canvasResolution">canvasResolution</span>;
 };</pre>
 
@@ -92625,7 +92625,7 @@
   <h3>APIs available to workers</h3>
 
   <pre class="idl">[NoInterfaceObject]
-partial interface <span>WorkerGlobalScope</span> {
+partial interface <span id="WorkerGlobalScope-partial">WorkerGlobalScope</span> {
   void <span title="dom-WorkerGlobalScope-importScripts">importScripts</span>(DOMString... urls);
   readonly attribute <span>WorkerNavigator</span> <span title="dom-worker-navigator">navigator</span>;
 };
@@ -112706,7 +112706,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLAnchorElement</span> {
+  <pre class="idl">partial interface <span id="HTMLAnchorElement-partial">HTMLAnchorElement</span> {
            attribute DOMString <span title="dom-a-coords">coords</span>;
            attribute DOMString <span title="dom-a-charset">charset</span>;
            attribute DOMString <span title="dom-a-name">name</span>;
@@ -112724,7 +112724,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLAreaElement</span> {
+  <pre class="idl">partial interface <span id="HTMLAreaElement-partial">HTMLAreaElement</span> {
            attribute boolean <span title="dom-area-noHref">noHref</span>;
 };</pre>
 
@@ -112752,7 +112752,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLBodyElement</span> {
+  <pre class="idl">partial interface <span id="HTMLBodyElement-partial">HTMLBodyElement</span> {
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-body-text">text</span>;
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-body-link">link</span>;
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-body-vLink">vLink</span>;
@@ -112797,7 +112797,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLBRElement</span> {
+  <pre class="idl">partial interface <span id="HTMLBRElement-partial">HTMLBRElement</span> {
            attribute DOMString <span title="dom-br-clear">clear</span>;
 };</pre>
 
@@ -112807,7 +112807,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableCaptionElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableCaptionElement-partial">HTMLTableCaptionElement</span> {
            attribute DOMString <span title="dom-caption-align">align</span>;
 };</pre>
 
@@ -112817,7 +112817,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableColElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableColElement-partial">HTMLTableColElement</span> {
            attribute DOMString <span title="dom-col-align">align</span>;
            attribute DOMString <span title="dom-col-ch">ch</span>;
            attribute DOMString <span title="dom-col-chOff">chOff</span>;
@@ -112864,7 +112864,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLDivElement</span> {
+  <pre class="idl">partial interface <span id="HTMLDivElement-partial">HTMLDivElement</span> {
            attribute DOMString <span title="dom-div-align">align</span>;
 };</pre>
 
@@ -112874,7 +112874,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLDListElement</span> {
+  <pre class="idl">partial interface <span id="HTMLDListElement-partial">HTMLDListElement</span> {
            attribute boolean <span title="dom-dl-compact">compact</span>;
 };</pre>
 
@@ -112884,7 +112884,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLEmbedElement</span> {
+  <pre class="idl">partial interface <span id="HTMLEmbedElement-partial">HTMLEmbedElement</span> {
            attribute DOMString <span title="dom-embed-align">align</span>;
            attribute DOMString <span title="dom-embed-name">name</span>;
 };</pre>
@@ -112913,7 +112913,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLHeadingElement</span> {
+  <pre class="idl">partial interface <span id="HTMLHeadingElement-partial">HTMLHeadingElement</span> {
            attribute DOMString <span title="dom-hx-align">align</span>;
 };</pre>
 
@@ -112934,7 +112934,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLHRElement</span> {
+  <pre class="idl">partial interface <span id="HTMLHRElement-partial">HTMLHRElement</span> {
            attribute DOMString <span title="dom-hr-align">align</span>;
            attribute DOMString <span title="dom-hr-color">color</span>;
            attribute boolean <span title="dom-hr-noShade">noShade</span>;
@@ -112956,7 +112956,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLHtmlElement</span> {
+  <pre class="idl">partial interface <span id="HTMLHtmlElement-partial">HTMLHtmlElement</span> {
            attribute DOMString <span title="dom-html-version">version</span>;
 };</pre>
 
@@ -112966,7 +112966,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLIFrameElement</span> {
+  <pre class="idl">partial interface <span id="HTMLIFrameElement-partial">HTMLIFrameElement</span> {
            attribute DOMString <span title="dom-iframe-align">align</span>;
            attribute DOMString <span title="dom-iframe-scrolling">scrolling</span>;
            attribute DOMString <span title="dom-iframe-frameBorder">frameBorder</span>;
@@ -113012,7 +113012,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLImageElement</span> {
+  <pre class="idl">partial interface <span id="HTMLImageElement-partial">HTMLImageElement</span> {
            attribute DOMString <span title="dom-img-name">name</span>;
            attribute DOMString <span title="dom-img-align">align</span>;
            attribute unsigned long <span title="dom-img-hspace">hspace</span>;
@@ -113040,7 +113040,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLInputElement</span> {
+  <pre class="idl">partial interface <span id="HTMLInputElement-partial">HTMLInputElement</span> {
            attribute DOMString <span title="dom-input-align">align</span>;
            attribute DOMString <span title="dom-input-useMap">useMap</span>;
 };</pre>
@@ -113056,7 +113056,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLLegendElement</span> {
+  <pre class="idl">partial interface <span id="HTMLLegendElement-partial">HTMLLegendElement</span> {
            attribute DOMString <span title="dom-legend-align">align</span>;
 };</pre>
 
@@ -113066,7 +113066,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLLIElement</span> {
+  <pre class="idl">partial interface <span id="HTMLLIElement-partial">HTMLLIElement</span> {
            attribute DOMString <span title="dom-li-type">type</span>;
 };</pre>
 
@@ -113076,7 +113076,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLLinkElement</span> {
+  <pre class="idl">partial interface <span id="HTMLLinkElement-partial">HTMLLinkElement</span> {
            attribute DOMString <span title="dom-link-charset">charset</span>;
            attribute DOMString <span title="dom-link-rev">rev</span>;
            attribute DOMString <span title="dom-link-target">target</span>;
@@ -113096,7 +113096,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLMenuElement</span> {
+  <pre class="idl">partial interface <span id="HTMLMenuElement-partial">HTMLMenuElement</span> {
            attribute boolean <span title="dom-menu-compact">compact</span>;
 };</pre>
 
@@ -113106,7 +113106,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLMetaElement</span> {
+  <pre class="idl">partial interface <span id="HTMLMetaElement-partial">HTMLMetaElement</span> {
            attribute DOMString <span title="dom-meta-scheme">scheme</span>;
 };</pre>
 
@@ -113158,7 +113158,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLObjectElement</span> {
+  <pre class="idl">partial interface <span id="HTMLObjectElement-partial">HTMLObjectElement</span> {
            attribute DOMString <span title="dom-object-align">align</span>;
            attribute DOMString <span title="dom-object-archive">archive</span>;
            attribute DOMString <span title="dom-object-code">code</span>;
@@ -113197,7 +113197,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLOListElement</span> {
+  <pre class="idl">partial interface <span id="HTMLOListElement-partial">HTMLOListElement</span> {
            attribute boolean <span title="dom-ol-compact">compact</span>;
 };</pre>
 
@@ -113207,7 +113207,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLParagraphElement</span> {
+  <pre class="idl">partial interface <span id="HTMLParagraphElement-partial">HTMLParagraphElement</span> {
            attribute DOMString <span title="dom-p-align">align</span>;
 };</pre>
 
@@ -113217,7 +113217,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLParamElement</span> {
+  <pre class="idl">partial interface <span id="HTMLParamElement-partial">HTMLParamElement</span> {
            attribute DOMString <span title="dom-param-type">type</span>;
            attribute DOMString <span title="dom-param-valueType">valueType</span>;
 };</pre>
@@ -113240,7 +113240,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLPreElement</span> {
+  <pre class="idl">partial interface <span id="HTMLPreElement-partial">HTMLPreElement</span> {
            attribute long <span title="dom-pre-width">width</span>;
 };</pre>
 
@@ -113250,7 +113250,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLScriptElement</span> {
+  <pre class="idl">partial interface <span id="HTMLScriptElement-partial">HTMLScriptElement</span> {
            attribute DOMString <span title="dom-script-event">event</span>;
            attribute DOMString <span title="dom-script-htmlFor">htmlFor</span>;
 };</pre>
@@ -113262,7 +113262,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableElement-partial">HTMLTableElement</span> {
            attribute DOMString <span title="dom-table-align">align</span>;
            attribute DOMString <span title="dom-table-border">border</span>;
            attribute DOMString <span title="dom-table-frame">frame</span>;
@@ -113301,7 +113301,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableSectionElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableSectionElement-partial">HTMLTableSectionElement</span> {
            attribute DOMString <span title="dom-tbody-align">align</span>;
            attribute DOMString <span title="dom-tbody-ch">ch</span>;
            attribute DOMString <span title="dom-tbody-chOff">chOff</span>;
@@ -113331,7 +113331,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableCellElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableCellElement-partial">HTMLTableCellElement</span> {
            attribute DOMString <span title="dom-tdth-align">align</span>;
            attribute DOMString <span title="dom-tdth-axis">axis</span>;
            attribute DOMString <span title="dom-tdth-height">height</span>;
@@ -113379,7 +113379,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableDataCellElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableDataCellElement-partial">HTMLTableDataCellElement</span> {
            attribute DOMString <span title="dom-td-abbr">abbr</span>;
 };</pre>
 
@@ -113388,7 +113388,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLTableRowElement</span> {
+  <pre class="idl">partial interface <span id="HTMLTableRowElement-partial">HTMLTableRowElement</span> {
            attribute DOMString <span title="dom-tr-align">align</span>;
            attribute DOMString <span title="dom-tr-ch">ch</span>;
            attribute DOMString <span title="dom-tr-chOff">chOff</span>;
@@ -113422,7 +113422,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>HTMLUListElement</span> {
+  <pre class="idl">partial interface <span id="HTMLUListElement-partial">HTMLUListElement</span> {
            attribute boolean <span title="dom-ul-compact">compact</span>;
            attribute DOMString <span title="dom-ul-type">type</span>;
 };</pre>
@@ -113451,7 +113451,7 @@
 
   <hr>
 
-  <pre class="idl">partial interface <span>Document</span> {
+  <pre class="idl">partial interface <span id="Document-partial">Document</span> {
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-document-fgColor">fgColor</span>;
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-document-linkColor">linkColor</span>;
   [TreatNullAs=EmptyString] attribute DOMString <span title="dom-document-vlinkColor">vlinkColor</span>;




More information about the Commit-Watchers mailing list