From 1dbc531edcd8f25ce33ca1264b91089a0d1908a4 Mon Sep 17 00:00:00 2001 From: Liam Brady Date: Wed, 12 Apr 2023 17:08:09 -0400 Subject: [PATCH 01/24] start work --- spec.bs | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 2 deletions(-) diff --git a/spec.bs b/spec.bs index 10b00aeb..e91f17bb 100644 --- a/spec.bs +++ b/spec.bs @@ -70,6 +70,8 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/ text: cross-origin isolation mode; url: bcg-cross-origin-isolation for: cross-origin isolation mode text: none; url:cross-origin-isolation-none + urlPrefix: document-lifecycle.html + text: shared document creation infrastructure; url: shared-document-creation-infrastructure urlPrefix: browsing-the-web.html text: create navigation params by fetching; url: create-navigation-params-by-fetching text: document state; url: she-document-state @@ -79,6 +81,7 @@ spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/ for: navigation params text: response; url: navigation-params-response text: navigable; url: navigation-params-navigable + text: origin; url: navigation-params-origin for: history handling behavior text: replace; url: hh-replace for: document state @@ -97,6 +100,12 @@ spec: RFC8941; urlPrefix: https://www.rfc-editor.org/rfc/rfc8941.html text: structured header; url: #section-1 for: structured header text: token; url: name-tokens +spec: permissions-policy; urlPrefix: https://w3c.github.io/webappsec-permissions-policy + type: dfn + text: Create a Permissions Policy for a navigable; url: algo-create-for-navigable + text: Create a Permissions Policy for a navigable from response; url: algo-create-from-response + text: Define an inherited policy for feature in container at origin; url: define-inherited-policy-in-container + text: features; url: policy-controlled-feature