- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 13:42:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18443
Modified Files:
Overview.html
Log Message:
Move around the 'impl' markers to put 'effective script origin' into the author part. (whatwg r4739)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3785
retrieving revision 1.3786
diff -u -d -r1.3785 -r1.3786
--- Overview.html 14 Feb 2010 13:28:52 -0000 1.3785
+++ Overview.html 14 Feb 2010 13:42:00 -0000 1.3786
@@ -39920,20 +39920,13 @@
</div>
- </div><div class="impl">
-
- <h3 id="origin-0"><span class="secno">5.3 </span>Origin</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
- <!-- Hallowed are the Ori -->
-
- <p>The <dfn id="origin">origin</dfn> of a resource and the <dfn id="effective-script-origin">effective script
+ </div><h3 id="origin-0"><span class="secno">5.3 </span>Origin</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- Hallowed are the Ori --><p>The <dfn id="origin">origin</dfn> of a resource and the <dfn id="effective-script-origin">effective script
origin</dfn> of a resource are both either opaque identifiers or
tuples consisting of a scheme component, a host component, a port
- component, and optionally extra data.</p>
-
- <p class="note">The extra data could include the certificate of the
+ component, and optionally extra data.<p class="note">The extra data could include the certificate of the
site when using encrypted connections, to ensure that if the site's
secure certificate changes, the origin is considered to change as
- well.</p>
+ well.<div class="impl">
<p>These characteristics are defined as follows:</p>
@@ -40280,9 +40273,10 @@
<p>Returns the current domain used for security checks.</p>
- <p>Can be set to a value that removes subdomains, to allow pages
- on other subdomains of the same domain (if they do the same thing)
- to access each other.</p>
+ <p>Can be set to a value that removes subdomains, to change the
+ <a href="#effective-script-origin">effective script origin</a> to allow pages on other
+ subdomains of the same domain (if they do the same thing) to
+ access each other.</p>
</dd>
Received on Sunday, 14 February 2010 13:42:07 UTC