--- a/spec/Overview-WebCryptoAPI.xml Fri Sep 26 10:47:58 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml Fri Sep 26 10:54:24 2014 -0700
@@ -3060,7 +3060,7 @@
specification authors to indicate how a user agent should normalize aliases for
particular algorithms. Its input is an algorithm alias <var>alg</var>, represented as
a DOMString, operation name <var>op</var>, represented as a DOMString, and internal
- IDL object <var>default</var>. The algorithm behaves as follows:
+ object <var>default</var>. The algorithm behaves as follows:
</p>
<ol>
<li>
@@ -3112,7 +3112,7 @@
<a href="#case-insensitive">case-insensitive</a> string match for <var>alg</var>:
</dt>
<dd>
- Return the internal IDL object stored at that key in
+ Return the internal object stored at that key in
<var>registeredAliases</var>.
</dd>
<dt>Otherwise:</dt>
@@ -3127,7 +3127,7 @@
</li>
</ol>
</dd>
- <dt>If <var>alg</var> is an IDL object:</dt>
+ <dt>If <var>alg</var> is an object:</dt>
<dd>
<ol>
<li>
--- a/spec/Overview.html Fri Sep 26 10:47:58 2014 -0700
+++ b/spec/Overview.html Fri Sep 26 10:54:24 2014 -0700
@@ -3007,7 +3007,7 @@
specification authors to indicate how a user agent should normalize aliases for
particular algorithms. Its input is an algorithm alias <var>alg</var>, represented as
a DOMString, operation name <var>op</var>, represented as a DOMString, and internal
- IDL object <var>default</var>. The algorithm behaves as follows:
+ object <var>default</var>. The algorithm behaves as follows:
</p>
<ol>
<li>
@@ -3057,7 +3057,7 @@
<a href="#case-insensitive">case-insensitive</a> string match for <var>alg</var>:
</dt>
<dd>
- Return the internal IDL object stored at that key in
+ Return the internal object stored at that key in
<var>registeredAliases</var>.
</dd>
<dt>Otherwise:</dt>
@@ -3071,7 +3071,7 @@
</li>
</ol>
</dd>
- <dt>If <var>alg</var> is an IDL object:</dt>
+ <dt>If <var>alg</var> is an object:</dt>
<dd>
<ol>
<li>