Bug 26465: Allow extension specifications to define algorithms that are parameterized by other algorithms that are not only digest algorithms
authorMark Watson <watsonm@netflix.com>
Fri, 26 Sep 2014 09:40:49 -0700
changeset 239 417ccc8bf5ae
parent 238 08636b084b31
child 240 dfa57faee835
Bug 26465: Allow extension specifications to define algorithms that are parameterized by other algorithms that are not only digest algorithms
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- 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>