[html5] r6261 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12883

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 00:14:17 PDT 2011


Author: ianh
Date: 2011-06-21 00:14:16 -0700 (Tue, 21 Jun 2011)
New Revision: 6261

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12883

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 07:08:43 UTC (rev 6260)
+++ complete.html	2011-06-21 07:14:16 UTC (rev 6261)
@@ -3528,6 +3528,7 @@
 
      <li><dfn id=event><code>Event</code></dfn> interface</li>
      <li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
+     <li>The <dfn id=concept-event-type title=concept-event-type>type</dfn> of an event
 
      <li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
 
@@ -79267,8 +79268,8 @@
    string</a> of the event source.</li>
 
    <li><p>If the <var title="">event name</var> buffer has a value
-   other than the empty string, change the type of the newly created
-   event to equal the value of the <var title="">event name</var>
+   other than the empty string, change the <a href=#concept-event-type title=concept-event-type>type</a> of the newly created event
+   to equal the value of the <var title="">event name</var>
    buffer.</li>
 
    <li><p>Set the <var title="">data</var> buffer and the <var title="">event name</var> buffer to the empty string.</li>

Modified: index
===================================================================
--- index	2011-06-21 07:08:43 UTC (rev 6260)
+++ index	2011-06-21 07:14:16 UTC (rev 6261)
@@ -3430,6 +3430,7 @@
 
      <li><dfn id=event><code>Event</code></dfn> interface</li>
      <li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
+     <li>The <dfn id=concept-event-type title=concept-event-type>type</dfn> of an event
 
      <li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
 

Modified: source
===================================================================
--- source	2011-06-21 07:08:43 UTC (rev 6260)
+++ source	2011-06-21 07:14:16 UTC (rev 6261)
@@ -2430,6 +2430,7 @@
 
      <li><dfn><code>Event</code></dfn> interface</li>
      <li><dfn><code>EventTarget</code></dfn> interface</li>
+     <li>The <dfn title="concept-event-type">type</dfn> of an event
 
      <li><dfn title="dom-Event-target"><code>target</code></dfn> attribute</li>
 
@@ -89858,8 +89859,9 @@
    string</span> of the event source.</p></li>
 
    <li><p>If the <var title="">event name</var> buffer has a value
-   other than the empty string, change the type of the newly created
-   event to equal the value of the <var title="">event name</var>
+   other than the empty string, change the <span
+   title="concept-event-type">type</span> of the newly created event
+   to equal the value of the <var title="">event name</var>
    buffer.</p></li>
 
    <li><p>Set the <var title="">data</var> buffer and the <var




More information about the Commit-Watchers mailing list