Skip to content

Commit f43b49e

Browse files
committed
Link to first-byte-pos
1 parent 0cc0346 commit f43b49e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33122,8 +33122,9 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
3312233122
data-x="">Content-Range</code>` from <var>response</var>'s <span
3312333123
data-x="concept-request-header-list">header list</span>.</p></li>
3312433124

33125-
<li><p>If <var>range</var>'s first-byte-pos doesn't equal <var>start</var>, return a
33126-
<span>network error</span>.</p></li>
33125+
<li><p>If <var>range</var>'s <a
33126+
href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.16">first-byte-pos</a>
33127+
doesn't equal <var>start</var>, return a <span>network error</span>.</p></li>
3312733128
</ol>
3312833129
</li>
3312933130

0 commit comments

Comments
 (0)