Skip to content

Commit fa38f6c

Browse files
committed
Clarify the relation between the secure context definitions.
1 parent 2f3990a commit fa38f6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10351,7 +10351,9 @@ on any other construct.
1035110351

1035210352
The [{{SecureContext}}] extended attribute must [=takes no arguments|take no arguments=].
1035310353

10354-
By default, constructs are <dfn export>available in both secure and non-secure contexts</dfn>.
10354+
A construct is <dfn export>available in both secure and non-secure contexts</dfn> if it is not
10355+
[=available only in secure contexts=] (i.e., if no [{{SecureContext}}] extended attribute applies
10356+
to it).
1035510357

1035610358
<div algorithm>
1035710359

0 commit comments

Comments
 (0)