Skip to content

Commit

Permalink
[e] (0) cross-reference for multipart/x-mixed-replace
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22236
Affected topics: Video and Audio

git-svn-id: http://svn.whatwg.org/webapps@7963 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2013
1 parent b82ddde commit 4023b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -28267,7 +28267,7 @@ <h5 id=offsets-into-the-media-resource><span class=secno>4.8.10.6 </span>Offsets

<p class=note>An example of a file format with no explicit timeline but with explicit frame
durations is the Animated GIF format. An example of a file format with no explicit timings at all
is the JPEG-push format (<code title="">multipart/x-mixed-replace</code> with JPEG frames, often
is the JPEG-push format (<code><a href=#multipart/x-mixed-replace>multipart/x-mixed-replace</a></code> with JPEG frames, often
used as the format for MJPEG streams).</p>

<p>If, in the case of a resource with no timing information, the user agent will nonetheless be
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -28267,7 +28267,7 @@ interface <dfn id=htmlmediaelement>HTMLMediaElement</dfn> : <a href=#htmlelement

<p class=note>An example of a file format with no explicit timeline but with explicit frame
durations is the Animated GIF format. An example of a file format with no explicit timings at all
is the JPEG-push format (<code title="">multipart/x-mixed-replace</code> with JPEG frames, often
is the JPEG-push format (<code><a href=#multipart/x-mixed-replace>multipart/x-mixed-replace</a></code> with JPEG frames, often
used as the format for MJPEG streams).</p>

<p>If, in the case of a resource with no timing information, the user agent will nonetheless be
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -30048,7 +30048,7 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {

<p class="note">An example of a file format with no explicit timeline but with explicit frame
durations is the Animated GIF format. An example of a file format with no explicit timings at all
is the JPEG-push format (<code title="">multipart/x-mixed-replace</code> with JPEG frames, often
is the JPEG-push format (<code>multipart/x-mixed-replace</code> with JPEG frames, often
used as the format for MJPEG streams).</p>

<p>If, in the case of a resource with no timing information, the user agent will nonetheless be
Expand Down

0 comments on commit 4023b6a

Please sign in to comment.