diff --git a/src/pages/specification/specification-respec.html b/src/pages/specification/specification-respec.html index 42a2b17b..1a1c2f50 100644 --- a/src/pages/specification/specification-respec.html +++ b/src/pages/specification/specification-respec.html @@ -828,6 +828,64 @@
This spec patches the [[FETCH]] specification's [=destination type=].
+A destination type is one of:
+ the empty string,
+ "audio",
+ "audioworklet",
+ "document",
+ "embed",
+ "font",
+ "frame",
+ "iframe",
+ "image",
+ "json",
+ "manifest",
+ "monetization",
+ "object",
+ "paintworklet",
+ "report",
+ "script",
+ "serviceworker",
+ "sharedworker",
+ "style",
+ "track",
+ "video",
+ "webidentity",
+ "worker", or
+ "xslt".
+
+ This spec patches the [[CSP]] specification's effective directive for request +
++ Given a request (|request|): +
+