- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Aug 2008 16:57:32 +0900 (JST)
- To: public-html-diffs@w3.org
define javascript: in Window-less environments (whatwg r1999) dereferenced http://people.w3.org/mike/diffs/html5/spec/Overview.1.1188.html#dereferenced http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1187&r2=1.1188&f=h http://html5.org/tools/web-apps-tracker?from=1998&to=1999 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1187 retrieving revision 1.1188 diff -u -d -r1.1187 -r1.1188 --- Overview.html 5 Aug 2008 07:51:21 -0000 1.1187 +++ Overview.html 5 Aug 2008 07:54:42 -0000 1.1188 @@ -32414,12 +32414,15 @@ href="#browsing1">browsing context</a> being <a href="#navigate" title=navigate>navigated</a>. - <p>Otherwise, the <a href="#script2">script execution context</a> must be - an empty object, and the <a href="#script2">script execution context</a>'s - associated <a href="#browsing1">browsing context</a> must be the <a - href="#browsing1">browsing context</a> of the <code>Document</code> object - of the element, attribute, or style sheet from which the - <code>javascript:</code> URL was reached. + <p>Otherwise, if the <code>Document</code> object of the element, + attribute, or style sheet from which the <code>javascript:</code> URL was + reached has an associated <a href="#browsing1">browsing context</a>, the + <a href="#script2">script execution context</a> must be an empty object, + and the <a href="#script2">script execution context</a>'s associated <a + href="#browsing1">browsing context</a> must be that <a + href="#browsing1">browsing context</a>. + + <p>Otherwise, the script is not executed and its return value is void. <p>If the result of executing the script is void (there is no return value), then the URL must be treated in a manner equivalent to an HTTP
Received on Tuesday, 5 August 2008 07:58:09 UTC