Skip to content

Commit

Permalink
Remove superfluous "relevant global object" mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jan 3, 2025
1 parent ff33c55 commit 95137eb
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10581,9 +10581,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new {{CryptoKey}} associated with the
[= relevant global object =]
of `this` [[HTML]], and
Let |key| be a new {{CryptoKey}}
that represents |publicKey|.
</p>
</li>
Expand Down Expand Up @@ -10674,9 +10672,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new {{CryptoKey}} associated with the
[= relevant global object =]
of `this` [[HTML]], and
Let |key| be a new {{CryptoKey}}
that represents the Ed25519 private key identified by |curvePrivateKey|.
</p>
</li>
Expand Down Expand Up @@ -10867,9 +10863,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new {{CryptoKey}} associated with the
[= relevant global object =]
of `this` [[HTML]], and
Let |key| be a new {{CryptoKey}}
representing the key data provided in |keyData|.
</p>
</li>
Expand Down Expand Up @@ -11418,9 +11412,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new {{CryptoKey}} associated with the
[= relevant global object =]
of `this` [[HTML]], and
Let |key| be a new {{CryptoKey}}
that represents |publicKey|.
</p>
</li>
Expand Down Expand Up @@ -11511,9 +11503,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new {{CryptoKey}} associated with the
[= relevant global object =]
of `this` [[HTML]], and
Let |key| be a new {{CryptoKey}}
that represents the X25519 private key identified by |curvePrivateKey|.
</p>
</li>
Expand Down Expand Up @@ -11707,9 +11697,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new {{CryptoKey}} associated with the
[= relevant global object =]
of `this` [[HTML]], and
Let |key| be a new {{CryptoKey}}
representing the key data provided in |keyData|.
</p>
</li>
Expand Down

0 comments on commit 95137eb

Please sign in to comment.