[html5] r2603 - [e] (0) remove obsolete issue note
whatwg at whatwg.org
whatwg at whatwg.org
Sun Dec 28 04:18:50 PST 2008
Author: ianh
Date: 2008-12-28 04:18:49 -0800 (Sun, 28 Dec 2008)
New Revision: 2603
Modified:
index
source
Log:
[e] (0) remove obsolete issue note
Modified: index
===================================================================
--- index 2008-12-28 12:06:03 UTC (rev 2602)
+++ index 2008-12-28 12:18:49 UTC (rev 2603)
@@ -34480,16 +34480,7 @@
<h4 id=events><span class=secno>5.4.6 </span>Events</h4>
- <p class=XXX>We need to define how to handle events that are
- to be fired on a Document that is no longer the active document of
- its browsing context, and for Documents that have no browsing
- context. Do the events fire? Do the handlers in that document not
- fire? Do we just define scripting to be disabled when the document
- isn't active, with events still running as is? See also the
- <code><a href=#script>script</a></code> element section, which says scripts don't run
- when the document isn't active.</p>
-
<h5 id=event-handler-attributes><span class=secno>5.4.6.1 </span>Event handler attributes</h5>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E -->
Modified: source
===================================================================
--- source 2008-12-28 12:06:03 UTC (rev 2602)
+++ source 2008-12-28 12:18:49 UTC (rev 2603)
@@ -39178,16 +39178,7 @@
<h4>Events</h4>
- <p class="XXX">We need to define how to handle events that are
- to be fired on a Document that is no longer the active document of
- its browsing context, and for Documents that have no browsing
- context. Do the events fire? Do the handlers in that document not
- fire? Do we just define scripting to be disabled when the document
- isn't active, with events still running as is? See also the
- <code>script</code> element section, which says scripts don't run
- when the document isn't active.</p>
-
<h5 id="event-handler-attributes">Event handler attributes</h5>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E -->
More information about the Commit-Watchers
mailing list