Skip to content

Commit

Permalink
Link to first-byte-pos
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Jul 11, 2017
1 parent 0cc0346 commit f43b49e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -33122,8 +33122,9 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
data-x="">Content-Range</code>` from <var>response</var>'s <span
data-x="concept-request-header-list">header list</span>.</p></li>

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

Expand Down

0 comments on commit f43b49e

Please sign in to comment.