Skip to content

Commit 95137eb

Browse files
committed
Remove superfluous "relevant global object" mentions
1 parent ff33c55 commit 95137eb

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

spec/Overview.html

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10581,9 +10581,7 @@ <h4>Operations</h4>
1058110581
</li>
1058210582
<li>
1058310583
<p>
10584-
Let |key| be a new {{CryptoKey}} associated with the
10585-
[= relevant global object =]
10586-
of `this` [[HTML]], and
10584+
Let |key| be a new {{CryptoKey}}
1058710585
that represents |publicKey|.
1058810586
</p>
1058910587
</li>
@@ -10674,9 +10672,7 @@ <h4>Operations</h4>
1067410672
</li>
1067510673
<li>
1067610674
<p>
10677-
Let |key| be a new {{CryptoKey}} associated with the
10678-
[= relevant global object =]
10679-
of `this` [[HTML]], and
10675+
Let |key| be a new {{CryptoKey}}
1068010676
that represents the Ed25519 private key identified by |curvePrivateKey|.
1068110677
</p>
1068210678
</li>
@@ -10867,9 +10863,7 @@ <h4>Operations</h4>
1086710863
</li>
1086810864
<li>
1086910865
<p>
10870-
Let |key| be a new {{CryptoKey}} associated with the
10871-
[= relevant global object =]
10872-
of `this` [[HTML]], and
10866+
Let |key| be a new {{CryptoKey}}
1087310867
representing the key data provided in |keyData|.
1087410868
</p>
1087510869
</li>
@@ -11418,9 +11412,7 @@ <h4>Operations</h4>
1141811412
</li>
1141911413
<li>
1142011414
<p>
11421-
Let |key| be a new {{CryptoKey}} associated with the
11422-
[= relevant global object =]
11423-
of `this` [[HTML]], and
11415+
Let |key| be a new {{CryptoKey}}
1142411416
that represents |publicKey|.
1142511417
</p>
1142611418
</li>
@@ -11511,9 +11503,7 @@ <h4>Operations</h4>
1151111503
</li>
1151211504
<li>
1151311505
<p>
11514-
Let |key| be a new {{CryptoKey}} associated with the
11515-
[= relevant global object =]
11516-
of `this` [[HTML]], and
11506+
Let |key| be a new {{CryptoKey}}
1151711507
that represents the X25519 private key identified by |curvePrivateKey|.
1151811508
</p>
1151911509
</li>
@@ -11707,9 +11697,7 @@ <h4>Operations</h4>
1170711697
</li>
1170811698
<li>
1170911699
<p>
11710-
Let |key| be a new {{CryptoKey}} associated with the
11711-
[= relevant global object =]
11712-
of `this` [[HTML]], and
11700+
Let |key| be a new {{CryptoKey}}
1171311701
representing the key data provided in |keyData|.
1171411702
</p>
1171511703
</li>

0 commit comments

Comments
 (0)