Skip to content

Commit 93e3f73

Browse files
authored
Fix effective directive for javascript navigation checks (#722)
1 parent 68a3835 commit 93e3f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity
13231323
1. <a for=set>For each</a> |directive| of |policy|:
13241324

13251325
1. Let |directive-name| be the result of executing
1326-
[[#effective-directive-for-inline-check]] on |type|.
1326+
[[#effective-directive-for-inline-check]] on "`navigation`".
13271327

13281328
2. If |directive|'s <a for="directive">inline check</a>
13291329
returns "`Allowed`" when executed upon null,

0 commit comments

Comments
 (0)