[html5] r6260 - [e] (0) update xref section

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 00:08:45 PDT 2011


Author: ianh
Date: 2011-06-21 00:08:43 -0700 (Tue, 21 Jun 2011)
New Revision: 6260

Modified:
   complete.html
   index
   source
Log:
[e] (0) update xref section

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 07:06:39 UTC (rev 6259)
+++ complete.html	2011-06-21 07:08:43 UTC (rev 6260)
@@ -3490,10 +3490,10 @@
     defined, in this specification, in terms of operations on the DOM.
     <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
-    <p>Implementations must support some version of DOM Core and DOM
-    Events, because this specification is defined in terms of the DOM,
-    and some of the features are defined as extensions to the DOM Core
-    interfaces. <a href=#refsDOMCORE>[DOMCORE]</a> <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
+    <p>Implementations must support DOM Core and the events defined in
+    DOM Events, because this specification is defined in terms of the
+    DOM, and some of the features are defined as extensions to the DOM
+    Core interfaces. <a href=#refsDOMCORE>[DOMCORE]</a> <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
     <p>In particular, the following features are defined in the DOM
     Core specification: <a href=#refsDOMCORE>[DOMCORE]</a></p>
@@ -3526,18 +3526,19 @@
      <li><dfn id=dom-element-tagname title=dom-Element-tagName><code>tagName</code></dfn> attribute</li>
      <li><dfn id=textcontent><code>textContent</code></dfn> attribute</li>
 
+     <li><dfn id=event><code>Event</code></dfn> interface</li>
+     <li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
+
+     <li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
+
     </ul><p>The following features are defined in the DOM Events
     specification: <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
-    <ul class=brief><li><dfn id=event><code>Event</code></dfn> interface</li>
-     <li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
-     <li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
+    <ul class=brief><li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
      <li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
 
      <li><dfn id=event-click title=event-click><code>click</code></dfn> event</li>
 
-     <li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
-
     </ul><!--
     <p>The following features are defined in the DOM
     Range specification: <a href="#refsDOMRANGE">[DOMRANGE]</a></p>
@@ -3567,9 +3568,9 @@
     <p>This specification uses the following interfaces defined in the
     File API specification: <a href=#refsFILEAPI>[FILEAPI]</a></p>
 
-    <ul class=brief><li><dfn id=blob>Blob</dfn></li>
-     <li><dfn id=file>File</dfn></li>
-     <li><dfn id=filelist>FileList</dfn></li>
+    <ul class=brief><li><dfn id=blob><code>Blob</code></dfn></li>
+     <li><dfn id=file><code>File</code></dfn></li>
+     <li><dfn id=filelist><code>FileList</code></dfn></li>
 
     </ul></dd>
 

Modified: index
===================================================================
--- index	2011-06-21 07:06:39 UTC (rev 6259)
+++ index	2011-06-21 07:08:43 UTC (rev 6260)
@@ -3392,10 +3392,10 @@
     defined, in this specification, in terms of operations on the DOM.
     <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
-    <p>Implementations must support some version of DOM Core and DOM
-    Events, because this specification is defined in terms of the DOM,
-    and some of the features are defined as extensions to the DOM Core
-    interfaces. <a href=#refsDOMCORE>[DOMCORE]</a> <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
+    <p>Implementations must support DOM Core and the events defined in
+    DOM Events, because this specification is defined in terms of the
+    DOM, and some of the features are defined as extensions to the DOM
+    Core interfaces. <a href=#refsDOMCORE>[DOMCORE]</a> <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
     <p>In particular, the following features are defined in the DOM
     Core specification: <a href=#refsDOMCORE>[DOMCORE]</a></p>
@@ -3428,18 +3428,19 @@
      <li><dfn id=dom-element-tagname title=dom-Element-tagName><code>tagName</code></dfn> attribute</li>
      <li><dfn id=textcontent><code>textContent</code></dfn> attribute</li>
 
