hixie: Allow location.replace() to be accessed cross-origin too. (whatwg r3557)

hixie: Allow location.replace() to be accessed cross-origin too. (whatwg
r3557)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2749&r2=1.2750&f=h
http://html5.org/tools/web-apps-tracker?from=3556&to=3557

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2749
retrieving revision 1.2750
diff -u -d -r1.2749 -r1.2750
--- Overview.html 8 Aug 2009 00:20:53 -0000 1.2749
+++ Overview.html 8 Aug 2009 00:51:37 -0000 1.2750
@@ -47012,7 +47012,14 @@
    <a href="#allowed-to-navigate">allowed to navigate</a> the browsing context with which
    the <code><a href="#location">Location</a></code> object is associated
 
-  </ul><p>User agents must not allow scripts to override the <code title="dom-location-href"><a href="#dom-location-href">href</a></code> attribute's setter.</p>
+   <li>The <code title="dom-location-replace"><a href="#dom-location-replace">replace()</a></code> method,
+   if the script is running in a <a href="#browsing-context">browsing context</a> that is
+   <a href="#allowed-to-navigate">allowed to navigate</a> the browsing context with which
+   the <code><a href="#location">Location</a></code> object is associated
+
+  </ul><p>User agents must not allow scripts to override the <code title="dom-location-href"><a href="#dom-location-href">href</a></code> attribute's setter or the
+  <code title="dom-location-replace"><a href="#dom-location-replace">replace()</a></code> method on the
+  <code><a href="#location">Location</a></code> object.</p>
 
   </div><div class="impl">

Received on Saturday, 8 August 2009 00:52:37 UTC