Skip to content

Commit

Permalink
[ac] (0) Forgot to specify that it was a boolean attribute.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18873
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7535 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2012
1 parent da1ad59 commit 74d2c60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -28338,9 +28338,9 @@ <h4 id=the-track-element><span class=secno>4.8.9 </span>The <dfn><code>track</co

</div>

<p>The <dfn id=attr-track-default title=attr-track-default><code>default</code></dfn> attribute, if specified,
indicates that the track is to be enabled if the user's preferences do not indicate that another
track would be more appropriate.</p>
<p>The <dfn id=attr-track-default title=attr-track-default><code>default</code></dfn> attribute is a <a href=#boolean-attribute>boolean
attribute</a>, which, if specified, indicates that the track is to be enabled if the user's
preferences do not indicate that another track would be more appropriate.</p>

<p>Each <a href=#media-element>media element</a> must have no more than one <code><a href=#the-track-element>track</a></code> element child
whose <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code> attribute is in the <a href=#attr-track-kind-subtitles title=attr-track-kind-subtitles>subtitles</a> or <a href=#attr-track-kind-captions title=attr-track-kind-captions>captions</a> state and whose <code title=attr-track-default><a href=#attr-track-default>default</a></code> attribute is specified.</p>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -28338,9 +28338,9 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

</div>

<p>The <dfn id=attr-track-default title=attr-track-default><code>default</code></dfn> attribute, if specified,
indicates that the track is to be enabled if the user's preferences do not indicate that another
track would be more appropriate.</p>
<p>The <dfn id=attr-track-default title=attr-track-default><code>default</code></dfn> attribute is a <a href=#boolean-attribute>boolean
attribute</a>, which, if specified, indicates that the track is to be enabled if the user's
preferences do not indicate that another track would be more appropriate.</p>

<p>Each <a href=#media-element>media element</a> must have no more than one <code><a href=#the-track-element>track</a></code> element child
whose <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code> attribute is in the <a href=#attr-track-kind-subtitles title=attr-track-kind-subtitles>subtitles</a> or <a href=#attr-track-kind-captions title=attr-track-kind-captions>captions</a> state and whose <code title=attr-track-default><a href=#attr-track-default>default</a></code> attribute is specified.</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -30424,9 +30424,9 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

</div>

<p>The <dfn title="attr-track-default"><code>default</code></dfn> attribute, if specified,
indicates that the track is to be enabled if the user's preferences do not indicate that another
track would be more appropriate.</p>
<p>The <dfn title="attr-track-default"><code>default</code></dfn> attribute is a <span>boolean
attribute</span>, which, if specified, indicates that the track is to be enabled if the user's
preferences do not indicate that another track would be more appropriate.</p>

<p>Each <span>media element</span> must have no more than one <code>track</code> element child
whose <code title="attr-track-kind">kind</code> attribute is in the <span
Expand Down

0 comments on commit 74d2c60

Please sign in to comment.