diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 14:15:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 21:15:05 +0300 |
commit | 20c7fd773df964681f7dd9d7a305293abd5a04ad (patch) | |
tree | 98e48d964b4cabfdea7bf107e39459c393b21558 /files/ru/web/http/content_negotiation | |
parent | 2f530bed8ebb6853b8c033979ef956575100bdf4 (diff) | |
download | translated-content-20c7fd773df964681f7dd9d7a305293abd5a04ad.tar.gz translated-content-20c7fd773df964681f7dd9d7a305293abd5a04ad.tar.bz2 translated-content-20c7fd773df964681f7dd9d7a305293abd5a04ad.zip |
remove link 'title' attributes that's just the 'href' (ru, part 3) (#1746)
Diffstat (limited to 'files/ru/web/http/content_negotiation')
-rw-r--r-- | files/ru/web/http/content_negotiation/list_of_default_accept_values/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/http/content_negotiation/list_of_default_accept_values/index.html b/files/ru/web/http/content_negotiation/list_of_default_accept_values/index.html index a35cacf4d7..c5c171f29d 100644 --- a/files/ru/web/http/content_negotiation/list_of_default_accept_values/index.html +++ b/files/ru/web/http/content_negotiation/list_of_default_accept_values/index.html @@ -32,7 +32,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <br> <code>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code> (в более ранних версиях)</p> </td> - <td>В Firefox до версии 65 включительно значение можно изменить с помощью параметра <a class="external" href="http://kb.mozillazine.org/Network.http.accept.default"><code>network.http.accept.default</code></a> (см. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/modules/libpref/init/all.js#l1750" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers">исходный код</a>).</td> + <td>В Firefox до версии 65 включительно значение можно изменить с помощью параметра <a class="external" href="http://kb.mozillazine.org/Network.http.accept.default"><code>network.http.accept.default</code></a> (см. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/modules/libpref/init/all.js#l1750">исходный код</a>).</td> </tr> <tr> <td>Safari, Chrome</td> @@ -128,7 +128,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox начиная с версии 3.6</td> <td><code>video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5</code></td> - <td>См. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">страницу ошибки 489071</a>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLVideoElement.cpp#l136" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">исходный код</span></a></td> + <td>См. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">страницу ошибки 489071</a>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLVideoElement.cpp#l136"><span style="font-size: x-small;">исходный код</span></a></td> </tr> <tr> <td>Chrome</td> @@ -157,7 +157,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox начиная с версии 3.6</td> <td><code>audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5</code></td> - <td>См. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">страницу ошибки 489071</a>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLAudioElement.cpp#l81" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">исходный код</span></a></td> + <td>См. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">страницу ошибки 489071</a>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLAudioElement.cpp#l81"><span style="font-size: x-small;">исходный код</span></a></td> </tr> <tr> <td>Safari, Chrome</td> @@ -225,7 +225,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox 4</td> <td><code>text/css,*/*;q=0.1</code></td> - <td>См. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=170789">страницу ошибки 170789</a>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/layout/style/Loader.cpp#l1548" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">исходный код</span></a></td> + <td>См. <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=170789">страницу ошибки 170789</a>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/layout/style/Loader.cpp#l1548"><span style="font-size: x-small;">исходный код</span></a></td> </tr> <tr> <td>Internet Explorer до версии 8 включительно</td> |