[html5] r1727 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 6 04:08:15 PDT 2008


Author: ianh
Date: 2008-06-06 04:08:15 -0700 (Fri, 06 Jun 2008)
New Revision: 1727

Modified:
   index
   source
Log:
[e] (0) Oops, thinko wrt the event names. (credit: avk)

Modified: index
===================================================================
--- index	2008-06-06 02:05:15 UTC (rev 1726)
+++ index	2008-06-06 11:08:15 UTC (rev 1727)
@@ -30171,13 +30171,13 @@
 
    <li>
     <p>The user agent must <a href="#firing2">fire a simple event</a> called
-     <code title=event-onbeforeprint>onbeforeprint</code> at the <code><a
+     <code title=event-beforeprint>beforeprint</code> at the <code><a
      href="#window">Window</a></code> object of the browsing context of the
      <code>Document</code> that is being printed, as well as any <a
      href="#nested0" title="nested browsing context">nested browsing
      contexts</a> in it.</p>
 
-    <p class=example>The <code title=event-onbeforeprint>onbeforeprint</code>
+    <p class=example>The <code title=event-beforeprint>beforeprint</code>
      event can be used to annotate the printed copy, for instance adding the
      time at which the document was printed.</p>
 
@@ -30193,16 +30193,16 @@
 
    <li>
     <p>The user agent must <a href="#firing2">fire a simple event</a> called
-     <code title=event-onafterprint>onafterprint</code> at the <code><a
+     <code title=event-afterprint>afterprint</code> at the <code><a
      href="#window">Window</a></code> object of the browsing context of the
      <code>Document</code> that is being printed, as well as any <a
      href="#nested0" title="nested browsing context">nested browsing
      contexts</a> in it.</p>
 
-    <p class=example>The <code title=event-onafterprint>onafterprint</code>
-     event can be used to revert annotations added in the earlier event, as
-     well as showing post-printing UI. For instance, if a page is walking the
-     user through the steps of applying for a home loan, the script could
+    <p class=example>The <code title=event-afterprint>afterprint</code> event
+     can be used to revert annotations added in the earlier event, as well as
+     showing post-printing UI. For instance, if a page is walking the user
+     through the steps of applying for a home loan, the script could
      automatically advance to the next step after having printed a form or
      other.</p>
   </ol>

Modified: source
===================================================================
--- source	2008-06-06 02:05:15 UTC (rev 1726)
+++ source	2008-06-06 11:08:15 UTC (rev 1727)
@@ -27916,14 +27916,14 @@
    <li>
 
     <p>The user agent must <span>fire a simple event</span> called
-    <code title="event-onbeforeprint">onbeforeprint</code> at the
+    <code title="event-beforeprint">beforeprint</code> at the
     <code>Window</code> object of the browsing context of the
     <code>Document</code> that is being printed, as well as any <span
     title="nested browsing context">nested browsing contexts</span> in
     it.</p>
 
     <p class="example">The <code
-    title="event-onbeforeprint">onbeforeprint</code> event can be used
+    title="event-beforeprint">beforeprint</code> event can be used
     to annotate the printed copy, for instance adding the time at
     which the document was printed.</p>
    
@@ -27946,14 +27946,14 @@
    <li>
 
     <p>The user agent must <span>fire a simple event</span> called
-    <code title="event-onafterprint">onafterprint</code> at the
+    <code title="event-afterprint">afterprint</code> at the
     <code>Window</code> object of the browsing context of the
     <code>Document</code> that is being printed, as well as any <span
     title="nested browsing context">nested browsing contexts</span> in
     it.</p>
 
     <p class="example">The <code
-    title="event-onafterprint">onafterprint</code> event can be used
+    title="event-afterprint">afterprint</code> event can be used
     to revert annotations added in the earlier event, as well as
     showing post-printing UI. For instance, if a page is walking the
     user through the steps of applying for a home loan, the script




More information about the Commit-Watchers mailing list