From a018ee16b404051a0aebdab336be5eaf43a02ab9 Mon Sep 17 00:00:00 2001 From: Xiaochen Zhou Date: Fri, 28 Mar 2025 17:01:05 +0000 Subject: [PATCH 1/2] Remove extra space --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 02c93c4..bc1c110 100644 --- a/spec.bs +++ b/spec.bs @@ -2276,7 +2276,7 @@ The network revocation mechanism requires the following monkeypatches to the [[F 1. If the user agent's [=network revocation exemption map=][|nonce|] [=map/exists=], but [=network revocation exemption map=][|nonce|][|url|] does not [=map/exist=], then: - + 1. If the user agent's [=network revocation nonce set=] [=set/contains=] |nonce|, then return failure. From fdd478b501c26491e0f06c7fb7315b39e4cf83cf Mon Sep 17 00:00:00 2001 From: Xiaochen Zhou Date: Tue, 24 Jun 2025 09:35:52 -0400 Subject: [PATCH 2/2] Update README.md --- explainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explainer/README.md b/explainer/README.md index e5a2fe6..a8419f0 100644 --- a/explainer/README.md +++ b/explainer/README.md @@ -200,7 +200,7 @@ Both of the alternatives given in this section are applicable only if fenced fra #### Using iframe with document policy -In this alternative approach the fenced frame is a nested browsing context with the communications restrictions placed on an iframe via a [document policy](https://github.com/w3c/webappsec-feature-policy/blob/master/document-policy-explainer.md). +In this alternative approach the fenced frame is a nested browsing context with the communications restrictions placed on an iframe via a [document policy](https://github.com/WICG/document-policy/blob/main/document-policy-explainer.md). Example usage