Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -38340,10 +38340,10 @@ interface <dfn interface>MediaError</dfn> {
<span>media element</span> to:</p>

<ol>
<li><p>Set the element's <span>is currently stalled</span> to true.</p></li>

<li><p><span data-x="concept-event-fire">Fire an event</span> named <code
data-x="event-media-stalled">stalled</code> at the element.</p></li>

<li><p>Set the element's <span>is currently stalled</span> to true.</p></li>
</ol>

<p>User agents may allow users to selectively block or slow <span>media data</span> downloads.
Expand Down Expand Up @@ -38393,10 +38393,10 @@ interface <dfn interface>MediaError</dfn> {
given the <span>media element</span> to:

<ol>
<li><p>Set the element's <span>is currently stalled</span> to false.</p></li>

<li><p><span data-x="concept-event-fire">Fire an event</span> named <code
data-x="event-media-progress">progress</code> at the element.</p></li>

<li><p>Set the element's <span>is currently stalled</span> to false.</p></li>
</ol>

<p>While the user agent might still need network access to obtain parts of the <span>media
Expand Down