diff --git a/complete.html b/complete.html
index c7441478769..446261d6511 100644
--- a/complete.html
+++ b/complete.html
@@ -248,7 +248,7 @@
HTML
- Living Standard — Last Updated 10 February 2013
+ Living Standard — Last Updated 12 February 2013
4.8.10.5 Loading the
download may also be throttled automatically by the user agent, e.g. to balance the download
with other connections sharing the same bandwidth.
User agents may decide to not download more content at any time, e.g.
after buffering five minutes of a one hour media resource, while waiting for the user to decide
- whether to play the resource or not, or while waiting for user input in an interactive resource.
+ whether to play the resource or not, while waiting for user input in an interactive resource,
+ or when the user navigates away from the page.
When a media element's download has been suspended, the user agent must queue
a task to set the networkState
to NETWORK_IDLE
and fire a simple event named
suspend
at the element. If and when downloading of the
@@ -27674,13 +27676,14 @@
The fetching process is aborted by the user, e.g. because the user navigated the browsing - context to another page, the user agent must execute the following steps. These steps are not +
The fetching process is aborted by the user, e.g. because the user
+ pressed a "stop" button, the user agent must execute the following steps. These steps are not
followed if the load()
method itself is invoked while
these steps are running, as the steps above handle that particular kind of abort.
The user agent should cancel the fetching process.
Set the error
attribute to a new
MediaError
object whose code
attribute
is set to MEDIA_ERR_ABORTED
.
User agents may decide to not download more content at any time, e.g.
after buffering five minutes of a one hour media resource, while waiting for the user to decide
- whether to play the resource or not, or while waiting for user input in an interactive resource.
+ whether to play the resource or not, while waiting for user input in an interactive resource,
+ or when the user navigates away from the page.
When a media element's download has been suspended, the user agent must queue
a task to set the The fetching process is aborted by the user, e.g. because the user navigated the browsing
- context to another page, the user agent must execute the following steps. These steps are not
+ The fetching process is aborted by the user, e.g. because the user
+ pressed a "stop" button, the user agent must execute the following steps. These steps are not
followed if the The user agent should cancel the fetching process. Set the networkState
to NETWORK_IDLE
and fire a simple event named
suspend
at the element. If and when downloading of the
@@ -27674,13 +27676,14 @@ interface HTMLAudioElement :
- load()
method itself is invoked while
these steps are running, as the steps above handle that particular kind of abort.error
attribute to a new
MediaError
object whose code
attribute
is set to MEDIA_ERR_ABORTED
.
User agents may decide to not download more content at any time, e.g.
after buffering five minutes of a one hour media resource, while waiting for the user to decide
- whether to play the resource or not, or while waiting for user input in an interactive resource.
+ whether to play the resource or not, while waiting for user input in an interactive resource,
+ or when the user navigates away from the page.
When a media element's download has been suspended, the user agent must queue
a task to set the networkState
to NETWORK_IDLE
and fire a simple event named
@@ -29602,8 +29604,8 @@ interface HTMLAudioElement : HTMLMediaElement {};
The fetching process is aborted by the user, e.g. because the user navigated the browsing - context to another page, the user agent must execute the following steps. These steps are not +
The fetching process is aborted by the user, e.g. because the user
+ pressed a "stop" button, the user agent must execute the following steps. These steps are not
followed if the load()
method itself is invoked while
these steps are running, as the steps above handle that particular kind of abort.
The user agent should cancel the fetching process.
Set the error
attribute to a new
MediaError
object whose code
attribute
is set to MEDIA_ERR_ABORTED
.