- From: poot <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 17:57:14 -0400
- To: public-html-diffs@w3.org
hixie: sync with DOM Core (whatwg r6698) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5368&r2=1.5369&f=h http://html5.org/tools/web-apps-tracker?from=6697&to=6698 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5368 retrieving revision 1.5369 diff -u -d -r1.5368 -r1.5369 --- Overview.html 19 Oct 2011 00:49:45 -0000 1.5368 +++ Overview.html 19 Oct 2011 21:56:57 -0000 1.5369 @@ -2660,7 +2660,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><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent defined set of + 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><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent defined set of content handlers used by the user agent that can take part in the user agent's rendering of a <code><a href="#document">Document</a></code> object, but that neither act as <a href="#child-browsing-context" title="child browsing context">child browsing @@ -3150,6 +3151,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>
Received on Wednesday, 19 October 2011 21:57:20 UTC