Skip to content

Commit

Permalink
Always link to definition of "Assert"
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Wülker <[email protected]>
  • Loading branch information
simonwuelker committed Sep 25, 2024
1 parent cf334fc commit 508a9ec
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ and an optional boolean <var>extract-value</var> (default false):

<li><p>Let <var>value</var> be the empty string.

<li><p>Assert: the <a>code point</a> at <var>position</var> within <var>input</var> is U+0022 (").
<li><p><a for=/>Assert</a>: the <a>code point</a> at <var>position</var> within <var>input</var> is U+0022 (").

<li><p>Advance <var>position</var> by 1.

Expand Down Expand Up @@ -494,7 +494,7 @@ and an optional boolean <var>extract-value</var> (default false):
<p>Otherwise:

<ol>
<li><p>Assert: <var>quoteOrBackslash</var> is U+0022 (").
<li><p><a for=/>Assert</a>: <var>quoteOrBackslash</var> is U+0022 (").

<li><p><a for=iteration>Break</a>.
</ol>
Expand Down Expand Up @@ -591,7 +591,7 @@ given a <a for=/>header name</a> <var>name</var> and a string <var>type</var> fr
<a>structured field value</a>.

<ol>
<li><p>Assert: <var>type</var> is one of "<code>dictionary</code>", "<code>list</code>", or
<li><p><a for=/>Assert</a>: <var>type</var> is one of "<code>dictionary</code>", "<code>list</code>", or
"<code>item</code>".

<li><p>Let <var>value</var> be the result of <a for="header list">getting</a> <var>name</var> from
Expand Down Expand Up @@ -931,7 +931,7 @@ directly. Use <a for="header list">get, decode, and split</a> instead.
<li><p>Let <var>value</var> be the result of <a for="header list">getting</a> <var>name</var>
from <var>list</var>.

<li><p>Assert: <var>value</var> is non-null.
<li><p><a for=/>Assert</a>: <var>value</var> is non-null.

<li><p><a for=list>Append</a> (<var>name</var>, <var>value</var>) to <var>headers</var>.
</ol>
Expand Down Expand Up @@ -2301,7 +2301,7 @@ is to return the result of <a>serializing a request origin</a> with <var>request
<var>last</var>, run these steps:

<ol>
<li><p>Assert: <var>last</var> is not given, or <var>first</var> is less than or equal to
<li><p><a for=/>Assert</a>: <var>last</var> is not given, or <var>first</var> is less than or equal to
<var>last</var>.

<li><p>Let <var>rangeValue</var> be `<code>bytes=</code>`.
Expand Down Expand Up @@ -2332,7 +2332,7 @@ source of security bugs. Please seek security review for features that deal with
<var>response</var>, run these steps:

<ol>
<li><p>Assert: <var>response</var>'s <a for=response>URL list</a> <a for=list>is not empty</a>.
<li><p><a for=/>Assert</a>: <var>response</var>'s <a for=response>URL list</a> <a for=list>is not empty</a>.

<li>
<p>Let <var>url</var> be a copy of <var>response</var>'s <a for=response>URL list</a>[0].
Expand Down Expand Up @@ -2503,7 +2503,7 @@ this is also tracked internally using the request's <a for=request>timing allow
<var>fetchParams</var>:

<ol>
<li><p>Assert: <var>fetchParams</var> is <a for="fetch params">canceled</a>.
<li><p><a for=/>Assert</a>: <var>fetchParams</var> is <a for="fetch params">canceled</a>.

<li><p>Return an <a>aborted network error</a> if <var>fetchParams</var> is
<a for="fetch params">aborted</a>; otherwise return a <a>network error</a>.
Expand Down Expand Up @@ -2702,7 +2702,7 @@ manually. [[!HTML]]
<ol>
<li><p>If <var>potentialDestination</var> is "<code>fetch</code>", then return the empty string.

<li><p>Assert: <var>potentialDestination</var> is a <a for=request>destination</a>.
<li><p><a for=/>Assert</a>: <var>potentialDestination</var> is a <a for=request>destination</a>.

<li><p>Return <var>potentialDestination</var>.
</ol>
Expand Down Expand Up @@ -3098,7 +3098,7 @@ or an <a>implementation-defined</a> value.
<li><p>If <var>topLevelOrigin</var> is null, then set <var>topLevelOrigin</var> to
<var>environment</var>'s <a for="environment">top-level creation URL</a>'s <a for=url>origin</a>.

<li><p>Assert: <var>topLevelOrigin</var> is an <a for=/>origin</a>.
<li><p><a for=/>Assert</a>: <var>topLevelOrigin</var> is an <a for=/>origin</a>.

<li><p>Let <var>topLevelSite</var> be the result of <a lt="obtain a site">obtaining a site</a>,
given <var>topLevelOrigin</var>.
Expand Down Expand Up @@ -5433,7 +5433,7 @@ run these steps:
<p>If <var>request</var>'s <a for=request>redirect mode</a> is "<code>manual</code>", then:

<ol>
<li><p>Assert: <var>request</var>'s <a for=request>mode</a> is "<code>navigate</code>".
<li><p><a for=/>Assert</a>: <var>request</var>'s <a for=request>mode</a> is "<code>navigate</code>".

<li><p>Set <var>recursive</var> to false.
</ol>
Expand Down Expand Up @@ -7047,7 +7047,7 @@ typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;</pre>
<p>If <var>object</var> is a {{ReadableStream}} object, then:

<ol>
<li><p>Assert: <var>object</var> is neither <a for=ReadableStream>disturbed</a> nor
<li><p><a for=/>Assert</a>: <var>object</var> is neither <a for=ReadableStream>disturbed</a> nor
<a for=ReadableStream>locked</a>.
</ol>

Expand Down Expand Up @@ -7695,7 +7695,7 @@ constructor steps are:
<p>Otherwise:

<ol>
<li><p>Assert: <var>input</var> is a {{Request}} object.
<li><p><a for=/>Assert</a>: <var>input</var> is a {{Request}} object.

<li><p>Set <var>request</var> to <var>input</var>'s
<a for=Request>request</a>.
Expand Down Expand Up @@ -8614,7 +8614,7 @@ that RFC's normative processing requirements to be compatible with deployed cont
<var>dataURL</var> and then runs these steps:

<ol>
<li><p>Assert: <var>dataURL</var>'s <a for=url>scheme</a> is "<code>data</code>".
<li><p><a for=/>Assert</a>: <var>dataURL</var>'s <a for=url>scheme</a> is "<code>data</code>".

<li><p>Let <var>input</var> be the result of running the <a>URL serializer</a> on
<var>dataURL</var> with <a for="URL serializer"><i>exclude fragment</i></a> set to true.
Expand Down

0 comments on commit 508a9ec

Please sign in to comment.