html5/spec-author-view Overview.html,1.540,1.541 acknowledgements.html,1.538,1.539 browsers.html,1.543,1.544 comms.html,1.540,1.541 dom.html,1.543,1.544 editing.html,1.542,1.543 embedded-content-0.html,1.538,1.539 forms.html,1.540,1.541 history.html,1.541,1.542 index.html,1.538,1.539 infrastructure.html,1.541,1.542 interactive-elements.html,1.540,1.541 introduction.html,1.539,1.540 microdata.html,1.538,1.539 named-character-references.html,1.539,1.540 obsolete.html,1.539,1.540 offline.html,1.538,1.539 references.html,1.538,1.539 semantics.html,1.542,1.543 spec.html,1.547,1.548 syntax.html,1.541,1.542 tabular-data.html,1.538,1.539 text-level-semantics.html,1.537,1.538 the-canvas-element.html,1.542,1.543 the-xhtml-syntax.html,1.537,1.538 video.html,1.542,1.543

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv3070

Modified Files:
	Overview.html acknowledgements.html browsers.html comms.html 
	dom.html editing.html embedded-content-0.html forms.html 
	history.html index.html infrastructure.html 
	interactive-elements.html introduction.html microdata.html 
	named-character-references.html obsolete.html offline.html 
	references.html semantics.html spec.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-canvas-element.html the-xhtml-syntax.html video.html 
Log Message:
Define 'trusted event' via DOM3 Events. (whatwg r4452)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -d -r1.541 -r1.542
--- infrastructure.html	17 Dec 2009 22:56:40 -0000	1.541
+++ infrastructure.html	18 Dec 2009 08:16:40 -0000	1.542
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="introduction.html">&#8592; 1 Introduction</a> &#8211;
@@ -366,9 +366,10 @@
   that any attributes returning that object  always return the same object (not a new
   object each time), and the attributes and methods on that object
    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="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p><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><p>The term <dfn id="plugin">plugin</dfn> is used to mean any content handler
