- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Sep 2010 20:47:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8421 Modified Files: apis-in-html-documents.html dom.html spec.html toc-status.html Log Message: document.readyState should be updated after csalling document.open(). (whatwg r5501) [updated by splitter] Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1011 retrieving revision 1.1012 diff -u -d -r1.1011 -r1.1012 --- dom.html 24 Sep 2010 22:16:42 -0000 1.1011 +++ dom.html 25 Sep 2010 20:47:23 -0000 1.1012 @@ -1172,9 +1172,15 @@ --><li><p>Let <var title="">document</var> be the <code><a href="infrastructure.html#document">Document</a></code> object on which the method was invoked.</p></li> + <li><p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> the method's + first argument, relative to the <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-base-url" title="script's base URL">base URL</a>. If this is not + successful, throw a <code><a href="common-dom-interfaces.html#syntax_err">SYNTAX_ERR</a></code> exception and abort + these steps. Otherwise, let <var title="">url</var> be the + resulting <a href="urls.html#absolute-url">absolute URL</a>.</p></li> + <li><p>If the <a href="origin-0.html#origin">origin</a> of <var title="">url</var> is not the same as the <a href="origin-0.html#origin">origin</a> of <var title="">document</var>, throw a <code><a href="common-dom-interfaces.html#security_err">SECURITY_ERR</a></code> - exception.</p></li> + exception and abort these steps.</p></li> <!--SYNCLOAD <li><p>If <code title="dom-XMLDocumentLoader-async">async</code> is set to false, let <var title="">document</var> be Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- apis-in-html-documents.html 24 Sep 2010 22:16:42 -0000 1.16 +++ apis-in-html-documents.html 25 Sep 2010 20:47:13 -0000 1.17 @@ -659,6 +659,9 @@ an end-of-file token). The encoding <a href="parsing.html#concept-encoding-confidence" title="concept-encoding-confidence">confidence</a> is <i>irrelevant</i>.</p></li> + <li><p>Set the <a href="dom.html#current-document-readiness">current document readiness</a> of the + document to "loading".</p></li> + <li> <!-- text/plain handling --> Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.245 retrieving revision 1.246 diff -u -d -r1.245 -r1.246 --- toc-status.html 25 Sep 2010 18:17:06 -0000 1.245 +++ toc-status.html 25 Sep 2010 20:47:23 -0000 1.246 @@ -218,7 +218,7 @@ DOM tree accessors</a> <span class="id">(dom-tree-accessors)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-documents" class="status REC">REC</a> <a href="../spec/#creating-documents">3.1.5 Creating documents</a> <span class="id">(creating-documents)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=loading-xml-documents" class="status ADD">ADD</a> <a href="../spec/#loading-xml-documents">3.1.6 Loading XML documents</a> <span class="id">(loading-xml-documents)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=loading-xml-documents" class="status LC">LC</a> <a href="../spec/#loading-xml-documents">3.1.6 Loading XML documents</a> <span class="id">(loading-xml-documents)</span></li> </ol> </li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=elements" class="status LC">LC</a> <a href="../spec/#elements">3.2 Elements</a> <span class="id">(elements)</span> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1221 retrieving revision 1.1222 diff -u -d -r1.1221 -r1.1222 --- spec.html 25 Sep 2010 20:16:32 -0000 1.1221 +++ spec.html 25 Sep 2010 20:47:23 -0000 1.1222 @@ -338,7 +338,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4390. +This is revision 1.4392. </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
Received on Saturday, 25 September 2010 20:47:28 UTC