From 8fc80bd81f59a833535332c8029cb7fbb86d7166 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 10 Oct 2023 12:23:17 +0100 Subject: [PATCH] Editorial: make kind attributes consistent Helps with #9832. --- source | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/source b/source index 796fd2fc709..34ac60b3d35 100644 --- a/source +++ b/source @@ -35017,9 +35017,7 @@ interface HTMLTrackElement : HTMLElement { does not represent anything on its own.

The kind attribute is - an enumerated attribute. The following table lists the keywords defined for this - attribute. The keyword given in the first cell of each row maps to the state given in the second - cell.

+ an enumerated attribute with the following keywords and states:

@@ -35062,10 +35060,10 @@ interface HTMLTrackElement : HTMLElement {
Metadata
-

The attribute may be omitted. The missing value default - is the subtitles state. The invalid value default is the metadata state.

+

The missing value default is the subtitles state. The invalid value default is the metadata + state.

The src attribute gives the URL of the text track data. The value must be a valid non-empty URL