[html5] r7921 - [e] (0) WebIDL terminology fixes Fixing https://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 13:05:56 PDT 2013


Author: ianh
Date: 2013-06-06 13:05:54 -0700 (Thu, 06 Jun 2013)
New Revision: 7921

Modified:
   complete.html
   index
   source
Log:
[e] (0) WebIDL terminology fixes
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21858
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-06 20:03:31 UTC (rev 7920)
+++ complete.html	2013-06-06 20:05:54 UTC (rev 7921)
@@ -8186,8 +8186,8 @@
 
   <h4 id=callbacks><span class=secno>2.7.7 </span>Callbacks</h4>
 
-  <p>The following callback interface is used in various APIs that interact with <code><a href=#file>File</a></code>
-  objects:</p>
+  <p>The following callback function type is used in various APIs that interact with
+  <code><a href=#file>File</a></code> objects:</p>
 
   <pre class=idl>callback <dfn id=filecallback>FileCallback</dfn> = void (<a href=#file>File</a> file);</pre>
 
@@ -71505,7 +71505,7 @@
   "<code title="">on</code>" and is followed by the name of the event for which it is intended.</p>
 
   <p>An <a href=#event-handlers title="event handlers">event handler</a> can either have the value null or be set
-  to a callback object. This is defined using the <code><a href=#eventhandler>EventHandler</a></code> callback interface type.
+  to a callback object. This is defined using the <code><a href=#eventhandler>EventHandler</a></code> callback function type.
   <span class=impl>Initially, event handlers must be set to null.</span></p>
 
   <p>Event handlers are exposed in one of two ways.</p>
@@ -71783,8 +71783,8 @@
 
   </ol></div>
 
-  <hr><p>The <code><a href=#eventhandler>EventHandler</a></code> interface represents a callback used for event handlers. It is
-  represented in Web IDL as follows:</p>
+  <hr><p>The <code><a href=#eventhandler>EventHandler</a></code> callback function type represents a callback used for event
+  handlers. It is represented in Web IDL as follows:</p>
 
   <pre class=idl>[TreatNonCallableAsNull]
 callback <dfn id=eventhandlernonnull>EventHandlerNonNull</dfn> = any (<a href=#event>Event</a> event);

Modified: index
===================================================================
--- index	2013-06-06 20:03:31 UTC (rev 7920)
+++ index	2013-06-06 20:05:54 UTC (rev 7921)
@@ -8186,8 +8186,8 @@
 
   <h4 id=callbacks><span class=secno>2.7.7 </span>Callbacks</h4>
 
-  <p>The following callback interface is used in various APIs that interact with <code><a href=#file>File</a></code>
-  objects:</p>
+  <p>The following callback function type is used in various APIs that interact with
+  <code><a href=#file>File</a></code> objects:</p>
 
   <pre class=idl>callback <dfn id=filecallback>FileCallback</dfn> = void (<a href=#file>File</a> file);</pre>
 
@@ -71505,7 +71505,7 @@
   "<code title="">on</code>" and is followed by the name of the event for which it is intended.</p>
 
   <p>An <a href=#event-handlers title="event handlers">event handler</a> can either have the value null or be set
-  to a callback object. This is defined using the <code><a href=#eventhandler>EventHandler</a></code> callback interface type.
+  to a callback object. This is defined using the <code><a href=#eventhandler>EventHandler</a></code> callback function type.
   <span class=impl>Initially, event handlers must be set to null.</span></p>
 
   <p>Event handlers are exposed in one of two ways.</p>
@@ -71783,8 +71783,8 @@
 
   </ol></div>
 
-  <hr><p>The <code><a href=#eventhandler>EventHandler</a></code> interface represents a callback used for event handlers. It is
-  represented in Web IDL as follows:</p>
+  <hr><p>The <code><a href=#eventhandler>EventHandler</a></code> callback function type represents a callback used for event
+  handlers. It is represented in Web IDL as follows:</p>
 
   <pre class=idl>[TreatNonCallableAsNull]
 callback <dfn id=eventhandlernonnull>EventHandlerNonNull</dfn> = any (<a href=#event>Event</a> event);

Modified: source
===================================================================
--- source	2013-06-06 20:03:31 UTC (rev 7920)
+++ source	2013-06-06 20:05:54 UTC (rev 7921)
@@ -7862,8 +7862,8 @@
 
   <h4>Callbacks</h4>
 
-  <p>The following callback interface is used in various APIs that interact with <code>File</code>
-  objects:</p>
+  <p>The following callback function type is used in various APIs that interact with
+  <code>File</code> objects:</p>
 
   <pre class="idl">callback <dfn>FileCallback</dfn> = void (<span>File</span> file);</pre>
 
@@ -79985,7 +79985,7 @@
   "<code title="">on</code>" and is followed by the name of the event for which it is intended.</p>
 
   <p>An <span title="event handlers">event handler</span> can either have the value null or be set
-  to a callback object. This is defined using the <code>EventHandler</code> callback interface type.
+  to a callback object. This is defined using the <code>EventHandler</code> callback function type.
   <span class="impl">Initially, event handlers must be set to null.</span></p>
 
   <p>Event handlers are exposed in one of two ways.</p>
@@ -80309,8 +80309,8 @@
 
   <hr>
 
-  <p>The <code>EventHandler</code> interface represents a callback used for event handlers. It is
-  represented in Web IDL as follows:</p>
+  <p>The <code>EventHandler</code> callback function type represents a callback used for event
+  handlers. It is represented in Web IDL as follows:</p>
 
   <pre class="idl">[TreatNonCallableAsNull]
 callback <dfn>EventHandlerNonNull</dfn> = any (<span>Event</span> event);




More information about the Commit-Watchers mailing list