Skip to content

Commit

Permalink
[e] (0) Fix confusion of cross-references.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20043
Affected topics: DOM APIs, HTML, Workers

git-svn-id: http://svn.whatwg.org/webapps@7693 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2013
1 parent 474e0b0 commit 56edefd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -3999,6 +3999,9 @@ <h4 id=dependencies><span class=secno>2.2.2 </span>Dependencies</h4>
<i title="">global environment</i> concept defined in the
ECMAScript specification.</p>

<p>The ECMAScript <dfn id=js-syntaxerror title=js-SyntaxError><code>SyntaxError</code></dfn> exception is also
defined in the ECMAScript specification. <a href=#refsECMA262>[ECMA262]</a></p>

</dd>


Expand Down Expand Up @@ -82172,7 +82175,7 @@ <h4 id=importing-scripts-and-libraries><span class=secno>9.3.1 </span>Importing
"<a href=#terminate-a-worker>terminate a worker</a>" algorithms defined above.</p>

<p>If it failed to parse, then throw an ECMAScript
<code><a href=#syntaxerror>SyntaxError</a></code> exception and abort all these
<code title=js-SyntaxError><a href=#js-syntaxerror>SyntaxError</a></code> exception and abort all these
steps. <a href=#refsECMA262>[ECMA262]</a></p>

<p>If an exception was thrown or if the script was prematurely
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -3999,6 +3999,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<i title="">global environment</i> concept defined in the
ECMAScript specification.</p>

<p>The ECMAScript <dfn id=js-syntaxerror title=js-SyntaxError><code>SyntaxError</code></dfn> exception is also
defined in the ECMAScript specification. <a href=#refsECMA262>[ECMA262]</a></p>

</dd>


Expand Down Expand Up @@ -82172,7 +82175,7 @@ partial interface <a href=#workerglobalscope>WorkerGlobalScope</a> {
"<a href=#terminate-a-worker>terminate a worker</a>" algorithms defined above.</p>

<p>If it failed to parse, then throw an ECMAScript
<code><a href=#syntaxerror>SyntaxError</a></code> exception and abort all these
<code title=js-SyntaxError><a href=#js-syntaxerror>SyntaxError</a></code> exception and abort all these
steps. <a href=#refsECMA262>[ECMA262]</a></p>

<p>If an exception was thrown or if the script was prematurely
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -2870,6 +2870,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<i title="">global environment</i> concept defined in the
ECMAScript specification.</p>

<p>The ECMAScript <dfn title="js-SyntaxError"><code>SyntaxError</code></dfn> exception is also
defined in the ECMAScript specification. <a href="#refsECMA262">[ECMA262]</a></p>

</dd>


Expand Down Expand Up @@ -95329,7 +95332,7 @@ partial interface <span>WorkerGlobalScope</span> {
"<span>terminate a worker</span>" algorithms defined above.</p>

<p>If it failed to parse, then throw an ECMAScript
<code>SyntaxError</code> exception and abort all these
<code title="js-SyntaxError">SyntaxError</code> exception and abort all these
steps. <a href="#refsECMA262">[ECMA262]</a></p>

<p>If an exception was thrown or if the script was prematurely
Expand Down

0 comments on commit 56edefd

Please sign in to comment.