+     <li><dfn id=event><code>Event</code></dfn> interface</li>
+     <li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
+
+     <li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
+
     </ul><p>The following features are defined in the DOM Events
     specification: <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
-    <ul class=brief><li><dfn id=event><code>Event</code></dfn> interface</li>
-     <li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
-     <li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
+    <ul class=brief><li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
      <li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
 
      <li><dfn id=event-click title=event-click><code>click</code></dfn> event</li>
 
-     <li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
-
     </ul><!--
     <p>The following features are defined in the DOM
     Range specification: <a href="#refsDOMRANGE">[DOMRANGE]</a></p>
@@ -3469,9 +3470,9 @@
     <p>This specification uses the following interfaces defined in the
     File API specification: <a href=#refsFILEAPI>[FILEAPI]</a></p>
 
-    <ul class=brief><li><dfn id=blob>Blob</dfn></li>
-     <li><dfn id=file>File</dfn></li>
-     <li><dfn id=filelist>FileList</dfn></li>
+    <ul class=brief><li><dfn id=blob><code>Blob</code></dfn></li>
+     <li><dfn id=file><code>File</code></dfn></li>
+     <li><dfn id=filelist><code>FileList</code></dfn></li>
 
     </ul></dd>
 

Modified: source
===================================================================
--- source	2011-06-21 07:06:39 UTC (rev 6259)
+++ source	2011-06-21 07:08:43 UTC (rev 6260)
@@ -2389,10 +2389,10 @@
     defined, in this specification, in terms of operations on the DOM.
     <a href="#refsDOMCORE">[DOMCORE]</a></p>
 
-    <p>Implementations must support some version of DOM Core and DOM
-    Events, because this specification is defined in terms of the DOM,
-    and some of the features are defined as extensions to the DOM Core
-    interfaces. <a href="#refsDOMCORE">[DOMCORE]</a> <a
+    <p>Implementations must support DOM Core and the events defined in
+    DOM Events, because this specification is defined in terms of the
+    DOM, and some of the features are defined as extensions to the DOM
+    Core interfaces. <a href="#refsDOMCORE">[DOMCORE]</a> <a
     href="#refsDOMEVENTS">[DOMEVENTS]</a></p>
 
     <p>In particular, the following features are defined in the DOM
@@ -2428,6 +2428,11 @@
      <li><dfn title="dom-Element-tagName"><code>tagName</code></dfn> attribute</li>
      <li><dfn><code>textContent</code></dfn> attribute</li>
 
+     <li><dfn><code>Event</code></dfn> interface</li>
+     <li><dfn><code>EventTarget</code></dfn> interface</li>
+
+     <li><dfn title="dom-Event-target"><code>target</code></dfn> attribute</li>
+
     </ul>
 
     <p>The following features are defined in the DOM Events
@@ -2435,15 +2440,11 @@
 
     <ul class="brief">
 
-     <li><dfn><code>Event</code></dfn> interface</li>
-     <li><dfn><code>EventTarget</code></dfn> interface</li>
      <li><dfn><code>UIEvent</code></dfn> interface</li>
      <li><dfn><code>MouseEvent</code></dfn> interface</li>
 
      <li><dfn title="event-click"><code>click</code></dfn> event</li>
 
-     <li><dfn title="dom-Event-target"><code>target</code></dfn> attribute</li>
-
     </ul>
 
 <!--END w3c-html--><!--
@@ -2479,9 +2480,9 @@
 
     <ul class="brief">
 
-     <li><dfn>Blob</dfn></li>
-     <li><dfn>File</dfn></li>
-     <li><dfn>FileList</dfn></li>
+     <li><dfn><code>Blob</code></dfn></li>
+     <li><dfn><code>File</code></dfn></li>
+     <li><dfn><code>FileList</code></dfn></li>
 
     </ul>
 




More information about the Commit-Watchers mailing list