html5/spec-author-view Overview.html,1.731,1.732 dom.html,1.577,1.578 spec.html,1.736,1.737

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

Modified Files:
	Overview.html dom.html spec.html 
Log Message:
Make 'Referer' work correctly for scripts in shared workers. (For some definition of 'correctly' -- it uses the URL of the document that actually created the script. Arguably it should use the URL of the script itself. However, this doesn't change that, it just makes it not leak the URL of documents that that document's browsing context is navigated to.) (whatwg r4789)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.731
retrieving revision 1.732
diff -u -d -r1.731 -r1.732
--- Overview.html	22 Feb 2010 23:57:09 -0000	1.731
+++ Overview.html	23 Feb 2010 01:57:17 -0000	1.732
@@ -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.3836.
+This is revision 1.3837.
    </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

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -d -r1.577 -r1.578
--- dom.html	22 Feb 2010 23:07:03 -0000	1.577
+++ dom.html	23 Feb 2010 01:57:17 -0000	1.578
@@ -306,8 +306,7 @@
   document's current address</a> in their user interface.</p><p>When a <code><a href="#document">Document</a></code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code>
   or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
   APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the
-  document's address</a> of the <a href="browsers.html#active-document">active document</a> of the
-  <a href="#script-s-browsing-context">script's browsing context</a>.</p><p><code><a href="#document">Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
+  document's address</a> of the <a href="#script-s-document">script's document</a>.</p><p><code><a href="#document">Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
   documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML
   documents</dfn> when they are created. Whether a document is an
   <a href="#html-documents" title="HTML documents">HTML document</a> or an <a href="#xml-documents" title="XML documents">XML document</a> affects the behavior of

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.736
retrieving revision 1.737
diff -u -d -r1.736 -r1.737
--- spec.html	22 Feb 2010 23:57:09 -0000	1.736
+++ spec.html	23 Feb 2010 01:57:17 -0000	1.737
@@ -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.3836.
+This is revision 1.3837.
    </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
@@ -2233,8 +2233,7 @@
   document's current address</a> in their user interface.</p><p>When a <code><a href=#document>Document</a></code> is created by a <a href=#concept-script title=concept-script>script</a> using the <code title=dom-DOMImplementation-createDocument>createDocument()</code>
   or <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument()</a></code>
   APIs, <a href=#the-document-s-address>the document's address</a> is the same as <a href=#the-document-s-address>the
-  document's address</a> of the <a href=#active-document>active document</a> of the
-  <a href=#script-s-browsing-context>script's browsing context</a>.</p><p><code><a href=#document>Document</a></code> objects are assumed to be <dfn id=xml-documents>XML
+  document's address</a> of the <a href=#script-s-document>script's document</a>.</p><p><code><a href=#document>Document</a></code> objects are assumed to be <dfn id=xml-documents>XML
   documents</dfn> unless they are flagged as being <dfn id=html-documents>HTML
   documents</dfn> when they are created. Whether a document is an
   <a href=#html-documents title="HTML documents">HTML document</a> or an <a href=#xml-documents title="XML documents">XML document</a> affects the behavior of

Received on Tuesday, 23 February 2010 01:57:25 UTC