Skip to content

Commit

Permalink
To avoid confusion with the stalled event, use suspend rather than stall
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 1, 2015
1 parent 2eaf6c9 commit 95bf1ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -31315,10 +31315,10 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
regarding how much buffering the author thinks is advisable, even in the absence of the <code
data-x="attr-media-autoplay">autoplay</code> attribute.</p>

<p>When a user agent decides to completely stall a download, e.g. if it is waiting until the
user starts playback before downloading any further content, the user agent must <span>queue a
task</span> to set the element's <span>delaying-the-load-event flag</span> to false. This stops
<span data-x="delay the load event">delaying the load event</span>.</p>
<p>When a user agent decides to completely suspend a download, e.g., if it is waiting until
the user starts playback before downloading any further content, the user agent must
<span>queue a task</span> to set the element's <span>delaying-the-load-event flag</span> to
false. This stops <span data-x="delay the load event">delaying the load event</span>.</p>

<p>The user agent may use whatever means necessary to fetch the resource (within the constraints
put forward by this and other specifications); for example, reconnecting to the server in the
Expand Down Expand Up @@ -119441,6 +119441,7 @@ INSERT INTERFACES HERE
Kai Hendry,
&#x5442;&#x5eb7;&#x8c6a; (KangHao Lu)<!-- Kenny, kennyluck-->,
Karl Dubost,
Karl Tomlinson,
Kartikaya Gupta,
Kathy Walton,
Kelly Ford,
Expand Down

0 comments on commit 95bf1ec

Please sign in to comment.