html5/spec Overview.html,1.4937,1.4938

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10512

Modified Files:
	Overview.html 
Log Message:
Drop javascript: support from <img src>, <object data>, CSS, etc, etc, etc. (whatwg r6139)

Index: Overview.html
===================================================================
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:34:30 UTC