Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,10 @@ otherwise, it is unset.
<a for=request>done flag</a>, and <a for=request>timing allow failed flag</a> are used as
bookkeeping details by the <a for=/>fetch</a> algorithm.

<p>A <a for=/>request</a> has an associated boolean
<dfn export for=request>text directive user activation</dfn>.
Unless stated otherwise, it is false.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should group this with "user-activation". I'm not entirely sure anymore why that has a hyphen in it either. Hopefully @sideshowbarker remembers.

And do we really need both? Seems unfortunate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember, but regardless I would imagine "user-activation" should only have a hyphen in cases where it's used as an adjective. If it's used as a noun, we shouldn't need any hyphen.


<hr>

<p>A <dfn export>subresource request</dfn> is a <a for=/>request</a>
Expand Down