[html5] r6948 - [e] (0) More updates to cross-references. Fixing https://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 31 12:00:17 PST 2012


Author: ianh
Date: 2012-01-31 12:00:16 -0800 (Tue, 31 Jan 2012)
New Revision: 6948

Modified:
   complete.html
   index
   source
Log:
[e] (0) More updates to cross-references.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14896
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-01-31 19:58:13 UTC (rev 6947)
+++ complete.html	2012-01-31 20:00:16 UTC (rev 6948)
@@ -3884,10 +3884,11 @@
     <p>The following features are defined in the DOM Events
     specification: <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
-    <ul class=brief><li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
-     <li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
+    <ul class=brief><li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
      <li><dfn id=mouseeventinit><code>MouseEventInit</code></dfn> dictionary type</li>
 
+     <li>The <dfn id=uievent><code>UIEvent</code></dfn> interface's <dfn id=dom-uievent-detail title=dom-UIEvent-detail><code>detail</code></dfn> attribute</li>
+
      <li><dfn id=event-click title=event-click><code>click</code></dfn> event</li>
 
     </ul><p>In addition, user agents must implement the features defined in
@@ -72964,7 +72965,7 @@
 
     <p>Create a <code><a href=#dragevent>DragEvent</a></code> object and initialize it to
     have the given name <var title="">e</var>, to bubble, to be
-    cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail>detail</code> attribute initialized to
+    cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail><a href=#dom-uievent-detail>detail</a></code> attribute initialized to
     zero, the mouse and key attributes initialized according to the
     state of the input devices as they would be for user interaction
     events, the <code title="">relatedTarget</code> attribute

Modified: index
===================================================================
--- index	2012-01-31 19:58:13 UTC (rev 6947)
+++ index	2012-01-31 20:00:16 UTC (rev 6948)
@@ -3884,10 +3884,11 @@
     <p>The following features are defined in the DOM Events
     specification: <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
-    <ul class=brief><li><dfn id=uievent><code>UIEvent</code></dfn> interface</li>
-     <li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
+    <ul class=brief><li><dfn id=mouseevent><code>MouseEvent</code></dfn> interface</li>
      <li><dfn id=mouseeventinit><code>MouseEventInit</code></dfn> dictionary type</li>
 
+     <li>The <dfn id=uievent><code>UIEvent</code></dfn> interface's <dfn id=dom-uievent-detail title=dom-UIEvent-detail><code>detail</code></dfn> attribute</li>
+
      <li><dfn id=event-click title=event-click><code>click</code></dfn> event</li>
 
     </ul><p>In addition, user agents must implement the features defined in
@@ -72964,7 +72965,7 @@
 
     <p>Create a <code><a href=#dragevent>DragEvent</a></code> object and initialize it to
     have the given name <var title="">e</var>, to bubble, to be
-    cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail>detail</code> attribute initialized to
+    cancelable unless <var title="">e</var> is <code title=event-dragleave><a href=#event-dragleave>dragleave</a></code> or <code title=event-dragend><a href=#event-dragend>dragend</a></code>, and to have the <code title=dom-UIEvent-detail><a href=#dom-uievent-detail>detail</a></code> attribute initialized to
     zero, the mouse and key attributes initialized according to the
     state of the input devices as they would be for user interaction
     events, the <code title="">relatedTarget</code> attribute

Modified: source
===================================================================
--- source	2012-01-31 19:58:13 UTC (rev 6947)
+++ source	2012-01-31 20:00:16 UTC (rev 6948)
@@ -2836,10 +2836,11 @@
 
     <ul class="brief">
 
-     <li><dfn><code>UIEvent</code></dfn> interface</li>
      <li><dfn><code>MouseEvent</code></dfn> interface</li>
      <li><dfn><code>MouseEventInit</code></dfn> dictionary type</li>
 
+     <li>The <dfn><code>UIEvent</code></dfn> interface's <dfn title="dom-UIEvent-detail"><code>detail</code></dfn> attribute</li>
+
      <li><dfn title="event-click"><code>click</code></dfn> event</li>
 
     </ul>




More information about the Commit-Watchers mailing list