- From: poot <cvsmail@w3.org>
- Date: Fri, 13 May 2011 18:36:46 -0400
- To: public-html-diffs@w3.org
hixie: Drop javascript: support from <img src>, <object data>, CSS, etc, etc, etc. (whatwg r6139) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4937&r2=1.4938&f=h http://html5.org/tools/web-apps-tracker?from=6138&to=6139 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4937 retrieving revision 1.4938 diff -u -d -r1.4937 -r1.4938 --- Overview.html 13 May 2011 21:02:57 -0000 1.4937 +++ Overview.html 13 May 2011 22:34:24 -0000 1.4938 @@ -48900,24 +48900,6 @@ </dd> - <dt>If the <code><a href="#document">Document</a></code> object of the element, - attribute, or style sheet from which the <code>javascript:</code> - URL was reached has an associated <a href="#browsing-context">browsing - context</a></dt> - - <dd> - - <p><a href="#create-an-impotent-script">Create an impotent script</a> using the - aforementioned script source, with the scripting language set to - JavaScript, and with the <code><a href="#document">Document</a></code>'s object's - <a href="#browsing-context">browsing context</a> as the browsing context.</p> - - <p>Let <var title="">result</var> be the return value of the - <i><a href="#initial-code-entry-point">initial code entry-point</a></i> of this <a href="#concept-script" title="concept-script">script</a>. If an exception was - raised, let <var title="">result</var> be void instead. (The - result will be void also if <a href="#concept-bc-noscript" title="concept-bc-noscript">scripting is disabled</a>.)</p> - - </dd> <dt>Otherwise</dt>
Received on Friday, 13 May 2011 22:36:48 UTC