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) --- .../forms/basic_native_form_controls/index.html | 6 ++-- .../how_to_build_custom_form_controls/index.html | 20 ++++++------ .../forms/how_to_structure_a_web_form/index.html | 2 +- files/ru/learn/forms/styling_web_forms/index.html | 2 +- files/ru/learn/forms/your_first_form/index.html | 4 +-- .../author_fast-loading_html_pages/index.html | 2 +- .../1.5/using_firefox_1.5_caching/index.html | 2 +- files/ru/mozilla/firefox/releases/3.5/index.html | 2 +- files/ru/tools/browser_console/index.html | 6 ++-- files/ru/tools/firefox_os_1.1_simulator/index.html | 6 ++-- .../firefox_for_android/index.html | 4 +-- 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 +- 35 files changed, 93 insertions(+), 93 deletions(-) (limited to 'files/ru') diff --git a/files/ru/learn/forms/basic_native_form_controls/index.html b/files/ru/learn/forms/basic_native_form_controls/index.html index 7da1a16864..dc7db5a0dc 100644 --- a/files/ru/learn/forms/basic_native_form_controls/index.html +++ b/files/ru/learn/forms/basic_native_form_controls/index.html @@ -300,7 +300,7 @@ original_slug: Learn/HTML/Forms/Стандартные_виджеты_форм   <option>Pear</option> </datalist> -
Note: According to the HTML specification, the {{htmlattrxref("list","input")}} attribute and the {{HTMLElement("datalist")}} element can be used with any kind of widget requiring a user input. However, it is unclear how it should work with controls other than text (color or date for example), and different browsers behave differently from case to case. Because of that, be cautious using this feature with anything but text fields.
+
Note: According to the HTML specification, the {{htmlattrxref("list","input")}} attribute and the {{HTMLElement("datalist")}} element can be used with any kind of widget requiring a user input. However, it is unclear how it should work with controls other than text (color or date for example), and different browsers behave differently from case to case. Because of that, be cautious using this feature with anything but text fields.
Screenshots of datalist on several platforms.
@@ -668,8 +668,8 @@ beans.oninput = function() {

To dig into the different form widgets, there are some useful external resources you should check out:

{{PreviousMenuNext("Learn/HTML/Forms/How_to_structure_an_HTML_form", "Learn/HTML/Forms/Sending_and_retrieving_form_data", "Learn/HTML/Forms")}}

diff --git a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html index 429214eee4..5962cc1074 100644 --- a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html @@ -88,9 +88,9 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets

В нашем примере пропущенные спецификации очевидны, так что мы с ними справимся, но это может стать реальной проблемой для новых экзотических виджетов, когда никто не имеет ни малейшего представления о том как они должны реагировать. Всегда лучше потратить время на этом этапе дизайна, потому что если вы плохо определите, или забудете определить реакцию виджета, то будет очень сложно изменять её, когда пользователи уже привыкнут. Если у вас есть сомнения - спросите мнения у окружающих, и, если позволяет бюджет,  не стесняйтесь выполнять пользовательские тесты. Этот процесс называется UX Design (Дизайн взаимодействия с пользователем). Если вы хотите узнать больше об этой теме, вам следует посетить следующие полезные ресурсы:

@@ -320,7 +320,7 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets
-

Замечание: Создание многократно используемых виджетов может быть немного сложнее. W3C Web Component draft является одним из ответов на этот конкретный вопрос. The X-Tag project попытка реализовать эту спецификацию; пожалуйста, посмотрите этот проект.

+

Замечание: Создание многократно используемых виджетов может быть немного сложнее. W3C Web Component draft является одним из ответов на этот конкретный вопрос. The X-Tag project попытка реализовать эту спецификацию; пожалуйста, посмотрите этот проект.

Почему он не работает?

@@ -332,7 +332,7 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets
  • Скрипт не загружается. Это один из самых распространённых случаев, особенно в мобильном мире, где сеть не очень надёжная.
  • Скрипт глючит.Вы должны всегда учитывать эту возможность.
  • Скрипт конфликтует со сторонним скриптом. Это может случиться со скриптами отслеживания или любыми букмарклетами (bookmarklets), которые использует пользователь.
  • -
  • Скрипт конфликтует с расширением браузера или зависит от него (такими как расширение NoScript в Firefox, или расширение NotScripts в Chrome).
  • +
  • Скрипт конфликтует с расширением браузера или зависит от него (такими как расширение NoScript в Firefox, или расширение NotScripts в Chrome).
  • Пользователь использует устаревший браузер, и одна из требуемых функций не поддерживается. Это часто случается, когда вы используете передовые API.
  • @@ -413,7 +413,7 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets

    В коде который мы собираемся написать, для выполнения всех необходимых действий мы будем использовать стандартный DOM API. Однако, хотя поддержка DOM API в браузерах стала гораздо лучше, все ещё есть нюансы с устраевшеними браузерами  (особенно со старым добрым Internet Explorer).

    -

    Чтобы избежать неприятностей с устаревшими браузерами есть два способа: использовать отдельный фреймворк такой как jQuery, $dom, prototype, Dojo, YUI, и т.п., или самостоятельно реализовать недостающие функции которые вам нужны (что можно легко сделать через условную загрузку, например используя библиотеку yepnope).

    +

    Чтобы избежать неприятностей с устаревшими браузерами есть два способа: использовать отдельный фреймворк такой как jQuery, $dom, prototype, Dojo, YUI, и т.п., или самостоятельно реализовать недостающие функции которые вам нужны (что можно легко сделать через условную загрузку, например используя библиотеку yepnope).

    Мы планируем использовать следующие функции (от самых рискованных до самых безопасных):

    @@ -741,7 +741,7 @@ window.addEventListener('load', function () { highlightOption(select, optionList[index]); }; -

    Вот окончательный результат всех этих изменений (вы сможете это лучше прочувствовать если испробуете это со вспомогательными технологиями, такими как NVDA или VoiceOver):

    +

    Вот окончательный результат всех этих изменений (вы сможете это лучше прочувствовать если испробуете это со вспомогательными технологиями, такими как NVDA или VoiceOver):

    @@ -766,9 +766,9 @@ window.addEventListener('load', function () {

    Вот несколько библиотек, которые вам стоит рассмотреть перед тем как создавать собственную:

    diff --git a/files/ru/learn/forms/how_to_structure_a_web_form/index.html b/files/ru/learn/forms/how_to_structure_a_web_form/index.html index 780a4a6729..36b35f08d0 100644 --- a/files/ru/learn/forms/how_to_structure_a_web_form/index.html +++ b/files/ru/learn/forms/how_to_structure_a_web_form/index.html @@ -48,7 +48,7 @@ original_slug: Learn/HTML/Forms/How_to_structure_an_HTML_form

    Элемент {{HTMLElement("fieldset")}} - это удобный способ стилистической и семантической группировки элементов формы. Вы можете установить заголовок {{HTMLElement("fieldset")}}, добавив элемент {{HTMLElement("legend")}} сразу после открывающего тега {{HTMLElement("fieldset")}}. Текст элемента {{HTMLElement("legend")}} формально описывает назначение содержимого {{HTMLElement("fieldset")}}.

    -

    Различные вспомогательные технологии будут использовать {{HTMLElement("legend")}} как часть метки label всех элементов внутри {{HTMLElement("fieldset")}}. Например, такие экранные дикторы как Jaws или NVDA произносят заголовок формы {{HTMLElement("legend")}} перед произношением названия меток элементов.

    +

    Различные вспомогательные технологии будут использовать {{HTMLElement("legend")}} как часть метки label всех элементов внутри {{HTMLElement("fieldset")}}. Например, такие экранные дикторы как Jaws или NVDA произносят заголовок формы {{HTMLElement("legend")}} перед произношением названия меток элементов.

    Небольшой пример:

    diff --git a/files/ru/learn/forms/styling_web_forms/index.html b/files/ru/learn/forms/styling_web_forms/index.html index 8dcaf1c08d..0f5e6214c8 100644 --- a/files/ru/learn/forms/styling_web_forms/index.html +++ b/files/ru/learn/forms/styling_web_forms/index.html @@ -359,7 +359,7 @@ button:focus {

    Conclusion

    -

    As you can see, as long as we want to build forms with just text fields and buttons, it's easy to style them using CSS. If you want to know more of the little CSS tricks that can make your life easier when working with form widgets, take a look at the form part of the normalize.css project.

    +

    As you can see, as long as we want to build forms with just text fields and buttons, it's easy to style them using CSS. If you want to know more of the little CSS tricks that can make your life easier when working with form widgets, take a look at the form part of the normalize.css project.

    In the next article, we will see how to handle form widgets which fall in the "bad" and "ugly" categories.

    diff --git a/files/ru/learn/forms/your_first_form/index.html b/files/ru/learn/forms/your_first_form/index.html index c96e3b630b..7bb52ddc46 100644 --- a/files/ru/learn/forms/your_first_form/index.html +++ b/files/ru/learn/forms/your_first_form/index.html @@ -40,8 +40,8 @@ original_slug: Learn/HTML/Forms/Ваша_первая_HTML_форма

    Проектирование форм является важным этапом при создании сайта или приложения. Удобство использования форм (UX) выходит за рамки данной статьи, однако если вы хотите углубиться в эту тему, то вам следует прочитать следующие статьи:

    В этой статье мы создадим простую контактную форму. Давайте сделаем набросок.

    diff --git a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html index 4bac736094..73147c6fd4 100644 --- a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html +++ b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html @@ -188,7 +188,7 @@ original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages
    diff --git a/files/ru/mozilla/firefox/releases/1.5/using_firefox_1.5_caching/index.html b/files/ru/mozilla/firefox/releases/1.5/using_firefox_1.5_caching/index.html index 17af7dbccd..dfef65535b 100644 --- a/files/ru/mozilla/firefox/releases/1.5/using_firefox_1.5_caching/index.html +++ b/files/ru/mozilla/firefox/releases/1.5/using_firefox_1.5_caching/index.html @@ -41,7 +41,7 @@ original_slug: Using_Firefox_1.5_caching

    Если вы используете эти новые события, ваши страницы продолжат правильно отображаться в других браузерах (мы протестировали старые версии Firefox, Internet Explorer, Opera и Safari), а при загрузке в Firefox 1.5 добавится новая функциональность кеширования.

    -

    Примечание: по состоянию на октябрь 2009 года разработческие версии Safari добавили поддержку этих новых событий (см. webkit-баг).

    +

    Примечание: по состоянию на октябрь 2009 года разработческие версии Safari добавили поддержку этих новых событий (см. webkit-баг).

    Стандартное поведение для Web-страниц следующее:

    diff --git a/files/ru/mozilla/firefox/releases/3.5/index.html b/files/ru/mozilla/firefox/releases/3.5/index.html index 96baad6004..5954d6ee70 100644 --- a/files/ru/mozilla/firefox/releases/3.5/index.html +++ b/files/ru/mozilla/firefox/releases/3.5/index.html @@ -170,7 +170,7 @@ original_slug: Firefox_3.5_для_разработчика
    Improved Synchronous XMLHttpRequest support
    - DOM Timeout and Input Events are now suppressed during a synchronous XMLHttpRequest.
    + DOM Timeout and Input Events are now suppressed during a synchronous XMLHttpRequest.
    Controlling DNS prefetching
    diff --git a/files/ru/tools/browser_console/index.html b/files/ru/tools/browser_console/index.html index 00d49816ff..53e6c8b9ca 100644 --- a/files/ru/tools/browser_console/index.html +++ b/files/ru/tools/browser_console/index.html @@ -114,7 +114,7 @@ clearBtn.addEventListener('mouseover', function() {

    Bonus Features Available

    -

    For Add-on SDK add-ons, the console API is available automatically. Here's an example add-on that just logs an error when the user clicks a widget:

    +

    For Add-on SDK add-ons, the console API is available automatically. Here's an example add-on that just logs an error when the user clicks a widget:

    widget = require("sdk/widget").Widget({
       id: "an-error-happened",
    @@ -128,13 +128,13 @@ function logError() {
       console.error("something went wrong!");
     }
    -

    If you build this as an XPI file, then open the Browser Console, then open the XPI file in Firefox and install it, you'll see a widget labeled "Error!" in the Add-on bar:

    +

    If you build this as an XPI file, then open the Browser Console, then open the XPI file in Firefox and install it, you'll see a widget labeled "Error!" in the Add-on bar:

    Click the icon. You'll see output like this in the Browser Console:

    -

    For Add-on SDK-based add-ons only, the message is prefixed with the name of the add-on ("log-error"), making it easy to find all messages from this add-on using the "Filter output" search box. By default, only error messages are logged to the console, although you can change this in the browser's preferences.

    +

    For Add-on SDK-based add-ons only, the message is prefixed with the name of the add-on ("log-error"), making it easy to find all messages from this add-on using the "Filter output" search box. By default, only error messages are logged to the console, although you can change this in the browser's preferences.

    Browser Console command line

    diff --git a/files/ru/tools/firefox_os_1.1_simulator/index.html b/files/ru/tools/firefox_os_1.1_simulator/index.html index 57079732b6..08e5674e79 100644 --- a/files/ru/tools/firefox_os_1.1_simulator/index.html +++ b/files/ru/tools/firefox_os_1.1_simulator/index.html @@ -50,7 +50,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator

    The Simulator is packaged and distributed as a Firefox add-on. To install it:

      -
    1. Using Firefox, go to the Simulator's page on addons.mozilla.org.
    2. +
    3. Using Firefox, go to the Simulator's page on addons.mozilla.org.
    4. Click "Add to Firefox".
    5. Once the add-on has downloaded you will be prompted to install it: click "Install Now".
    @@ -252,7 +252,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator

    Network Monitor

    -

    Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (Learn more about the Network Monitor.)

    +

    Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (Learn more about the Network Monitor.)

    Receipts

    @@ -299,7 +299,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator

    Troubleshooting on Linux

    -

    If you are unable to connect your device after creating udev rules, please see this bug.

    +

    If you are unable to connect your device after creating udev rules, please see this bug.

    Limitations of the Simulator

    diff --git a/files/ru/tools/remote_debugging/firefox_for_android/index.html b/files/ru/tools/remote_debugging/firefox_for_android/index.html index 6bcd7b2b47..ed33d8c453 100644 --- a/files/ru/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ru/tools/remote_debugging/firefox_for_android/index.html @@ -19,13 +19,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android

    ADB setup

    -

    Next, you'll need to get the desktop and the Android device talking to each other using the adb command-line tool.

    +

    Next, you'll need to get the desktop and the Android device talking to each other using the adb command-line tool.

    On the Android device

    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
    - + 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 - +
    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}}
    Нормативный документ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 тип содержимого, которое используется, чтобы передать форму на сервер. Возможные значения: