Remove a default value of tagLength. Consistent with the rest of the API, do
authorRyan Sleevi <sleevi@google.com>
Mon, 22 Apr 2013 16:51:42 -0700
changeset 35 2e20b3e4666f
parent 34 bf7653fa8a61
child 36 df9507342a67
Remove a default value of tagLength. Consistent with the rest of the API, do
not specify defaults. The default was wrong anyways (defaulting to 0, rather
than 128).
spec/Overview-WebCryptoAPI.xml
--- a/spec/Overview-WebCryptoAPI.xml	Mon Apr 22 16:30:54 2013 -0700
+++ b/spec/Overview-WebCryptoAPI.xml	Mon Apr 22 16:51:42 2013 -0700
@@ -3301,7 +3301,7 @@
   <span class="comment">// The additional authentication data to include.</span>
   ArrayBufferView? additionalData;
   <span class="comment">// The desired length of the authentication tag. May be 0 - 128.</span>
-  [EnforceRange] octet? tagLength = 0;
+  [EnforceRange] octet? tagLength;
 };
             </x:codeblock>
           </div>