html5/spec-author-view Overview.html,1.782,1.783 infrastructure.html,1.574,1.575 spec.html,1.788,1.789

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

Modified Files:
	Overview.html infrastructure.html spec.html 
Log Message:
Fix meaning of 'live' throughout. Hide a Window object that had leaked out instead of turning into a WindowProxy object. Fix a note that had rotted. (whatwg r4857)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- infrastructure.html	9 Mar 2010 00:37:13 -0000	1.574
+++ infrastructure.html	17 Mar 2010 23:57:07 -0000	1.575
@@ -399,11 +399,10 @@
   <code>Foo</code>".</p><p>An IDL attribute is said to be <dfn title="">getting</dfn> when
   its value is being retrieved (e.g. by author script), and is said to
   be <dfn title="">setting</dfn> when a new value is assigned to
-  it.</p><p>If a DOM object is said to be <dfn id="live">live</dfn>, then that means
-  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
+  it.</p><p>If a DOM object is said to be <dfn id="live">live</dfn>, then 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. 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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.782
retrieving revision 1.783
diff -u -d -r1.782 -r1.783
--- Overview.html	17 Mar 2010 23:27:03 -0000	1.782
+++ Overview.html	17 Mar 2010 23:57:07 -0000	1.783
@@ -306,7 +306,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.3891.
+This is revision 1.3892.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.788
retrieving revision 1.789
diff -u -d -r1.788 -r1.789
--- spec.html	17 Mar 2010 23:27:04 -0000	1.788
+++ spec.html	17 Mar 2010 23:57:07 -0000	1.789
@@ -304,7 +304,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.3891.
+This is revision 1.3892.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -1398,11 +1398,10 @@
   <code>Foo</code>".</p><p>An IDL attribute is said to be <dfn title="">getting</dfn> when
   its value is being retrieved (e.g. by author script), and is said to
   be <dfn title="">setting</dfn> when a new value is assigned to
-  it.</p><p>If a DOM object is said to be <dfn id=live>live</dfn>, then that means
-  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
+  it.</p><p>If a DOM object is said to be <dfn id=live>live</dfn>, then 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. 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

Received on Wednesday, 17 March 2010 23:57:11 UTC