Bug 26465: Allow extension specifications to define algorithms that are parameterized by other algorithms that are not only digest algorithms
--- a/spec/Overview-WebCryptoAPI.xml Fri Sep 26 09:34:13 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml Fri Sep 26 09:40:49 2014 -0700
@@ -3265,7 +3265,8 @@
name <var>key</var> to the result of
<a href="#dfn-normalize-an-algorithm">normalizing an algorithm</a>,
with the <code>alg</code> set to <var>idlValue</var> and the
- <code>op</code> set to <var>op</var>.
+ <code>op</code> set to the operation defined by the specification
+ that definines the algorithm identified by <var>algName</var>.
</dd>
</dl>
</li>
--- a/spec/Overview.html Fri Sep 26 09:34:13 2014 -0700
+++ b/spec/Overview.html Fri Sep 26 09:40:49 2014 -0700
@@ -3206,7 +3206,8 @@
name <var>key</var> to the result of
<a href="#dfn-normalize-an-algorithm">normalizing an algorithm</a>,
with the <code>alg</code> set to <var>idlValue</var> and the
- <code>op</code> set to <var>op</var>.
+ <code>op</code> set to the operation defined by the specification
+ that definines the algorithm identified by <var>algName</var>.
</dd>
</dl>
</li>