- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 08 Aug 2009 00:51:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6200
Modified Files:
Overview.html
Log Message:
Allow location.replace() to be accessed cross-origin too. (whatwg r3557)
Index: Overview.html
===================================================================
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:51:49 UTC