diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-26 15:31:56 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-07-27 12:52:01 +0800 |
commit | 13db12ce5c9cfe0c433f35587035dce15eedf294 (patch) | |
tree | 20671d4a0fda745d305ba2b38037f25f6fbdce58 /files/zh-cn/web/guide/audio_and_video_delivery | |
parent | c53c05cd5c3e7eafdfeb437d02ddad4c9e00ae3d (diff) | |
download | translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.gz translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.tar.bz2 translated-content-13db12ce5c9cfe0c433f35587035dce15eedf294.zip |
remove link 'title' attributes that's just the 'href' (zh-cn)
Diffstat (limited to 'files/zh-cn/web/guide/audio_and_video_delivery')
-rw-r--r-- | files/zh-cn/web/guide/audio_and_video_delivery/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/index.html b/files/zh-cn/web/guide/audio_and_video_delivery/index.html index 9bd903c722..c0319223db 100644 --- a/files/zh-cn/web/guide/audio_and_video_delivery/index.html +++ b/files/zh-cn/web/guide/audio_and_video_delivery/index.html @@ -428,7 +428,7 @@ AddType video/webm webmv</pre> </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><video></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><video></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> |