--- a/spec/Overview-WebCryptoAPI.xml Thu Oct 30 14:17:20 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml Thu Oct 30 14:21:56 2014 -0700
@@ -8681,7 +8681,8 @@
<li>
<p>
Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
- <var>publicKey</var> to be the empty list.
+ <var>publicKey</var> to be the <a href="#concept-usage-intersection">usage
+ intersection</a> of <var>usages</var> and <code>[ "verify" ]</code>.
</p>
</li>
<li>
@@ -8712,7 +8713,7 @@
<p>
Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
<var>privateKey</var> to be the <a href="#concept-usage-intersection">usage
- intersection</a> of <var>usages</var> and <code>[ "sign", "verify" ]</code>.
+ intersection</a> of <var>usages</var> and <code>[ "sign" ]</code>.
</p>
</li>
<li>
--- a/spec/Overview.html Thu Oct 30 14:17:20 2014 -0700
+++ b/spec/Overview.html Thu Oct 30 14:21:56 2014 -0700
@@ -8417,7 +8417,8 @@
<li>
<p>
Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
- <var>publicKey</var> to be the empty list.
+ <var>publicKey</var> to be the <a href="#concept-usage-intersection">usage
+ intersection</a> of <var>usages</var> and <code>[ "verify" ]</code>.
</p>
</li>
<li>
@@ -8448,7 +8449,7 @@
<p>
Set the [[<a href="#dfn-CryptoKey-slot-usages">usages</a>]] internal slot of
<var>privateKey</var> to be the <a href="#concept-usage-intersection">usage
- intersection</a> of <var>usages</var> and <code>[ "sign", "verify" ]</code>.
+ intersection</a> of <var>usages</var> and <code>[ "sign" ]</code>.
</p>
</li>
<li>