[html5] r6698 - [e] (0) sync with DOM Core Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13979
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 19 14:53:05 PDT 2011
Author: ianh
Date: 2011-10-19 14:53:04 -0700 (Wed, 19 Oct 2011)
New Revision: 6698
Modified:
complete.html
index
source
Log:
[e] (0) sync with DOM Core
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13979
Modified: complete.html
===================================================================
--- complete.html 2011-10-19 00:45:59 UTC (rev 6697)
+++ complete.html 2011-10-19 21:53:04 UTC (rev 6698)
@@ -3268,7 +3268,8 @@
defined in the DOM Core specification: firing an event means to
create and dispatch it, and dispatching an event means to follow the
steps that propagate the event through the tree. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used to refer
- to events that have the <span>trusted flag</span> set. <a href=#refsDOMCORE>[DOMCORE]</a></p>
+ to events whose <code title=dom-event-isTrusted><a href=#dom-event-istrusted>isTrusted</a></code>
+ attribute is initialized to true. <a href=#refsDOMCORE>[DOMCORE]</a></p>
<h4 id=plugins><span class=secno>2.1.5 </span>Plugins</h4>
@@ -3831,6 +3832,7 @@
<li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
<li><dfn id=eventinit><code>EventInit</code></dfn> dictionary type</li>
<li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
+ <li><dfn id=dom-event-istrusted title=dom-Event-isTrusted><code>isTrusted</code></dfn> attribute</li>
<li>The <dfn id=concept-event-type title=concept-event-type>type</dfn> of an event</li>
<li>The concept of an <dfn id=concept-event-listener title=concept-event-listener>event listener</dfn> and the <a href=#concept-event-listener title=concept-event-listener>event listeners</a> associated with an <code><a href=#eventtarget>EventTarget</a></code></li>
Modified: index
===================================================================
--- index 2011-10-19 00:45:59 UTC (rev 6697)
+++ index 2011-10-19 21:53:04 UTC (rev 6698)
@@ -3268,7 +3268,8 @@
defined in the DOM Core specification: firing an event means to
create and dispatch it, and dispatching an event means to follow the
steps that propagate the event through the tree. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used to refer
- to events that have the <span>trusted flag</span> set. <a href=#refsDOMCORE>[DOMCORE]</a></p>
+ to events whose <code title=dom-event-isTrusted><a href=#dom-event-istrusted>isTrusted</a></code>
+ attribute is initialized to true. <a href=#refsDOMCORE>[DOMCORE]</a></p>
<h4 id=plugins><span class=secno>2.1.5 </span>Plugins</h4>
@@ -3831,6 +3832,7 @@
<li><dfn id=eventtarget><code>EventTarget</code></dfn> interface</li>
<li><dfn id=eventinit><code>EventInit</code></dfn> dictionary type</li>
<li><dfn id=dom-event-target title=dom-Event-target><code>target</code></dfn> attribute</li>
+ <li><dfn id=dom-event-istrusted title=dom-Event-isTrusted><code>isTrusted</code></dfn> attribute</li>
<li>The <dfn id=concept-event-type title=concept-event-type>type</dfn> of an event</li>
<li>The concept of an <dfn id=concept-event-listener title=concept-event-listener>event listener</dfn> and the <a href=#concept-event-listener title=concept-event-listener>event listeners</a> associated with an <code><a href=#eventtarget>EventTarget</a></code></li>
Modified: source
===================================================================
--- source 2011-10-19 00:45:59 UTC (rev 6697)
+++ source 2011-10-19 21:53:04 UTC (rev 6698)
@@ -2137,7 +2137,8 @@
create and dispatch it, and dispatching an event means to follow the
steps that propagate the event through the tree. The term <dfn
title="concept-events-trusted">trusted event</dfn> is used to refer
- to events that have the <span>trusted flag</span> set. <a
+ to events whose <code title="dom-event-isTrusted">isTrusted</code>
+ attribute is initialized to true. <a
href="#refsDOMCORE">[DOMCORE]</a></p>
@@ -2748,6 +2749,7 @@
<li><dfn><code>EventTarget</code></dfn> interface</li>
<li><dfn><code>EventInit</code></dfn> dictionary type</li>
<li><dfn title="dom-Event-target"><code>target</code></dfn> attribute</li>
+ <li><dfn title="dom-Event-isTrusted"><code>isTrusted</code></dfn> attribute</li>
<li>The <dfn title="concept-event-type">type</dfn> of an event</li>
<li>The concept of an <dfn title=concept-event-listener>event listener</dfn> and the <span title=concept-event-listener>event listeners</span> associated with an <code>EventTarget</code></li>
More information about the Commit-Watchers
mailing list