From 95bf1ecfd0db57db9d64ad5c57d3a741b2a69246 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 1 Sep 2015 17:06:35 +0200 Subject: [PATCH] To avoid confusion with the stalled event, use suspend rather than stall Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=28392 --- source | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source b/source index 47b2ec59179..53199e0d086 100644 --- a/source +++ b/source @@ -31315,10 +31315,10 @@ interface HTMLMediaElement : HTMLElement { regarding how much buffering the author thinks is advisable, even in the absence of the autoplay attribute.

-

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 queue a - task to set the element's delaying-the-load-event flag to false. This stops - delaying the load event.

+

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 + queue a task to set the element's delaying-the-load-event flag to + false. This stops delaying the load event.

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 @@ -119441,6 +119441,7 @@ INSERT INTERFACES HERE Kai Hendry, 呂康豪 (KangHao Lu), Karl Dubost, + Karl Tomlinson, Kartikaya Gupta, Kathy Walton, Kelly Ford,