- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Dec 2009 08:12:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2476 Modified Files: Overview.html Log Message: Define 'trusted event' via DOM3 Events. (whatwg r4452) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3551 retrieving revision 1.3552 diff -u -d -r1.3551 -r1.3552 --- Overview.html 17 Dec 2009 22:48:35 -0000 1.3551 +++ Overview.html 18 Dec 2009 08:12:11 -0000 1.3552 @@ -260,7 +260,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-17-december-2009">Editor's Draft 17 December 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-18-december-2009">Editor's Draft 18 December 2009</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 17 December 2009 Editor's Draft. + This specification is the 18 December 2009 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) what was previously the HTML4, XHTML1, and DOM2 HTML @@ -1734,9 +1734,10 @@ that any attributes returning that object <span class="impl">must</span> always return the same object (not a new object each time), and the attributes and methods on that object <span class="impl">must</span> operate on the actual underlying - data, not a snapshot of the data.<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><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The term <dfn id="plugin">plugin</dfn> is used to mean any content handler + data, not a snapshot of the data.<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><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The term <dfn id="plugin">plugin</dfn> is used to mean any content handler for Web content types that are either not supported by the user agent natively or that do not expose a DOM, which supports rendering the content as part of the user agent's interface.<p>Typically such content handlers are provided by third @@ -13818,7 +13819,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 @@ -24711,7 +24712,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
Received on Friday, 18 December 2009 08:12:16 UTC