diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-30 16:26:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 16:26:37 +0200 |
commit | fb5b8c8367d594d5fc4f38c61573d8e2e3552a57 (patch) | |
tree | 53edf40b949bdf58d0a3173ffb191cbd00c5c2e8 | |
parent | 692f50f06294e3c96eef8115f2889e5bd245e083 (diff) | |
download | translated-content-fb5b8c8367d594d5fc4f38c61573d8e2e3552a57.tar.gz translated-content-fb5b8c8367d594d5fc4f38c61573d8e2e3552a57.tar.bz2 translated-content-fb5b8c8367d594d5fc4f38c61573d8e2e3552a57.zip |
KS: Removal of the least used macros (#614)
3 files changed, 0 insertions, 8 deletions
diff --git a/files/ru/web/api/datatransfer/index.html b/files/ru/web/api/datatransfer/index.html index f443bc8c07..b0efee3b51 100644 --- a/files/ru/web/api/datatransfer/index.html +++ b/files/ru/web/api/datatransfer/index.html @@ -147,8 +147,6 @@ translation_of: Web/API/DataTransfer <p>Содержит список типов форматов данных в порядке добавления данных. Если ничего не было добавлено, то будет вернут пустой список.</p> -<p>{{ gecko_minversion_note("1.9.2", 'The string "Files" is included in this list if files are included in the drag.') }}</p> - <p>{{ h3_gecko_minversion("mozCursor", "1.9.1", "mozCursor") }}</p> <p>The drag cursor's state. This is primarily used to control the cursor during tab drags.</p> diff --git a/files/ru/web/api/file/using_files_from_web_applications/index.html b/files/ru/web/api/file/using_files_from_web_applications/index.html index e8469671bd..d181506343 100644 --- a/files/ru/web/api/file/using_files_from_web_applications/index.html +++ b/files/ru/web/api/file/using_files_from_web_applications/index.html @@ -470,7 +470,3 @@ window.URL.revokeObjectURL(obj_url);</pre> <li><a href="/en/Extensions/Using_the_DOM_File_API_in_chrome_code" title="en/Extensions/Using the DOM File API in chrome code">Using the DOM File API in chrome code</a></li> <li><a class="external" href="http://www.jquery.com/" title="http://www.jquery.com/">jQuery</a> JavaScript library</li> </ul> - -<p>{{ HTML5ArticleTOC() }}</p> - -<p>{{ languages( { "zh-cn": "zh-cn/Using_files_from_web_applications", "ja": "ja/Using_files_from_web_applications" } ) }}</p> diff --git a/files/ru/web/guide/html/using_html_sections_and_outlines/index.html b/files/ru/web/guide/html/using_html_sections_and_outlines/index.html index bc5258ab54..0fa431ef8b 100644 --- a/files/ru/web/guide/html/using_html_sections_and_outlines/index.html +++ b/files/ru/web/guide/html/using_html_sections_and_outlines/index.html @@ -372,5 +372,3 @@ original_slug: Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document <h2 id="Заключение">Заключение</h2> <p>Новые семантические элементы, добавленные в HTML5, обеспечивают стандартизацию описания структуры веб-документа. Они облегчают жизнь пользователям с ограниченными возможностями, просты в использовании, могут без особых проблем поддерживаться в старых браузерах и поэтому настоятельно рекомендуются к применению.</p> - -<div>{{HTML5ArticleTOC()}}</div> |