From efe088f656a79af08d98d904e4c5550dc3edc403 Mon Sep 17 00:00:00 2001 From: Yutaka Hirano Date: Mon, 28 May 2018 19:09:59 +0900 Subject: [PATCH] Editorial: move definition of "reload-navigation flag" Fixes #732. --- fetch.bs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fetch.bs b/fetch.bs index 61b6ddc14..5598cb1d5 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1144,6 +1144,12 @@ are generally populated from attributes and flags on the HTML element responsibl request. They are used by various algorithms in Content Security Policy to determine whether requests or responses are to be blocked in a given context. [[!CSP]] +

A request has an associated +reload-navigation flag. +Unless stated otherwise, it is unset. + +

This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]] +


A request has an associated @@ -1171,12 +1177,6 @@ Unless stated otherwise, it is "basic".

A request has an associated done flag. Unless stated otherwise, it is unset. -

A request has an associated -reload-navigation flag. -Unless stated otherwise, it is unset. - -

This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]] -

A request's tainted origin flag, url list, current url, redirect count, response tainting, and done flag are used as bookkeeping