[html5] r7535 - [ac] (0) Forgot to specify that it was a boolean attribute. Fixing https://www.w [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Nov 24 18:41:36 PST 2012
Author: ianh
Date: 2012-11-24 18:41:35 -0800 (Sat, 24 Nov 2012)
New Revision: 7535
Modified:
complete.html
index
source
Log:
[ac] (0) Forgot to specify that it was a boolean attribute.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18873
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-11-25 02:39:19 UTC (rev 7534)
+++ complete.html 2012-11-25 02:41:35 UTC (rev 7535)
@@ -28338,9 +28338,9 @@
</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>
Modified: index
===================================================================
--- index 2012-11-25 02:39:19 UTC (rev 7534)
+++ index 2012-11-25 02:41:35 UTC (rev 7535)
@@ -28338,9 +28338,9 @@
</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>
Modified: source
===================================================================
--- source 2012-11-25 02:39:19 UTC (rev 7534)
+++ source 2012-11-25 02:41:35 UTC (rev 7535)
@@ -30424,9 +30424,9 @@
</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
More information about the Commit-Watchers
mailing list