Skip to content

Commit

Permalink
[e] (0) sync with DOM Core
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13979

git-svn-id: http://svn.whatwg.org/webapps@6698 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2011
1 parent c0aa35c commit c1144ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -3268,7 +3268,8 @@ <h4 id=scripting-0><span class=secno>2.1.4 </span>Scripting</h4>
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>
Expand Down Expand Up @@ -3831,6 +3832,7 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
<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>

Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -3268,7 +3268,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>
Expand Down Expand Up @@ -3831,6 +3832,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -2137,7 +2137,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>


Expand Down Expand Up @@ -2748,6 +2749,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>

Expand Down

0 comments on commit c1144ac

Please sign in to comment.