From 25adeab442957045b0e871f602e4b59fc4f9271d Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 12 Oct 2023 09:26:01 +0100 Subject: [PATCH] Editorial: make preload attributes table consistent Helps with #9832. --- source | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source b/source index 9d0696e5ef7..3802743cc20 100644 --- a/source +++ b/source @@ -36858,18 +36858,15 @@ interface MediaError {

The preload - attribute is an enumerated attribute. The following table lists the keywords and - states for the attribute — the keywords in the left column map to the states in the cell in - the second column on the same row as the keyword. The attribute can be changed even once the - media resource is being buffered or played; the descriptions in the table below are - to be interpreted with that in mind.

+ attribute is an enumerated attribute with the following keywords and + states:

-
Keyword - State - Brief description + Keyword + State + Brief description
MediaError { Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource.
+

The attribute can be changed even once the media resource is being buffered or + played; the descriptions in the table above are to be interpreted with that in mind.

+

The empty string is also a valid keyword, and maps to the Automatic state. The attribute's missing value default and invalid value