[html5] r4739 - [e] (0) Move around the 'impl' markers to put 'effective script origin' into the [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Feb 14 05:41:53 PST 2010


Author: ianh
Date: 2010-02-14 05:41:51 -0800 (Sun, 14 Feb 2010)
New Revision: 4739

Modified:
   complete.html
   index
   source
Log:
[e] (0) Move around the 'impl' markers to put 'effective script origin' into the author part.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8916

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 13:28:47 UTC (rev 4738)
+++ complete.html	2010-02-14 13:41:51 UTC (rev 4739)
@@ -52620,8 +52620,6 @@
 
 
 
-  <div class=impl>
-
   <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>
   <!-- Hallowed are the Ori -->
 
@@ -52635,6 +52633,9 @@
   secure certificate changes, the origin is considered to change as
   well.</p>
 
+
+  <div class=impl>
+
   <p>These characteristics are defined as follows:</p>
 
   <dl><dt>For URLs</dt>
@@ -52985,9 +52986,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>
 

Modified: index
===================================================================
--- index	2010-02-14 13:28:47 UTC (rev 4738)
+++ index	2010-02-14 13:41:51 UTC (rev 4739)
@@ -52522,8 +52522,6 @@
 
 
 
-  <div class=impl>
-
   <h3 id=origin-0><span class=secno>6.3 </span>Origin</h3>
   <!-- Hallowed are the Ori -->
 
@@ -52537,6 +52535,9 @@
   secure certificate changes, the origin is considered to change as
   well.</p>
 
+
+  <div class=impl>
+
   <p>These characteristics are defined as follows:</p>
 
   <dl><dt>For URLs</dt>
@@ -52887,9 +52888,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>
 

Modified: source
===================================================================
--- source	2010-02-14 13:28:47 UTC (rev 4738)
+++ source	2010-02-14 13:41:51 UTC (rev 4739)
@@ -59256,8 +59256,6 @@
 
 
 
-  <div class="impl">
-
   <h3>Origin</h3>
   <!-- Hallowed are the Ori -->
 
@@ -59271,6 +59269,9 @@
   secure certificate changes, the origin is considered to change as
   well.</p>
 
+
+  <div class="impl">
+
   <p>These characteristics are defined as follows:</p>
 
   <dl>
@@ -59690,9 +59691,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
+    <span>effective script origin</span> to allow pages on other
+    subdomains of the same domain (if they do the same thing) to
+    access each other.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list