From 4c76ad1cfa81a35de0e812d4ef2b2417e504cab1 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Sun, 9 Nov 2025 13:26:23 +0900 Subject: [PATCH 1/2] Spec 'text directive user activation' boolean --- fetch.bs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch.bs b/fetch.bs index 8d19ae84d..c3b203ef6 100755 --- a/fetch.bs +++ b/fetch.bs @@ -2277,6 +2277,10 @@ otherwise, it is unset. done flag, and timing allow failed flag are used as bookkeeping details by the fetch algorithm. +

A request has an associated boolean +text directive user activation. +Unless stated otherwise, it is false. +


A subresource request is a request From 65f859d8f1c10dba8e4331412d00db9e8f84307b Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 25 Nov 2025 14:39:52 -0500 Subject: [PATCH 2/2] Remove manual ID --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index c3b203ef6..8158cb95d 100755 --- a/fetch.bs +++ b/fetch.bs @@ -2278,7 +2278,7 @@ otherwise, it is unset. bookkeeping details by the fetch algorithm.

A request has an associated boolean -text directive user activation. +text directive user activation. Unless stated otherwise, it is false.