[html5] r1361 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Mar 7 17:58:53 PST 2008
Author: ianh
Date: 2008-03-07 17:58:52 -0800 (Fri, 07 Mar 2008)
New Revision: 1361
Modified:
index
source
Log:
[] (0) Define how event listeners are to be ignored in designMode content.
Modified: index
===================================================================
--- index 2008-03-08 01:47:36 UTC (rev 1360)
+++ index 2008-03-08 01:58:52 UTC (rev 1361)
@@ -33827,8 +33827,11 @@
<p>When the <code>Document</code> has <code
title=dom-document-designMode><a href="#designMode">designMode</a></code>
- enabled, event listeners registered on the document or any elements owned
- by the document must do nothing.
+ enabled, the <a href="#event2">event handler attributes</a> of the
+ document and any elements owned by the document must do nothing, and event
+ listeners registered on the document and any elements owned by the
+ document that are associated with script from the document must similarly
+ do nothing.
<h3 id=dnd><span class=secno>5.3 </span><dfn id=drag-and>Drag and
drop</dfn></h3>
Modified: source
===================================================================
--- source 2008-03-08 01:47:36 UTC (rev 1360)
+++ source 2008-03-08 01:58:52 UTC (rev 1361)
@@ -31289,9 +31289,12 @@
editable.</p>
<p>When the <code>Document</code> has <code
- title="dom-document-designMode">designMode</code> enabled, event
- listeners registered on the document or any elements owned by the
- document must do nothing.</p>
+ title="dom-document-designMode">designMode</code> enabled, the
+ <span>event handler attributes</span> of the document and any
+ elements owned by the document must do nothing, and event listeners
+ registered on the document and any elements owned by the document
+ that are associated with script from the document must similarly do
+ nothing.</p>
More information about the Commit-Watchers
mailing list