aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/guide/audio_and_video_delivery
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/guide/audio_and_video_delivery')
-rw-r--r--files/ja/web/guide/audio_and_video_delivery/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/guide/audio_and_video_delivery/index.html b/files/ja/web/guide/audio_and_video_delivery/index.html
index 41cec436d5..8c2d5aa77d 100644
--- a/files/ja/web/guide/audio_and_video_delivery/index.html
+++ b/files/ja/web/guide/audio_and_video_delivery/index.html
@@ -352,7 +352,7 @@ mediaElement.played.end(0); // Returns the number of seconds the browser ha
</dl>
<div class="note">
-<p><strong>Note</strong>: The playback range portion of the media element URI specification was added to Gecko 9.0 {{ geckoRelease("9.0") }}. At this time, this is the only part of the <a class="external" href="http://www.w3.org/TR/media-frags/" title="http://www.w3.org/TR/media-frags/">Media Fragments URI specification</a> implemented by Gecko, and it can only be used when specifying the source for media elements, and not in the address bar.</p>
+<p><strong>Note</strong>: The playback range portion of the media element URI specification was added to Gecko 9.0 {{ geckoRelease("9.0") }}. At this time, this is the only part of the <a class="external" href="http://www.w3.org/TR/media-frags/">Media Fragments URI specification</a> implemented by Gecko, and it can only be used when specifying the source for media elements, and not in the address bar.</p>
</div>
<h2 id="Error_handling">Error handling</h2>
@@ -537,7 +537,7 @@ lastsource.addEventListener('error', function(ev) {
</dl>
<div class="note">
-<p><strong>Note</strong>: Firefox OS versions 1.3 and above support the <a href="http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol" title="http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol">RTSP</a> protocol for streaming video delivery. A fallback solution for older versions would be to use <code>&lt;video&gt;</code> along with a suitable format for Gecko (such as WebM) to serve fallback content. More information will be published on this in good time.</p>
+<p><strong>Note</strong>: Firefox OS versions 1.3 and above support the <a href="http://en.wikipedia.org/wiki/Real_Time_Streaming_Protocol">RTSP</a> protocol for streaming video delivery. A fallback solution for older versions would be to use <code>&lt;video&gt;</code> along with a suitable format for Gecko (such as WebM) to serve fallback content. More information will be published on this in good time.</p>
</div>
<h2 id="References">References</h2>