Skip to content

Commit

Permalink
Editorial: make kind attributes consistent
Browse files Browse the repository at this point in the history
Helps with #9832.
  • Loading branch information
keithamus authored Oct 10, 2023
1 parent 9e55bb8 commit 8fc80bd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -35017,9 +35017,7 @@ interface <dfn interface>HTMLTrackElement</dfn> : <span>HTMLElement</span> {
does not <span data-x="represents">represent</span> anything on its own.</p>

<p>The <dfn element-attr for="track"><code data-x="attr-track-kind">kind</code></dfn> attribute is
an <span>enumerated attribute</span>. 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.</p>
an <span>enumerated attribute</span> with the following keywords and states:</p>

<table>
<thead>
Expand Down Expand Up @@ -35062,10 +35060,10 @@ interface <dfn interface>HTMLTrackElement</dfn> : <span>HTMLElement</span> {
<td><dfn data-x="attr-track-kind-metadata">Metadata</dfn>
</table>

<p>The attribute may be omitted. The <i data-x="missing value default">missing value default</i>
is the <span data-x="attr-track-kind-subtitles">subtitles</span> state. The <i
data-x="invalid value default">invalid value default</i> is the <span
data-x="attr-track-kind-metadata">metadata</span> state.</p>
<p>The <i data-x="missing value default">missing value default</i> is the <span
data-x="attr-track-kind-subtitles">subtitles</span> state. The <i data-x="invalid value
default">invalid value default</i> is the <span data-x="attr-track-kind-metadata">metadata</span>
state.</p>

<p>The <dfn element-attr for="track"><code data-x="attr-track-src">src</code></dfn> attribute
gives the <span>URL</span> of the text track data. The value must be a <span>valid non-empty URL
Expand Down

0 comments on commit 8fc80bd

Please sign in to comment.