Skip to content

Commit

Permalink
Editorial: move definition of "reload-navigation flag"
Browse files Browse the repository at this point in the history
Fixes #732.
  • Loading branch information
yutakahirano authored and annevk committed May 28, 2018
1 parent af45ce3 commit efe088f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,12 @@ are generally populated from attributes and flags on the HTML element responsibl
<a for=/>request</a>. They are used by various algorithms in <cite>Content Security Policy</cite> to
determine whether requests or responses are to be blocked in a given context. [[!CSP]]

<p>A <a for=/>request</a> has an associated
<dfn export for=request id=concept-request-reload-navigation-flag>reload-navigation flag</dfn>.
Unless stated otherwise, it is unset.

<p class="note no-backref">This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]]

<hr>

<p>A <a for=/>request</a> has an associated
Expand Down Expand Up @@ -1171,12 +1177,6 @@ Unless stated otherwise, it is "<code>basic</code>".
<p>A <a for=/>request</a> has an associated <dfn export for=request id=done-flag>done flag</dfn>.
Unless stated otherwise, it is unset.

<p>A <a for=/>request</a> has an associated
<dfn export for=request id=concept-request-reload-navigation-flag>reload-navigation flag</dfn>.
Unless stated otherwise, it is unset.

<p class="note no-backref">This flag is for exclusive use by HTML's navigate algorithm. [[!HTML]]

<p class="note no-backref">A <a for=/>request</a>'s <a for=request>tainted origin flag</a>,
<a for=request>url list</a>, <a for=request>current url</a>, <a for=request>redirect count</a>,
<a for=request>response tainting</a>, and <a for=request>done flag</a> are used as bookkeeping
Expand Down

0 comments on commit efe088f

Please sign in to comment.