Skip to content

Commit 0985169

Browse files
committed
Put encoding of "emulatedLanguage" in a separate step.
1 parent f861fd2 commit 0985169

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

fetch.bs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4668,9 +4668,14 @@ the response. [[!HTTP-CACHING]]
46684668
<li><p>Let <var>emulatedLanguage</var> be the <a>WebDriver BiDi emulated language</a> for
46694669
<var>request</var>'s <a for=request>client</a>.
46704670

4671-
<li><p>If <var>emulatedLanguage</var> is non-null, then <a for="header list">append</a>
4672-
(`<code>Accept-Language</code>, <var>emulatedLanguage</var>, <a>isomorphic encoded</a>)
4673-
to <var>request</var>'s <a for=request>header list</a>.
4671+
<li><p>If <var>emulatedLanguage</var> is non-null:
4672+
4673+
<ol>
4674+
<li><p>Let <var>encodedEmulatedLanguage</var> be <var>emulatedLanguage</var>, <a>isomorphic encoded</a>.
4675+
4676+
<li><p><a for="header list">Append</a> (`<code>Accept-Language`</code>, <var>encodedEmulatedLanguage</var>)
4677+
to <var>request</var>'s <a for=request>header list</a>.
4678+
</ol>
46744679
</ol>
46754680

46764681
<li><p>If <var>request</var>'s <a for=request>header list</a>

0 commit comments

Comments
 (0)