hixie: Move around the 'impl' markers to put 'effective script origin' into the author part. (whatwg r4739)

hixie: Move around the 'impl' markers to put 'effective script origin'
into the author part. (whatwg r4739)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3785&r2=1.3786&f=h
http://html5.org/tools/web-apps-tracker?from=4738&to=4739

===================================================================
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:40 UTC