- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 May 2011 22:46:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11396 Modified Files: spec.html webappapis.html Log Message: Drop javascript: support from <img src>, <object data>, CSS, etc, etc, etc. (whatwg r6139) [updated by splitter] Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1497 retrieving revision 1.1498 diff -u -d -r1.1497 -r1.1498 --- spec.html 13 May 2011 21:46:59 -0000 1.1497 +++ spec.html 13 May 2011 22:46:52 -0000 1.1498 @@ -384,7 +384,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4937. +This is revision 1.4938. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.173 retrieving revision 1.174 diff -u -d -r1.173 -r1.174 --- webappapis.html 12 May 2011 06:46:51 -0000 1.173 +++ webappapis.html 13 May 2011 22:46:52 -0000 1.174 @@ -1069,24 +1069,6 @@ </dd> - <dt>If the <code><a href="infrastructure.html#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="browsers.html#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="infrastructure.html#document">Document</a></code>'s object's - <a href="browsers.html#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:46:56 UTC