[html5] r2089 - [e] (0) Note that removing a content attribute doesn't affect a the event handle [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 20 02:42:44 PDT 2008


Author: ianh
Date: 2008-08-20 02:42:42 -0700 (Wed, 20 Aug 2008)
New Revision: 2089

Modified:
   index
   source
Log:
[e] (0) Note that removing a content attribute doesn't affect a the event handler. (credit: tl)

Modified: index
===================================================================
--- index	2008-08-20 01:21:01 UTC (rev 2088)
+++ index	2008-08-20 09:42:42 UTC (rev 2089)
@@ -33044,6 +33044,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
@@ -55642,9 +55646,10 @@
    Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner,
    Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava
    Dutta, Tantek Ç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 Ø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 Ø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

Modified: source
===================================================================
--- source	2008-08-20 01:21:01 UTC (rev 2088)
+++ source	2008-08-20 09:42:42 UTC (rev 2089)
@@ -30345,6 +30345,10 @@
   context</span>, the corresponding event handler attribute is not
   changed.</p>
 
+  <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>
 
   <p><dfn>Event handler DOM attributes</dfn>, on setting, must set the
@@ -50570,7 +50574,7 @@
   Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner, Steve Runyon,
   Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava Dutta,
   Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor,
-  Tim Altman, Tim Johansson, Tyler Close, Vladimir
+  Tim Altman, Tim Johansson, Travis Leithead, Tyler Close, Vladimir
   Vuki&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, William Swanson,
   Yi-An Huang, and Øistein E. Andersen, for their useful and
   substantial comments.</p>




More information about the Commit-Watchers mailing list