From a3d3f72729edf1ff829150bf7ddccfbc0a70497d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 02:54:07 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru) (#1715) --- files/ru/web/api/element/scrolltop/index.html | 4 +-- .../using_files_from_web_applications/index.html | 2 +- .../web/api/globaleventhandlers/onerror/index.html | 2 +- .../api/indexeddb_api/using_indexeddb/index.html | 2 +- .../index.html | 2 +- files/ru/web/api/webgl_api/index.html | 14 ++++---- .../index.html | 4 +-- .../tutorial/lighting_in_webgl/index.html | 2 +- files/ru/web/css/vertical-align/index.html | 4 +-- .../web/guide/audio_and_video_delivery/index.html | 2 +- files/ru/web/html/element/a/index.html | 2 +- files/ru/web/html/element/form/index.html | 2 +- files/ru/web/html/element/tfoot/index.html | 2 +- files/ru/web/html/element/time/index.html | 4 +-- .../list_of_default_accept_values/index.html | 38 +++++++++++----------- files/ru/web/http/headers/index.html | 2 +- files/ru/web/http/status/index.html | 4 +-- files/ru/web/mathml/authoring/index.html | 16 ++++----- files/ru/web/mathml/element/menclose/index.html | 4 +-- files/ru/web/mathml/index.html | 4 +-- .../ru/web/security/same-origin_policy/index.html | 6 ++-- files/ru/web/svg/element/rect/index.html | 4 +-- .../web/svg/svg_1.1_support_in_firefox/index.html | 2 +- files/ru/web/svg/tutorial/tools_for_svg/index.html | 2 +- 24 files changed, 65 insertions(+), 65 deletions(-) (limited to 'files/ru/web') diff --git a/files/ru/web/api/element/scrolltop/index.html b/files/ru/web/api/element/scrolltop/index.html index f057dc4f40..484a8e3488 100644 --- a/files/ru/web/api/element/scrolltop/index.html +++ b/files/ru/web/api/element/scrolltop/index.html @@ -68,6 +68,6 @@ var intElemScrollTop = someElement.scrollTop; 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 d181506343..05207bc9fc 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 @@ -468,5 +468,5 @@ window.URL.revokeObjectURL(obj_url);
  • {{DOMxRef("XMLHttpRequest")}}
  • Using XMLHttpRequest
  • Using the DOM File API in chrome code
  • -
  • jQuery JavaScript library
  • +
  • jQuery JavaScript library
  • diff --git a/files/ru/web/api/globaleventhandlers/onerror/index.html b/files/ru/web/api/globaleventhandlers/onerror/index.html index f6daa8781e..e92f11ceaf 100644 --- a/files/ru/web/api/globaleventhandlers/onerror/index.html +++ b/files/ru/web/api/globaleventhandlers/onerror/index.html @@ -67,4 +67,4 @@ window.onerror = function myErrorHandler(errorMsg, url, lineNumber) {

    Спецификации

    -

    JavaScript 1.1

    +

    JavaScript 1.1

    diff --git a/files/ru/web/api/indexeddb_api/using_indexeddb/index.html b/files/ru/web/api/indexeddb_api/using_indexeddb/index.html index be4dcb0285..bf3080885c 100644 --- a/files/ru/web/api/indexeddb_api/using_indexeddb/index.html +++ b/files/ru/web/api/indexeddb_api/using_indexeddb/index.html @@ -1188,7 +1188,7 @@ input {

    Related articles

    Firefox

    diff --git a/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html b/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html index 5c9bd86ca4..abe792edd7 100644 --- a/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html +++ b/files/ru/web/api/web_workers_api/functions_and_classes_available_to_workers/index.html @@ -289,7 +289,7 @@ translation_of: Web/API/Web_Workers_API/Functions_and_classes_available_to_worke Creates a new {{ domxref("Worker") }}. Yes, workers can spawn more workers. {{CompatGeckoDesktop("1.9.1")}} 10.0 - {{CompatNo}} See crbug.com/31666 + {{CompatNo}} See crbug.com/31666 {{CompatNo}} diff --git a/files/ru/web/api/webgl_api/index.html b/files/ru/web/api/webgl_api/index.html index 8254267831..30c9aa5858 100644 --- a/files/ru/web/api/webgl_api/index.html +++ b/files/ru/web/api/webgl_api/index.html @@ -46,29 +46,29 @@ translation_of: Web/API/WebGL_API
    -
    Спецификация WebGL
    +
    Спецификация WebGL
    Спецификация WebGL.
    Официальный сайт WebGL
    Веб-сайт разработчиков WebGL - Khronos Group.
    -
    Изучение WebGL
    +
    Изучение WebGL
    Веб-сайт с уроками, посвящёнными использованию WebGL.
    Основы WebGL
    Учебные материалы по основным возможностям WebGL.
    Матрицы в WebGL
    Введение в использование матриц в двухмерной графике на WebGL. На этом ресурсе объясняется математическая основа перспективы в трёхмерной графике.
    -
    Советы по использованию WebGL
    +
    Советы по использованию WebGL
    Веб-сайт с советами по написанию кода на WebGL.
    ewgl-matrices
    Библиотека для работы с матрицами для WebGL
    -
    glMatrix
    +
    glMatrix
    Библиотека для работы с матрицами и векторами, написанная на JavaScript, предназначенная для высокопроизводительных приложений на WebGL
    mjs
    Математическая библиотека для работы с векторами и матрицами, написанная на JavaScript, оптимизированная для использования с WebGL.
    -
    Sylvester
    +
    Sylvester
    Библиотека с открытым исходным кодом для работы с векторами и матрицами. Не оптимизирована для WebGL, но производительная.
    -
    WebGL площадка
    +
    WebGL площадка
    Онлайн инструмент для создания и публикации проектов на WebGL. Удобна для быстрого прототипирования и экспериментирования.
    -
    Академия WebGL
    +
    Академия WebGL
    Редактор HTML/Javascript с учебными материалами для обучения основам программирования на webgl.
    diff --git a/files/ru/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html b/files/ru/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html index 4bafecab6d..241520b787 100644 --- a/files/ru/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html +++ b/files/ru/web/api/webgl_api/tutorial/adding_2d_content_to_a_webgl_context/index.html @@ -186,7 +186,7 @@ function initBuffers() {

    Операции над матрицами

    -

    Операции над матрицами достаточно сложны. Никому бы не хотелось самому писать весь код для работы с ними. К счастью, есть Sylvester - очень удобная библиотека для выполнения операций над векторами и матрицами, написанная на JavaScript.

    +

    Операции над матрицами достаточно сложны. Никому бы не хотелось самому писать весь код для работы с ними. К счастью, есть Sylvester - очень удобная библиотека для выполнения операций над векторами и матрицами, написанная на JavaScript.

    Файл glUtils.js, используемый в этом примере, используется большинством примеров на WebGL, размещённых в сети интернет. Никто не знает точно откуда он появился. Он просто используется Sylvester и он даже пополняется методами для построения специальных типов матриц, а также вывода HTML для их отображения.

    @@ -217,7 +217,7 @@ function setMatrixUniforms() {

    {{PreviousNext("Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL", "Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL")}}

    diff --git a/files/ru/web/api/webgl_api/tutorial/lighting_in_webgl/index.html b/files/ru/web/api/webgl_api/tutorial/lighting_in_webgl/index.html index f1645ba200..b035ba4fc3 100644 --- a/files/ru/web/api/webgl_api/tutorial/lighting_in_webgl/index.html +++ b/files/ru/web/api/webgl_api/tutorial/lighting_in_webgl/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/WebGL_API/Tutorial/Lighting_in_WebGL

    Симуляция освещения и затенения в  3D

    -

    Хотя детали теории, лежащей в основе симуляции освещения в 3D-графике лежат далеко за пределами этой статьи, будет полезным немного узнать о том, как это работает. Посмотрите статью Затенение по Фонгу в Википедии, чтобы получить хороший обзор наиболее часто используемых моделей освещения. А в этой статье вы можете посмотреть объяснение, основанное на WebGL.

    +

    Хотя детали теории, лежащей в основе симуляции освещения в 3D-графике лежат далеко за пределами этой статьи, будет полезным немного узнать о том, как это работает. Посмотрите статью Затенение по Фонгу в Википедии, чтобы получить хороший обзор наиболее часто используемых моделей освещения. А в этой статье вы можете посмотреть объяснение, основанное на WebGL.

    Существует три основных типа источников света:

    diff --git a/files/ru/web/css/vertical-align/index.html b/files/ru/web/css/vertical-align/index.html index 2a4ae09c70..c980567f41 100644 --- a/files/ru/web/css/vertical-align/index.html +++ b/files/ru/web/css/vertical-align/index.html @@ -238,6 +238,6 @@ img.middle { vertical-align: middle; } 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) {
    -

    Note: Firefox OS versions 1.3 and above support the RTSP protocol for streaming video delivery. A fallback solution for older versions would be to use <video> along with a suitable format for Gecko (such as WebM) to serve fallback content. More information will be published on this in good time.

    +

    Note: Firefox OS versions 1.3 and above support the RTSP protocol for streaming video delivery. A fallback solution for older versions would be to use <video> along with a suitable format for Gecko (such as WebM) to serve fallback content. More information will be published on this in good time.

    References

    diff --git a/files/ru/web/html/element/a/index.html b/files/ru/web/html/element/a/index.html index 92237830fe..5a91823b2e 100644 --- a/files/ru/web/html/element/a/index.html +++ b/files/ru/web/html/element/a/index.html @@ -202,7 +202,7 @@ translation_of: Web/HTML/Element/a Нормативный документ - Microsoft's Data Binding: dataSrc Property (MSDN) + Microsoft's Data Binding: dataSrc Property (MSDN) diff --git a/files/ru/web/html/element/form/index.html b/files/ru/web/html/element/form/index.html index 34d6f54a86..c6f56755fc 100644 --- a/files/ru/web/html/element/form/index.html +++ b/files/ru/web/html/element/form/index.html @@ -58,7 +58,7 @@ translation_of: Web/HTML/Element/form
    {{htmlattrdef("enctype")}}
    -
    Когда значение атрибута method равно post, атрибут - MIME тип содержимого, которое используется, чтобы передать форму на сервер. Возможные значения: +
    Когда значение атрибута method равно post, атрибут - MIME тип содержимого, которое используется, чтобы передать форму на сервер. Возможные значения: