diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 02:54:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 09:54:07 +0300 |
commit | a3d3f72729edf1ff829150bf7ddccfbc0a70497d (patch) | |
tree | 95cdc5554055d40267679708305e124e2ab52470 /files/ru/web/guide | |
parent | 40b2b076975760cb8d519d53fe40bc78282114ad (diff) | |
download | translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.gz translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.bz2 translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.zip |
remove link 'title' attributes that's just the 'href' (ru) (#1715)
Diffstat (limited to 'files/ru/web/guide')
-rw-r--r-- | files/ru/web/guide/audio_and_video_delivery/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/guide/audio_and_video_delivery/index.html b/files/ru/web/guide/audio_and_video_delivery/index.html index d93c18ebbc..5643c2f51d 100644 --- a/files/ru/web/guide/audio_and_video_delivery/index.html +++ b/files/ru/web/guide/audio_and_video_delivery/index.html @@ -536,7 +536,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><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> |