From 4277faa2c4f0d3dbce9e0c7375a7abe4dc515f45 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 | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/source b/source index 9873d8e28fb..3d06f5df9e9 100644 --- a/source +++ b/source @@ -36851,18 +36851,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 {
auto - Automatic - 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. + Automatic + 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 empty string)
-

The empty string is also a valid keyword, and maps to the Automatic state. The attribute's missing value default and invalid value - default are implementation-defined, though the The attribute's missing value default and invalid value default are both + implementation-defined, though the Metadata state is suggested as a compromise between reducing server load and providing an optimal user experience.

+

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.

+

Authors might switch the attribute from "none" or "metadata" to "