mike: Reference DOM4 spec instead.

mike: Reference DOM4 spec instead.

http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.336&r2=1.337&f=h

===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.501
retrieving revision 1.502
diff -u -d -r1.501 -r1.502
--- Overview.html 13 Feb 2012 06:34:08 -0000 1.501
+++ Overview.html 15 Feb 2012 12:28:11 -0000 1.502
@@ -15,7 +15,7 @@
 <div><img src="HTML5_Badge_128.png" alt="5"></div>
 <h1>HTML: The Markup Language</h1>
 <h3 id="subtitle">An HTML language reference</h3>
-<h2>Unofficial Editor&#8217;s Draft <em>13 February 2012</em>
+<h2>Unofficial Editor&#8217;s Draft <em>15 February 2012</em>
 </h2>
 <dl>
 <dt>Editors:</dt>
@@ -53,7 +53,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 13 February 2012 Editor&#8217;s Draft of 
+        This document is the 15 February 2012 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- syntax.html 17 Jun 2011 08:49:01 -0000 1.87
+++ syntax.html 15 Feb 2012 12:28:14 -0000 1.88
@@ -356,9 +356,9 @@
     &#8220;contents&#8221; of an element.</p>
     <p>The
     <dfn id="text-content" title="text-content" role="button" tabindex="0" aria-haspopup="true">text content</dfn>
-    of an element is as defined in
-    <cite>Document Object Model (DOM) Level 3 Core</cite>
-    <a href="references.html#refsDOMCore" id="refsDOMCore_xref2">[DOM Core]</a>.</p>
+    of an element is the value of the <code>textContent</code> IDL
+    attribute of the element, as defined in 
+    <a href="references.html#refsDOM" id="refsDOM_xref2">[DOM4]</a>.</p>
     <p>A
     <dfn id="void-element" title="void-element" role="button" tabindex="0" aria-haspopup="true">void element</dfn>
     is an element whose

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- object.html 13 Feb 2012 07:21:23 -0000 1.115
+++ object.html 15 Feb 2012 12:28:12 -0000 1.116
@@ -278,8 +278,6 @@
   readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/constraints.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
   boolean <a href="http://dev.w3.org/html5/spec/constraints.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
   void <a href="http://dev.w3.org/html5/spec/constraints.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
-
-  <a href="http://dev.w3.org/html5/spec/the-object-element.html#dom-object-caller" title="dom-object-caller">legacycaller</a> any (any... arguments);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="object-display">

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- terminology.html 26 May 2011 10:45:27 -0000 1.64
+++ terminology.html 15 Feb 2012 12:28:14 -0000 1.65
@@ -42,13 +42,11 @@
       are considered to also match.</dd>
     <dt><dfn id="dom-tree" role="button" tabindex="0" aria-haspopup="true">DOM tree</dfn></dt>
     <dd>A representation of a document based on the W3C Document Object
