- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 29 Aug 2009 00:41:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19178 Modified Files: Overview.html Log Message: Sync with XHR2. (whatwg r3690) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2868 retrieving revision 1.2869 diff -u -d -r1.2868 -r1.2869 --- Overview.html 28 Aug 2009 19:42:40 -0000 1.2868 +++ Overview.html 29 Aug 2009 00:41:02 -0000 1.2869 @@ -174,7 +174,7 @@ <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> <!--ZZZ:--> <h2 class="no-num no-toc" id="w3c-working-draft-25-august-2009">W3C Working Draft 25 August 2009</h2> - <!--<h2 class="no-num no-toc">Editor's Draft 28 August 2009</h2>--> + <!--<h2 class="no-num no-toc">Editor's Draft 29 August 2009</h2>--> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd> @@ -272,7 +272,7 @@ track. <!--ZZZ:--> This specification is the 25 August 2009 Working Draft. - <!--This specification is the 28 August 2009 Editor's Draft.--> + <!--This specification is the 29 August 2009 Editor's Draft.--> <!--:ZZZ--> </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) @@ -15332,7 +15332,7 @@ <legend>The castle through the ages: 1423, 1858, and 1999 respectively.</legend> </figure></pre> - </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) and <a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) block progress to Last Call</span><dl class="element"><dt>Categories</dt> + </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) and <a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) block progress to Last Call</span><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing content</a>.</dd> <dd><a href="#embedded-content">Embedded content</a>.</dd> @@ -17586,7 +17586,7 @@ <a href="#reflect">reflect</a> the respective content attributes of the same name.</p> - </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil), <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) and <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) block progress to Last Call</span><dl class="element"><dt>Categories</dt> + </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization), <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing content</a>.</dd> <dd><a href="#embedded-content">Embedded content</a>.</dd> @@ -42718,14 +42718,8 @@ <code>XMLHttpRequest</code> API</dt> <dd>The <a href="#origin">origin</a> and <a href="#effective-script-origin">effective script - origin</a> are equal to the <a href="#origin">origin</a> and - <a href="#effective-script-origin">effective script origin</a> of the <code>Document</code> - object of the <code><a href="#window">Window</a></code> object from which the - <code>XMLHttpRequest</code> constructor was invoked. (That is, - they track the <code>Document</code> to which the - <code>XMLHttpRequest</code> object's <a href="http://www.w3.org/TR/2008/WD-XMLHttpRequest2-20080930/#document-pointer"><code>Document</code> - pointer</a> pointed when it was created.) <a href="#refsXHR">[XHR]</a></dd> - <!-- XXX xref is broken: http://www.w3.org/TR/2008/WD-XMLHttpRequest2-20080930/#document-pointer --> + origin</a> are equal to the <span>XMLHttpRequest origin</span> + of the <code>XMLHttpRequest</code> object. <a href="#refsXHR">[XHR]</a></dd> <dt>If a <code>Document</code> or image was generated from a @@ -67692,7 +67686,7 @@ Object</a></cite>, A. van Kesteren. W3C, April 2008.</dd> --> - <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest/"><code>XMLHttpRequest</code></a></cite>, + <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>, A. van Kesteren. W3C, June 2009.</dd> <dt id="refsXHTML10">[XHTML10]</dt>
Received on Saturday, 29 August 2009 00:41:17 UTC