- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 03:26:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5249 Modified Files: Overview.html Log Message: browsing contexts don't have origins... these should have been referring to the active document. (whatwg r4774) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3821 retrieving revision 1.3822 diff -u -d -r1.3821 -r1.3822 --- Overview.html 18 Feb 2010 02:41:42 -0000 1.3821 +++ Overview.html 18 Feb 2010 03:26:32 -0000 1.3822 @@ -41024,8 +41024,10 @@ <li>If the <a href="#origin">origin</a> of the resulting <a href="#absolute-url">absolute URL</a> is not the same as the <a href="#origin">origin</a> of the <a href="#entry-script">entry script</a>'s <a href="#script-s-browsing-context" title="script's browsing - context">browsing context</a>, and either the <a href="#url-path" title="url-path"><path></a> or <a href="#url-query" title="url-query"><query></a> components of the two - <a href="#url" title="URL">URLs</a> compared in the previous step + context">browsing context</a>'s <a href="#active-document">active document</a>, + and either the <a href="#url-path" title="url-path"><path></a> or + <a href="#url-query" title="url-query"><query></a> components of the + two <a href="#url" title="URL">URLs</a> compared in the previous step differ, raise a <code><a href="#security_err">SECURITY_ERR</a></code> exception and abort these steps. (This prevents sandboxed content from spoofing other pages on the same origin.)</li>
Received on Thursday, 18 February 2010 03:26:39 UTC