File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments