[html5] r7759 - [e] (0) Fix some cross-reference issues. Affected topics: DOM APIs, Security

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 17 11:19:03 PDT 2013


Author: ianh
Date: 2013-03-17 11:19:02 -0700 (Sun, 17 Mar 2013)
New Revision: 7759

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some cross-reference issues.
Affected topics: DOM APIs, Security

Modified: complete.html
===================================================================
--- complete.html	2013-03-15 23:00:54 UTC (rev 7758)
+++ complete.html	2013-03-17 18:19:02 UTC (rev 7759)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 15 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 17 March 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -66632,7 +66632,7 @@
   <code><a href=#location>Location</a></code> object's properties, getters, setters, etc, were not present.</p>
 
   <p>For members that return objects (including function objects), each distinct <a href=#effective-script-origin>effective
-  script origin</a> that is not the same as the <code><a href=#location>Location</a></code> object's
+  script origin</a> that is not the <a href=#same-origin>same origin</a> as the <code><a href=#location>Location</a></code> object's
   <code><a href=#document>Document</a></code>'s <a href=#effective-script-origin>effective script origin</a> must be provided with a separate set
   of objects. These objects must have the prototype chain appropriate for the script for which the
   objects are created (not those that would be appropriate for scripts whose <a href="#script's-global-object">script's global

Modified: index
===================================================================
--- index	2013-03-15 23:00:54 UTC (rev 7758)
+++ index	2013-03-17 18:19:02 UTC (rev 7759)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 15 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 17 March 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -66632,7 +66632,7 @@
   <code><a href=#location>Location</a></code> object's properties, getters, setters, etc, were not present.</p>
 
   <p>For members that return objects (including function objects), each distinct <a href=#effective-script-origin>effective
-  script origin</a> that is not the same as the <code><a href=#location>Location</a></code> object's
+  script origin</a> that is not the <a href=#same-origin>same origin</a> as the <code><a href=#location>Location</a></code> object's
   <code><a href=#document>Document</a></code>'s <a href=#effective-script-origin>effective script origin</a> must be provided with a separate set
   of objects. These objects must have the prototype chain appropriate for the script for which the
   objects are created (not those that would be appropriate for scripts whose <a href="#script's-global-object">script's global

Modified: source
===================================================================
--- source	2013-03-15 23:00:54 UTC (rev 7758)
+++ source	2013-03-17 18:19:02 UTC (rev 7759)
@@ -79255,7 +79255,7 @@
   <code>Location</code> object's properties, getters, setters, etc, were not present.</p>
 
   <p>For members that return objects (including function objects), each distinct <span>effective
-  script origin</span> that is not the same as the <code>Location</code> object's
+  script origin</span> that is not the <span>same origin</span> as the <code>Location</code> object's
   <code>Document</code>'s <span>effective script origin</span> must be provided with a separate set
   of objects. These objects must have the prototype chain appropriate for the script for which the
   objects are created (not those that would be appropriate for scripts whose <span>script's global




More information about the Commit-Watchers mailing list