- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 10 Apr 2013 23:10:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory roscoe:/tmp/cvs-serv11930 Modified Files: Overview.html Log Message: Be more explicit about aborting steps when throwing an exception. (whatwg r7804) --- /sources/public/html5/workers/Overview.html 2013/04/10 23:05:05 1.373 +++ /sources/public/html5/workers/Overview.html 2013/04/10 23:10:12 1.374 @@ -1874,7 +1874,7 @@ relative to the <span>entry script</span>'s <span title="script's base URL">base URL</span>, when the method is invoked.</li> - <li><p>If this fails, throw a <code>SyntaxError</code> exception.</li> + <li><p>If this fails, throw a <code>SyntaxError</code> exception and abort these steps.</li> <li> @@ -1978,10 +1978,9 @@ <li><p><span title="resolve a url">Resolve</span> the <var title="">scriptURL</var> argument.</li> - <li><p>If this fails, throw a <code>SyntaxError</code> exception.</li> + <li><p>If this fails, throw a <code>SyntaxError</code> exception and abort these steps.</li> - <li><p>Otherwise, let <var title="">scriptURL</var> be the resulting <span>absolute URL</span> - and <var title="">parsed scriptURL</var> be the resulting <span>parsed URL</span>.</li> + <li><p>Let <var title="">scriptURL</var> be the resulting <span>absolute URL</span> and <var title="">parsed scriptURL</var> be the resulting <span>parsed URL</span>.</li> <li><p>Let <var title="">name</var> be the value of the second argument, or the empty string if the second argument was omitted.</li>
Received on Wednesday, 10 April 2013 23:10:13 UTC