+  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. 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="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p><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><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><p>Typically such content handlers are provided by third

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -d -r1.537 -r1.538
--- text-level-semantics.html	17 Dec 2009 22:56:41 -0000	1.537
+++ text-level-semantics.html	18 Dec 2009 08:16:41 -0000	1.538
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="semantics.html">&#8592; 4 The elements of HTML</a> &#8211;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -d -r1.541 -r1.542
--- history.html	17 Dec 2009 22:56:40 -0000	1.541
+++ history.html	18 Dec 2009 08:16:40 -0000	1.542
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="offline.html">&#8592; 6.7 Offline Web applications</a> &#8211;

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- tabular-data.html	17 Dec 2009 22:56:41 -0000	1.538
+++ tabular-data.html	18 Dec 2009 08:16:41 -0000	1.539
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="the-canvas-element.html">&#8592; 4.8.11 The canvas element</a> &#8211;

Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- microdata.html	17 Dec 2009 22:56:40 -0000	1.538
+++ microdata.html	18 Dec 2009 08:16:40 -0000	1.539
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="interactive-elements.html">&#8592; 4.11 Interactive elements</a> &#8211;

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -d -r1.540 -r1.541
--- Overview.html	17 Dec 2009 22:56:40 -0000	1.540
+++ Overview.html	18 Dec 2009 08:16:39 -0000	1.541
@@ -262,7 +262,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>
@@ -281,7 +281,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3551.
+This is revision 1.3552.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -355,7 +355,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

Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- embedded-content-0.html	17 Dec 2009 22:56:40 -0000	1.538
+++ embedded-content-0.html	18 Dec 2009 08:16:40 -0000	1.539
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="dom.html">&#8592; 3 Semantics, structure, and APIs of HTML documents</a> &#8211;

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -d -r1.543 -r1.544
--- dom.html	17 Dec 2009 22:56:40 -0000	1.543
+++ dom.html	18 Dec 2009 08:16:40 -0000	1.544
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="infrastructure.html">&#8592; 2 Common infrastructure</a> &#8211;

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- acknowledgements.html	17 Dec 2009 22:56:40 -0000	1.538
+++ acknowledgements.html	18 Dec 2009 08:16:39 -0000	1.539
@@ -263,7 +263,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="references.html">&#8592; References</a> &#8211;

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -d -r1.542 -r1.543
--- the-canvas-element.html	17 Dec 2009 22:56:41 -0000	1.542
+++ the-canvas-element.html	18 Dec 2009 08:16:41 -0000	1.543
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="video.html">&#8592; 4.8.7 The video element</a> &#8211;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -d -r1.540 -r1.541
--- forms.html	17 Dec 2009 22:56:40 -0000	1.540
+++ forms.html	18 Dec 2009 08:16:40 -0000	1.541
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="tabular-data.html">&#8592; 4.9 Tabular data</a> &#8211;

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -d -r1.540 -r1.541
--- interactive-elements.html	17 Dec 2009 22:56:40 -0000	1.540
+++ interactive-elements.html	18 Dec 2009 08:16:40 -0000	1.541
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="forms.html">&#8592; 4.10 Forms</a> &#8211;

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -d -r1.542 -r1.543
--- editing.html	17 Dec 2009 22:56:40 -0000	1.542
+++ editing.html	18 Dec 2009 08:16:40 -0000	1.543
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="history.html">&#8592; 6.8 Session history and navigation</a> &#8211;

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -d -r1.542 -r1.543
--- video.html	17 Dec 2009 22:56:41 -0000	1.542
+++ video.html	18 Dec 2009 08:16:41 -0000	1.543
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="text-level-semantics.html">&#8592; 4.6 Text-level semantics</a> &#8211;

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -d -r1.543 -r1.544
--- browsers.html	17 Dec 2009 22:56:40 -0000	1.543
+++ browsers.html	18 Dec 2009 08:16:39 -0000	1.544
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="microdata.html">&#8592; 5 Microdata</a> &#8211;

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.537
retrieving revision 1.538
diff -u -d -r1.537 -r1.538
--- the-xhtml-syntax.html	17 Dec 2009 22:56:41 -0000	1.537
+++ the-xhtml-syntax.html	18 Dec 2009 08:16:41 -0000	1.538
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="named-character-references.html">&#8592; 9.2 Named character references</a> &#8211;

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- offline.html	17 Dec 2009 22:56:41 -0000	1.538
+++ offline.html	18 Dec 2009 08:16:40 -0000	1.539
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="browsers.html">&#8592; 6 Web browsers</a> &#8211;

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -d -r1.541 -r1.542
--- syntax.html	17 Dec 2009 22:56:41 -0000	1.541
+++ syntax.html	18 Dec 2009 08:16:41 -0000	1.542
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="comms.html">&#8592; 8 Communication</a> &#8211;

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -d -r1.539 -r1.540
--- obsolete.html	17 Dec 2009 22:56:40 -0000	1.539
+++ obsolete.html	18 Dec 2009 08:16:40 -0000	1.540
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="the-xhtml-syntax.html">&#8592; 10 The XHTML syntax</a> &#8211;

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -d -r1.539 -r1.540
--- named-character-references.html	17 Dec 2009 22:56:40 -0000	1.539
+++ named-character-references.html	18 Dec 2009 08:16:40 -0000	1.540
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="syntax.html">&#8592; 9 The HTML syntax</a> &#8211;

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- references.html	17 Dec 2009 22:56:41 -0000	1.538
+++ references.html	18 Dec 2009 08:16:40 -0000	1.539
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="index.html">&#8592; Index</a> &#8211;

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -d -r1.542 -r1.543
--- semantics.html	17 Dec 2009 22:56:41 -0000	1.542
+++ semantics.html	18 Dec 2009 08:16:41 -0000	1.543
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="embedded-content-0.html">&#8592; 3.2.5.1.6 Embedded content</a> &#8211;

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- index.html	17 Dec 2009 22:56:40 -0000	1.538
+++ index.html	18 Dec 2009 08:16:40 -0000	1.539
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="iana.html">&#8592; 12 IANA considerations</a> &#8211;

Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -d -r1.540 -r1.541
--- comms.html	17 Dec 2009 22:56:40 -0000	1.540
+++ comms.html	18 Dec 2009 08:16:40 -0000	1.541
@@ -264,7 +264,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="editing.html">&#8592; 7 User Interaction</a> &#8211;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.547
retrieving revision 1.548
diff -u -d -r1.547 -r1.548
--- spec.html	17 Dec 2009 22:56:41 -0000	1.547
+++ spec.html	18 Dec 2009 08:16:41 -0000	1.548
@@ -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>
@@ -279,7 +279,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3551.
+This is revision 1.3552.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -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
@@ -1393,9 +1393,10 @@
   that any attributes returning that object  always return the same object (not a new
   object each time), and the attributes and methods on that object
    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><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><p>The term <dfn id=plugin>plugin</dfn> is used to mean any content handler
+  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. 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><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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><p>Typically such content handlers are provided by third

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -d -r1.539 -r1.540
--- introduction.html	17 Dec 2009 22:56:40 -0000	1.539
+++ introduction.html	18 Dec 2009 08:16:40 -0000	1.540
@@ -263,7 +263,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.3551.</p>
+<p>This is revision 1.3552.</p>
 
    </div><div>
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Received on Friday, 18 December 2009 08:16:46 UTC