Short URL: http://html5.org/r/5828
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5828 | 11320 | 2011-02-03 21:33 |
Index: source
===================================================================
--- source (revision 5827)
+++ source (revision 5828)
@@ -5718,7 +5718,7 @@
<h4>Interfaces for URL manipulation</h4>
<p>An interface that has a complement of <dfn>URL decomposition IDL
- attributes</dfn> his seven attributes with the following
+ attributes</dfn> has seven attributes with the following
definitions:</p>
<pre class="idl extract"> attribute DOMString <span title="dom-uda-protocol">protocol</span>;
@@ -72943,10 +72943,23 @@
and the <span>script's base URL</span> from the settings passed to
this algorithm.</p></li>
- <li><p><span title="jump to a code entry-point">Jump</span> to the
- <span title="concept-script">script</span>'s <i>initial code
- entry-point</i>.</p></li>
+ <li>
+
+ <p>If all the steps above succeeded (in particular, if the script
+ was compiled successfully), <span title="jump to a code
+ entry-point">Jump</span> to the <span
+ title="concept-script">script</span>'s <i>initial code
+ entry-point</i>.</p>
+ <p>Otherwise, <span>report the error</span> using the <code
+ title="handler-window-onerror">onerror</code> <span title="event
+ handlers">event handler</span> of the <span>script's global
+ object</span>. If the error is still <i
+ title="concept-error-nothandled">not handled</i> after this, then
+ the error may be reported to the user.</p>
+
+ </li>
+
</ol>
<hr>