html5/spec Overview.html,1.1261,1.1262

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

Modified Files:
	Overview.html 
Log Message:
Note that removing a content attribute doesn't affect a the event handler. (credit: tl) (whatwg r2089)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1261
retrieving revision 1.1262
diff -u -d -r1.1261 -r1.1262
--- Overview.html	20 Aug 2008 01:21:22 -0000	1.1261
+++ Overview.html	20 Aug 2008 09:43:34 -0000	1.1262
@@ -33052,6 +33052,10 @@
    <code>Document</code> that is not in a <a href="#browsing1">browsing
    context</a>, the corresponding event handler attribute is not changed.
 
+  <p class=note>Removing an event handler content attribute does not reset
+   the corresponding event handler attribute either.</p>
+  <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cbody%20onload%3D%22w(%27pass%27)%22%3E%0A%3Cscript%3Edocument.body.removeAttribute(%27onload%27)%3B%3C%2Fscript%3E -->
+
   <p class=big-issue>How do we allow non-JS event handlers?
 
   <p><dfn id=event6>Event handler DOM attributes</dfn>, on setting, must set
@@ -55650,9 +55654,10 @@
    Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner,
    Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava
    Dutta, Tantek &Ccedil;elik, Terrence Wood, Thomas Broyer, Thomas O'Connor,
-   Tim Altman, Tim Johansson, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;,
-   Wakaba, Wayne Pollock, William Swanson, Yi-An Huang, and &Oslash;istein E.
-   Andersen, for their useful and substantial comments.
+   Tim Altman, Tim Johansson, Travis Leithead, Tyler Close, Vladimir
+   Vuki&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, William Swanson, Yi-An
+   Huang, and &Oslash;istein E. Andersen, for their useful and substantial
+   comments.
 
   <p>Thanks also to everyone who has ever posted about HTML5 to their blogs,
    public mailing lists, or forums, including the <a

Received on Wednesday, 20 August 2008 09:44:12 UTC