[html5] r8719 - [e] (0) markup fixes Affected topics: Video and Audio
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 26 15:23:22 PDT 2014
Author: ianh
Date: 2014-08-26 15:23:18 -0700 (Tue, 26 Aug 2014)
New Revision: 8719
Modified:
complete.html
index
source
Log:
[e] (0) markup fixes
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2014-08-26 22:21:43 UTC (rev 8718)
+++ complete.html 2014-08-26 22:23:18 UTC (rev 8719)
@@ -22421,7 +22421,7 @@
fetch it.</p>
<p>To determine the format of the <a href=#media-resource id=loading-the-media-resource:media-resource-4>media resource</a>, the user agent must use the
- <span>rules for sniffing audio and video specifically</span>.</p>
+ <a href=http://mimesniff.spec.whatwg.org/#rules-for-sniffing-audio-and-video-specifically id=loading-the-media-resource:content-type-sniffing:-video data-x-internal=content-type-sniffing:-video>rules for sniffing audio and video specifically</a>.</p>
<p>While the load is not suspended (see below), every 350ms (±200ms) or for every byte
received, whichever is <em>least</em> frequent, <a href=#queue-a-task id=loading-the-media-resource:queue-a-task-15>queue a task</a> to <a href=#fire-a-simple-event id=loading-the-media-resource:fire-a-simple-event-10>fire a simple
@@ -22461,7 +22461,7 @@
<p>If the <var>current media resource</var> is a raw data stream (e.g. from a
<code id=loading-the-media-resource:file><a href=#file>File</a></code> object), then to determine the format of the <a href=#media-resource id=loading-the-media-resource:media-resource-7>media resource</a>,
- the user agent must use the <span>rules for sniffing audio and video specifically</span>.
+ the user agent must use the <a href=http://mimesniff.spec.whatwg.org/#rules-for-sniffing-audio-and-video-specifically id=loading-the-media-resource:content-type-sniffing:-video-2 data-x-internal=content-type-sniffing:-video>rules for sniffing audio and video specifically</a>.
Otherwise, if the data stream is pre-decoded, then the format is the format given by the
relevant specification.</p>
Modified: index
===================================================================
--- index 2014-08-26 22:21:43 UTC (rev 8718)
+++ index 2014-08-26 22:23:18 UTC (rev 8719)
@@ -22421,7 +22421,7 @@
fetch it.</p>
<p>To determine the format of the <a href=#media-resource id=loading-the-media-resource:media-resource-4>media resource</a>, the user agent must use the
- <span>rules for sniffing audio and video specifically</span>.</p>
+ <a href=http://mimesniff.spec.whatwg.org/#rules-for-sniffing-audio-and-video-specifically id=loading-the-media-resource:content-type-sniffing:-video data-x-internal=content-type-sniffing:-video>rules for sniffing audio and video specifically</a>.</p>
<p>While the load is not suspended (see below), every 350ms (±200ms) or for every byte
received, whichever is <em>least</em> frequent, <a href=#queue-a-task id=loading-the-media-resource:queue-a-task-15>queue a task</a> to <a href=#fire-a-simple-event id=loading-the-media-resource:fire-a-simple-event-10>fire a simple
@@ -22461,7 +22461,7 @@
<p>If the <var>current media resource</var> is a raw data stream (e.g. from a
<code id=loading-the-media-resource:file><a href=#file>File</a></code> object), then to determine the format of the <a href=#media-resource id=loading-the-media-resource:media-resource-7>media resource</a>,
- the user agent must use the <span>rules for sniffing audio and video specifically</span>.
+ the user agent must use the <a href=http://mimesniff.spec.whatwg.org/#rules-for-sniffing-audio-and-video-specifically id=loading-the-media-resource:content-type-sniffing:-video-2 data-x-internal=content-type-sniffing:-video>rules for sniffing audio and video specifically</a>.
Otherwise, if the data stream is pre-decoded, then the format is the format given by the
relevant specification.</p>
Modified: source
===================================================================
--- source 2014-08-26 22:21:43 UTC (rev 8718)
+++ source 2014-08-26 22:23:18 UTC (rev 8719)
@@ -27890,7 +27890,7 @@
<dl class="domintro">
- <dt><var data-x="">media</var> . <code data-x="dom-media-srcObject">srcObject</code> [ = <var data-x="">source</var> ]</dt>
+ <dt><var>media</var> . <code data-x="dom-media-srcObject">srcObject</code> [ = <var>source</var> ]</dt>
<dd>
@@ -28656,7 +28656,7 @@
fetch it.</p>
<p>To determine the format of the <span>media resource</span>, the user agent must use the
- <span>rules for sniffing audio and video specifically</span>.</p>
+ <span data-x="Content-Type sniffing: video">rules for sniffing audio and video specifically</span>.</p>
<p>While the load is not suspended (see below), every 350ms (±200ms) or for every byte
received, whichever is <em>least</em> frequent, <span>queue a task</span> to <span>fire a simple
@@ -28702,7 +28702,7 @@
<p>If the <var>current media resource</var> is a raw data stream (e.g. from a
<code>File</code> object), then to determine the format of the <span>media resource</span>,
- the user agent must use the <span>rules for sniffing audio and video specifically</span>.
+ the user agent must use the <span data-x="Content-Type sniffing: video">rules for sniffing audio and video specifically</span>.
Otherwise, if the data stream is pre-decoded, then the format is the format given by the
relevant specification.</p>
More information about the Commit-Watchers
mailing list