-      Model (DOM), as defined in <cite>Document Object Model (DOM) Level 3
-      Core</cite> specification, and as explained in the &#8220;What is the
-      Document Object Model?&#8221; introduction for that specification
-      <a href="references.html#refsDOMCore" id="refsDOMCore_xref1">[DOM Core]</a>.
-      <a href="terminology.html#UA" id="UA_xref1">UA</a>s
-      build representations of documents by parsing them and constructing
-      DOM trees from them.</dd>
+      Model (DOM), as defined in the
+      <a href="references.html#refsDOM" id="refsDOM_xref1">[DOM4]</a>
+      specification.
+      UAs build representations of documents by parsing them and
+      constructing DOM trees from them.</dd>
     <dt><dfn id="fallback" title="fallback" role="button" tabindex="0" aria-haspopup="true">fallback content</dfn></dt>
     <dd>Content associated with embedded content, to be used when
       the embedded content cannot itself be used (for example,

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- embed.html 13 Feb 2012 06:34:12 -0000 1.101
+++ embed.html 15 Feb 2012 12:28:12 -0000 1.102
@@ -171,7 +171,6 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/the-embed-element.html#dom-embed-type" title="dom-embed-type">type</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/dimension-attributes.html#dom-dim-width" title="dom-dim-width">width</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/dimension-attributes.html#dom-dim-height" title="dom-dim-height">height</a>;
-  <a href="http://dev.w3.org/html5/spec/the-embed-element.html#dom-embed-caller" title="dom-embed-caller">legacycaller</a> any (any... arguments);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="embed-display">

Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- documents.html 26 May 2011 10:45:19 -0000 1.58
+++ documents.html 15 Feb 2012 12:28:12 -0000 1.59
@@ -202,7 +202,7 @@
         <p>The
         <a href="terminology.html#dom-tree" id="dom-tree_xref1">DOM tree</a>
         constructed from that example by a conformant
-        <a href="terminology.html#UA" id="UA_xref2">UA</a>
+        <a href="terminology.html#UA" id="UA_xref1">UA</a>
         would look like this:</p>
         <ul id="dom">
 <li class="t10">DOCTYPE: <code>html</code>

Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- index-of-terms.xhtml 13 Feb 2012 07:21:22 -0000 1.38
+++ index-of-terms.xhtml 15 Feb 2012 12:28:12 -0000 1.39
@@ -468,12 +468,12 @@
 <li><a href="global-attributes.html#syntax-document-xml_xref14"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
 </ul>
 </div>
-<div class="index-entry" id="refsDOMCore_index">
-<p class="index-term">DOM Core (specification)</p>
+<div class="index-entry" id="refsDOM_index">
+<p class="index-term">DOM (specification)</p>
 <ul>
-<li><a href="references.html#refsDOMCore"><cite class="index">References</cite> section: <cite class="index-dfn">DOM Core</cite></a> <span class="index-notation">(defining instance)</span></li>
-</ul><ul id="refsDOMCore_index_items"><li><a href="terminology.html#refsDOMCore_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
-<li><a href="syntax.html#refsDOMCore_xref2"><cite class="index">Elements</cite> section</a></li>
+<li><a href="references.html#refsDOM"><cite class="index">References</cite> section: <cite class="index-dfn">DOM</cite></a> <span class="index-notation">(defining instance)</span></li>
+</ul><ul id="refsDOM_index_items"><li><a href="terminology.html#refsDOM_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
+<li><a href="syntax.html#refsDOM_xref2"><cite class="index">Elements</cite> section</a></li>
 </ul>
 </div>
 <div class="index-entry" id="dom-tree_index">
@@ -1927,8 +1927,7 @@
 <p class="index-term">UA</p>
 <ul>
 <li><a href="terminology.html#UA"><cite class="index">Terminology</cite> section: <cite class="index-dfn">UA</cite></a> <span class="index-notation">(defining instance)</span></li>
-</ul><ul id="UA_index_items"><li><a href="terminology.html#UA_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
-<li><a href="documents.html#UA_xref2"><cite class="index">Implied start tags and end tags</cite> section</a></li>
+</ul><ul id="UA_index_items"><li><a href="documents.html#UA_xref1"><cite class="index">Implied start tags and end tags</cite> section</a></li>
 </ul>
 </div>
 <div class="index-entry" id="data-unordered-tokens_index">

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- references.html 26 May 2011 10:45:25 -0000 1.53
+++ references.html 15 Feb 2012 12:28:13 -0000 1.54
@@ -44,21 +44,17 @@
     <dd>
 <cite><a href="http://www.w3.org/TR/css-2010/">Cascading Style Sheets (CSS) Snapshot 2010</a></cite>.
       Elika J. Etemad.</dd>
-    <dt><dfn id="refsDOMCore" role="button" tabindex="0" aria-haspopup="true">DOM Core</dfn></dt>
+    <dt><dfn id="refsDOM" role="button" tabindex="0" aria-haspopup="true">DOM</dfn></dt>
     <dd>
-<cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document Object Model (DOM) Level 3 Core</a></cite>.
-      Arnaud Le Hors,
-      Philippe Le H&#233;garet,
-      Lauren Wood,
-      Gavin Nicol,
-      Jonathan Robie,
-      Mike Champion,
-      Steve Byrne.
-      W3C Recommendation.</dd>
+<cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM4</a></cite>.
+          Anne van Kesteren,
+          Aryeh Gregor,
+          Ms2ger.
+          W3C Editor&#8217;s Draft.</dd>
     <dd><span class="references-note">(see in particular
-      <a href="http://www.w3.org/TR/DOM-Level-3-Core/introduction.html">http://www.w3.org/TR/DOM-Level-3-Core/introduction.html</a>
+      <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree">http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree</a>
       and
-      <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent">http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent</a>)</span></dd>
+      <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-textcontent">http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-textcontent</a>)</span></dd>
     <dt><dfn id="refsECMA262" role="button" tabindex="0" aria-haspopup="true">ECMA 262</dfn></dt>
     <dd>
 <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- canvas.html 13 Feb 2012 06:34:10 -0000 1.93
+++ canvas.html 15 Feb 2012 12:28:12 -0000 1.94
@@ -101,7 +101,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-height" title="dom-canvas-height">height</a>;
 
   DOMString <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(optional DOMString type, any... args);
-  void <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(<a href="http://dev.w3.org/html5/spec/infrastructure.html#filecallback" title="">FileCallback</a>? callback, optional DOMString type, any... args);
+  void <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(<span>FileCallback</span>? callback, optional DOMString type, any... args);
 
   object? <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(DOMString contextId, any... args);
 };</pre>

Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- index.html 13 Feb 2012 06:34:14 -0000 1.47
+++ index.html 15 Feb 2012 12:28:12 -0000 1.48
@@ -15,7 +15,7 @@
 <div><img src="HTML5_Badge_128.png" alt="5"></div>
 <h1>HTML: The Markup Language</h1>
 <h3 id="subtitle">An HTML language reference</h3>
-<h2>Unofficial Editor&#8217;s Draft <em>13 February 2012</em>
+<h2>Unofficial Editor&#8217;s Draft <em>15 February 2012</em>
 </h2>
 <dl>
 <dt>Editors:</dt>
@@ -53,7 +53,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 13 February 2012 Editor&#8217;s Draft of 
+        This document is the 15 February 2012 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -d -r1.336 -r1.337
--- spec.html 13 Feb 2012 07:21:24 -0000 1.336
+++ spec.html 15 Feb 2012 12:28:13 -0000 1.337
@@ -12,7 +12,7 @@
 <div><img src="HTML5_Badge_128.png" alt="5"></div>
 <h1>HTML: The Markup Language</h1>
 <h3 id="subtitle">An HTML language reference</h3>
-<h2>Unofficial Editor&#8217;s Draft <em>13 February 2012</em>
+<h2>Unofficial Editor&#8217;s Draft <em>15 February 2012</em>
 </h2>
 <dl>
 <dt>Editors:</dt>
@@ -50,7 +50,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 13 February 2012 Editor&#8217;s Draft of 
+        This document is the 15 February 2012 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -702,13 +702,11 @@
       are considered to also match.</dd>
     <dt><dfn id="dom-tree" role="button" tabindex="0" aria-haspopup="true">DOM tree</dfn></dt>
     <dd>A representation of a document based on the W3C Document Object
-      Model (DOM), as defined in <cite>Document Object Model (DOM) Level 3
-      Core</cite> specification, and as explained in the &#8220;What is the
-      Document Object Model?&#8221; introduction for that specification
-      <a href="#refsDOMCore" id="refsDOMCore_xref1">[DOM Core]</a>.
-      <a href="#UA" id="UA_xref1">UA</a>s
-      build representations of documents by parsing them and constructing
-      DOM trees from them.</dd>
+      Model (DOM), as defined in the
+      <a href="#refsDOM" id="refsDOM_xref1">[DOM4]</a>
+      specification.
+      UAs build representations of documents by parsing them and
+      constructing DOM trees from them.</dd>
     <dt><dfn id="fallback" title="fallback" role="button" tabindex="0" aria-haspopup="true">fallback content</dfn></dt>
     <dd>Content associated with embedded content, to be used when
       the embedded content cannot itself be used (for example,
@@ -978,7 +976,7 @@
         <p>The
         <a href="#dom-tree" id="dom-tree_xref1">DOM tree</a>
         constructed from that example by a conformant
-        <a href="#UA" id="UA_xref2">UA</a>
+        <a href="#UA" id="UA_xref1">UA</a>
         would look like this:</p>
         <ul id="dom">
 <li class="t10">DOCTYPE: <code>html</code>
@@ -1450,9 +1448,9 @@
     &#8220;contents&#8221; of an element.</p>
     <p>The
     <dfn id="text-content" title="text-content" role="button" tabindex="0" aria-haspopup="true">text content</dfn>
-    of an element is as defined in
-    <cite>Document Object Model (DOM) Level 3 Core</cite>
-    <a href="#refsDOMCore" id="refsDOMCore_xref2">[DOM Core]</a>.</p>
+    of an element is the value of the <code>textContent</code> IDL
+    attribute of the element, as defined in 
+    <a href="#refsDOM" id="refsDOM_xref2">[DOM4]</a>.</p>
     <p>A
     <dfn id="void-element" title="void-element" role="button" tabindex="0" aria-haspopup="true">void element</dfn>
     is an element whose
@@ -5865,7 +5863,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-height" title="dom-canvas-height">height</a>;
 
   DOMString <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(optional DOMString type, any... args);
-  void <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(<a href="http://dev.w3.org/html5/spec/infrastructure.html#filecallback" title="">FileCallback</a>? callback, optional DOMString type, any... args);
+  void <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(<span>FileCallback</span>? callback, optional DOMString type, any... args);
 
   object? <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(DOMString contextId, any... args);
 };</pre>
@@ -7748,7 +7746,6 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/the-embed-element.html#dom-embed-type" title="dom-embed-type">type</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/dimension-attributes.html#dom-dim-width" title="dom-dim-width">width</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/dimension-attributes.html#dom-dim-height" title="dom-dim-height">height</a>;
-  <a href="http://dev.w3.org/html5/spec/the-embed-element.html#dom-embed-caller" title="dom-embed-caller">legacycaller</a> any (any... arguments);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="embed-display">
@@ -19853,8 +19850,6 @@
   readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/constraints.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
   boolean <a href="http://dev.w3.org/html5/spec/constraints.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
   void <a href="http://dev.w3.org/html5/spec/constraints.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
-
-  <a href="http://dev.w3.org/html5/spec/the-object-element.html#dom-object-caller" title="dom-object-caller">legacycaller</a> any (any... arguments);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="object-display">
@@ -27022,21 +27017,17 @@
     <dd>
 <cite><a href="http://www.w3.org/TR/css-2010/">Cascading Style Sheets (CSS) Snapshot 2010</a></cite>.
       Elika J. Etemad.</dd>
-    <dt><dfn id="refsDOMCore" role="button" tabindex="0" aria-haspopup="true">DOM Core</dfn></dt>
+    <dt><dfn id="refsDOM" role="button" tabindex="0" aria-haspopup="true">DOM</dfn></dt>
     <dd>
-<cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document Object Model (DOM) Level 3 Core</a></cite>.
-      Arnaud Le Hors,
-      Philippe Le H&#233;garet,
-      Lauren Wood,
-      Gavin Nicol,
-      Jonathan Robie,
-      Mike Champion,
-      Steve Byrne.
-      W3C Recommendation.</dd>
+<cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">DOM4</a></cite>.
+          Anne van Kesteren,
+          Aryeh Gregor,
+          Ms2ger.
+          W3C Editor&#8217;s Draft.</dd>
     <dd><span class="references-note">(see in particular
-      <a href="http://www.w3.org/TR/DOM-Level-3-Core/introduction.html">http://www.w3.org/TR/DOM-Level-3-Core/introduction.html</a>
+      <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree">http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree</a>
       and
-      <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent">http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent</a>)</span></dd>
+      <a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-textcontent">http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-textcontent</a>)</span></dd>
     <dt><dfn id="refsECMA262" role="button" tabindex="0" aria-haspopup="true">ECMA 262</dfn></dt>
     <dd>
 <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.
@@ -27812,16 +27803,16 @@
 <li><a href="#syntax-document-xml_xref14"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
 </ul>
 </div>
-<div class="index-entry" id="refsDOMCore_index">
-<p class="index-term">DOM Core (specification)</p>
+<div class="index-entry" id="refsDOM_index">
+<p class="index-term">DOM (specification)</p>
 <ul>
 <li>
-<a href="#refsDOMCore"><cite class="index">References</cite> section: <cite class="index-dfn">DOM Core</cite></a> <span class="index-notation">(defining instance)</span>
+<a href="#refsDOM"><cite class="index">References</cite> section: <cite class="index-dfn">DOM</cite></a> <span class="index-notation">(defining instance)</span>
 </li>
 </ul>
-<ul id="refsDOMCore_index_items">
-<li><a href="#refsDOMCore_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
-<li><a href="#refsDOMCore_xref2"><cite class="index">Elements</cite> section</a></li>
+<ul id="refsDOM_index_items">
+<li><a href="#refsDOM_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
+<li><a href="#refsDOM_xref2"><cite class="index">Elements</cite> section</a></li>
 </ul>
 </div>
 <div class="index-entry" id="dom-tree_index">
@@ -29796,8 +29787,7 @@
 </li>
 </ul>
 <ul id="UA_index_items">
-<li><a href="#UA_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
-<li><a href="#UA_xref2"><cite class="index">Implied start tags and end tags</cite> section</a></li>
+<li><a href="#UA_xref1"><cite class="index">Implied start tags and end tags</cite> section</a></li>
 </ul>
 </div>
 <div class="index-entry" id="data-unordered-tokens_index">

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- index-of-terms.html 13 Feb 2012 07:21:22 -0000 1.38
+++ index-of-terms.html 15 Feb 2012 12:28:12 -0000 1.39
@@ -686,16 +686,16 @@
 <li><a href="global-attributes.html#syntax-document-xml_xref14"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
 </ul>
 </div>
-<div class="index-entry" id="refsDOMCore_index">
-<p class="index-term">DOM Core (specification)</p>
+<div class="index-entry" id="refsDOM_index">
+<p class="index-term">DOM (specification)</p>
 <ul>
 <li>
-<a href="references.html#refsDOMCore"><cite class="index">References</cite> section: <cite class="index-dfn">DOM Core</cite></a> <span class="index-notation">(defining instance)</span>
+<a href="references.html#refsDOM"><cite class="index">References</cite> section: <cite class="index-dfn">DOM</cite></a> <span class="index-notation">(defining instance)</span>
 </li>
 </ul>
-<ul id="refsDOMCore_index_items">
-<li><a href="terminology.html#refsDOMCore_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
-<li><a href="syntax.html#refsDOMCore_xref2"><cite class="index">Elements</cite> section</a></li>
+<ul id="refsDOM_index_items">
+<li><a href="terminology.html#refsDOM_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
+<li><a href="syntax.html#refsDOM_xref2"><cite class="index">Elements</cite> section</a></li>
 </ul>
 </div>
 <div class="index-entry" id="dom-tree_index">
@@ -2670,8 +2670,7 @@
 </li>
 </ul>
 <ul id="UA_index_items">
-<li><a href="terminology.html#UA_xref1"><cite class="index">Terminology</cite> section: <cite class="index-dfn">DOM tree</cite></a></li>
-<li><a href="documents.html#UA_xref2"><cite class="index">Implied start tags and end tags</cite> section</a></li>
+<li><a href="documents.html#UA_xref1"><cite class="index">Implied start tags and end tags</cite> section</a></li>
 </ul>
 </div>
 <div class="index-entry" id="data-unordered-tokens_index">

Received on Wednesday, 15 February 2012 12:29:35 UTC