[html5] r4452 - [e] (0) Define 'trusted event' via DOM3 Events. Fixing http://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 18 00:12:06 PST 2009


Author: ianh
Date: 2009-12-18 00:12:03 -0800 (Fri, 18 Dec 2009)
New Revision: 4452

Modified:
   complete.html
   index
   source
Log:
[e] (0) Define 'trusted event' via DOM3 Events.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8117

Modified: complete.html
===================================================================
--- complete.html	2009-12-17 22:48:26 UTC (rev 4451)
+++ complete.html	2009-12-18 08:12:03 UTC (rev 4452)
@@ -108,7 +108,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 17 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 18 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1996,9 +1996,10 @@
   <span class=impl>must</span> operate on the actual underlying
   data, not a snapshot of the data.</p>
 
-  <p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used
-  interchangeably in the context of events, as in the DOM Events
-  specifications. <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
+  <p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used interchangeably in the context of
+  events, as in the DOM Events specifications. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used as
+  defined by the DOM Events specification. <!--
+  http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
 
   <h4 id=plugins><span class=secno>2.1.5 </span>Plugins</h4>
@@ -15771,7 +15772,7 @@
   the following steps:</p>
 
   <ol><li><p>If the <code title=event-DOMActivate>DOMActivate</code>
-   event in question is not <span title=concept-events-trusted>trusted</span> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
+   event in question is not <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
    event being dispatched), and the <code><a href=#the-a-element>a</a></code> element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute is such that
    applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
    browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the
@@ -27952,7 +27953,7 @@
   elements is to run the following steps:</p>
 
   <ol><li><p>If the <code title=event-DOMActivate>DOMActivate</code>
-   event in question is not <span title=concept-events-trusted>trusted</span> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
+   event in question is not <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
    event being dispatched), and the <code><a href=#the-area-element>area</a></code> element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute is such that
    applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
    browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the

Modified: index
===================================================================
--- index	2009-12-17 22:48:26 UTC (rev 4451)
+++ index	2009-12-18 08:12:03 UTC (rev 4452)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>WHATWG HTML (Including HTML5)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 17 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 18 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1831,9 +1831,10 @@
   <span class=impl>must</span> operate on the actual underlying
   data, not a snapshot of the data.</p>
 
-  <p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used
-  interchangeably in the context of events, as in the DOM Events
-  specifications. <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
+  <p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used interchangeably in the context of
+  events, as in the DOM Events specifications. The term <dfn id=concept-events-trusted title=concept-events-trusted>trusted event</dfn> is used as
+  defined by the DOM Events specification. <!--
+  http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>
 
 
   <h4 id=plugins><span class=secno>2.1.5 </span>Plugins</h4>
@@ -15606,7 +15607,7 @@
   the following steps:</p>
 
   <ol><li><p>If the <code title=event-DOMActivate>DOMActivate</code>
-   event in question is not <span title=concept-events-trusted>trusted</span> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
+   event in question is not <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
    event being dispatched), and the <code><a href=#the-a-element>a</a></code> element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute is such that
    applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
    browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the
@@ -27787,7 +27788,7 @@
   elements is to run the following steps:</p>
 
   <ol><li><p>If the <code title=event-DOMActivate>DOMActivate</code>
-   event in question is not <span title=concept-events-trusted>trusted</span> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
+   event in question is not <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> (i.e. a <code title=dom-click><a href=#dom-click>click()</a></code> method call was the reason for the
    event being dispatched), and the <code><a href=#the-area-element>area</a></code> element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute is such that
    applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
    browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the

Modified: source
===================================================================
--- source	2009-12-17 22:48:26 UTC (rev 4451)
+++ source	2009-12-18 08:12:03 UTC (rev 4452)
@@ -844,9 +844,13 @@
   <span class="impl">must</span> operate on the actual underlying
   data, not a snapshot of the data.</p>
 
-  <p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used
-  interchangeably in the context of events, as in the DOM Events
-  specifications. <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p>
+  <p>The terms <dfn title="">fire</dfn> and <dfn
+  title="">dispatch</dfn> are used interchangeably in the context of
+  events, as in the DOM Events specifications. The term <dfn
+  title="concept-events-trusted">trusted event</dfn> is used as
+  defined by the DOM Events specification. <!--
+  http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a
+  href="#refsDOMEVENTS">[DOMEVENTS]</a></p>
 
 
   <h4>Plugins</h4>




More information about the Commit-Watchers mailing list