[html5] r7693 - [e] (0) Fix confusion of cross-references. Fixing https://www.w3.org/Bugs/Public [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 4 21:29:45 PST 2013
Author: ianh
Date: 2013-02-04 21:29:43 -0800 (Mon, 04 Feb 2013)
New Revision: 7693
Modified:
complete.html
index
source
Log:
[e] (0) Fix confusion of cross-references.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20043
Affected topics: DOM APIs, HTML, Workers
Modified: complete.html
===================================================================
--- complete.html 2013-02-05 00:14:52 UTC (rev 7692)
+++ complete.html 2013-02-05 05:29:43 UTC (rev 7693)
@@ -3999,6 +3999,9 @@
<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>
@@ -82172,7 +82175,7 @@
"<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
Modified: index
===================================================================
--- index 2013-02-05 00:14:52 UTC (rev 7692)
+++ index 2013-02-05 05:29:43 UTC (rev 7693)
@@ -3999,6 +3999,9 @@
<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>
@@ -82172,7 +82175,7 @@
"<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
Modified: source
===================================================================
--- source 2013-02-05 00:14:52 UTC (rev 7692)
+++ source 2013-02-05 05:29:43 UTC (rev 7693)
@@ -2870,6 +2870,9 @@
<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>
@@ -95329,7 +95332,7 @@
"<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
More information about the Commit-Watchers
mailing list