From 68081a0db696315459230d53de29f3fd05382efe Mon Sep 17 00:00:00 2001 From: Mustafa Emre Acer Date: Wed, 27 Sep 2023 12:35:32 -0700 Subject: [PATCH] Address more annevk comments --- fetch.bs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fetch.bs b/fetch.bs index f259395cd..c4d671917 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2160,14 +2160,13 @@ Unless stated otherwise, it is false.

A request has an associated boolean is HTTPS upgrade. Unless stated otherwise, it is false. -

This flag is for exclusive use by HTTPS Upgrading algorithm. +

This is for exclusive use by HTTPS Upgrading algorithm. -

A request has an associated HTTPS upgrade fallback URL, -which is a URL. It is a copy of the request's original -URL before request is optionally -upgraded to HTTPS. Unless stated otherwise, it is unset. +

A request has an associated +HTTPS upgrade fallback URL, which is a URL. Unless +otherwise stated, it is null. -

This flag is for exclusive use by HTTPS Upgrading algorithm. +

This is for exclusive use by HTTPS Upgrading algorithm.