html5/spec Overview.html,1.915,1.916

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16675

Modified Files:
	Overview.html 
Log Message:
Oops, thinko wrt the event names. (credit: avk) (whatwg r1727)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -d -r1.915 -r1.916
--- Overview.html	6 Jun 2008 02:05:49 -0000	1.915
+++ Overview.html	6 Jun 2008 11:08:20 -0000	1.916
@@ -30262,13 +30262,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>
 
@@ -30284,16 +30284,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>

Received on Friday, 6 June 2008 11:08:57 UTC