{{Glossary("HTML")}} {{HTMLElement("canvas")}} (англ. canvas — «холст», рус. канва́с) элемент предоставляет пустую графическую зону, на которой специальные {{Glossary("JavaScript")}} {{Glossary("API","APIs")}} могут рисовать (такие как Canvas 2D или {{Glossary("WebGL")}}).
-См. также
+Смотрите также
Общие сведения
diff --git a/files/ru/glossary/compile/index.html b/files/ru/glossary/compile/index.html index 3d6c233da8..83648d5c7a 100644 --- a/files/ru/glossary/compile/index.html +++ b/files/ru/glossary/compile/index.html @@ -13,7 +13,7 @@ original_slug: Словарь/CompileБольшинство компиляторов работают либо перед исполнением (AOT), либо во время исполнения (JIT). Как программист, вы обычно вызываете AOT-компиляторы из командной строки или из {{Glossary("IDE")}}. Самый известный "gcc" - это один из примеров.
JIT компиляторы обычно прозрачны для Вас и используются для повышения производительности. Например, в браузере: Firefox' SpiderMonkey JavaScript Engine имеет встроенный JIT, который скомпилирует JavaScript на сайте в машинный код, пока Вы его просматриваете, чтобы он работал быстрее. Такие проекты, как WebAssembly, работают над тем, чтобы сделать это ещё лучше.
См. также
+Смотрите также
Общие сведения
diff --git a/files/ru/glossary/first_contentful_paint/index.html b/files/ru/glossary/first_contentful_paint/index.html index 05d5bd400b..79c8b199ad 100644 --- a/files/ru/glossary/first_contentful_paint/index.html +++ b/files/ru/glossary/first_contentful_paint/index.html @@ -8,7 +8,7 @@ original_slug: Словарь/First_contentful_paintЭта метрика показывает, какое время потребуется браузеру для отображения части DOM после того, как пользователь перешёл на веб-страницу. Контентом в данном случае считаются любой текст, изображения, не пустой canvas и SVG. Данный показатель не учитывает загрузку контента в iframe, но учитывает текст, шрифт которых ещё загружается.
-См. также:
+Смотрите также:
- First Meaningful Paint diff --git a/files/ru/glossary/first_input_delay/index.html b/files/ru/glossary/first_input_delay/index.html index 17350a5421..77693c9cac 100644 --- a/files/ru/glossary/first_input_delay/index.html +++ b/files/ru/glossary/first_input_delay/index.html @@ -8,7 +8,7 @@ original_slug: Словарь/First_input_delay
- requestIdleCallback diff --git a/files/ru/glossary/first_meaningful_paint/index.html b/files/ru/glossary/first_meaningful_paint/index.html index 8eea1574f0..11d7265305 100644 --- a/files/ru/glossary/first_meaningful_paint/index.html +++ b/files/ru/glossary/first_meaningful_paint/index.html @@ -6,7 +6,7 @@ original_slug: Словарь/first_meaningful_paint ---
- First contentful paint diff --git a/files/ru/glossary/first_paint/index.html b/files/ru/glossary/first_paint/index.html index 86c8057bcc..add299a967 100644 --- a/files/ru/glossary/first_paint/index.html +++ b/files/ru/glossary/first_paint/index.html @@ -6,7 +6,7 @@ original_slug: Словарь/First_paint ---
- First meaningful paint diff --git a/files/ru/glossary/microsoft_internet_explorer/index.html b/files/ru/glossary/microsoft_internet_explorer/index.html index 91c2ad810e..62a92ee5ca 100644 --- a/files/ru/glossary/microsoft_internet_explorer/index.html +++ b/files/ru/glossary/microsoft_internet_explorer/index.html @@ -14,7 +14,7 @@ original_slug: Словарь/Microsoft_Internet_Explorer
- Time to First Byte (TTFB) diff --git a/files/ru/glossary/sloppy_mode/index.html b/files/ru/glossary/sloppy_mode/index.html index b123302698..dcd3383986 100644 --- a/files/ru/glossary/sloppy_mode/index.html +++ b/files/ru/glossary/sloppy_mode/index.html @@ -13,7 +13,7 @@ original_slug: Словарь/Sloppy_mode
Время между моментом, когда содержимое отображается на странице, и моментом, когда все функциональные возможности становятся реагирующими на взаимодействие с человеком, часто варьируется в зависимости от размера и сложности JavaScript, который необходимо загрузить, проанализировать и выполнить в основном потоке. Оно зависит также и от возможности устройства, на котором выполняется JavaScript (подумайте о недорогих мобильных устройствах). Чем дольше задержка, тем хуже пользовательский опыт. Сокращение времени инициализации сайта и устранение долгих задач может помочь устранить первые задержки ввода.
-См. также
+Смотрите также
Первое значимое отображение (англ. First Meaningful Paint, FMP) - метрика, которая показывает, за какое время контент на странице становится виден пользователю. Это метрика включает в себя время от начала загрузки страницы до момента, когда на сайте отобразился основной контент.
-См. также:
+Смотрите также:
Первое отображение - время между переходом на страницу и моментом, когда браузер отображает первые пиксели на экране. Является частью Paint Timing API.
-См. также
+Смотрите также
IE прошёл через огромное количество релизов, и сейчас его текущая версия 11.0.12. Он доступен на персональных компьютерах, телефонах и консоле Xbox. Прежде был доступен на Mac и UNIX, но Microsoft прекратили поддержку этих версий в 2003 и 2001 соответственно.
-См. также
+Смотрите также
Основная информация
diff --git a/files/ru/glossary/number/index.html b/files/ru/glossary/number/index.html index 05954c1965..b35f58490b 100644 --- a/files/ru/glossary/number/index.html +++ b/files/ru/glossary/number/index.html @@ -9,7 +9,7 @@ original_slug: Словарь/Number ---В {{Glossary("JavaScript")}}, Number - числовой тип данных в формате 64-битного числа двойной точности с плавающей запятой. В других языках программирования может существовать несколько числовых типов данных, например: Integer, Float, Double или Bignum.
-См. также
+Смотрите также
Общие сведения
diff --git a/files/ru/glossary/primitive/index.html b/files/ru/glossary/primitive/index.html index 73761a6add..104ebcb65b 100644 --- a/files/ru/glossary/primitive/index.html +++ b/files/ru/glossary/primitive/index.html @@ -96,7 +96,7 @@ console.log(foo); // 5Метод valueOf()
типа обёртки возвращает значение примитивного типа.
См. также
+Смотрите также
Общие сведения
diff --git a/files/ru/glossary/responsive_web_design/index.html b/files/ru/glossary/responsive_web_design/index.html index 8cd62e311c..ae098bca2e 100644 --- a/files/ru/glossary/responsive_web_design/index.html +++ b/files/ru/glossary/responsive_web_design/index.html @@ -10,7 +10,7 @@ original_slug: Словарь/Responsive_web_design ---Адаптивный веб-дизайн ( RWD ) - это концепция веб-разработки, направленная на то, чтобы сайты выглядели и вели себя оптимально на всех персональных вычислительных устройствах, от настольных компьютеров до мобильных.
-См. также
+Смотрите также
Общая информация
diff --git a/files/ru/glossary/round_trip_time_(rtt)/index.html b/files/ru/glossary/round_trip_time_(rtt)/index.html index 85376bd4fe..2a7938408c 100644 --- a/files/ru/glossary/round_trip_time_(rtt)/index.html +++ b/files/ru/glossary/round_trip_time_(rtt)/index.html @@ -21,7 +21,7 @@ round-trip min/avg/max/stddev = 23.781/26.828/34.904/4.114 msВ приведённом выше примере среднее время приёма-передачи, как показано в последней строке, равно 26,8 мс.
-См. также
+Смотрите также
Обычный, нестрогий, режим выполнения JavaScript иногда называется Грязным режимом (Sloppy mode). Это неофициальное название, но вы, вероятно, сталкивались с ним при серьёзной разработке на JavaScript.
-См. также
+Смотрите также
Общие знания
diff --git a/files/ru/glossary/string/index.html b/files/ru/glossary/string/index.html index 27671571e2..6202e4b470 100644 --- a/files/ru/glossary/string/index.html +++ b/files/ru/glossary/string/index.html @@ -11,7 +11,7 @@ original_slug: Словарь/СтрокаВ {{Glossary("JavaScript")}}, String - это один из {{Glossary("Primitive", "примитивных типов")}} и {{jsxref("String")}} объект - это {{Glossary("wrapper")}} над примитивной строкой.
-См. также
+Смотрите также
Общие сведения
diff --git a/files/ru/glossary/svg/index.html b/files/ru/glossary/svg/index.html index a3ee0c2b80..cafe14bf71 100644 --- a/files/ru/glossary/svg/index.html +++ b/files/ru/glossary/svg/index.html @@ -20,7 +20,7 @@ original_slug: Словарь/SVG-
См. также
+Смотрите также
Общая информация
diff --git a/files/ru/glossary/time_to_first_byte/index.html b/files/ru/glossary/time_to_first_byte/index.html index d47bb9cee7..9051b7deec 100644 --- a/files/ru/glossary/time_to_first_byte/index.html +++ b/files/ru/glossary/time_to_first_byte/index.html @@ -10,7 +10,7 @@ original_slug: Словарь/time_to_first_byteTTFB = responseStart - requestStart-
См. также
+Смотрите также
- A typical HTTP session diff --git a/files/ru/glossary/time_to_interactive/index.html b/files/ru/glossary/time_to_interactive/index.html index 06a5830a13..680397be0e 100644 --- a/files/ru/glossary/time_to_interactive/index.html +++ b/files/ru/glossary/time_to_interactive/index.html @@ -12,7 +12,7 @@ original_slug: Словарь/Time_to_interactive
- Definition of TTI from Web Incubator Community Group diff --git a/files/ru/glossary/truthy/index.html b/files/ru/glossary/truthy/index.html index 0aaad9385b..5d704ac9e3 100644 --- a/files/ru/glossary/truthy/index.html +++ b/files/ru/glossary/truthy/index.html @@ -29,7 +29,7 @@ if (Infinity) if (-Infinity) -
- {{Glossary("Falsy")}} diff --git a/files/ru/glossary/url/index.html b/files/ru/glossary/url/index.html index 8a248f273a..60e6cc8552 100644 --- a/files/ru/glossary/url/index.html +++ b/files/ru/glossary/url/index.html @@ -16,7 +16,7 @@ original_slug: Словарь/URL
- Standards-Compliant Authoring Tools
- CSS Фрагментация diff --git a/files/ru/learn/forms/index.html b/files/ru/learn/forms/index.html index a00c6f97d3..a4a63ec038 100644 --- a/files/ru/learn/forms/index.html +++ b/files/ru/learn/forms/index.html @@ -71,7 +71,7 @@ original_slug: Learn/HTML/Forms
- Последняя статья содержит удобный справочник, позволяющий узнать, с какими элементами формы совместимы свойства CSS. -
- Ссылка на элементы HTML-форм diff --git a/files/ru/learn/forms/sending_and_retrieving_form_data/index.html b/files/ru/learn/forms/sending_and_retrieving_form_data/index.html index 1a9074df60..8c9c177490 100644 --- a/files/ru/learn/forms/sending_and_retrieving_form_data/index.html +++ b/files/ru/learn/forms/sending_and_retrieving_form_data/index.html @@ -324,7 +324,7 @@ if __name__ == "__main__":
- This article is adapted from Using data attributes in JavaScript and CSS on hacks.mozilla.org. diff --git a/files/ru/learn/html/multimedia_and_embedding/index.html b/files/ru/learn/html/multimedia_and_embedding/index.html index c6a44fe426..55fd42adfd 100644 --- a/files/ru/learn/html/multimedia_and_embedding/index.html +++ b/files/ru/learn/html/multimedia_and_embedding/index.html @@ -47,7 +47,7 @@ translation_of: Learn/HTML/Multimedia_and_embedding
- В этой аттестации мы проверим ваши знания по некоторым технологиям, которые обсуждались в статьях этого модуля, заставляя вас добавить несколько изображений и видео на примитивную приветственную страницу, посвящённую Mozilla! -
- Как добавить карту кликов поверх изображения diff --git a/files/ru/learn/html/multimedia_and_embedding/video_and_audio_content/index.html b/files/ru/learn/html/multimedia_and_embedding/video_and_audio_content/index.html index c6cf6331fd..08d2195d6e 100644 --- a/files/ru/learn/html/multimedia_and_embedding/video_and_audio_content/index.html +++ b/files/ru/learn/html/multimedia_and_embedding/video_and_audio_content/index.html @@ -270,7 +270,7 @@ translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content
- {{htmlelement("audio")}} diff --git a/files/ru/learn/javascript/building_blocks/conditionals/index.html b/files/ru/learn/javascript/building_blocks/conditionals/index.html index 774d7f2745..202eaaa9e2 100644 --- a/files/ru/learn/javascript/building_blocks/conditionals/index.html +++ b/files/ru/learn/javascript/building_blocks/conditionals/index.html @@ -734,7 +734,7 @@ updateCode();
- Comparison operators diff --git a/files/ru/learn/javascript/building_blocks/events/index.html b/files/ru/learn/javascript/building_blocks/events/index.html index bfe1de068e..5e9e1050a4 100644 --- a/files/ru/learn/javascript/building_blocks/events/index.html +++ b/files/ru/learn/javascript/building_blocks/events/index.html @@ -578,7 +578,7 @@ video.onclick = function() {
- Event order (обсуждение захвата и всплытий) — превосходно детализированная часть от Peter-Paul Koch. diff --git a/files/ru/learn/javascript/client-side_web_apis/introduction/index.html b/files/ru/learn/javascript/client-side_web_apis/introduction/index.html index 322ff509a5..8f186bfdd0 100644 --- a/files/ru/learn/javascript/client-side_web_apis/introduction/index.html +++ b/files/ru/learn/javascript/client-side_web_apis/introduction/index.html @@ -35,7 +35,7 @@ translation_of: Learn/JavaScript/Client-side_web_APIs/Introduction
- The "why" of web performance diff --git a/files/ru/learn/server-side/express_nodejs/displaying_data/index.html b/files/ru/learn/server-side/express_nodejs/displaying_data/index.html index 4082c32f4a..014d7c33eb 100644 --- a/files/ru/learn/server-side/express_nodejs/displaying_data/index.html +++ b/files/ru/learn/server-side/express_nodejs/displaying_data/index.html @@ -57,7 +57,7 @@ translation_of: Learn/Server-side/Express_Nodejs/Displaying_data
- Асинхронный модуль (Асинхронные документация) diff --git a/files/ru/learn/server-side/express_nodejs/skeleton_website/index.html b/files/ru/learn/server-side/express_nodejs/skeleton_website/index.html index 9e597bb54b..feb2e08d0c 100644 --- a/files/ru/learn/server-side/express_nodejs/skeleton_website/index.html +++ b/files/ru/learn/server-side/express_nodejs/skeleton_website/index.html @@ -497,7 +497,7 @@ block content
- Express application generator (документация Express) diff --git a/files/ru/mdn/contribute/howto/create_and_edit_pages/index.html b/files/ru/mdn/contribute/howto/create_and_edit_pages/index.html index a2c6d73d02..7d6f94af6a 100644 --- a/files/ru/mdn/contribute/howto/create_and_edit_pages/index.html +++ b/files/ru/mdn/contribute/howto/create_and_edit_pages/index.html @@ -175,7 +175,7 @@ original_slug: MDN/Contribute/Creating_and_editing_pages
- Вы также можете настроить страницы на автоматическое периодическое обновление. Это не стоит делать, если вы собираетесь обновлять страницу часто. Смотрите Регенерация страниц для более детальной информации.
- Руководство по MDN редактору diff --git a/files/ru/mozilla/add-ons/webextensions/content_security_policy/index.html b/files/ru/mozilla/add-ons/webextensions/content_security_policy/index.html index 2a620b3a39..14c8fbadf8 100644 --- a/files/ru/mozilla/add-ons/webextensions/content_security_policy/index.html +++ b/files/ru/mozilla/add-ons/webextensions/content_security_policy/index.html @@ -32,7 +32,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/Content_Security_Policy <!-- Подключение сторонней библиотеки. - Смотрите так же https://developer.mozilla.org/ru/docs/Web/Security/Subresource_Integrity. + Смотрите также https://developer.mozilla.org/ru/docs/Web/Security/Subresource_Integrity. --> <script> src="https://code.jquery.com/jquery-2.2.4.js" diff --git a/files/ru/mozilla/firefox/releases/28/index.html b/files/ru/mozilla/firefox/releases/28/index.html index 88ea96285a..4b379f3392 100644 --- a/files/ru/mozilla/firefox/releases/28/index.html +++ b/files/ru/mozilla/firefox/releases/28/index.html @@ -79,7 +79,7 @@ translation_of: Mozilla/Firefox/Releases/28
- CSP was not enforced in sandboxed iframes. This has been fixed ({{bug(886164)}}).
- The CSP 1.1 experimental
script-nonce
directive has been implemented. The preferencesecurity.csp.experimentalEnabled
should be set totrue
to enable this functionality ({{bug(855326)}}). - Совместимость сайтов с Firefox 29 diff --git a/files/ru/mozilla/firefox/releases/31/index.html b/files/ru/mozilla/firefox/releases/31/index.html index ac4335d9c7..96e23cab66 100644 --- a/files/ru/mozilla/firefox/releases/31/index.html +++ b/files/ru/mozilla/firefox/releases/31/index.html @@ -112,7 +112,7 @@ translation_of: Mozilla/Firefox/Releases/31
- Совместимость сайтов для Firefox 31 diff --git a/files/ru/mozilla/firefox/releases/33/index.html b/files/ru/mozilla/firefox/releases/33/index.html index a5e12b256e..2706047c5b 100644 --- a/files/ru/mozilla/firefox/releases/33/index.html +++ b/files/ru/mozilla/firefox/releases/33/index.html @@ -72,7 +72,7 @@ translation_of: Mozilla/Firefox/Releases/33
- Совместимость сайтов для Firefox 33 diff --git a/files/ru/mozilla/firefox/releases/50/index.html b/files/ru/mozilla/firefox/releases/50/index.html index 922e31a7dc..099a6d938a 100644 --- a/files/ru/mozilla/firefox/releases/50/index.html +++ b/files/ru/mozilla/firefox/releases/50/index.html @@ -191,7 +191,7 @@ translation_of: Mozilla/Firefox/Releases/50
- The
HTMLInputElement.directory
property, part of the Directory Upload API proposal, has been renamed toallowdirs
({{bug(1288681)}}). This property is hidden behind a preference. - Site Compatibility for Firefox 50 diff --git a/files/ru/mozilla/firefox/releases/62/index.html b/files/ru/mozilla/firefox/releases/62/index.html index bcf10560ae..cd623211f4 100644 --- a/files/ru/mozilla/firefox/releases/62/index.html +++ b/files/ru/mozilla/firefox/releases/62/index.html @@ -208,7 +208,7 @@ translation_of: Mozilla/Firefox/Releases/62
- Убран показ предупреждения о
browser_style
при временной загрузке дополнения для тестирования ({{bug(1404724)}}). - Совместимость сайтов с Firefox 62 diff --git a/files/ru/mozilla/firefox/releases/63/index.html b/files/ru/mozilla/firefox/releases/63/index.html index 77bb78e3f3..fd2e345bb6 100644 --- a/files/ru/mozilla/firefox/releases/63/index.html +++ b/files/ru/mozilla/firefox/releases/63/index.html @@ -265,7 +265,7 @@ translation_of: Mozilla/Firefox/Releases/63
- Шаблоны соответствия для URL-адресов теперь явно соответствуют схеме "данные" ({{bug(1280370)}}).
- Совместимость сайтов с Firefox 63 diff --git a/files/ru/mozilla/firefox/releases/64/index.html b/files/ru/mozilla/firefox/releases/64/index.html index 07d6525e15..2bfb59da7a 100644 --- a/files/ru/mozilla/firefox/releases/64/index.html +++ b/files/ru/mozilla/firefox/releases/64/index.html @@ -199,7 +199,7 @@ translation_of: Mozilla/Firefox/Releases/64
- Объект
search_provider
поляchrome_settings_overrides
отныне может включать новые свойства —suggest_url
,suggest_url_post_params
({{bug(1486819)}}) иsearch_url_post_params
. - Совместимость сайтов с Firefox 64 diff --git a/files/ru/mozilla/firefox/releases/65/index.html b/files/ru/mozilla/firefox/releases/65/index.html index 275157a0b2..e646693f5c 100644 --- a/files/ru/mozilla/firefox/releases/65/index.html +++ b/files/ru/mozilla/firefox/releases/65/index.html @@ -227,7 +227,7 @@ translation_of: Mozilla/Firefox/Releases/65
- Версия для Android теперь поддерживает свойства
headerURL
/theme_frame
для тем Webextension ({{bug(1429488)}}). - Совместимость сайтов с Firefox 65 diff --git a/files/ru/orphaned/mdn/community/working_in_community/index.html b/files/ru/orphaned/mdn/community/working_in_community/index.html index 0b2a4ff95d..833bcdc4f0 100644 --- a/files/ru/orphaned/mdn/community/working_in_community/index.html +++ b/files/ru/orphaned/mdn/community/working_in_community/index.html @@ -99,7 +99,7 @@ original_slug: MDN/Сообщество/Working_in_community
- Сотрудничество с MDN diff --git a/files/ru/orphaned/web/security/information_security_basics/index.html b/files/ru/orphaned/web/security/information_security_basics/index.html index 0ac6be99da..b958b29047 100644 --- a/files/ru/orphaned/web/security/information_security_basics/index.html +++ b/files/ru/orphaned/web/security/information_security_basics/index.html @@ -19,7 +19,7 @@ original_slug: Web/Security/Information_Security_Basics
- Обзор TCP/IP модели, с упором на вопросы безопасности для SSL
- Браузерная безопасность diff --git "a/files/ru/orphaned/\320\264\320\270\320\275\320\260\320\274\320\270\321\207\320\265\321\201\320\272\320\270_\320\270\320\267\320\274\320\265\320\275\321\217\320\265\320\274\321\213\320\271_\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214\321\201\320\272\320\270\320\271_\320\270\320\275\321\202\320\265\321\200\321\204\320\265\320\271\321\201_\320\275\320\260_xul/index.html" "b/files/ru/orphaned/\320\264\320\270\320\275\320\260\320\274\320\270\321\207\320\265\321\201\320\272\320\270_\320\270\320\267\320\274\320\265\320\275\321\217\320\265\320\274\321\213\320\271_\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214\321\201\320\272\320\270\320\271_\320\270\320\275\321\202\320\265\321\200\321\204\320\265\320\271\321\201_\320\275\320\260_xul/index.html" index 0af3771593..db1cc40b23 100644 --- "a/files/ru/orphaned/\320\264\320\270\320\275\320\260\320\274\320\270\321\207\320\265\321\201\320\272\320\270_\320\270\320\267\320\274\320\265\320\275\321\217\320\265\320\274\321\213\320\271_\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214\321\201\320\272\320\270\320\271_\320\270\320\275\321\202\320\265\321\200\321\204\320\265\320\271\321\201_\320\275\320\260_xul/index.html" +++ "b/files/ru/orphaned/\320\264\320\270\320\275\320\260\320\274\320\270\321\207\320\265\321\201\320\272\320\270_\320\270\320\267\320\274\320\265\320\275\321\217\320\265\320\274\321\213\320\271_\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214\321\201\320\272\320\270\320\271_\320\270\320\275\321\202\320\265\321\200\321\204\320\265\320\271\321\201_\320\275\320\260_xul/index.html" @@ -62,7 +62,7 @@ document.getAnonymousElementByAttribute(node, "anonid", "el1");
- A related chapter on DOM
- XUL Tutorial:Modifying a XUL Interface diff --git a/files/ru/tools/accessibility_inspector/index.html b/files/ru/tools/accessibility_inspector/index.html index 7dc539fd14..596704deee 100644 --- a/files/ru/tools/accessibility_inspector/index.html +++ b/files/ru/tools/accessibility_inspector/index.html @@ -154,7 +154,7 @@ original_slug: Tools/Инспектор_доступности
- Accessibility fundamentals diff --git a/files/ru/web/api/ambient_light_events/index.html b/files/ru/web/api/ambient_light_events/index.html index c992706006..cbc848ad9b 100644 --- a/files/ru/web/api/ambient_light_events/index.html +++ b/files/ru/web/api/ambient_light_events/index.html @@ -104,7 +104,7 @@ translation_of: Web/API/Ambient_Light_Events
- {{domxref("DeviceLightEvent")}} diff --git a/files/ru/web/api/analysernode/getbytefrequencydata/index.html b/files/ru/web/api/analysernode/getbytefrequencydata/index.html index 94309ba833..3fd4a5d088 100644 --- a/files/ru/web/api/analysernode/getbytefrequencydata/index.html +++ b/files/ru/web/api/analysernode/getbytefrequencydata/index.html @@ -106,7 +106,7 @@ draw();
- Using the Web Audio API diff --git a/files/ru/web/api/animationevent/animationevent/index.html b/files/ru/web/api/animationevent/animationevent/index.html index 11d4a5cc71..63b6b8fdf7 100644 --- a/files/ru/web/api/animationevent/animationevent/index.html +++ b/files/ru/web/api/animationevent/animationevent/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/AnimationEvent/AnimationEvent
- Using CSS animations diff --git a/files/ru/web/api/audiobuffer/index.html b/files/ru/web/api/audiobuffer/index.html index f2d6e5e0e4..3e3a26e4d8 100644 --- a/files/ru/web/api/audiobuffer/index.html +++ b/files/ru/web/api/audiobuffer/index.html @@ -208,7 +208,7 @@ button.onclick = function() {
- Использование Web Audio API diff --git a/files/ru/web/api/audionode/context/index.html b/files/ru/web/api/audionode/context/index.html index 88a5e12bec..9ee75fec8b 100644 --- a/files/ru/web/api/audionode/context/index.html +++ b/files/ru/web/api/audionode/context/index.html @@ -106,7 +106,7 @@ oscillator.context; -
- Использование Web Audio API diff --git a/files/ru/web/api/blob/index.html b/files/ru/web/api/blob/index.html index 445e8da297..c245e5f4ff 100644 --- a/files/ru/web/api/blob/index.html +++ b/files/ru/web/api/blob/index.html @@ -166,7 +166,7 @@ reader.readAsArrayBuffer(blob);
- {{domxref("BlobBuilder")}} diff --git a/files/ru/web/api/broadcastchannel/index.html b/files/ru/web/api/broadcastchannel/index.html index 1f3a792ce0..e250474c43 100644 --- a/files/ru/web/api/broadcastchannel/index.html +++ b/files/ru/web/api/broadcastchannel/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/BroadcastChannel
- Another, more heavyweight, way of communicating between browser contexts: {{domxref("ServiceWorker")}}. diff --git a/files/ru/web/api/broadcastchannel/postmessage/index.html b/files/ru/web/api/broadcastchannel/postmessage/index.html index 39bf32b534..8e418ae39d 100644 --- a/files/ru/web/api/broadcastchannel/postmessage/index.html +++ b/files/ru/web/api/broadcastchannel/postmessage/index.html @@ -45,7 +45,7 @@ translation_of: Web/API/BroadcastChannel/postMessage
- {{domxref("BroadcastChannel")}}, интерфейс, к которому относится
postMessage
.
diff --git a/files/ru/web/api/cachestorage/index.html b/files/ru/web/api/cachestorage/index.html
index 98471205c0..911780a8ea 100644
--- a/files/ru/web/api/cachestorage/index.html
+++ b/files/ru/web/api/cachestorage/index.html
@@ -196,7 +196,7 @@ this.addEventListener('fetch', function(event) {
- Using Service Workers diff --git a/files/ru/web/api/canvas_api/index.html b/files/ru/web/api/canvas_api/index.html index ed0cd51081..100425ba48 100644 --- a/files/ru/web/api/canvas_api/index.html +++ b/files/ru/web/api/canvas_api/index.html @@ -154,7 +154,7 @@ window.addEventListener("load", drawCanvas); -
- WebGL diff --git a/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html b/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html index dddee8da38..a5172106db 100644 --- a/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html +++ b/files/ru/web/api/canvas_api/tutorial/advanced_animations/index.html @@ -366,7 +366,7 @@ ball.draw();
- {{domxref("window.requestAnimationFrame()")}} diff --git a/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html b/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html index 8d6eca8c4c..42791eeba3 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/drawimage/index.html @@ -319,7 +319,7 @@ function drawImageActualSize() {
drawImage()
проигнорирует все EXIF-данные изображений, в том числе иOrientation
. Такое поведение метода особенно проблематично для iOS-устройств. Вам потребуется распознать ориентацию самостоятельно и использоватьrotate()
для её корректировки.- Родительский интерфейс метода {{domxref("CanvasRenderingContext2D")}}. diff --git a/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html b/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html index 17c6172158..7b99028b39 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/fillstyle/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/CanvasRenderingContext2D/fillStyle
- Интерфейс, определяющий его, {{domxref("CanvasRenderingContext2D")}}. diff --git a/files/ru/web/api/canvasrenderingcontext2d/index.html b/files/ru/web/api/canvasrenderingcontext2d/index.html index eba513fe5a..3ce8ac305e 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/index.html @@ -46,7 +46,7 @@ ctx.fillRect(10, 10, 55, 50);
- {{domxref("CanvasRenderingContext2D.fillText()")}} @@ -213,7 +213,7 @@ ctx.fillRect(10, 10, 55, 50);
- {{domxref("CanvasRenderingContext2D.createImageData()")}} diff --git a/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html b/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html index 503a024b40..eea695f10f 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/linejoin/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/CanvasRenderingContext2D/lineJoin
- Интерфейс, определяющий этот метод: {{domxref("CanvasRenderingContext2D")}} diff --git a/files/ru/web/api/canvasrenderingcontext2d/restore/index.html b/files/ru/web/api/canvasrenderingcontext2d/restore/index.html index ee4375afd4..7b549c3f23 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/restore/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/restore/index.html @@ -68,7 +68,7 @@ ctx.fillRect(150, 40, 100, 100);
- The interface defining this method: {{domxref("CanvasRenderingContext2D")}} diff --git a/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html b/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html index 6d51e49f08..58f9212221 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/strokestyle/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/CanvasRenderingContext2D/strokeStyle
- Использование Service Worker diff --git a/files/ru/web/api/clients/index.html b/files/ru/web/api/clients/index.html index 9d0ad8fdec..c0981f7837 100644 --- a/files/ru/web/api/clients/index.html +++ b/files/ru/web/api/clients/index.html @@ -117,7 +117,7 @@ translation_of: Web/API/Clients
- Using Service Workers diff --git a/files/ru/web/api/console/group/index.html b/files/ru/web/api/console/group/index.html index aab129926f..564672bc1d 100644 --- a/files/ru/web/api/console/group/index.html +++ b/files/ru/web/api/console/group/index.html @@ -140,7 +140,7 @@ console.log("Back to the outer level");
- Opera Dragonfly documentation: Console diff --git a/files/ru/web/api/console/time/index.html b/files/ru/web/api/console/time/index.html index fa58e27207..9a578d0446 100644 --- a/files/ru/web/api/console/time/index.html +++ b/files/ru/web/api/console/time/index.html @@ -53,7 +53,7 @@ translation_of: Web/API/Console/time
- {{ domxref("Console.timeEnd()") }} diff --git a/files/ru/web/api/console/timeend/index.html b/files/ru/web/api/console/timeend/index.html index 75773824ad..b25db28e60 100644 --- a/files/ru/web/api/console/timeend/index.html +++ b/files/ru/web/api/console/timeend/index.html @@ -68,7 +68,7 @@ console.timeEnd("answer time"); -
- {{domxref("Console.time")}} diff --git a/files/ru/web/api/css_object_model/managing_screen_orientation/index.html b/files/ru/web/api/css_object_model/managing_screen_orientation/index.html index 9fcf3ecf06..325a934991 100644 --- a/files/ru/web/api/css_object_model/managing_screen_orientation/index.html +++ b/files/ru/web/api/css_object_model/managing_screen_orientation/index.html @@ -172,7 +172,7 @@ li {
- {{domxref("Screen.orientation")}} diff --git a/files/ru/web/api/cssstyledeclaration/index.html b/files/ru/web/api/cssstyledeclaration/index.html index adee955447..7dfbaf5a69 100644 --- a/files/ru/web/api/cssstyledeclaration/index.html +++ b/files/ru/web/api/cssstyledeclaration/index.html @@ -88,7 +88,7 @@ console.log(styleObj.cssText); -
- DOM CSS Properties diff --git a/files/ru/web/api/document/dragstart_event/index.html b/files/ru/web/api/document/dragstart_event/index.html index 7b7e89cfea..3f5b64638d 100644 --- a/files/ru/web/api/document/dragstart_event/index.html +++ b/files/ru/web/api/document/dragstart_event/index.html @@ -65,7 +65,7 @@ translation_of: Web/API/Document/dragstart_event
- Other drag and drop events:
diff --git a/files/ru/web/api/document/getelementsbytagname/index.html b/files/ru/web/api/document/getelementsbytagname/index.html
index e737d72165..ddca594e65 100644
--- a/files/ru/web/api/document/getelementsbytagname/index.html
+++ b/files/ru/web/api/document/getelementsbytagname/index.html
@@ -91,7 +91,7 @@ translation_of: Web/API/Document/getElementsByTagName
Примечания
-Когда вызывается на HTML document,
+getElementsByTagName()
переводит в нижний регистр свой аргумент перед работой. Это может быть неожиданным при попытке найти соответствие для camelCase SVG элементов в поддереве HTML документа. В таком случае может быть полезен {{Domxref("document.getElementsByTagNameNS()")}}. См. также {{Bug(499656)}}.Когда вызывается на HTML document,
getElementsByTagName()
переводит в нижний регистр свой аргумент перед работой. Это может быть неожиданным при попытке найти соответствие для camelCase SVG элементов в поддереве HTML документа. В таком случае может быть полезен {{Domxref("document.getElementsByTagNameNS()")}}. Смотрите также {{Bug(499656)}}.
diff --git a/files/ru/web/api/document/write/index.html b/files/ru/web/api/document/write/index.html index 4964fc8fab..5247bec10f 100644 --- a/files/ru/web/api/document/write/index.html +++ b/files/ru/web/api/document/write/index.html @@ -71,7 +71,7 @@ translation_of: Web/API/Document/writedocument.getElementsByTagName()
подобен {{domxref("element.getElementsByTagName()")}}, за исключением того что поиск охватывает весь документ. - Dynamic markup insertion in HTML
- {{ domxref("element.innerHTML") }} diff --git a/files/ru/web/api/documentfragment/index.html b/files/ru/web/api/documentfragment/index.html index edfbe14735..3f00348d91 100644 --- a/files/ru/web/api/documentfragment/index.html +++ b/files/ru/web/api/documentfragment/index.html @@ -229,7 +229,7 @@ translation_of: Web/API/DocumentFragment
- Интерфейсы DOM. diff --git a/files/ru/web/api/domstringmap/index.html b/files/ru/web/api/domstringmap/index.html index bea01845fe..a9ac567480 100644 --- a/files/ru/web/api/domstringmap/index.html +++ b/files/ru/web/api/domstringmap/index.html @@ -91,7 +91,7 @@ translation_of: Web/API/DOMStringMap
- {{ domxref("HTMLElement.dataset") }} diff --git a/files/ru/web/api/element/closest/index.html b/files/ru/web/api/element/closest/index.html index 0d8837d8a0..f9b70aa269 100644 --- a/files/ru/web/api/element/closest/index.html +++ b/files/ru/web/api/element/closest/index.html @@ -110,7 +110,7 @@ div.closest("div[title]") //#block - так как ближе нет блоко
- В Edge
document.createElement(tagName).closest(tagName)
возвращаетnull
, если элемент ещё не привязан в DOM. - Интерфейс {{domxref("Element")}}. diff --git a/files/ru/web/api/element/currentstyle/index.html b/files/ru/web/api/element/currentstyle/index.html index 3df9fd524a..78ae9e9331 100644 --- a/files/ru/web/api/element/currentstyle/index.html +++ b/files/ru/web/api/element/currentstyle/index.html @@ -42,7 +42,7 @@ if (!("currentStyle" in Element.prototype)) {
- {{DOMxRef("Element.runtimeStyle")}} diff --git a/files/ru/web/api/element/getboundingclientrect/index.html b/files/ru/web/api/element/getboundingclientrect/index.html index a2dbe829cf..e29e73d026 100644 --- a/files/ru/web/api/element/getboundingclientrect/index.html +++ b/files/ru/web/api/element/getboundingclientrect/index.html @@ -91,7 +91,7 @@ emptyObj = { ...rect }
- {{domxref("Element.getClientRects", "getClientRects()")}} diff --git a/files/ru/web/api/element/mouseenter_event/index.html b/files/ru/web/api/element/mouseenter_event/index.html index 48bd4bae46..82d447d86f 100644 --- a/files/ru/web/api/element/mouseenter_event/index.html +++ b/files/ru/web/api/element/mouseenter_event/index.html @@ -131,7 +131,7 @@ function addListItem(text) {
- Introduction to events diff --git a/files/ru/web/api/element/mouseup_event/index.html b/files/ru/web/api/element/mouseup_event/index.html index 50ebbde893..5ef237396d 100644 --- a/files/ru/web/api/element/mouseup_event/index.html +++ b/files/ru/web/api/element/mouseup_event/index.html @@ -55,7 +55,7 @@ translation_of: Web/API/Element/mouseup_event
- Introduction to events diff --git a/files/ru/web/api/element/nextelementsibling/index.html b/files/ru/web/api/element/nextelementsibling/index.html index 5ab4550b5f..0676c6eb9b 100644 --- a/files/ru/web/api/element/nextelementsibling/index.html +++ b/files/ru/web/api/element/nextelementsibling/index.html @@ -166,7 +166,7 @@ if (!('nextElementSibling' in document.documentElement)) {
- Чистый интерфейс {{domxref("ChildNode")}}. diff --git a/files/ru/web/api/element/previouselementsibling/index.html b/files/ru/web/api/element/previouselementsibling/index.html index 12e9cb51fb..41b6429879 100644 --- a/files/ru/web/api/element/previouselementsibling/index.html +++ b/files/ru/web/api/element/previouselementsibling/index.html @@ -176,7 +176,7 @@ if(!("previousElementSibling" in document.documentElement)){
- {{domxref("NonDocumentTypeChildNode")}} чистый интерфейс. diff --git a/files/ru/web/api/element/scrollto/index.html b/files/ru/web/api/element/scrollto/index.html index c6f78187e4..9171cd58a8 100644 --- a/files/ru/web/api/element/scrollto/index.html +++ b/files/ru/web/api/element/scrollto/index.html @@ -64,7 +64,7 @@ element.scrollTo(options)
- {{domxref("Element.scrollTop")}}, {{domxref("Element.scrollLeft")}} diff --git a/files/ru/web/api/elementcssinlinestyle/style/index.html b/files/ru/web/api/elementcssinlinestyle/style/index.html index df3bcd15b5..5282f0cbb3 100644 --- a/files/ru/web/api/elementcssinlinestyle/style/index.html +++ b/files/ru/web/api/elementcssinlinestyle/style/index.html @@ -72,7 +72,7 @@ for (x in st) {
- Использование динамической стиль-информации diff --git a/files/ru/web/api/event/currenttarget/index.html b/files/ru/web/api/event/currenttarget/index.html index c16a91e1f0..e89c9bbb2f 100644 --- a/files/ru/web/api/event/currenttarget/index.html +++ b/files/ru/web/api/event/currenttarget/index.html @@ -102,6 +102,6 @@ for(var i = 0; i < ps.length; i++){
- Типы событий: Event reference diff --git a/files/ru/web/api/eventsource/index.html b/files/ru/web/api/eventsource/index.html index 7c99a51bfc..b93e3b2ee9 100644 --- a/files/ru/web/api/eventsource/index.html +++ b/files/ru/web/api/eventsource/index.html @@ -107,7 +107,7 @@ translation_of: Web/API/EventSource
- {{ spec("https://html.spec.whatwg.org/multipage/comms.html#the-eventsource-interface","Server-Sent Events: The EventSource Interface","CR") }} diff --git a/files/ru/web/api/eventtarget/eventtarget/index.html b/files/ru/web/api/eventtarget/eventtarget/index.html index 8a4beceec7..d14742cf32 100644 --- a/files/ru/web/api/eventtarget/eventtarget/index.html +++ b/files/ru/web/api/eventtarget/eventtarget/index.html @@ -67,7 +67,7 @@ let newValue = myEventTarget.secret; // == 7
- {{domxref("EventTarget")}} diff --git a/files/ru/web/api/fetch_api/using_fetch/index.html b/files/ru/web/api/fetch_api/using_fetch/index.html index 22cfb7e945..2302fa8568 100644 --- a/files/ru/web/api/fetch_api/using_fetch/index.html +++ b/files/ru/web/api/fetch_api/using_fetch/index.html @@ -477,7 +477,7 @@ console.log(myHeaders.get("X-Custom-Header")); // [ ]
- ServiceWorker API diff --git a/files/ru/web/api/file/name/index.html b/files/ru/web/api/file/name/index.html index 5dfb9aefee..32708d7836 100644 --- a/files/ru/web/api/file/name/index.html +++ b/files/ru/web/api/file/name/index.html @@ -111,7 +111,7 @@ translation_of: Web/API/File/name
- Использование файлов в веб приложениях diff --git a/files/ru/web/api/filereader/index.html b/files/ru/web/api/filereader/index.html index 42cf4ee917..fce0949781 100644 --- a/files/ru/web/api/filereader/index.html +++ b/files/ru/web/api/filereader/index.html @@ -121,7 +121,7 @@ translation_of: Web/API/FileReader
- В версиях Gecko ниже 13.0 {{ geckoRelease("13.0") }} свойство
FileReader.error
возвращало объект {{ domxref("FileError") }}. Этот интерфейс был упразднён и теперь свойствоFileReader.error
возвращает объект {{ domxref("DOMError") }}, что соответствует определению FileAPI последней спецификации. - Использование файлов в веб-приложениях diff --git a/files/ru/web/api/filereader/readasbinarystring/index.html b/files/ru/web/api/filereader/readasbinarystring/index.html index 30bd9dfb31..336b384aff 100644 --- a/files/ru/web/api/filereader/readasbinarystring/index.html +++ b/files/ru/web/api/filereader/readasbinarystring/index.html @@ -106,7 +106,7 @@ canvas.toBlob(function (blob) {
- {{domxref("FileReader")}} diff --git a/files/ru/web/api/filereader/readasdataurl/index.html b/files/ru/web/api/filereader/readasdataurl/index.html index b179f7b45e..a995b9ed6e 100644 --- a/files/ru/web/api/filereader/readasdataurl/index.html +++ b/files/ru/web/api/filereader/readasdataurl/index.html @@ -47,7 +47,7 @@ translation_of: Web/API/FileReader/readAsDataURL
- {{domxref("FileReader")}} diff --git a/files/ru/web/api/formdata/entries/index.html b/files/ru/web/api/formdata/entries/index.html index 025e2e6b6a..b83b882716 100644 --- a/files/ru/web/api/formdata/entries/index.html +++ b/files/ru/web/api/formdata/entries/index.html @@ -115,7 +115,7 @@ key2, value2 -
- {{domxref("XMLHTTPRequest")}} diff --git a/files/ru/web/api/formdata/index.html b/files/ru/web/api/formdata/index.html index f523a5957c..cfae6825c6 100644 --- a/files/ru/web/api/formdata/index.html +++ b/files/ru/web/api/formdata/index.html @@ -76,7 +76,7 @@ translation_of: Web/API/FormData
- {{domxref("XMLHTTPRequest")}} diff --git a/files/ru/web/api/gamepad/buttons/index.html b/files/ru/web/api/gamepad/buttons/index.html index a789d8d152..3c49e81c56 100644 --- a/files/ru/web/api/gamepad/buttons/index.html +++ b/files/ru/web/api/gamepad/buttons/index.html @@ -86,6 +86,6 @@ translation_of: Web/API/Gamepad/buttons -
- {{domxref("Element")}} diff --git a/files/ru/web/api/globaleventhandlers/onanimationend/index.html b/files/ru/web/api/globaleventhandlers/onanimationend/index.html index 4def465047..5f14d43d8f 100644 --- a/files/ru/web/api/globaleventhandlers/onanimationend/index.html +++ b/files/ru/web/api/globaleventhandlers/onanimationend/index.html @@ -100,7 +100,7 @@ translation_of: Web/API/GlobalEventHandlers/onanimationend -
- The {{event("animationend")}} event this event handler is triggered by diff --git a/files/ru/web/api/globaleventhandlers/onclick/index.html b/files/ru/web/api/globaleventhandlers/onclick/index.html index 17657d6383..806b0270c2 100644 --- a/files/ru/web/api/globaleventhandlers/onclick/index.html +++ b/files/ru/web/api/globaleventhandlers/onclick/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/GlobalEventHandlers/onclick
- {{domxref("window.history")}} свойство, возвращающее историю текущей сессии. diff --git a/files/ru/web/api/htmlcanvaselement/capturestream/index.html b/files/ru/web/api/htmlcanvaselement/capturestream/index.html index b58792b2a3..eb2d52a985 100644 --- a/files/ru/web/api/htmlcanvaselement/capturestream/index.html +++ b/files/ru/web/api/htmlcanvaselement/capturestream/index.html @@ -119,7 +119,7 @@ pc.addStream(stream);
- {{domxref("CanvasCaptureMediaStream")}}, the interface it belongs to. diff --git a/files/ru/web/api/htmlcanvaselement/getcontext/index.html b/files/ru/web/api/htmlcanvaselement/getcontext/index.html index 18e50dc31b..2569342750 100644 --- a/files/ru/web/api/htmlcanvaselement/getcontext/index.html +++ b/files/ru/web/api/htmlcanvaselement/getcontext/index.html @@ -261,7 +261,7 @@ console.log(ctx); // CanvasRenderingContext2D { ... }
- The interface defining it, {{domxref("HTMLCanvasElement")}}. diff --git a/files/ru/web/api/htmlcollection/index.html b/files/ru/web/api/htmlcollection/index.html index ef674de414..4a4252b778 100644 --- a/files/ru/web/api/htmlcollection/index.html +++ b/files/ru/web/api/htmlcollection/index.html @@ -60,7 +60,7 @@ elem1 = document.forms["named.item.with.periods"];
- DOM4: HTMLCollection
- {{domxref("NodeList")}} diff --git a/files/ru/web/api/htmlcontentelement/index.html b/files/ru/web/api/htmlcontentelement/index.html index fc0261db69..8bd8ffaec7 100644 --- a/files/ru/web/api/htmlcontentelement/index.html +++ b/files/ru/web/api/htmlcontentelement/index.html @@ -37,7 +37,7 @@ translation_of: Web/API/HTMLContentElement
- The {{HTMLElement("content")}} HTML element, implementing this interface. diff --git a/files/ru/web/api/htmldialogelement/index.html b/files/ru/web/api/htmldialogelement/index.html index 835d070939..941f36a9bc 100644 --- a/files/ru/web/api/htmldialogelement/index.html +++ b/files/ru/web/api/htmldialogelement/index.html @@ -129,7 +129,7 @@ translation_of: Web/API/HTMLDialogElement
- HTML элемент, реализующий этот интерфейс взаимодействия: {{ HTMLElement("dialog") }}. diff --git a/files/ru/web/api/htmldialogelement/open/index.html b/files/ru/web/api/htmldialogelement/open/index.html index c2f089b452..7e27ba5aab 100644 --- a/files/ru/web/api/htmldialogelement/open/index.html +++ b/files/ru/web/api/htmldialogelement/open/index.html @@ -119,7 +119,7 @@ var myOpenValue = dialogInstance.open;
- HTML элемент, использующий данный интерфейс взаимодействия: {{ HTMLElement("dialog") }}. diff --git a/files/ru/web/api/htmlimageelement/decoding/index.html b/files/ru/web/api/htmlimageelement/decoding/index.html index 7ae07b4249..1ed02250a0 100644 --- a/files/ru/web/api/htmlimageelement/decoding/index.html +++ b/files/ru/web/api/htmlimageelement/decoding/index.html @@ -58,7 +58,7 @@ img.src = 'img/logo.png';
- <img>: The Image Embed element diff --git a/files/ru/web/api/htmlimageelement/index.html b/files/ru/web/api/htmlimageelement/index.html index f0f25fddac..a643f07cfc 100644 --- a/files/ru/web/api/htmlimageelement/index.html +++ b/files/ru/web/api/htmlimageelement/index.html @@ -341,7 +341,7 @@ alert(document.images[0].src);
- Элемент HTML, реализующий этот интерфейс: {{HTMLElement("img")}} diff --git a/files/ru/web/api/htmlmediaelement/abort_event/index.html b/files/ru/web/api/htmlmediaelement/abort_event/index.html index 80743cabc6..572d6655e9 100644 --- a/files/ru/web/api/htmlmediaelement/abort_event/index.html +++ b/files/ru/web/api/htmlmediaelement/abort_event/index.html @@ -70,7 +70,7 @@ video.appendChild(source);
- {{domxref("HTMLAudioElement")}} diff --git a/files/ru/web/api/htmlmediaelement/index.html b/files/ru/web/api/htmlmediaelement/index.html index 1624801d49..5a8d6658e8 100644 --- a/files/ru/web/api/htmlmediaelement/index.html +++ b/files/ru/web/api/htmlmediaelement/index.html @@ -275,7 +275,7 @@ translation_of: Web/API/HTMLMediaElement
- Рекомендации
diff --git a/files/ru/web/api/htmlorforeignelement/dataset/index.html b/files/ru/web/api/htmlorforeignelement/dataset/index.html
index 2fc2e821ec..1cde2aaa6f 100644
--- a/files/ru/web/api/htmlorforeignelement/dataset/index.html
+++ b/files/ru/web/api/htmlorforeignelement/dataset/index.html
@@ -107,7 +107,7 @@ el.dataset.someDataAttr = 'mydata';
{{Compat("api.HTMLElement.dataset")}}
-См. также
+Смотрите также
- The HTML data-* class of global attributes. diff --git a/files/ru/web/api/htmltableelement/index.html b/files/ru/web/api/htmltableelement/index.html index cfadd4d95d..964a99f676 100644 --- a/files/ru/web/api/htmltableelement/index.html +++ b/files/ru/web/api/htmltableelement/index.html @@ -191,7 +191,7 @@ translation_of: Web/API/HTMLTableElement
- Элемент HTML, реализующий данный интерфейс: {{HTMLElement("table")}}. diff --git a/files/ru/web/api/htmltableelement/insertrow/index.html b/files/ru/web/api/htmltableelement/insertrow/index.html index ea8d0f16aa..05bd9b1739 100644 --- a/files/ru/web/api/htmltableelement/insertrow/index.html +++ b/files/ru/web/api/htmltableelement/insertrow/index.html @@ -147,7 +147,7 @@ addRow('TableA');
- {{domxref("HTMLTableRowElement.insertCell()")}} diff --git a/files/ru/web/api/htmlvideoelement/index.html b/files/ru/web/api/htmlvideoelement/index.html index b474d0423b..5e1296cb89 100644 --- a/files/ru/web/api/htmlvideoelement/index.html +++ b/files/ru/web/api/htmlvideoelement/index.html @@ -183,7 +183,7 @@ translation_of: Web/API/HTMLVideoElement
- HTML element implementing this interface: {{HTMLElement("video")}}. diff --git a/files/ru/web/api/imagedata/index.html b/files/ru/web/api/imagedata/index.html index 8115f3ca7a..dd9b5721b1 100644 --- a/files/ru/web/api/imagedata/index.html +++ b/files/ru/web/api/imagedata/index.html @@ -134,7 +134,7 @@ translation_of: Web/API/ImageData -
- {{domxref("CanvasRenderingContext2D")}} diff --git a/files/ru/web/api/intersection_observer_api/timing_element_visibility/index.html b/files/ru/web/api/intersection_observer_api/timing_element_visibility/index.html index b7f1bf0997..d47c4fd2f4 100644 --- a/files/ru/web/api/intersection_observer_api/timing_element_visibility/index.html +++ b/files/ru/web/api/intersection_observer_api/timing_element_visibility/index.html @@ -557,7 +557,7 @@ function buildContents() {
- Intersection Observer API diff --git a/files/ru/web/api/mediadevices/enumeratedevices/index.html b/files/ru/web/api/mediadevices/enumeratedevices/index.html index ec2861cba5..3e62912637 100644 --- a/files/ru/web/api/mediadevices/enumeratedevices/index.html +++ b/files/ru/web/api/mediadevices/enumeratedevices/index.html @@ -66,7 +66,7 @@ audioinput: Built-in Microphone id=r2/xw1xUPIyZunfV1lGrKOma5wTOvCkWfZ368XCndm0= } } -
- Интерфейс доступен в Chrome и Opera через полифил adapter.js.
- navigator.mediaDevices.getUserMedia diff --git a/files/ru/web/api/mediadevices/getusermedia/index.html b/files/ru/web/api/mediadevices/getusermedia/index.html index 9d53d6f242..74753c8d93 100644 --- a/files/ru/web/api/mediadevices/getusermedia/index.html +++ b/files/ru/web/api/mediadevices/getusermedia/index.html @@ -334,7 +334,7 @@ var constraints = { video: { facingMode: (front? "user" : "environment") } };
- Предыдущее {{domxref("navigator.getUserMedia()")}} API. diff --git a/files/ru/web/api/mediarecorder/mediarecorder/index.html b/files/ru/web/api/mediarecorder/mediarecorder/index.html index abca1784a8..9657e1f30f 100644 --- a/files/ru/web/api/mediarecorder/mediarecorder/index.html +++ b/files/ru/web/api/mediarecorder/mediarecorder/index.html @@ -147,7 +147,7 @@ if (navigator.mediaDevices.getUserMedia) {
- Использование MediaRecorder API diff --git a/files/ru/web/api/mediarecorder/ondataavailable/index.html b/files/ru/web/api/mediarecorder/ondataavailable/index.html index 884d008564..23bb5cf70e 100644 --- a/files/ru/web/api/mediarecorder/ondataavailable/index.html +++ b/files/ru/web/api/mediarecorder/ondataavailable/index.html @@ -71,7 +71,7 @@ translation_of: Web/API/MediaRecorder/ondataavailable
- Использование интерфейса записи медиапотока diff --git a/files/ru/web/api/mediastream_recording_api/index.html b/files/ru/web/api/mediastream_recording_api/index.html index 077c3c82a9..b1b5e3b07b 100644 --- a/files/ru/web/api/mediastream_recording_api/index.html +++ b/files/ru/web/api/mediastream_recording_api/index.html @@ -114,7 +114,7 @@ translation_of: Web/API/MediaStream_Recording_API
- Using the MediaStream Recording API diff --git a/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html b/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html index f0ce6a6e5b..cb09229228 100644 --- a/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html +++ b/files/ru/web/api/mediastream_recording_api/using_the_mediastream_recording_api/index.html @@ -254,7 +254,7 @@ mediaRecorder.ondataavailable = function(e) {
- Страница MediaRecorder API diff --git a/files/ru/web/api/mouseevent/button/index.html b/files/ru/web/api/mouseevent/button/index.html index f68409984c..ffde5f6aab 100644 --- a/files/ru/web/api/mouseevent/button/index.html +++ b/files/ru/web/api/mouseevent/button/index.html @@ -145,7 +145,7 @@ var whichButton = function (e) {
- {{domxref('"MouseEvent"')}} diff --git a/files/ru/web/api/mouseevent/buttons/index.html b/files/ru/web/api/mouseevent/buttons/index.html index 76a76cfbb4..02513b395f 100644 --- a/files/ru/web/api/mouseevent/buttons/index.html +++ b/files/ru/web/api/mouseevent/buttons/index.html @@ -118,7 +118,7 @@ translation_of: Web/API/MouseEvent/buttons
- On Mac OS X 10.5, the buttons attribute always returns 0 because there is no platform API for implementing this feature.
- {{domxref("MouseEvent")}} diff --git a/files/ru/web/api/mouseevent/screenx/index.html b/files/ru/web/api/mouseevent/screenx/index.html index 4e6ee2a42c..75240e86a0 100644 --- a/files/ru/web/api/mouseevent/screenx/index.html +++ b/files/ru/web/api/mouseevent/screenx/index.html @@ -84,7 +84,7 @@ function logKey(e) {
- {{ domxref("MouseEvent") }} diff --git a/files/ru/web/api/mouseevent/shiftkey/index.html b/files/ru/web/api/mouseevent/shiftkey/index.html index 5e9412623e..cc959f838e 100644 --- a/files/ru/web/api/mouseevent/shiftkey/index.html +++ b/files/ru/web/api/mouseevent/shiftkey/index.html @@ -119,7 +119,7 @@ function showChar(e){ -
- {{ domxref("MouseEvent") }} diff --git a/files/ru/web/api/mouseevent/which/index.html b/files/ru/web/api/mouseevent/which/index.html index 80194dcc2b..f2a4a8cf09 100644 --- a/files/ru/web/api/mouseevent/which/index.html +++ b/files/ru/web/api/mouseevent/which/index.html @@ -40,7 +40,7 @@ translation_of: Web/API/MouseEvent/which
- {{ domxref("MouseEvent") }} diff --git a/files/ru/web/api/navigator/getvrdisplays/index.html b/files/ru/web/api/navigator/getvrdisplays/index.html index cb4f67d313..eee89dd1f2 100644 --- a/files/ru/web/api/navigator/getvrdisplays/index.html +++ b/files/ru/web/api/navigator/getvrdisplays/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Navigator/getVRDisplays
- WebVR API homepage diff --git a/files/ru/web/api/node/appendchild/index.html b/files/ru/web/api/node/appendchild/index.html index 149d9b9b98..411b678b15 100644 --- a/files/ru/web/api/node/appendchild/index.html +++ b/files/ru/web/api/node/appendchild/index.html @@ -55,7 +55,7 @@ document.body.appendChild(p);
- DOM Level 3 Core: appendChild
- {{domxref("Node.removeChild")}} diff --git a/files/ru/web/api/node/childnodes/index.html b/files/ru/web/api/node/childnodes/index.html index 63e0407883..c24316cf12 100644 --- a/files/ru/web/api/node/childnodes/index.html +++ b/files/ru/web/api/node/childnodes/index.html @@ -57,7 +57,7 @@ while (box.firstChild) {
- W3C DOM 3 NodeList interface
- {{ domxref("Node.firstChild") }} diff --git a/files/ru/web/api/node/contains/index.html b/files/ru/web/api/node/contains/index.html index 23e8e561c7..ddc0830840 100644 --- a/files/ru/web/api/node/contains/index.html +++ b/files/ru/web/api/node/contains/index.html @@ -55,7 +55,7 @@ translation_of: Web/API/Node/contains
- {{domxref("Node.compareDocumentPosition")}} diff --git a/files/ru/web/api/node/parentnode/index.html b/files/ru/web/api/node/parentnode/index.html index a845f3d4b0..3e1ef65019 100644 --- a/files/ru/web/api/node/parentnode/index.html +++ b/files/ru/web/api/node/parentnode/index.html @@ -90,7 +90,7 @@ translation_of: Web/API/Node/parentNode
- DOM Level 3 Core: Node.parentNode
- {{Domxref("Node.firstChild")}} diff --git a/files/ru/web/api/node/removechild/index.html b/files/ru/web/api/node/removechild/index.html index 0666aa815c..95c04dc3aa 100644 --- a/files/ru/web/api/node/removechild/index.html +++ b/files/ru/web/api/node/removechild/index.html @@ -67,7 +67,7 @@ while (element.firstChild) {
- DOM Level 3 Core: removeChild
- {{domxref("Node.replaceChild")}} diff --git a/files/ru/web/api/node/replacechild/index.html b/files/ru/web/api/node/replacechild/index.html index f1bbaa172a..84c7d5bfc2 100644 --- a/files/ru/web/api/node/replacechild/index.html +++ b/files/ru/web/api/node/replacechild/index.html @@ -59,7 +59,7 @@ parentDiv.replaceChild(sp1, sp2);
- DOM Level 2 Core: replaceChild
- DOM Level 3 Core: replaceChild
- {{domxref("Node.removeChild")}}
- {{domxref("ParentNode")}} и {{domxref("ChildNode")}} diff --git a/files/ru/web/api/parentnode/prepend/index.html b/files/ru/web/api/parentnode/prepend/index.html index 40017ad44f..6360b0b621 100644 --- a/files/ru/web/api/parentnode/prepend/index.html +++ b/files/ru/web/api/parentnode/prepend/index.html @@ -121,7 +121,7 @@ with(parent) {
- {{domxref("ParentNode")}} and {{domxref("ChildNode")}} diff --git a/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html b/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html index 4cc50b9e0b..1fd6da0849 100644 --- a/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html +++ b/files/ru/web/api/rtcpeerconnection/cantrickleicecandidates/index.html @@ -82,7 +82,7 @@ pc.addEventListener('icecandidate', e => {
- WebRTC diff --git a/files/ru/web/api/rtcpeerconnection/connectionstate/index.html b/files/ru/web/api/rtcpeerconnection/connectionstate/index.html index 2b17b9b29e..b880223b2e 100644 --- a/files/ru/web/api/rtcpeerconnection/connectionstate/index.html +++ b/files/ru/web/api/rtcpeerconnection/connectionstate/index.html @@ -52,7 +52,7 @@ var connectionState = pc.connectionState;
- Жизненный цикл сессии WebRTC diff --git a/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html b/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html index 8793f0e379..69f28cf176 100644 --- a/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html +++ b/files/ru/web/api/rtcpeerconnection/currentremotedescription/index.html @@ -63,7 +63,7 @@ else {
- {{domxref("RTCPeerConnection.setRemoteDescription()")}}, {{domxref("RTCPeerConnection.pendingRemoteDescription")}}, {{domxref("RTCPeerConnection.remoteDescription")}} diff --git a/files/ru/web/api/rtcpeerconnection/getdefaulticeservers/index.html b/files/ru/web/api/rtcpeerconnection/getdefaulticeservers/index.html index db12029803..7772ddcabb 100644 --- a/files/ru/web/api/rtcpeerconnection/getdefaulticeservers/index.html +++ b/files/ru/web/api/rtcpeerconnection/getdefaulticeservers/index.html @@ -48,7 +48,7 @@ if (iceServers.length === 0) {
- WebRTC diff --git a/files/ru/web/api/rtcpeerconnection/index.html b/files/ru/web/api/rtcpeerconnection/index.html index 55a24c974e..3e3931b1e3 100644 --- a/files/ru/web/api/rtcpeerconnection/index.html +++ b/files/ru/web/api/rtcpeerconnection/index.html @@ -349,7 +349,7 @@ translation_of: Web/API/RTCPeerConnection
- https://github.com/jesup/nightly-gupshup/blob/master/static/js/chat.js diff --git a/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html b/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html index 25eaa93c7f..42905d57bd 100644 --- a/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html +++ b/files/ru/web/api/rtcpeerconnection/rtcpeerconnection/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/RTCPeerConnection/RTCPeerConnection
- Сигнализированные и видеовызов diff --git a/files/ru/web/api/selection/index.html b/files/ru/web/api/selection/index.html index 183e9a7cb7..7c6e62ec82 100644 --- a/files/ru/web/api/selection/index.html +++ b/files/ru/web/api/selection/index.html @@ -203,7 +203,7 @@ var range = selObj.getRangeAt(0); -
- {{domxref("Window.getSelection")}}, {{domxref("Document.getSelection")}}, {{domxref("Range")}} diff --git a/files/ru/web/api/url/createobjecturl/index.html b/files/ru/web/api/url/createobjecturl/index.html index 01201cc4b0..f421934194 100644 --- a/files/ru/web/api/url/createobjecturl/index.html +++ b/files/ru/web/api/url/createobjecturl/index.html @@ -58,7 +58,7 @@ translation_of: Web/API/URL/createObjectURL
- {{domxref("URL.revokeObjectURL()")}} diff --git a/files/ru/web/api/url/index.html b/files/ru/web/api/url/index.html index 7ba8f09324..3e34d0f948 100644 --- a/files/ru/web/api/url/index.html +++ b/files/ru/web/api/url/index.html @@ -111,7 +111,7 @@ translation_of: Web/API/URL
- Property allowing to get such an object: {{domxref("Window.URL")}}. diff --git a/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html b/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html index 64a2f812b9..03ad7b143d 100644 --- a/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html +++ b/files/ru/web/api/webgl_compressed_texture_pvrtc/index.html @@ -67,7 +67,7 @@ gl.compressedTexImage2D(gl.TEXTURE_2D, 0, ext.COMPRESSED_RGB_PVRTC_4BPPV1_IMG, 5
- PVRTC Texture Compression – Wikipedia diff --git a/files/ru/web/api/webglprogram/index.html b/files/ru/web/api/webglprogram/index.html index 5595ac3761..2a4e8cee48 100644 --- a/files/ru/web/api/webglprogram/index.html +++ b/files/ru/web/api/webglprogram/index.html @@ -71,7 +71,7 @@ gl.drawArrays(gl.TRIANGLES, 0, 3);
- {{domxref("WebGLShader")}} diff --git a/files/ru/web/api/webrtc_api/adapter.js/index.html b/files/ru/web/api/webrtc_api/adapter.js/index.html index 575e045e1f..cc58bc6284 100644 --- a/files/ru/web/api/webrtc_api/adapter.js/index.html +++ b/files/ru/web/api/webrtc_api/adapter.js/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/WebRTC_API/adapter.js
- Помните, что даже присутствие хорошего клина, не означает отмену тестирования вашего кода на различных браузерах (а идеально, и в различных версиях каждого браузера). -
- Проект WebRTC adapter.js на GitHub diff --git a/files/ru/web/api/webrtc_api/taking_still_photos/index.html b/files/ru/web/api/webrtc_api/taking_still_photos/index.html index c690fafe2a..cc06a4efd2 100644 --- a/files/ru/web/api/webrtc_api/taking_still_photos/index.html +++ b/files/ru/web/api/webrtc_api/taking_still_photos/index.html @@ -211,7 +211,7 @@ translation_of: Web/API/WebRTC_API/Taking_still_photos
- Пробуем пример diff --git a/files/ru/web/api/websocket/index.html b/files/ru/web/api/websocket/index.html index 4cc3326a7f..f0b487b3d2 100644 --- a/files/ru/web/api/websocket/index.html +++ b/files/ru/web/api/websocket/index.html @@ -273,7 +273,7 @@ socket.addEventListener('message', function (event) {
- Writing WebSocket client applications diff --git a/files/ru/web/api/window/alert/index.html b/files/ru/web/api/window/alert/index.html index 4f610b0ec0..f2e1f8b395 100644 --- a/files/ru/web/api/window/alert/index.html +++ b/files/ru/web/api/window/alert/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/Window/alert
- {{domxref("window.confirm","confirm")}} diff --git a/files/ru/web/api/window/beforeunload_event/index.html b/files/ru/web/api/window/beforeunload_event/index.html index 77bed9514b..8df0192e07 100644 --- a/files/ru/web/api/window/beforeunload_event/index.html +++ b/files/ru/web/api/window/beforeunload_event/index.html @@ -91,7 +91,7 @@ translation_of: Web/API/Window/beforeunload_event
- Related events: {{domxref("Window/DOMContentLoaded_event", "DOMContentLoaded")}}, {{domxref("Document/readystatechange_event", "readystatechange")}}, {{domxref("Window/load_event", "load")}}, {{domxref("Window/unload_event", "unload")}} diff --git a/files/ru/web/api/window/crypto/index.html b/files/ru/web/api/window/crypto/index.html index e70c15e507..22570b6ddd 100644 --- a/files/ru/web/api/window/crypto/index.html +++ b/files/ru/web/api/window/crypto/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/Window/crypto -
- глобальный объект {{domxref("Window")}} diff --git a/files/ru/web/api/window/index.html b/files/ru/web/api/window/index.html index 78f79c3fd1..46c84f7ab4 100644 --- a/files/ru/web/api/window/index.html +++ b/files/ru/web/api/window/index.html @@ -59,7 +59,7 @@ translation_of: Web/API/Window
- {{domxref("Window.isSecureContext")}} {{readOnlyInline}}
- Указывает, способен ли контекст использовать функционал, требующий безопасного контекста.
- {{domxref("Window.length")}} {{readOnlyInline}} -
- Возвращает число фреймов в окне. Смотри так же {{domxref("window.frames")}}. +
- Возвращает число фреймов в окне. Смотрите также {{domxref("window.frames")}}.
- {{domxref("Window.location")}} {{ReadOnlyInline}}
- Получает/устанавливает расположение или текущий URL для текущего объекта окна.
- {{domxref("Window.locationbar")}} {{ReadOnlyInline}} @@ -418,7 +418,7 @@ translation_of: Web/API/Window
- {{domxref("Window.ConstantSourceNode")}} @@ -450,7 +450,7 @@ translation_of: Web/API/Window
- Working with windows in chrome code diff --git a/files/ru/web/api/window/innerheight/index.html b/files/ru/web/api/window/innerheight/index.html index a9ab800401..c7aa9071b9 100644 --- a/files/ru/web/api/window/innerheight/index.html +++ b/files/ru/web/api/window/innerheight/index.html @@ -79,7 +79,7 @@ var intOuterFramesetHeight = top.innerHeight;
- {{domxref("window.innerWidth")}} diff --git a/files/ru/web/api/window/location/index.html b/files/ru/web/api/window/location/index.html index 26f2f2cd00..ec98499a17 100644 --- a/files/ru/web/api/window/location/index.html +++ b/files/ru/web/api/window/location/index.html @@ -206,7 +206,7 @@ span.intLink {
- Интерфейс возвращающий значение, {{domxref("Location")}}. diff --git a/files/ru/web/api/window/matchmedia/index.html b/files/ru/web/api/window/matchmedia/index.html index 02d59c30da..8f6912cc51 100644 --- a/files/ru/web/api/window/matchmedia/index.html +++ b/files/ru/web/api/window/matchmedia/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/Window/matchMedia
- The CSSOM View Module: The MediaQueryList Interface
- Media queries diff --git a/files/ru/web/api/window/ongamepadconnected/index.html b/files/ru/web/api/window/ongamepadconnected/index.html index 683e6d2af8..db5f8eecd4 100644 --- a/files/ru/web/api/window/ongamepadconnected/index.html +++ b/files/ru/web/api/window/ongamepadconnected/index.html @@ -44,7 +44,7 @@ translation_of: Web/API/Window/ongamepadconnected
- The Gamepad API by Ted Mielczarek and Robert Nyman diff --git a/files/ru/web/api/window/ongamepaddisconnected/index.html b/files/ru/web/api/window/ongamepaddisconnected/index.html index c8ca962cb4..2769b29f4c 100644 --- a/files/ru/web/api/window/ongamepaddisconnected/index.html +++ b/files/ru/web/api/window/ongamepaddisconnected/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/Window/ongamepaddisconnected
- The Gamepad API by Ted Mielczarek and Robert Nyman diff --git a/files/ru/web/api/window/pageyoffset/index.html b/files/ru/web/api/window/pageyoffset/index.html index d2267fe9e8..e8cab12c76 100644 --- a/files/ru/web/api/window/pageyoffset/index.html +++ b/files/ru/web/api/window/pageyoffset/index.html @@ -157,7 +157,7 @@ info.innerText = "Y offset after scrolling: " +
- {{domxref("Window.pageXOffset", "pageXOffset")}} diff --git a/files/ru/web/api/window/print/index.html b/files/ru/web/api/window/print/index.html index 458df5ff38..24596bd5c2 100644 --- a/files/ru/web/api/window/print/index.html +++ b/files/ru/web/api/window/print/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/Window/print -
- Printing diff --git a/files/ru/web/api/window/scroll/index.html b/files/ru/web/api/window/scroll/index.html index ffa999921d..2f9033458f 100644 --- a/files/ru/web/api/window/scroll/index.html +++ b/files/ru/web/api/window/scroll/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Window/scroll
- {{domxref("Window.scrollY")}} diff --git a/files/ru/web/api/window/scrolly/index.html b/files/ru/web/api/window/scrolly/index.html index 8125f381ab..f77cbf3ea2 100644 --- a/files/ru/web/api/window/scrolly/index.html +++ b/files/ru/web/api/window/scrolly/index.html @@ -70,7 +70,7 @@ var y = supportPageOffset ? window.pageYOffset : isCSS1Compat ? document.documen
- {{domxref("window.scrollX")}} diff --git a/files/ru/web/api/windoworworkerglobalscope/atob/index.html b/files/ru/web/api/windoworworkerglobalscope/atob/index.html index b158668263..293ef91332 100644 --- a/files/ru/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/ru/web/api/windoworworkerglobalscope/atob/index.html @@ -119,7 +119,7 @@ var decodedData = window.atob(encodedData); // декодирует строку
- Base64 encoding and decoding diff --git a/files/ru/web/api/xmlhttprequest/abort/index.html b/files/ru/web/api/xmlhttprequest/abort/index.html index 1c28be9dd9..3816084f9b 100644 --- a/files/ru/web/api/xmlhttprequest/abort/index.html +++ b/files/ru/web/api/xmlhttprequest/abort/index.html @@ -63,7 +63,7 @@ xhr.abort();
- Использование XMLHttpRequest diff --git a/files/ru/web/api/xmlhttprequest/getresponseheader/index.html b/files/ru/web/api/xmlhttprequest/getresponseheader/index.html index ebe4a094b6..0252529c17 100644 --- a/files/ru/web/api/xmlhttprequest/getresponseheader/index.html +++ b/files/ru/web/api/xmlhttprequest/getresponseheader/index.html @@ -111,7 +111,7 @@ client.onreadystatechange = function() {
- Использование XMLHttpRequest diff --git a/files/ru/web/api/xmlhttprequest/loadstart_event/index.html b/files/ru/web/api/xmlhttprequest/loadstart_event/index.html index 4065e0f968..73eb2dd2a5 100644 --- a/files/ru/web/api/xmlhttprequest/loadstart_event/index.html +++ b/files/ru/web/api/xmlhttprequest/loadstart_event/index.html @@ -83,7 +83,7 @@ original_slug: Web/Events/loadstart
- {{event("loadend")}}
- Отслеживание состояния загрузки diff --git a/files/ru/web/api/xmlhttprequest/open/index.html b/files/ru/web/api/xmlhttprequest/open/index.html index bf4facdf48..2ec5642473 100644 --- a/files/ru/web/api/xmlhttprequest/open/index.html +++ b/files/ru/web/api/xmlhttprequest/open/index.html @@ -56,7 +56,7 @@ translation_of: Web/API/XMLHttpRequest/open
- Использование XMLHttpRequest diff --git a/files/ru/web/api/xmlhttprequest/xmlhttprequest/index.html b/files/ru/web/api/xmlhttprequest/xmlhttprequest/index.html index bcd89a4530..dc86e337b9 100644 --- a/files/ru/web/api/xmlhttprequest/xmlhttprequest/index.html +++ b/files/ru/web/api/xmlhttprequest/xmlhttprequest/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/XMLHttpRequest/XMLHttpRequest
- Использование XMLHttpRequest diff --git a/files/ru/web/api/xmlserializer/index.html b/files/ru/web/api/xmlserializer/index.html index 9e8823e80c..cd73b604d2 100644 --- a/files/ru/web/api/xmlserializer/index.html +++ b/files/ru/web/api/xmlserializer/index.html @@ -99,7 +99,7 @@ document.body.insertAdjacentHTML('afterbegin', inp_xmls); -
- Parsing and serializing XML diff --git a/files/ru/web/css/_colon_any-link/index.html b/files/ru/web/css/_colon_any-link/index.html index 839d8323c6..05d545c979 100644 --- a/files/ru/web/css/_colon_any-link/index.html +++ b/files/ru/web/css/_colon_any-link/index.html @@ -78,7 +78,7 @@ a:-webkit-any-link {
- Создание гиперссылок diff --git a/files/ru/web/css/_colon_dir/index.html b/files/ru/web/css/_colon_dir/index.html index 4cf0bccb4b..b0dc94c75d 100644 --- a/files/ru/web/css/_colon_dir/index.html +++ b/files/ru/web/css/_colon_dir/index.html @@ -97,7 +97,7 @@ translation_of: 'Web/CSS/:dir'
- Языково-специфичные селекторы CSS: {{cssxref(":lang")}}, {{cssxref(":dir")}} diff --git a/files/ru/web/css/_colon_last-of-type/index.html b/files/ru/web/css/_colon_last-of-type/index.html index c27fb49ec2..466e85bb94 100644 --- a/files/ru/web/css/_colon_last-of-type/index.html +++ b/files/ru/web/css/_colon_last-of-type/index.html @@ -103,7 +103,7 @@ p:last-of-type {
- {{cssxref(":last-child")}}, {{Cssxref(":nth-last-of-type")}} diff --git a/files/ru/web/css/_colon_nth-child/index.html b/files/ru/web/css/_colon_nth-child/index.html index efb626562f..20062cc3ae 100644 --- a/files/ru/web/css/_colon_nth-child/index.html +++ b/files/ru/web/css/_colon_nth-child/index.html @@ -176,7 +176,7 @@ div em {
- {{ Cssxref(":nth-of-type") }}, {{ Cssxref(":nth-last-child") }} diff --git a/files/ru/web/css/_colon_nth-last-of-type/index.html b/files/ru/web/css/_colon_nth-last-of-type/index.html index e05bedf0b6..ac7f504ac8 100644 --- a/files/ru/web/css/_colon_nth-last-of-type/index.html +++ b/files/ru/web/css/_colon_nth-last-of-type/index.html @@ -87,7 +87,7 @@ p:nth-last-of-type(4n) {
- {{Cssxref(":nth-last-child")}}, {{Cssxref(":nth-of-type")}} diff --git a/files/ru/web/css/_colon_nth-of-type/index.html b/files/ru/web/css/_colon_nth-of-type/index.html index 0708f11825..6d7b070bfa 100644 --- a/files/ru/web/css/_colon_nth-of-type/index.html +++ b/files/ru/web/css/_colon_nth-of-type/index.html @@ -96,7 +96,7 @@ p:nth-of-type(1) {
- {{Cssxref(":nth-child")}}, {{Cssxref(":nth-last-of-type")}} diff --git a/files/ru/web/css/_doublecolon_-webkit-slider-thumb/index.html b/files/ru/web/css/_doublecolon_-webkit-slider-thumb/index.html index e25e60f003..937351cd3c 100644 --- a/files/ru/web/css/_doublecolon_-webkit-slider-thumb/index.html +++ b/files/ru/web/css/_doublecolon_-webkit-slider-thumb/index.html @@ -13,7 +13,7 @@ translation_of: 'Web/CSS/::-webkit-slider-thumb'
- {{cssxref("::-webkit-slider-runnable-track")}} diff --git a/files/ru/web/css/_doublecolon_after/index.html b/files/ru/web/css/_doublecolon_after/index.html index bee9f013bf..55685974bb 100644 --- a/files/ru/web/css/_doublecolon_after/index.html +++ b/files/ru/web/css/_doublecolon_after/index.html @@ -170,7 +170,7 @@ span[data-descr]:hover::after {
- {{Cssxref("::before")}}, {{cssxref("content")}} diff --git a/files/ru/web/css/_doublecolon_before/index.html b/files/ru/web/css/_doublecolon_before/index.html index f82bebe2dc..fb612ca9a7 100644 --- a/files/ru/web/css/_doublecolon_before/index.html +++ b/files/ru/web/css/_doublecolon_before/index.html @@ -226,7 +226,7 @@ list.addEventListener('click', function(ev) {
- {{Cssxref("::after")}} diff --git a/files/ru/web/css/_doublecolon_first-letter/index.html b/files/ru/web/css/_doublecolon_first-letter/index.html index 2a2cd2f450..68abc66fb7 100644 --- a/files/ru/web/css/_doublecolon_first-letter/index.html +++ b/files/ru/web/css/_doublecolon_first-letter/index.html @@ -126,7 +126,7 @@ p::first-letter {
- {{cssxref("::first-line")}} diff --git a/files/ru/web/css/_doublecolon_first-line/index.html b/files/ru/web/css/_doublecolon_first-line/index.html index fd96eb11da..fdaa7f3e8a 100644 --- a/files/ru/web/css/_doublecolon_first-line/index.html +++ b/files/ru/web/css/_doublecolon_first-line/index.html @@ -111,7 +111,7 @@ p::first-line {
- {{cssxref("::first-letter")}} diff --git a/files/ru/web/css/attribute_selectors/index.html b/files/ru/web/css/attribute_selectors/index.html index f2affc9d98..173ee61e1c 100644 --- a/files/ru/web/css/attribute_selectors/index.html +++ b/files/ru/web/css/attribute_selectors/index.html @@ -146,7 +146,7 @@ a[href*="example"] {background-color: #CCCCCC;} -
- CSS селекторы: базовая поддержка браузерами diff --git a/files/ru/web/css/block-size/index.html b/files/ru/web/css/block-size/index.html index c7d9f6ada4..7879c37637 100644 --- a/files/ru/web/css/block-size/index.html +++ b/files/ru/web/css/block-size/index.html @@ -96,7 +96,7 @@ block-size: unset;
Отображаемые физические свойства: {{cssxref("width")}} and {{cssxref("height")}}
diff --git a/files/ru/web/css/color_value/index.html b/files/ru/web/css/color_value/index.html
index 34c5749054..b147bb7344 100644
--- a/files/ru/web/css/color_value/index.html
+++ b/files/ru/web/css/color_value/index.html
@@ -1387,9 +1387,9 @@ hsla(240 100% 50% / 5%)
- -moz-ButtonHoverText
- Цвет текста кнопки, на которую наведён указатель мыши (который будет ButtonText, когда указатель мыши не находится над ним). Следует использовать с-
-moz-ButtonHoverFace background
color. - -moz-CellHighlight -
- Цвет фона для выбранного элемента в виджете дерево. Следует использовать с цветом переднего плана
-moz-CellHighlightText
. См. также-moz-html-CellHighlight
.
+ - Цвет фона для выбранного элемента в виджете дерево. Следует использовать с цветом переднего плана
-moz-CellHighlightText
. Смотрите также-moz-html-CellHighlight
. - -moz-CellHighlightText -
- Цвет текста для выбранного элемента в дереве. Следует использовать с цветом фона
moz-CellHighlight background
. См. также-moz-html-CellHighlightText
выделения ячейки.
+ - Цвет текста для выбранного элемента в дереве. Следует использовать с цветом фона
moz-CellHighlight background
. Смотрите также-moz-html-CellHighlightText
выделения ячейки. - -moz-Combobox
- {{Gecko_minversion_inline ("1.9.2")}} цвет фона для комбинированных полей
-moz-ComboboxText
. Должен использоваться с цветом переднего плана текста-moz-Combobox. В версиях до 1.9.2 вместо этого используйте-moz-Field
. - -moz-ComboboxText @@ -1400,7 +1400,7 @@ hsla(240 100% 50% / 5%)
- Цвет текста для диалоговых окон. Должен использоваться с цветом фона
-moz-Dialog
. - -moz-dragtargetzone
- -moz-EvenTreeRow -
- {{gecko_minversion_inline("1.9")}} цвет фона для чётных строк в дереве. Должен использоваться с цветом переднего плана
-moz-FieldText
. В версиях Gecko до 1.9, используйте-moz-поле. См. также-moz-OddTreeRow
.
+ - {{gecko_minversion_inline("1.9")}} цвет фона для чётных строк в дереве. Должен использоваться с цветом переднего плана
-moz-FieldText
. В версиях Gecko до 1.9, используйте-moz-поле. Смотрите также-moz-OddTreeRow
. - -moz-Field
- Text field background color. Should be used with the
-moz-FieldText
foreground color. Цвет фона текстового поля. Должен использоваться с цветом переднего плана-moz-FieldText
. - -moz-FieldText diff --git a/files/ru/web/css/containing_block/index.html b/files/ru/web/css/containing_block/index.html index 644b4d4d54..3136c08efa 100644 --- a/files/ru/web/css/containing_block/index.html +++ b/files/ru/web/css/containing_block/index.html @@ -263,7 +263,7 @@ p {
- {{css_key_concepts}} diff --git a/files/ru/web/css/css_selectors/index.html b/files/ru/web/css/css_selectors/index.html index 90a32e92c9..6182cb11ae 100644 --- a/files/ru/web/css/css_selectors/index.html +++ b/files/ru/web/css/css_selectors/index.html @@ -118,6 +118,6 @@ original_slug: Web/CSS/CSS_Селекторы -
Используйте {{cssxref("unset")}}, чтобы установить свойство в его унаследованное значение, если оно наследует, или его начальное значение, если нет.
diff --git a/files/ru/web/css/margin-inline-start/index.html b/files/ru/web/css/margin-inline-start/index.html
index cc9db43bce..d3f9c19704 100644
--- a/files/ru/web/css/margin-inline-start/index.html
+++ b/files/ru/web/css/margin-inline-start/index.html
@@ -91,7 +91,7 @@ margin-inline-start: inherit;
- {{cssxref("margin-inline-end")}} diff --git a/files/ru/web/css/object-fit/index.html b/files/ru/web/css/object-fit/index.html index 69cacd65c0..91deeefacb 100644 --- a/files/ru/web/css/object-fit/index.html +++ b/files/ru/web/css/object-fit/index.html @@ -154,7 +154,7 @@ img {
- Другие свойства CSS, связанные с изображениями (картинками): {{cssxref("object-position")}}, {{cssxref("image-orientation")}}, {{cssxref("image-rendering")}}, {{cssxref("image-resolution")}}. diff --git a/files/ru/web/css/pseudo-classes/index.html b/files/ru/web/css/pseudo-classes/index.html index b5f50c4d0c..e263ce8455 100644 --- a/files/ru/web/css/pseudo-classes/index.html +++ b/files/ru/web/css/pseudo-classes/index.html @@ -140,7 +140,7 @@ original_slug: Web/CSS/Псевдо-классы -
- Псевдоэлементы diff --git a/files/ru/web/css/pseudo-elements/index.html b/files/ru/web/css/pseudo-elements/index.html index 74773b9b99..8130f80632 100644 --- a/files/ru/web/css/pseudo-elements/index.html +++ b/files/ru/web/css/pseudo-elements/index.html @@ -95,7 +95,7 @@ p::first-line { -
- Псевдоклассы diff --git a/files/ru/web/css/radial-gradient()/index.html b/files/ru/web/css/radial-gradient()/index.html index 4b1579894f..08d3486834 100644 --- a/files/ru/web/css/radial-gradient()/index.html +++ b/files/ru/web/css/radial-gradient()/index.html @@ -292,7 +292,7 @@ radial-gradient(circle at center, red 0, blue, green 100%)
- Также в Gecko выражения с {{cssxref("calc")}} считаются недействительными — значение не валидно при использовании в radial-gradient() ({{bug(1376019)}}). Новый parallel CSS движок от Firefox (также известный как Quantum CSS или Stylo, планируемый к релизу Firefox 57) исправляет этот баг.
- Использование CSS градиентов diff --git a/files/ru/web/css/replaced_element/index.html b/files/ru/web/css/replaced_element/index.html index d06bd6b9b9..5ea04a61f3 100644 --- a/files/ru/web/css/replaced_element/index.html +++ b/files/ru/web/css/replaced_element/index.html @@ -42,7 +42,7 @@ original_slug: Web/CSS/Замещаемый_элемент
- Спецификация HTML https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements diff --git a/files/ru/web/css/transform-function/skew()/index.html b/files/ru/web/css/transform-function/skew()/index.html index 256d123b92..28c37e4438 100644 --- a/files/ru/web/css/transform-function/skew()/index.html +++ b/files/ru/web/css/transform-function/skew()/index.html @@ -109,7 +109,7 @@ skew(ax, ay)
- {{cssxref("transform")}} diff --git a/files/ru/web/events/index.html b/files/ru/web/events/index.html index 33acb903c0..ca947735d1 100644 --- a/files/ru/web/events/index.html +++ b/files/ru/web/events/index.html @@ -2956,7 +2956,7 @@ translation_of: Web/Events -
- {{DOMxRef("Event")}} diff --git a/files/ru/web/guide/audio_and_video_manipulation/index.html b/files/ru/web/guide/audio_and_video_manipulation/index.html index 0fc7587321..af1e49cb9a 100644 --- a/files/ru/web/guide/audio_and_video_manipulation/index.html +++ b/files/ru/web/guide/audio_and_video_manipulation/index.html @@ -373,7 +373,7 @@ context.listener.setPosition(0, 0, 0);
- Convolution Effects in Real-Time
- Локализация и кодировка символов
- По умолчанию браузер обрабатывает текст в кодировке Юникод (Unicode). При этом, при передаче информации через сеть (network) к браузеру символы кодируются байтами. Стандартом HTML рекомендуется использовать кодировку UTF-8 (так как она может представить любой Unicode символ) и обязательно объявлять, какая кодировка используется в документе.
- Веб-разработка под мобильные устройства -
- На этой странице даётся обзор основных методов разработки веб-сайтов, корректно работающих на мобильных устройствах. См. также: Firefox для Android. +
- На этой странице даётся обзор основных методов разработки веб-сайтов, корректно работающих на мобильных устройствах. Смотрите также: Firefox для Android.
- Справочник по веб-технологиям diff --git a/files/ru/web/guide/mobile/index.html b/files/ru/web/guide/mobile/index.html index 7279b9cc30..4c6989076b 100644 --- a/files/ru/web/guide/mobile/index.html +++ b/files/ru/web/guide/mobile/index.html @@ -8,7 +8,7 @@ translation_of: Web/Guide/Mobile
- Соответствующий стандарт Юникод (Unicode® Standard Annex #9: Unicode Bidirectional Algorithm) diff --git a/files/ru/web/guide/user_input_methods/index.html b/files/ru/web/guide/user_input_methods/index.html index ed2af4c050..f96cde5531 100644 --- a/files/ru/web/guide/user_input_methods/index.html +++ b/files/ru/web/guide/user_input_methods/index.html @@ -182,7 +182,7 @@ if (elem.requestFullscreen) {
- Руководство по перетаскиванием
- {{domxref("MouseEvent")}} diff --git a/files/ru/web/guide/woff/index.html b/files/ru/web/guide/woff/index.html index 330047ef99..8ab8df21d5 100644 --- a/files/ru/web/guide/woff/index.html +++ b/files/ru/web/guide/woff/index.html @@ -58,7 +58,7 @@ translation_of: Web/Guide/WOFF
- {{cssxref("@font-face")}} diff --git a/files/ru/web/html/element/abbr/index.html b/files/ru/web/html/element/abbr/index.html index 0baa39703f..da57378768 100644 --- a/files/ru/web/html/element/abbr/index.html +++ b/files/ru/web/html/element/abbr/index.html @@ -177,7 +177,7 @@ translation_of: Web/HTML/Element/abbr
- Использование элемента <abbr> diff --git a/files/ru/web/html/element/acronym/index.html b/files/ru/web/html/element/acronym/index.html index 369030b776..881da06a3c 100644 --- a/files/ru/web/html/element/acronym/index.html +++ b/files/ru/web/html/element/acronym/index.html @@ -111,7 +111,7 @@ translation_of: Web/HTML/Element/acronym -
- {{HTMLElement("abbr")}} diff --git a/files/ru/web/html/element/canvas/index.html b/files/ru/web/html/element/canvas/index.html index 748a5cb9ea..56c11adf47 100644 --- a/files/ru/web/html/element/canvas/index.html +++ b/files/ru/web/html/element/canvas/index.html @@ -170,7 +170,7 @@ translation_of: Web/HTML/Element/canvas
- MDN canvas portal diff --git a/files/ru/web/html/element/code/index.html b/files/ru/web/html/element/code/index.html index 2bc6c488e3..e5446106a3 100644 --- a/files/ru/web/html/element/code/index.html +++ b/files/ru/web/html/element/code/index.html @@ -105,7 +105,7 @@ input field so the user can, for example, copy or delete the text.</p>
- {{HTMLElement("samp")}} diff --git a/files/ru/web/html/element/col/index.html b/files/ru/web/html/element/col/index.html index 9e0fa31592..064802ce09 100644 --- a/files/ru/web/html/element/col/index.html +++ b/files/ru/web/html/element/col/index.html @@ -222,7 +222,7 @@ translation_of: Web/HTML/Element/col
- Other table-related HTML elements: {{HTMLElement("caption")}}, {{HTMLElement("colgroup")}}, {{HTMLElement("table")}}, {{HTMLElement("tbody")}}, {{HTMLElement("td")}}, {{HTMLElement("tfoot")}}, {{HTMLElement("th")}}, {{HTMLElement("thead")}}, {{HTMLElement("tr")}}; diff --git a/files/ru/web/html/element/datalist/index.html b/files/ru/web/html/element/datalist/index.html index a10e49870b..c02f9faa28 100644 --- a/files/ru/web/html/element/datalist/index.html +++ b/files/ru/web/html/element/datalist/index.html @@ -103,7 +103,7 @@ translation_of: Web/HTML/Element/datalist
- Элемент {{HTMLElement("input")}} , в особенности его атрибут {{htmlattrxref("list", "input")}}; diff --git a/files/ru/web/html/element/dd/index.html b/files/ru/web/html/element/dd/index.html index 747f73b779..3012f12a6b 100644 --- a/files/ru/web/html/element/dd/index.html +++ b/files/ru/web/html/element/dd/index.html @@ -103,7 +103,7 @@ translation_of: Web/HTML/Element/dd
- {{HTMLELement("dl")}} diff --git a/files/ru/web/html/element/dfn/index.html b/files/ru/web/html/element/dfn/index.html index 05e0214d31..63c830d4a0 100644 --- a/files/ru/web/html/element/dfn/index.html +++ b/files/ru/web/html/element/dfn/index.html @@ -201,7 +201,7 @@ enim possumus hoc agere divinius?</p>
- Элементы, связанные со списками определений: {{HTMLElement("dl")}}{{HTMLElement("dt")}}{{HTMLElement("dd")}} diff --git a/files/ru/web/html/element/dt/index.html b/files/ru/web/html/element/dt/index.html index d46393c7c8..9f568d94bc 100644 --- a/files/ru/web/html/element/dt/index.html +++ b/files/ru/web/html/element/dt/index.html @@ -95,7 +95,7 @@ translation_of: Web/HTML/Element/dt
- {{HTMLElement("dd")}}, {{HTMLElement("dl")}} diff --git a/files/ru/web/html/element/hgroup/index.html b/files/ru/web/html/element/hgroup/index.html index 73d243817c..138ea50c69 100644 --- a/files/ru/web/html/element/hgroup/index.html +++ b/files/ru/web/html/element/hgroup/index.html @@ -106,7 +106,7 @@ translation_of: Web/HTML/Element/hgroup -
- Другие элементы, связанные с разделом: {{HTMLElement("body")}}, {{HTMLElement("article")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("nav")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}}; diff --git a/files/ru/web/html/element/input/image/index.html b/files/ru/web/html/element/input/image/index.html index d0045be0cd..acaa9034a6 100644 --- a/files/ru/web/html/element/input/image/index.html +++ b/files/ru/web/html/element/input/image/index.html @@ -200,6 +200,6 @@ translation_of: Web/HTML/Element/input/image
-
-
Смотри также
+Смотрите также
- Остальные списковые HTML элементы: {{HTMLElement("ul")}}, {{HTMLElement("li")}}, {{HTMLElement("menu")}} и устаревший {{HTMLElement("dir")}}; diff --git a/files/ru/web/html/element/nav/index.html b/files/ru/web/html/element/nav/index.html index 4cb171fe2b..5c1efaf3fb 100644 --- a/files/ru/web/html/element/nav/index.html +++ b/files/ru/web/html/element/nav/index.html @@ -102,7 +102,7 @@ translation_of: Web/HTML/Element/nav
- Другие секционные элементы: {{HTMLElement("body")}}, {{HTMLElement("article")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}}; diff --git a/files/ru/web/html/element/style/index.html b/files/ru/web/html/element/style/index.html index 0e0e65e581..8442693d2a 100644 --- a/files/ru/web/html/element/style/index.html +++ b/files/ru/web/html/element/style/index.html @@ -165,7 +165,7 @@ body {
- Элемент {{HTMLElement("link")}}, позволяющий использовать внешние таблицы стилей. diff --git a/files/ru/web/html/element/tfoot/index.html b/files/ru/web/html/element/tfoot/index.html index f13b52ba26..e023b88a13 100644 --- a/files/ru/web/html/element/tfoot/index.html +++ b/files/ru/web/html/element/tfoot/index.html @@ -258,7 +258,7 @@ translation_of: Web/HTML/Element/tfoot -
- Other table-related HTML Elements: {{ HTMLElement("caption") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("table") }}, {{ HTMLElement("tbody") }}, {{ HTMLElement("td") }}, {{ HTMLElement("th") }}, {{ HTMLElement("thead") }}, {{ HTMLElement("tr") }}; diff --git a/files/ru/web/html/element/track/index.html b/files/ru/web/html/element/track/index.html index 8c2c134f77..e988821e96 100644 --- a/files/ru/web/html/element/track/index.html +++ b/files/ru/web/html/element/track/index.html @@ -171,7 +171,7 @@ translation_of: Web/HTML/Element/track
- WebVTT — формат файлов текстовой дорожки diff --git a/files/ru/web/html/element/u/index.html b/files/ru/web/html/element/u/index.html index 5c37e3ed2f..98b44902cf 100644 --- a/files/ru/web/html/element/u/index.html +++ b/files/ru/web/html/element/u/index.html @@ -192,7 +192,7 @@ Chicken Noodle Soup With Carrots
- The {{HTMLElement("span")}}, {{HTMLElement("i")}}, {{HTMLElement("em")}}, {{HTMLElement("b")}}, and {{HTMLElement("cite")}} elements should usuallly be used instead. diff --git a/files/ru/web/html/element/ul/index.html b/files/ru/web/html/element/ul/index.html index 65cd81e8f6..c44cd9b7c6 100644 --- a/files/ru/web/html/element/ul/index.html +++ b/files/ru/web/html/element/ul/index.html @@ -171,7 +171,7 @@ translation_of: Web/HTML/Element/ul
- Остальные списковые HTML элементы: {{ HTMLElement("ol") }}, {{ HTMLElement("li") }}, {{ HTMLElement("menu") }} и устаревший {{ HTMLElement("dir") }}; diff --git a/files/ru/web/html/global_attributes/index.html b/files/ru/web/html/global_attributes/index.html index eeecd87c6c..bc1d9b8ed2 100644 --- a/files/ru/web/html/global_attributes/index.html +++ b/files/ru/web/html/global_attributes/index.html @@ -149,7 +149,7 @@ translation_of: Web/HTML/Global_attributes -
- Интерфейсы {{domxref("Element")}} и {{domxref("GlobalEventHandlers")}}, которые позволяют запрашивать большинство глобальных атрибутов. diff --git a/files/ru/web/html/global_attributes/inputmode/index.html b/files/ru/web/html/global_attributes/inputmode/index.html index 8f6bd811ec..4376b71971 100644 --- a/files/ru/web/html/global_attributes/inputmode/index.html +++ b/files/ru/web/html/global_attributes/inputmode/index.html @@ -53,7 +53,7 @@ translation_of: Web/HTML/Global_attributes/inputmode
- Все глобальные атрибуты. diff --git a/files/ru/web/html/global_attributes/tabindex/index.html b/files/ru/web/html/global_attributes/tabindex/index.html index cd63df6b7a..93de4a8d56 100644 --- a/files/ru/web/html/global_attributes/tabindex/index.html +++ b/files/ru/web/html/global_attributes/tabindex/index.html @@ -103,7 +103,7 @@ translation_of: Web/HTML/Global_attributes/tabindex -
- Все глобальные атрибуты. diff --git a/files/ru/web/html/quirks_mode_and_standards_mode/index.html b/files/ru/web/html/quirks_mode_and_standards_mode/index.html index 3fe60b6d28..c019d4bc8e 100644 --- a/files/ru/web/html/quirks_mode_and_standards_mode/index.html +++ b/files/ru/web/html/quirks_mode_and_standards_mode/index.html @@ -27,7 +27,7 @@ translation_of: Web/HTML/Quirks_Mode_and_Standards_Mode
- Base64 кодирование и декодирование diff --git a/files/ru/web/http/basics_of_http/mime_types/index.html b/files/ru/web/http/basics_of_http/mime_types/index.html index 41b620e326..e5f99a3352 100644 --- a/files/ru/web/http/basics_of_http/mime_types/index.html +++ b/files/ru/web/http/basics_of_http/mime_types/index.html @@ -305,7 +305,7 @@ Content-Range: bytes 300-400/1270
- Магические числа. Синтаксисы различных форматов позволяют узнавать их тип, через анализ их структуры байтов. Например, GIF файлы начинаются с
47 49 46 38 39
шестнадцатеричного значения (GIF89
), а PNG файлы с89 50 4E 47
(.PNG
). Опять же, не все типы документов имеют магические числа, так что этот подход так же не надёжен на 100%. - Медиа технологии в web diff --git a/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html b/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html index 60e0ed817b..282ac8e1ce 100644 --- a/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html +++ b/files/ru/web/http/cors/errors/corsmissingalloworigin/index.html @@ -35,7 +35,7 @@ translation_of: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin
- Ошибки CORS diff --git a/files/ru/web/http/feature_policy/using_feature_policy/index.html b/files/ru/web/http/feature_policy/using_feature_policy/index.html index b75ef11712..079329207d 100644 --- a/files/ru/web/http/feature_policy/using_feature_policy/index.html +++ b/files/ru/web/http/feature_policy/using_feature_policy/index.html @@ -133,7 +133,7 @@ Feature-Policy: camera *;
- Функциональная политика diff --git a/files/ru/web/http/headers/accept-charset/index.html b/files/ru/web/http/headers/accept-charset/index.html index 75bf389f93..c772f88f17 100644 --- a/files/ru/web/http/headers/accept-charset/index.html +++ b/files/ru/web/http/headers/accept-charset/index.html @@ -75,7 +75,7 @@ Accept-Charset: utf-8, iso-8859-1;q=0.5, *;q=0.1
- HTTP content negotiation diff --git a/files/ru/web/http/headers/accept-ranges/index.html b/files/ru/web/http/headers/accept-ranges/index.html index fc91bb80fe..6486241a8f 100644 --- a/files/ru/web/http/headers/accept-ranges/index.html +++ b/files/ru/web/http/headers/accept-ranges/index.html @@ -69,7 +69,7 @@ Accept-Ranges: none
- {{HTTPHeader("If-Range")}} diff --git a/files/ru/web/http/headers/access-control-allow-origin/index.html b/files/ru/web/http/headers/access-control-allow-origin/index.html index f9acce8bd3..0c2c6f61e1 100644 --- a/files/ru/web/http/headers/access-control-allow-origin/index.html +++ b/files/ru/web/http/headers/access-control-allow-origin/index.html @@ -85,7 +85,7 @@ Vary: Origin
- {{HTTPHeader("Origin")}} diff --git a/files/ru/web/http/headers/authorization/index.html b/files/ru/web/http/headers/authorization/index.html index 71566867b0..04e65d2079 100644 --- a/files/ru/web/http/headers/authorization/index.html +++ b/files/ru/web/http/headers/authorization/index.html @@ -58,7 +58,7 @@ original_slug: Web/HTTP/Заголовки/Authorization
- HTTP Caching FAQ diff --git a/files/ru/web/http/headers/date/index.html b/files/ru/web/http/headers/date/index.html index c9bb0be9d6..d0dce76795 100644 --- a/files/ru/web/http/headers/date/index.html +++ b/files/ru/web/http/headers/date/index.html @@ -80,7 +80,7 @@ original_slug: Web/HTTP/Заголовки/Date
- {{HTTPHeader("Age")}} diff --git a/files/ru/web/http/headers/host/index.html b/files/ru/web/http/headers/host/index.html index 115636f162..2bb7e5acea 100644 --- a/files/ru/web/http/headers/host/index.html +++ b/files/ru/web/http/headers/host/index.html @@ -66,7 +66,7 @@ original_slug: Web/HTTP/Заголовки/Host
- {{HTTPStatus("400")}} diff --git a/files/ru/web/http/headers/index.html b/files/ru/web/http/headers/index.html index 4a511566a7..9359651f87 100644 --- a/files/ru/web/http/headers/index.html +++ b/files/ru/web/http/headers/index.html @@ -569,6 +569,6 @@ original_slug: Web/HTTP/Заголовки
- {{HTTPHeader("If-Range")}} diff --git a/files/ru/web/http/headers/referer/index.html b/files/ru/web/http/headers/referer/index.html index e982e17190..4f1c5d3f3b 100644 --- a/files/ru/web/http/headers/referer/index.html +++ b/files/ru/web/http/headers/referer/index.html @@ -87,7 +87,7 @@ original_slug: Web/HTTP/Заголовки/Referer
- {{interwiki("wikipedia", "HTTP_referer", "HTTP referer on Wikipedia")}} diff --git a/files/ru/web/http/headers/x-xss-protection/index.html b/files/ru/web/http/headers/x-xss-protection/index.html index 7bc5ec770b..e9f09a760f 100644 --- a/files/ru/web/http/headers/x-xss-protection/index.html +++ b/files/ru/web/http/headers/x-xss-protection/index.html @@ -76,7 +76,7 @@ X-XSS-Protection: 1; report=<reporting-uri>
- {{HTTPHeader("Content-Security-Policy")}} diff --git a/files/ru/web/http/index.html b/files/ru/web/http/index.html index 51e3203f2e..56afe9a4e8 100644 --- a/files/ru/web/http/index.html +++ b/files/ru/web/http/index.html @@ -91,7 +91,7 @@ translation_of: Web/HTTP -
- Controlling DNS prefetching diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html index 19631473e1..a05af5d48c 100644 --- a/files/ru/web/http/methods/connect/index.html +++ b/files/ru/web/http/methods/connect/index.html @@ -47,7 +47,7 @@ translation_of: Web/HTTP/Methods/CONNECT
- {{HTTPStatus(404)}}: Not Found. Сервер не может найти запрошенный ресурс.
- Определение ресурсов в Интернете diff --git a/files/ru/web/http/status/503/index.html b/files/ru/web/http/status/503/index.html index 8a7d603a49..eae38768a1 100644 --- a/files/ru/web/http/status/503/index.html +++ b/files/ru/web/http/status/503/index.html @@ -36,7 +36,7 @@ translation_of: Web/HTTP/Status/503
- {{HTTPHeader("Retry-After")}} diff --git a/files/ru/web/javascript/guide/expressions_and_operators/index.html b/files/ru/web/javascript/guide/expressions_and_operators/index.html index 046e83e9fb..0ba865333a 100644 --- a/files/ru/web/javascript/guide/expressions_and_operators/index.html +++ b/files/ru/web/javascript/guide/expressions_and_operators/index.html @@ -178,7 +178,7 @@ var [one, two, three] = foo;
- Другие реализации(википедия).
- Блог Брендана Эйка. Брендан создатель JavaScript и движка SpiderMonkey. Он все ещё работает с рабочей группой ECMA чтобы развивать язык. diff --git a/files/ru/web/javascript/memory_management/index.html b/files/ru/web/javascript/memory_management/index.html index 79aafad29e..49f80cbad9 100644 --- a/files/ru/web/javascript/memory_management/index.html +++ b/files/ru/web/javascript/memory_management/index.html @@ -169,7 +169,7 @@ window.onload = function(){
- статья IBM "Шаблоны утечек памяти в JavaScript" (2007) diff --git a/files/ru/web/javascript/reference/classes/index.html b/files/ru/web/javascript/reference/classes/index.html index 8b64f585f0..ed88a9ca71 100644 --- a/files/ru/web/javascript/reference/classes/index.html +++ b/files/ru/web/javascript/reference/classes/index.html @@ -82,7 +82,7 @@ console.log(Rectangle.name);
TTI получается путём использования информации из {{domxref("Long Tasks API")}}. Несмотря на то, что TTI доступен в некоторых инструментах мониторинга производительности, на момент написания этой статьи он не является частью какой-либо официальной веб-спецификации.
-См.также
+Смотрите также
Смотри также
+Смотрите также
Кроме того, URL используют при передаче файлов через {{Glossary("FTP")}} , в электронной почте через ({{Glossary("SMTP")}}) и других местах.
-См. также
+Смотрите также
Основная информация
diff --git a/files/ru/glossary/xhtml/index.html b/files/ru/glossary/xhtml/index.html index 9329447464..082b190869 100644 --- a/files/ru/glossary/xhtml/index.html +++ b/files/ru/glossary/xhtml/index.html @@ -24,7 +24,7 @@ original_slug: Словарь/XHTMLСмотри также
+Смотрите также
-
diff --git a/files/ru/learn/css/css_layout/multiple-column_layout/index.html b/files/ru/learn/css/css_layout/multiple-column_layout/index.html
index a501bff3b1..0124d58ae8 100644
--- a/files/ru/learn/css/css_layout/multiple-column_layout/index.html
+++ b/files/ru/learn/css/css_layout/multiple-column_layout/index.html
@@ -442,7 +442,7 @@ h2 {
Вы теперь знаете, как использовать базовые функции макета с несколькими столбцами, ещё один инструмент в вашем распоряжении при выборе метода макета для дизайна который вы строите.
-См. также
+Смотрите также
Смотри также
+Смотрите также
Как мы увидели, отправлять формы просто, однако защитить приложение может быть довольно трудно. Просто помните, что фронтенд разработчики не должны задавать модель безопасности для приложения. Да, как мы увидим далее, мы можем проверить данные на стороне клиента, однако сервер не может доверять этой проверке, потому что он никогда не может по-настоящему узнать что происходит на стороне клиента.
-См. также
+Смотрите также
Если вы хотите узнать больше об обеспечении безопасности веб-приложений, вы можете использовать следующие источники информации:
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 cbe268140c..4bac736094 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 @@ -103,7 +103,7 @@ original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages <TABLE>...</TABLE> -Смотри также: CSS3 Multi-column Layout Spec и CSS3 Flexible Box Layout
+Смотрите также: CSS3 Multi-column Layout Spec и CSS3 Flexible Box Layout
Сокращайте и сжимайте активы SVG
diff --git a/files/ru/learn/html/howto/use_data_attributes/index.html b/files/ru/learn/html/howto/use_data_attributes/index.html index 3fa918c42f..8d2764c506 100644 --- a/files/ru/learn/html/howto/use_data_attributes/index.html +++ b/files/ru/learn/html/howto/use_data_attributes/index.html @@ -122,7 +122,7 @@ article[data-columns='4']{Тем не менее, для содержимого, которое не надо показывать это является отличным решением.
-См. также
+Смотрите также
Смотри также
+Смотрите также
Мы надеемся, что вам понравилось играть с видео и аудио на веб-страницах! В следующей статье мы рассмотрим другие способы встраивания контента в Web, используя такие технологии, как {{htmlelement ("iframe")}} и {{htmlelement ("object")}}.
-Смотри также
+Смотрите также
Это все, что вам нужно знать на данный момент об условных логических структурах! Уверены, вы хорошо разобрались в теоретическом материале и с лёгкостью справились с предложенными упражнениями. Если же что-то осталось для вас непонятным, перечитайте статью ещё раз или свяжитесь с нами.
-См. также
+Смотрите также
Если у вас возникли вопросы, попробуйте прочесть статью снова или обратитесь за помощью к нам.
-См. также
+Смотрите также
Точно также, если мы хотим, например, программировать 3D графику, гораздо легче сделать это с использованием API, написанных на языках высокого уровня, таких как JavaScript или Python.
Note: См. также API в словаре.
+Note: Смотрите также API в словаре.
API клиентской части JavaScript
diff --git a/files/ru/learn/performance/business_case_for_performance/index.html b/files/ru/learn/performance/business_case_for_performance/index.html index 985c2151f9..dd996aaeaa 100644 --- a/files/ru/learn/performance/business_case_for_performance/index.html +++ b/files/ru/learn/performance/business_case_for_performance/index.html @@ -64,7 +64,7 @@ translation_of: Learn/Performance/business_case_for_performanceСм. также:
+Смотрите также:
В нашей следующей статье мы будем опираться на наши знания, создавая HTML-формы и код обработки форм, чтобы начать изменять данные, хранящиеся на сайте.
-Смотрите так же
+Смотрите также
Далее мы изменим каркас, чтобы он работал как библиотечный веб-сайт
-Смотри также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
diff --git a/files/ru/mozilla/firefox/releases/29/index.html b/files/ru/mozilla/firefox/releases/29/index.html index 8c47941d1e..4af375f603 100644 --- a/files/ru/mozilla/firefox/releases/29/index.html +++ b/files/ru/mozilla/firefox/releases/29/index.html @@ -120,7 +120,7 @@ translation_of: Mozilla/Firefox/Releases/29Об изменениях, не касающихся Austrlis, будет объявлено позднее.
-См. также
+Смотрите также
Исправления багов с Firefox 30 по Firefox 31. Это не включает никакие uplifts, сделанные после того, как этот релиз вступил в фазу Aurora.
-См. также
+Смотрите также
Нет изменений.
-См. также
+Смотрите также
Смотрите так же
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
Имея ввиду {{anch("Общее руководство по этикету")}}, вы увидите, что все идёт обычно очень гладко.
-Смотри также
+Смотрите также
Смотрите так же
+Смотрите также
См. getAnonymousNodes и getAnonymousElementByAttribute в XBL-справочнике.
Если вы достали анонимный узел, то дальше можно использовать обычные DOM-методы для работы с остальными элементами этой связки.
-Смотри также
+Смотрите также
Смотри также
+Смотрите также
[1] Событие {{event("devicelight")}} реализуется и включено по умолчанию в Firefox Mobile для Android (15.0) и в Firefox OS (B2G). Начиная с Gecko 22.0{{geckoRelease("22.0")}} реализация рабочего стола для Mac OS X также доступна. Поддержка Windows 7 находится в стадии разработки (см. {{bug(754199)}}).
-Смотри также
+Смотрите также
{{Compat("api.AnalyserNode.getByteFrequencyData")}}
-См. также
+Смотрите также
{{Compat("api.AnimationEvent.AnimationEvent")}}
-См. также
+Смотрите также
-
См. также
+Смотрите также
Смотрите так же
+Смотрите также
Blob
доступен в Worker scopes.
Смотри также
+Смотрите также
{{Compat("api.BroadcastChannel")}}
-Смотри также
+Смотрите также
{{Compat("api.BroadcastChannel.postMessage")}}
-См. также
+Смотрите также
[1] Сервисные воркеры (и Push) были отключены в Firefox 45 Extended Support Release (ESR.)
-Смотри также
+Смотрите также
См.также
+Смотрите также
В этой короткой главе описаны некоторые приёмы создания продвинутой анимации. Как насчёт того, что бы добавить доску, кирпичи и превратить это демо в игру Breakout(в Росси более известный клон этой игры - арканоид)? Посетите Game development чтобы узнать больше об играх.
-Смотрите так же
+Смотрите также
См. также
+Смотрите также
Свойство CanvasRenderingContext2D
.fillStyle
, предоставляемое Canvas 2D API, задаёт цвет или стиль, используемый при заливке фигур. По умолчанию установлено значение #000
(чёрный цвет).
См. также главу Applying styles and color в Canvas Tutorial.
+Смотрите также главу Applying styles and color в Canvas Tutorial.
Синтаксис
diff --git a/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html b/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html index 7823142df3..1d5ac443cb 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/filltext/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/CanvasRenderingContext2D/fillTextМетод CanvasRenderingContext2D
.fillText(),
предоставляемый Canvas 2D API, рисует (заливает) заданный текст в заданной позиции (x, y). Если указан необязательный четвёртый параметр, текст будет масштабироваться в соответствии с указанной максимальной шириной.
См. также метод {{domxref("CanvasRenderingContext2D.strokeText()")}} для выполнения обводки текста.
+Смотрите также метод {{domxref("CanvasRenderingContext2D.strokeText()")}} для выполнения обводки текста.
Синтаксис
diff --git a/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html b/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html index b2a236c22a..b044c1de1f 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/getimagedata/index.html @@ -99,7 +99,7 @@ ctx.putImageData(imageData, 150, 10);-
См также
+Смотрите также
Рисование текста
-Следующие методы позволяют создать текст. Смотрите так же информацию об объекте {{domxref("TextMetrics")}}, хранящем свойства текста.
+Следующие методы позволяют создать текст. Смотрите также информацию об объекте {{domxref("TextMetrics")}}, хранящем свойства текста.
Манипулирование пикселями
-См. также объект {{domxref("ImageData")}}.
+Смотрите также объект {{domxref("ImageData")}}.
Свойство CanvasRenderingContext2D
.lineJoin
предоставляемое Canvas 2D API определяет форму вершин в которых линии сходятся. Длина линий должна быть ненулевой.
См. также главу Applying styles and color в Canvas Tutorial.
+Смотрите также главу Applying styles and color в Canvas Tutorial.
Note: Lines can be drawn with the {{domxref("CanvasRenderingContext2D.stroke()", "stroke()")}}, {{domxref("CanvasRenderingContext2D.strokeRect()", "strokeRect()")}}, and {{domxref("CanvasRenderingContext2D.strokeText()", "strokeText()")}} methods.
diff --git a/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html b/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html index c91b520c4a..297b618ae5 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/linewidth/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/CanvasRenderingContext2D/lineWidthСвойство CanvasRenderingContext2D
.lineWidth
, предоставляемое Canvas 2D API задаёт толщину линий в пикселах. При получении свойства возвращается его текущее значение. При задании свойства, присваиваемое значение должно быть положительным числом, ноль, отрицательные числа, {{jsxref("Infinity")}} и {{jsxref("NaN")}} игнорируются.
См. также главу Applying styles and color в Canvas Tutorial.
+Смотрите также главу Applying styles and color в Canvas Tutorial.
Синтаксис
diff --git a/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html b/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html index 20efc3672c..fbd1d7c99a 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/measuretext/index.html @@ -61,7 +61,7 @@ console.log(text.width); // 56;{{Compat("api.CanvasRenderingContext2D.measureText")}}
-См. также
+Смотрите также
{{Compat("api.CanvasRenderingContext2D.restore")}}
-См. также
+Смотрите также
Свойство CanvasRenderingContext2D
.strokeStyle
, предоставляемое Canvas 2D API задаёт цвет или стиль, используемый при выполнении обводки фигур. По умолчанию установлено значение #000
(чёрный цвет).
См. также главу Applying styles and color в Canvas Tutorial.
+Смотрите также главу Applying styles and color в Canvas Tutorial.
Синтаксис
diff --git a/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html b/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html index 53126b08ed..f18516504f 100644 --- a/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html +++ b/files/ru/web/api/canvasrenderingcontext2d/stroketext/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/CanvasRenderingContext2D/strokeTextМетод CanvasRenderingContext2D
.strokeText(),
предоставляемый Canvas 2D API, выполняет обводку заданного текста в заданной позиции (x, y). Если указан необязательный четвёртый параметр, текст будет масштабироваться в соответствие с указанной максимальной шириной.
См. также метод {{domxref("CanvasRenderingContext2D.fillText()")}} для заливки контуров текста.
+Смотрите также метод {{domxref("CanvasRenderingContext2D.fillText()")}} для заливки контуров текста.
Синтаксис
diff --git a/files/ru/web/api/clients/claim/index.html b/files/ru/web/api/clients/claim/index.html index 046a4f8a0d..5b0cd13936 100644 --- a/files/ru/web/api/clients/claim/index.html +++ b/files/ru/web/api/clients/claim/index.html @@ -103,7 +103,7 @@ translation_of: Web/API/Clients/claim[1] Service workers (and Push) have been disabled in the Firefox 45 & 52 Extended Support Releases (ESR.)
-Смотри также
+Смотрите также
[1] Service workers (и Push) были отключены в Firefox 45 & 52 Extended Support Releases (ESR.)
-Смотри так же
+Смотрите также
[1] Реализовано в http://trac.webkit.org/changeset/35421.
-См. также
+Смотрите также
{{Compat("api.Console.time")}}
-См. также
+Смотрите также
См. также
+Смотрите также
"orientation": "portrait"-
См. также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("api.Document.dragstart_event")}}
-См. также
+Смотрите также
См. также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("api.DOMStringMap")}}
-См. далее
+Смотрите также
См. также
+Смотрите также
{{Compat("api.Element.currentStyle")}}
-См. также
+Смотрите также
{{Compat("api.Element.getBoundingClientRect")}}
-См. также
+Смотрите также
{{Compat("api.Element.mouseenter_event")}}
-Смотри также
+Смотрите также
{{Compat("api.Element.mouseup_event")}}
-Смотрите так же
+Смотрите также
[1] Firefox 25 также добавил это свойство в {{domxref("DocumentType")}}, но оно было удалено в Firefox 28, из-за проблем совместимости.
-См. также
+Смотрите также
[1] Firefox 25 так же добавлено это свойство {{domxref("DocumentType")}}, но было удалено в Firefox 28 из-за проблем с совместимостью.
-Смотрите так же
+Смотрите также
{{Compat("api.Element.scrollTo")}}
-Смотри также
+Смотрите также
{{Compat("api.HTMLElement.style")}}
-См. также
+Смотрите также
[1] В Internet Explorer с 6 по 8, событийная модель иная. Слушатели событий привяззываются к нестандартному методу element.attachEvent
. В данной модели не существует эквивалента event.currentTarget
и this
- это глобальный объект. Единственный способ имитировать свойство event.currentTarget
- обернуть ваш обработчик в функцию, вызывающую обработчик с использованием Function.prototype.call
с элементом в качестве первого аргумента. Данным способом this
примет ожидаемое значение.
См.также
+Смотрите также
diff --git a/files/ru/web/api/event/index.html b/files/ru/web/api/event/index.html index 05babc71de..7141afc3c5 100644 --- a/files/ru/web/api/event/index.html +++ b/files/ru/web/api/event/index.html @@ -235,7 +235,7 @@ translation_of: Web/API/Event[1] До Firefox 52, это свойство было определено в интерфейсе {{domxref("UIEvent")}}. Для деталей смотрите {{bug(1298970)}}.
-Смотрите так же
+Смотрите также
Нет
-См. также
+Смотрите также
{{Compat("api.EventTarget.EventTarget")}}
-Смотрите так же
+Смотрите также
[2] До Firefox 52, get()
возвращал только первое значение в указанном заголовке, а getAll()
возвращал все значения. Начиная с 52, get()
теперь возвращает все значения и getAll()
был удалён.
См. также
+Смотрите также
[1] {{webkitbug("32912")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
[3] Opera has partial support in 11.1.
-См. также
+Смотрите также
{{EmbedLiveSample("%D0%9F%D1%80%D0%B8%D0%BC%D0%B5%D1%80", "100%", 240)}}
-FileReader()
конструктор не поддерживается Internet Explorer до 10 версии. Для полностью совместимого решения прочтите crossbrowser possible solution for image preview. Смотрите так же this more powerful example.FileReader()
конструктор не поддерживается Internet Explorer до 10 версии. Для полностью совместимого решения прочтите crossbrowser possible solution for image preview. Смотрите также this more powerful example.Спецификации
@@ -57,7 +57,7 @@ translation_of: Web/API/FileReader/readAsDataURL{{page("/en-US/docs/Web/API/FileReader","Browser compatibility")}}
-Смотрите так же
+Смотрите также
См. также
+Смотрите также
{{Compat("api.FormData")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
diff --git a/files/ru/web/api/gamepad/mapping/index.html b/files/ru/web/api/gamepad/mapping/index.html index 52d62c51c0..d49b57d48e 100644 --- a/files/ru/web/api/gamepad/mapping/index.html +++ b/files/ru/web/api/gamepad/mapping/index.html @@ -43,6 +43,6 @@ console.log(gp.mapping);{{Compat("api.Gamepad.mapping")}}
-См. также
+Смотрите также
diff --git a/files/ru/web/api/gamepadbutton/index.html b/files/ru/web/api/gamepadbutton/index.html index 5aaad8795f..e29c99949d 100644 --- a/files/ru/web/api/gamepadbutton/index.html +++ b/files/ru/web/api/gamepadbutton/index.html @@ -80,6 +80,6 @@ translation_of: Web/API/GamepadButton{{Compat("api.GamepadButton")}}
-См. также
+Смотрите также
diff --git a/files/ru/web/api/gamepadbutton/value/index.html b/files/ru/web/api/gamepadbutton/value/index.html index 7506b57394..cf0f8274f9 100644 --- a/files/ru/web/api/gamepadbutton/value/index.html +++ b/files/ru/web/api/gamepadbutton/value/index.html @@ -46,6 +46,6 @@ if(gp.buttons[0].value > 0) {{{Compat("api.GamepadButton.value")}}
-См. также
+Смотрите также
diff --git a/files/ru/web/api/globaleventhandlers/index.html b/files/ru/web/api/globaleventhandlers/index.html index 33ecd33dcf..c0468673c8 100644 --- a/files/ru/web/api/globaleventhandlers/index.html +++ b/files/ru/web/api/globaleventhandlers/index.html @@ -206,7 +206,7 @@ translation_of: Web/API/GlobalEventHandlers{{Compat("api.GlobalEventHandlers")}}
-См. также
+Смотрите также
См также
+Смотрите также
См. также
+Смотрите также
-
diff --git a/files/ru/web/api/history/index.html b/files/ru/web/api/history/index.html
index c49ae6d791..404fc1eb5c 100644
--- a/files/ru/web/api/history/index.html
+++ b/files/ru/web/api/history/index.html
@@ -128,7 +128,7 @@ translation_of: Web/API/History
-
Смотрите так же
+Смотрите также
[1] In Firefox 41 and 42, this feature was disabled by default; set the preference canvas.capturestream.enabled
to true
to enable it.
Смотри так же
+Смотрите также
[4] Gecko 25 implements this as "experimental-webgl2
" behind the user preference webgl.enable-prototype-webgl2
. Starting with Gecko 42, the string "webgl2" is used behind the same preference.
Смотри также
+Смотрите также
См. также
+Смотрите также
{{Compat("api.HTMLContentElement")}}
-См. также
+Смотрите также
{{Compat("api.HTMLDialogElement")}}
-Смотри также
+Смотрите также
{{Compat("api.HTMLDialogElement.open")}}
-Смотри также
+Смотрите также
{{Compat("api.HTMLImageElement.decoding")}}
-Смотри также
+Смотрите также
[1] The x
and y
properties were removed in Gecko 7.0 {{geckoRelease("7.0")}} but restored in Gecko 14.0 {{geckoRelease("14.0")}} for compatibility reasons.
См. также
+Смотрите также
{{Compat("api.HTMLMediaElement.abort_event")}}
-См. также
+Смотрите также
{{Compat("api.HTMLMediaElement")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
[1] Начиная с Gecko 20.0 {{geckoRelease("20.0")}} аргумент index опционален и значением по умолчанию является -1 согласно спецификации HTML.
-Смотри также
+Смотрите также
[1] Gecko implements this behind the media.mediasource.enabled
preference, defaulting to false
.
См.также
+Смотрите также
См. также
+Смотрите также
{{EmbedLiveSample("fullpage_example", 750, 800)}}
-См. также:
+Смотрите также:
Смотри так же : разрешение: аудио захват and разрешение : видео захват в продолжение темы.
+Смотрите также : разрешение: аудио захват and разрешение : видео захват в продолжение темы.
Спецификации
@@ -153,7 +153,7 @@ audioinput: Built-in Microphone id=r2/xw1xUPIyZunfV1lGrKOma5wTOvCkWfZ368XCndm0=Смотри так же
+Смотрите также
{{Compat("api.MediaDevices.getUserMedia")}}
-Смотри так же
+Смотрите также
[1] The initial Firefox OS implementation only supported audio recording.
-Смотри так же
+Смотрите также
{{Compat("api.MediaRecorder.ondataavailable")}}
-Смотри так же
+Смотрите также
[3] Audio recording works in Chrome 49 and above; Chrome 47 and 48 only support video recording.
-Смотри так же
+Смотрите также
{{Compat("api.MediaRecorder")}}
-Смотри так же
+Смотрите также
[1] Это соглашение не поддерживается браузерами Internet Explorer до версии 9: см. QuirksMode for details.
-Смотри также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("api.MouseEvent.screenX")}}
-См. также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("api.MouseEvent.which")}}
-См. также
+Смотрите также
{{Compat("api.Navigator.getVRDisplays")}}
-Смотрите так же
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("api.Node.contains")}}
-См. также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("api.ParentNode.append")}}
-Смотри также
+Смотрите также
{{Compat("api.ParentNode.prepend")}}
-Смотри также
+Смотрите также
{{Compat("api.RTCPeerConnection.canTrickleIceCandidates")}}
-Смотри так же
+Смотрите также
{{Compat("api.RTCPeerConnection.connectionState")}}
-Смотри так же
+Смотрите также
{{Compat("api.RTCPeerConnection.currentRemoteDescription")}}
-Смотри так же
+Смотрите также
{{Compat("api.RTCPeerConnection.getDefaultIceServers")}}
-Смотри так же
+Смотрите также
{{Compat("api.RTCPeerConnection")}}
-Смотри так же
+Смотрите также
{{Compat("api.RTCPeerConnection.RTCPeerConnection")}}
-Смотри так же
+Смотрите также
См. также
+Смотрите также
{{Compat("api.URL.createObjectURL")}}
-См. также
+Смотрите также
URL
is available in Worker scopes.
См. также
+Смотрите также
{{Compat("api.WEBGL_compressed_texture_pvrtc")}}
-Смотри также
+Смотрите также
{{Compat("api/WebGLProgram", "WebGLProgram")}}
-Смотри так же
+Смотрите также
Смотри так же
+Смотрите также
При необходимости вы можете ограничить набор разрешённых источников видео, определённым устройством или набором устройств. Для этого нужно вызвать метод {{domxref("navigator.mediaDevices.enumerateDevices()")}}. Когда промис разрешиться массивом объектов {{domxref("MediaDeviceInfo")}} , описывающих доступные устройства , выберите те, которым хотите разрешить доступ и укажите соответствующий идентификатор устройства {{domxref("MediaTrackConstraints.deviceId", "deviceId")}} или несколько deviceId
в объекте {{domxref("MediaTrackConstraints")}} , переданном в {{domxref("MediaDevices.getUserMedia", "getUserMedia()")}}.
Смотри так же
+Смотрите также
{{Compat("api.WebSocket")}}
-См. также
+Смотрите также
{{Compat("api.Window.alert")}}
-См. также
+Смотрите также
Смотрите WindowEventHandlers/onbeforeunload для получения более подробной информации о том, как различные браузеры обрабатывают это событие.
-См. также
+Смотрите также
См. так же:
+Смотрите также
Конструкторы
-Смотри так же DOM Interfaces.
+Смотрите также DOM Interfaces.
Смотри DOM Reference
-Смотри так же
+Смотрите также
{{Compat("api.Window.innerHeight")}}
-См. также
+Смотрите также
{{Compat("api.Window.location")}}
-См. также
+Смотрите также
Смотрите так же
+Смотрите также
{{Compat("api.Window.ongamepadconnected")}}
-См. также
+Смотрите также
{{Compat("api.Window.ongamepaddisconnected")}}
-См. также
+Смотрите также
{{Compat("api.Window.pageYOffset")}}
-См. также
+Смотрите также
Смотри так же
+Смотрите также
Замечания
-window.scrollTo имеет тот же самый эффект. Для того, чтобы прокрутить на некоторое количество пикселей относительно текущей позиции, используйте window.scrollBy. См. также window.scrollByLines, window.scrollByPages.
+window.scrollTo имеет тот же самый эффект. Для того, чтобы прокрутить на некоторое количество пикселей относительно текущей позиции, используйте window.scrollBy. Смотрите также window.scrollByLines, window.scrollByPages.
Спецификация
diff --git a/files/ru/web/api/window/scrollby/index.html b/files/ru/web/api/window/scrollby/index.html index bb1b2be60c..fada2814c0 100644 --- a/files/ru/web/api/window/scrollby/index.html +++ b/files/ru/web/api/window/scrollby/index.html @@ -31,7 +31,7 @@ window.scrollBy(0, window.innerHeight);Примечания
-window.scrollBy прокручивает страницу на указанное количество пикселей, в то время как метод window.scroll указывает абсолютную позицию в документе, на которую надо сместиться. См. также window.scrollByLines, window.scrollByPages
+window.scrollBy прокручивает страницу на указанное количество пикселей, в то время как метод window.scroll указывает абсолютную позицию в документе, на которую надо сместиться. Смотрите также window.scrollByLines, window.scrollByPages
Спецификация
diff --git a/files/ru/web/api/window/scrollx/index.html b/files/ru/web/api/window/scrollx/index.html index 3f3ed02d5e..c6cf4f008b 100644 --- a/files/ru/web/api/window/scrollx/index.html +++ b/files/ru/web/api/window/scrollx/index.html @@ -149,7 +149,7 @@ var y = (window.pageYOffset !== undefined) -См. также
+Смотрите также
{{Compat("api.Window.scrollY")}}
-См. также
+Смотрите также
[3] atob()
теперь определён в миксине {{domxref("WindowOrWorkerGlobalScope")}}.
Смотри также
+Смотрите также
{{Compat("api.XMLHttpRequest.abort")}}
-См. также
+Смотрите также
[1] Это свойство обеспечивалось посредством ActiveXObject(). Internet Explorer поддерживает стандарт XMLHttpRequest начиная с версии 7.
-См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("api.XMLHttpRequest.open")}}
-См. также
+Смотрите также
См. также
+Смотрите также
Смотрите так же
+Смотрите также
{{Compat("css.selectors.any-link")}}
-См. также
+Смотрите также
{{Compat("css.selectors.dir")}}
-См. также
+Смотрите также
{{Compat("css.selectors.last-of-type")}}
-См. также
+Смотрите также
{{Compat("css.selectors.nth-child")}}
-См. также
+Смотрите также
{{Compat("css.selectors.nth-last-of-type")}}
-См. также
+Смотрите также
{{Compat("css.selectors.nth-of-type")}}
-См. также
+Смотрите также
Не является частью какой либо спецификации. Это проприетарный псевдоэлемент исключительно для WebKit/Blink.
-См. также
+Смотрите также
{{Compat("css.selectors.after")}}
-См. также
+Смотрите также
{{Compat("css.selectors.before")}}
-См. также
+Смотрите также
{{Compat("css.selectors.first-letter")}}
-См. также
+Смотрите также
{{Compat("css.selectors.first-line")}}
-См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("css.properties.block-size")}}
Смотри также
+Смотрите также
{{EmbedLiveSample('Example_5','100%','300')}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
diff --git a/files/ru/web/css/initial/index.html b/files/ru/web/css/initial/index.html index 5bc7850151..14a8d63f14 100644 --- a/files/ru/web/css/initial/index.html +++ b/files/ru/web/css/initial/index.html @@ -73,7 +73,7 @@ em {{{Compat("css.types.global_keywords.initial")}}
-Смотрите также
+Смотрите также
{{Compat("css.properties.margin-inline-start")}}
-Смотри также
+Смотрите также
{{Compat("css.properties.object-fit")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
Смотрите так же
+Смотрите также
Заметим, что у некоторых замещаемых элементов, но не у всех, есть внутренние размеры или определённая базовая линия, которая используется CSS свойствами вроде {{cssxref("vertical-align")}}.
-См. также
+Смотрите также
Please see the <transform-function>
data type for compatibility info.
Смотрите так же
+Смотрите также
Смотри также
+Смотрите также
См. также
+Смотрите также
Tutorials
diff --git a/files/ru/web/guide/index.html b/files/ru/web/guide/index.html index a782bc47e9..f04fac2f68 100644 --- a/files/ru/web/guide/index.html +++ b/files/ru/web/guide/index.html @@ -37,7 +37,7 @@ translation_of: Web/GuideСм. также
+Смотрите также
На этой странице даётся обзор основных методов разработки веб-сайтов, корректно работающих на мобильных устройствах. Если вы ищете информацию о проекте Firefox OS от Mozilla, смотрите страницу Firefox OS. Возможно вас также интересует подробная информация о Firefox для Android.
Статья разбита на два раздела: разработка под мобильные устройства и кросс-браузерная совместимость.
- См. также руководство от Jason Grlicky по дружелюбность-к-мобильным для веб-разработчиков.
Разработка под мобильные устройства
diff --git a/files/ru/web/guide/unicode_bidrectional_text_algorithm/index.html b/files/ru/web/guide/unicode_bidrectional_text_algorithm/index.html index d07516957c..f4a2f4f4ae 100644 --- a/files/ru/web/guide/unicode_bidrectional_text_algorithm/index.html +++ b/files/ru/web/guide/unicode_bidrectional_text_algorithm/index.html @@ -135,7 +135,7 @@ translation_of: Web/Guide/Unicode_Bidrectional_Text_Algorithm -См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("css.at-rules.font-face")}}
-См. также
+Смотрите также
{{Compat("html.elements.abbr")}}
-См. также
+Смотрите также
См. также:
+Смотрите также:
[5] Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Those versions of Safari (prior to version 2.0) will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. Fortunately, users of these versions of Safari are rare nowadays.
-См.также
+Смотрите также
{{Compat("html.elements.code")}}
-См. также
+Смотрите также
{{Compat("html.elements.col")}}
-Смотри также
+Смотрите также
Для использованиях в браузерах, которые не поддерживают данную технологию, рекомендуется использовать полифил: datalist-polyfill.
-Смотрите так же
+Смотрите также
{{Compat("html.elements.dd")}}
-Смотри также
+Смотрите также
{{Compat("html.elements.dfn")}}
-См. также
+Смотрите также
{{Compat("html.elements.dt")}}
-Смотри также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("html.elements.li")}}
-Смотри также
+Смотрите также
{{Compat("html.elements.nav")}}
-Смотрите так же
+Смотрите также
[1] Поддерживается в Chrome с 20+ по 34 при включённом флаге "Enable <style scoped>" или "experimental WebKit features" в chrome://flags. Удалён в Chrome 35+ из-за сложности кода.
[2] Gecko 20 и более новые реализуют псевдоклассы :scope, но должна быть включена настройка layout.css.scope-pseudo.enabled. This is only the case by default in Nightly and Aurora test versions.
См. также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("html.elements.track")}}
-Смотри также
+Смотрите также
{{Compat("html.elements.u")}}
-См. также
+Смотрите также
{{Compat("html.elements.ul")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
{{Compat("html.global_attributes.inputmode")}}
-См. также
+Смотрите также
Смотри также
+Смотрите также
В стандарте HTML5 тег DOCTYPE используется исключительно для активации стандартного режима отображения. Предыдущие версии HTML придавали дополнительное значение использованию тега DOCTYPE, но браузеры использовали тег DOCTYPE исключительно для переключения между режимом совместимости и стандартным режимом.
-См. также детальное описание того, как разные браузеры выбирают режимы.
+Смотрите также детальное описание того, как разные браузеры выбирают режимы.
XHTML
diff --git a/files/ru/web/html/using_the_application_cache/index.html b/files/ru/web/html/using_the_application_cache/index.html index 81d90fffbc..96ffd93984 100644 --- a/files/ru/web/html/using_the_application_cache/index.html +++ b/files/ru/web/html/using_the_application_cache/index.html @@ -51,7 +51,7 @@ original_slug: Web/HTML/Использование_кеширования_приТекущее состояние оффлайн-кеша в Firefox можно посмотреть на странице about:cache
(в разделе «Offline cache device»). Оффлайн-кеш можно очистить по отдельности для каждого сайта, используя кнопку «Удалить...» в разделе Инструменты -> Настройки -> Дополнительные -> Сеть -> Автономное содержимое.
До Firefox 11 кеш нельзя было очистить ни кнопкой Инструменты -> Удалить недавнюю историю, ни Инструменты -> Настройки -> Дополнительные -> Сеть -> Автономное содержимое -> Очистить сейчас. Сейчас эта проблема устранена.
В Linux настройки оффлайн-кеша можно найти в разделе Инструменты -> Настройки -> Дополнительные -> Сеть -> Автономное содержимое и данные пользователя
-См. также очистка данных хранилища DOM.
+Смотрите также очистка данных хранилища DOM.
Также кеши приложения могут устареть. Если с сервера удалить файл манифеста, браузер удалит все кеши, которые были в нём указаны, и пошлёт событие obsoleted
объекту applicationCache
, что установит состояние кеша в OBSOLETE
.
Файл манифеста кеша
Ссылки на файл манифеста кеша
@@ -72,6 +72,7 @@ original_slug: Web/HTML/Использование_кеширования_приМанифест кеша может включать три секции (CACHE
, NETWORK
и FALLBACK
, которые будут рассмотрены далее). В приведённом примере нет заголовков секций, поэтому предполагается, что все строчки находятся в явной секции CACHE
, подразумевая, что все указанные в них ресурсы браузеру следует сохранить в кеше приложения. Ресурсы могут быть указаны с использованием как абсолютных, так и относительных URL (например, index.html
).
Для наличия в кеше комментария «v1» есть веские основания. Браузер обновляет кеш приложения, только если изменён файл манифеста, хотя бы один байт в нём. Если вы изменяете закешированный ресурс на стороне сервера, (например, при обновлении содержимого картинки header.png
), вы также должны изменить содержимое файла манифеста, тем самым сообщая браузеру, что нужно обновить кеш. Вы можете изменять файл манифеста так, как вам угодно, но лучшие практики рекомендуют использовать изменение номера пересмотра.
Sections in a cache manifest file: CACHE
, NETWORK
, and FALLBACK
A manifest can have three distinct sections: CACHE
, NETWORK
, and FALLBACK
.
{{compat("http.data-url")}}
-Смотрите так же
+Смотрите также
Смотрите так же
+Смотрите также
add_header 'Access-Control-Allow-Origin' 'origin-list'-
Смотри также
+Смотрите также
<iframe src="https://example.com..." allow="layout-animations 'none'; unoptimized-images 'none'; oversized-images 'none'; sync-script 'none'; sync-xhr 'none'; unsized-media 'none';"></iframe>-
Смотри так же:
+Смотрите также:
{{Compat("http.headers.Accept-Charset")}}
-Смотрите так же
+Смотрите также
{{Compat("http.headers.Accept-Ranges")}}
-См.также
+Смотрите также
{{Compat("http.headers.Access-Control-Allow-Origin")}}
-См. также
+Смотрите также
Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l-
См. также HTTP авторизацию для примеров конфигураций веб-серверов Apache или nginx с защитой вашего сайта паролем с Базовой HTTP авторизацией.
+Смотрите также HTTP авторизацию для примеров конфигураций веб-серверов Apache или nginx с защитой вашего сайта паролем с Базовой HTTP авторизацией.
Спецификации
diff --git a/files/ru/web/http/headers/cache-control/index.html b/files/ru/web/http/headers/cache-control/index.html index 6857bb4584..595c407233 100644 --- a/files/ru/web/http/headers/cache-control/index.html +++ b/files/ru/web/http/headers/cache-control/index.html @@ -164,7 +164,7 @@ Cache-Control: stale-if-error=<seconds>{{Compat("http.headers.Cache-Control")}}
-См. также
+Смотрите также
{{Compat("http.headers.Date")}}
-Смотрите так же
+Смотрите также
{{Compat("http.headers.Host")}}
-См. ещё
+Смотрите также
Note: The Keep-Alive request header is not sent by {{Gecko ("5.0") }}; previous versions did send it but it was not formatted correctly, so the decision was made to remove it for the time being. The {{ httpheader("Connection") }} or {{ httpheader("Proxy-Connection") }} header is still sent, however, with the value "keep-alive".
-Смотри также
+Смотрите также
Wikipedia page on List of HTTP headers
diff --git a/files/ru/web/http/headers/range/index.html b/files/ru/web/http/headers/range/index.html index 80396486b9..17520983f3 100644 --- a/files/ru/web/http/headers/range/index.html +++ b/files/ru/web/http/headers/range/index.html @@ -78,7 +78,7 @@ Range: <единица>=-<длина-с-конца>{{Compat("http.headers.Range")}}
-Смотрите так же
+Смотрите также
{{Compat("http.headers.Referer")}}
-См. также
+Смотрите также
{{Compat("http.headers.X-XSS-Protection")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
Пример
-Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите так же {{HTTPHeader("Proxy-Authorization")}}.
+Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите также {{HTTPHeader("Proxy-Authorization")}}.
CONNECT server.example.com:80 HTTP/1.1 Host: server.example.com:80 diff --git a/files/ru/web/http/session/index.html b/files/ru/web/http/session/index.html index 269c325bc1..869e8e5fde 100644 --- a/files/ru/web/http/session/index.html +++ b/files/ru/web/http/session/index.html @@ -148,7 +148,7 @@ Content-Type: text/html
См. также
+Смотрите также
{{Compat("http/status", "503")}}
-Смотри также
+Смотрите также
===
)3 === var1
- Смотри также опечатки
- Смотри также опечатки ES5 и поддержка ECMAScript 5 в Mozilla
- Смотри также опечатки E4X.
Смотри также
+Смотрите также
Хотя этот частный случай и расценивается, как ограничение, но на практике он встречается крайне редко, поэтому, в большинстве случаев, Вам не нужно беспокоиться о сборке мусора.
-См. также
+Смотрите также
Методы прототипа
-См. также определение методов.
+Смотрите также определение методов.
class Rectangle {
constructor(height, width) {
diff --git a/files/ru/web/javascript/reference/classes/private_class_fields/index.html b/files/ru/web/javascript/reference/classes/private_class_fields/index.html
index e81a71e738..9cb44a3658 100644
--- a/files/ru/web/javascript/reference/classes/private_class_fields/index.html
+++ b/files/ru/web/javascript/reference/classes/private_class_fields/index.html
@@ -198,7 +198,7 @@ new ClassWithPrivateAccessor();
{{Compat("javascript.classes.private_class_fields")}}
-См. также
+Смотрите также
- Public class fields
diff --git a/files/ru/web/javascript/reference/errors/cant_access_lexical_declaration_before_init/index.html b/files/ru/web/javascript/reference/errors/cant_access_lexical_declaration_before_init/index.html
index 294f115dac..6c80d16e5d 100644
--- a/files/ru/web/javascript/reference/errors/cant_access_lexical_declaration_before_init/index.html
+++ b/files/ru/web/javascript/reference/errors/cant_access_lexical_declaration_before_init/index.html
@@ -53,7 +53,7 @@ test();
test();
-См. также
+Смотрите также
- Temporal Dead Zone and errors with let diff --git a/files/ru/web/javascript/reference/errors/delete_in_strict_mode/index.html b/files/ru/web/javascript/reference/errors/delete_in_strict_mode/index.html index 06f348e5b2..c5184d1801 100644 --- a/files/ru/web/javascript/reference/errors/delete_in_strict_mode/index.html +++ b/files/ru/web/javascript/reference/errors/delete_in_strict_mode/index.html @@ -59,7 +59,7 @@ x = null; // X может быть собран "мусор" -
delete
diff --git a/files/ru/web/javascript/reference/errors/invalid_for-in_initializer/index.html b/files/ru/web/javascript/reference/errors/invalid_for-in_initializer/index.html
index 9f0b68e84c..b4b9357fc3 100644
--- a/files/ru/web/javascript/reference/errors/invalid_for-in_initializer/index.html
+++ b/files/ru/web/javascript/reference/errors/invalid_for-in_initializer/index.html
@@ -64,7 +64,7 @@ for (var i = 2; i < arr.length; i++) {
// "c"
-for...in
diff --git a/files/ru/web/javascript/reference/errors/invalid_for-of_initializer/index.html b/files/ru/web/javascript/reference/errors/invalid_for-of_initializer/index.html
index fd3b630239..0f21c47a49 100644
--- a/files/ru/web/javascript/reference/errors/invalid_for-of_initializer/index.html
+++ b/files/ru/web/javascript/reference/errors/invalid_for-of_initializer/index.html
@@ -54,7 +54,7 @@ for (let value of iterable) {
// 80
-for...of
diff --git a/files/ru/web/javascript/reference/errors/not_a_function/index.html b/files/ru/web/javascript/reference/errors/not_a_function/index.html
index 1f4c9bc29c..d8ad9b66f5 100644
--- a/files/ru/web/javascript/reference/errors/not_a_function/index.html
+++ b/files/ru/web/javascript/reference/errors/not_a_function/index.html
@@ -77,7 +77,7 @@ numbers.map(function(num) {
// Array [ 2, 8, 18 ]
-- Functions diff --git a/files/ru/web/javascript/reference/errors/strict_non_simple_params/index.html b/files/ru/web/javascript/reference/errors/strict_non_simple_params/index.html index 9f76e774c7..3754648fe4 100644 --- a/files/ru/web/javascript/reference/errors/strict_non_simple_params/index.html +++ b/files/ru/web/javascript/reference/errors/strict_non_simple_params/index.html @@ -114,7 +114,7 @@ function sum(a = 1, b = 2) { })(); -
- {{jsxref("Strict_mode", "строгий режим", "", 1)}} diff --git a/files/ru/web/javascript/reference/functions/index.html b/files/ru/web/javascript/reference/functions/index.html index c165612fdb..1b26075e66 100644 --- a/files/ru/web/javascript/reference/functions/index.html +++ b/files/ru/web/javascript/reference/functions/index.html @@ -474,7 +474,7 @@ result = padZeros(5,4); // возвращает "0005" -
Function
diff --git a/files/ru/web/javascript/reference/global_objects/array/includes/index.html b/files/ru/web/javascript/reference/global_objects/array/includes/index.html
index 0783facb92..769f8cd8b1 100644
--- a/files/ru/web/javascript/reference/global_objects/array/includes/index.html
+++ b/files/ru/web/javascript/reference/global_objects/array/includes/index.html
@@ -160,7 +160,7 @@ if (!Array.prototype.includes) {
- {{jsxref("TypedArray.prototype.includes()")}} diff --git a/files/ru/web/javascript/reference/global_objects/atomics/add/index.html b/files/ru/web/javascript/reference/global_objects/atomics/add/index.html index 003ce1619a..f0bb8bf72d 100644 --- a/files/ru/web/javascript/reference/global_objects/atomics/add/index.html +++ b/files/ru/web/javascript/reference/global_objects/atomics/add/index.html @@ -118,7 +118,7 @@ Atomics.load(ta, 0); // 12
- {{jsxref("Atomics")}} diff --git a/files/ru/web/javascript/reference/global_objects/atomics/index.html b/files/ru/web/javascript/reference/global_objects/atomics/index.html index 7411110086..97b927374f 100644 --- a/files/ru/web/javascript/reference/global_objects/atomics/index.html +++ b/files/ru/web/javascript/reference/global_objects/atomics/index.html @@ -156,7 +156,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics
- {{jsxref("ArrayBuffer")}} diff --git a/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html b/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html index 05a2727be0..5697d64aa7 100644 --- a/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html +++ b/files/ru/web/javascript/reference/global_objects/atomics/sub/index.html @@ -120,7 +120,7 @@ Atomics.load(ta, 0); // 36
- {{jsxref("Atomics")}} diff --git a/files/ru/web/javascript/reference/global_objects/isnan/index.html b/files/ru/web/javascript/reference/global_objects/isnan/index.html index 41d9e3ba07..5b1d16bc59 100644 --- a/files/ru/web/javascript/reference/global_objects/isnan/index.html +++ b/files/ru/web/javascript/reference/global_objects/isnan/index.html @@ -125,7 +125,7 @@ isNaN("blabla") // true: "blabla" преобразовано в число.
- {{jsxref("Global_Objects/NaN", "NaN")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/@@species/index.html b/files/ru/web/javascript/reference/global_objects/map/@@species/index.html index cd65113453..4d24379be9 100644 --- a/files/ru/web/javascript/reference/global_objects/map/@@species/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/@@species/index.html @@ -103,7 +103,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Map/@@species -
- {{jsxref("Map")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/entries/index.html b/files/ru/web/javascript/reference/global_objects/map/entries/index.html index eb1a79956b..6cf4baca44 100644 --- a/files/ru/web/javascript/reference/global_objects/map/entries/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/entries/index.html @@ -119,7 +119,7 @@ console.log(mapIter.next().value); // [Object, "baz"] -
- {{jsxref("Map.prototype.keys()")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/foreach/index.html b/files/ru/web/javascript/reference/global_objects/map/foreach/index.html index 27b5c25aa0..7ad360d46b 100644 --- a/files/ru/web/javascript/reference/global_objects/map/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/foreach/index.html @@ -86,7 +86,7 @@ new Map([["foo", 3], ["bar", {}], ["baz", undefined]]).forEach(logMapElements);
- {{jsxref("Array.prototype.forEach()")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/get/index.html b/files/ru/web/javascript/reference/global_objects/map/get/index.html index be837c802e..68da178b4e 100644 --- a/files/ru/web/javascript/reference/global_objects/map/get/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/get/index.html @@ -59,7 +59,7 @@ myMap.get('baz'); // Вернёт undefined.
- {{jsxref("Map")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/keys/index.html b/files/ru/web/javascript/reference/global_objects/map/keys/index.html index d7221c9a6e..ee605924ad 100644 --- a/files/ru/web/javascript/reference/global_objects/map/keys/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/keys/index.html @@ -109,7 +109,7 @@ console.log(mapIter.next().value); // Object -
- {{jsxref("Map.prototype.entries()")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/set/index.html b/files/ru/web/javascript/reference/global_objects/map/set/index.html index b3f13a7fe5..0243b87ff5 100644 --- a/files/ru/web/javascript/reference/global_objects/map/set/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/set/index.html @@ -131,7 +131,7 @@ myMap.set('bar', 'foo')
- В Firefox 33 {{geckoRelease("33")}} и более ранних версиях
Map.prototype.set
возвращалundefined
и не был доступен вызов его в цепочке. Это было поправлено ({{bug(1031632)}}). Данное поведение было также обнаружено в Chrome/v8 (issue) и IE11. - {{jsxref("Map")}} diff --git a/files/ru/web/javascript/reference/global_objects/map/values/index.html b/files/ru/web/javascript/reference/global_objects/map/values/index.html index 6267dab64e..6362530ea2 100644 --- a/files/ru/web/javascript/reference/global_objects/map/values/index.html +++ b/files/ru/web/javascript/reference/global_objects/map/values/index.html @@ -108,7 +108,7 @@ console.log(mapIter.next().value); // "baz" -
- {{jsxref("Map.prototype.entries()")}} diff --git a/files/ru/web/javascript/reference/global_objects/parseint/index.html b/files/ru/web/javascript/reference/global_objects/parseint/index.html index fd1942b04d..e6db326610 100644 --- a/files/ru/web/javascript/reference/global_objects/parseint/index.html +++ b/files/ru/web/javascript/reference/global_objects/parseint/index.html @@ -190,7 +190,7 @@ console.log(filterInt('1.61803398875')); // NaN
- {{jsxref("Global_Objects/parseFloat", "parseFloat()")}} diff --git a/files/ru/web/javascript/reference/global_objects/promise/catch/index.html b/files/ru/web/javascript/reference/global_objects/promise/catch/index.html index 3515b9c63c..5a2ed19b38 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/catch/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/catch/index.html @@ -149,7 +149,7 @@ p3.catch(function(e) {
- {{jsxref("Promise")}} diff --git a/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html b/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html index f61fad91ec..1587d254ac 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/resolve/index.html @@ -131,7 +131,7 @@ p3.then(function(v) {
- {{jsxref("Promise")}} diff --git a/files/ru/web/javascript/reference/global_objects/promise/then/index.html b/files/ru/web/javascript/reference/global_objects/promise/then/index.html index a380cb5b5c..0a347a9778 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/ru/web/javascript/reference/global_objects/promise/then/index.html @@ -150,7 +150,7 @@ p3.then(function(v) {
- {{jsxref("Promise")}} diff --git a/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html b/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html index 8e18f0d1c3..0ef0b3f423 100644 --- a/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html +++ b/files/ru/web/javascript/reference/global_objects/proxy/proxy/deleteproperty/index.html @@ -122,7 +122,7 @@ console.log(result) // false
- {{jsxref("Proxy")}} diff --git a/files/ru/web/javascript/reference/global_objects/set/foreach/index.html b/files/ru/web/javascript/reference/global_objects/set/foreach/index.html index 643c1f4b3f..b5e0ee2ab9 100644 --- a/files/ru/web/javascript/reference/global_objects/set/foreach/index.html +++ b/files/ru/web/javascript/reference/global_objects/set/foreach/index.html @@ -102,7 +102,7 @@ new Set(['foo', 'bar', undefined]).forEach(logSetElements);
- {{jsxref("Array.prototype.forEach()")}} diff --git a/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html b/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html index 64a726aa64..f35e32c051 100644 --- a/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html +++ b/files/ru/web/javascript/reference/global_objects/sharedarraybuffer/index.html @@ -194,7 +194,7 @@ worker.postMessage(sab);
- {{jsxref("Atomics")}} diff --git a/files/ru/web/javascript/reference/global_objects/string/includes/index.html b/files/ru/web/javascript/reference/global_objects/string/includes/index.html index 43f41136d9..1b7dfaf5dd 100644 --- a/files/ru/web/javascript/reference/global_objects/string/includes/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/includes/index.html @@ -115,7 +115,7 @@ console.log(str.includes('БЫТЬ')); // false
- {{jsxref("Array.prototype.includes()")}} {{experimental_inline}} diff --git a/files/ru/web/javascript/reference/global_objects/symbol/for/index.html b/files/ru/web/javascript/reference/global_objects/symbol/for/index.html index 87d85f23ce..ccbad9b385 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/for/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/for/index.html @@ -133,7 +133,7 @@ Symbol.for("mdn.bar"); -
- {{jsxref("Symbol.prototype.keyFor()")}} diff --git a/files/ru/web/javascript/reference/global_objects/symbol/index.html b/files/ru/web/javascript/reference/global_objects/symbol/index.html index 71361cc695..009707ec87 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/index.html @@ -217,7 +217,7 @@ obj[Object(sym)]; // снова 1
- Словарь: Символьный тип данных diff --git a/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html b/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html index 68ce170adc..19d96c462f 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/isconcatspreadable/index.html @@ -141,7 +141,7 @@ x.concat(fakeArray); // [1, 2, 3, "hello", "world"] -
- {{jsxref("Array.prototype.concat()")}} diff --git a/files/ru/web/javascript/reference/global_objects/symbol/match/index.html b/files/ru/web/javascript/reference/global_objects/symbol/match/index.html index 135fbcc2ab..6418258aa9 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/match/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/match/index.html @@ -104,7 +104,7 @@ re[Symbol.match] = false; -
- {{jsxref("Symbol.replace")}} diff --git a/files/ru/web/javascript/reference/global_objects/symbol/species/index.html b/files/ru/web/javascript/reference/global_objects/symbol/species/index.html index de03682229..ed1baa5222 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/species/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/species/index.html @@ -108,7 +108,7 @@ console.log(mapped instanceof Array); // true -
- {{jsxref("Map.@@species", "Map[@@species]")}} diff --git a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html index 1252063034..1fa0a52c27 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html @@ -82,7 +82,7 @@ console.log(obj2 + ''); // "true" -- желаемый тип (hint{{Compat("javascript.builtins.Symbol.toPrimitive")}} -
- {{jsxref("Date.@@toPrimitive", "Date.prototype[@@toPrimitive]")}} diff --git a/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html b/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html index f5ed1d1060..787d6b3bf5 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/valueof/index.html @@ -87,7 +87,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/valueOf -
- {{jsxref("Object.prototype.valueOf()")}} diff --git a/files/ru/web/javascript/reference/global_objects/unescape/index.html b/files/ru/web/javascript/reference/global_objects/unescape/index.html index 0aecf842d0..cce4f71528 100644 --- a/files/ru/web/javascript/reference/global_objects/unescape/index.html +++ b/files/ru/web/javascript/reference/global_objects/unescape/index.html @@ -118,7 +118,7 @@ unescape("%u0107"); // "ć" -
- {{jsxref("Global_Objects/decodeURI", "decodeURI")}} diff --git a/files/ru/web/javascript/reference/global_objects/uneval/index.html b/files/ru/web/javascript/reference/global_objects/uneval/index.html index 2fa30aeeaa..22378e9286 100644 --- a/files/ru/web/javascript/reference/global_objects/uneval/index.html +++ b/files/ru/web/javascript/reference/global_objects/uneval/index.html @@ -63,7 +63,7 @@ foo(); // возвращает "привет"
- {{jsxref("Global_Objects/eval", "eval()")}} diff --git a/files/ru/web/javascript/reference/global_objects/webassembly/index.html b/files/ru/web/javascript/reference/global_objects/webassembly/index.html index 5265fcdac1..f85c20b310 100644 --- a/files/ru/web/javascript/reference/global_objects/webassembly/index.html +++ b/files/ru/web/javascript/reference/global_objects/webassembly/index.html @@ -152,7 +152,7 @@ fetch('simple.wasm').then(response =>
- WebAssembly обзорная страница diff --git a/files/ru/web/javascript/reference/operators/async_function/index.html b/files/ru/web/javascript/reference/operators/async_function/index.html index 2936baf4f4..989c55f61c 100644 --- a/files/ru/web/javascript/reference/operators/async_function/index.html +++ b/files/ru/web/javascript/reference/operators/async_function/index.html @@ -30,7 +30,7 @@ translation_of: Web/JavaScript/Reference/Operators/async_function
- {{jsxref("Statements/async_function", "async function")}} diff --git a/files/ru/web/javascript/reference/operators/bitwise_and/index.html b/files/ru/web/javascript/reference/operators/bitwise_and/index.html index 099bbe37cd..06764a1803 100644 --- a/files/ru/web/javascript/reference/operators/bitwise_and/index.html +++ b/files/ru/web/javascript/reference/operators/bitwise_and/index.html @@ -103,7 +103,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_AND
- Bitwise operators in the JS guide diff --git a/files/ru/web/javascript/reference/operators/comma_operator/index.html b/files/ru/web/javascript/reference/operators/comma_operator/index.html index de9bc91731..e1108dc7c9 100644 --- a/files/ru/web/javascript/reference/operators/comma_operator/index.html +++ b/files/ru/web/javascript/reference/operators/comma_operator/index.html @@ -97,7 +97,7 @@ console.log(x); // 6
- for loop diff --git a/files/ru/web/javascript/reference/operators/instanceof/index.html b/files/ru/web/javascript/reference/operators/instanceof/index.html index a9274710e2..07d96f328d 100644 --- a/files/ru/web/javascript/reference/operators/instanceof/index.html +++ b/files/ru/web/javascript/reference/operators/instanceof/index.html @@ -157,7 +157,7 @@ var b = mycar instanceof Object; // возвращает true
typeof
diff --git a/files/ru/web/javascript/reference/operators/new/index.html b/files/ru/web/javascript/reference/operators/new/index.html
index 6afdd75f04..e6d42cf137 100644
--- a/files/ru/web/javascript/reference/operators/new/index.html
+++ b/files/ru/web/javascript/reference/operators/new/index.html
@@ -209,7 +209,7 @@ var car2 = new Car("Nissan", "300ZX", 1992, ken);
-- {{jsxref("Function")}} diff --git a/files/ru/web/javascript/reference/operators/this/index.html b/files/ru/web/javascript/reference/operators/this/index.html index b373d12fa1..8b19167be8 100644 --- a/files/ru/web/javascript/reference/operators/this/index.html +++ b/files/ru/web/javascript/reference/operators/this/index.html @@ -403,7 +403,7 @@ for (var i = 0; i < elements.length; i++) {
- Строгий режим diff --git a/files/ru/web/javascript/reference/statements/block/index.html b/files/ru/web/javascript/reference/statements/block/index.html index c6d34377df..d34ae6f177 100644 --- a/files/ru/web/javascript/reference/statements/block/index.html +++ b/files/ru/web/javascript/reference/statements/block/index.html @@ -169,7 +169,7 @@ console.log(c); // выводит 1 и не выбрасывает SyntaxError.. -
- {{jsxref("Statements/while", "while")}} diff --git a/files/ru/web/javascript/reference/statements/class/index.html b/files/ru/web/javascript/reference/statements/class/index.html index 507c13cb10..4bb19a133b 100644 --- a/files/ru/web/javascript/reference/statements/class/index.html +++ b/files/ru/web/javascript/reference/statements/class/index.html @@ -174,7 +174,7 @@ class Foo {}; // Uncaught TypeError: Identifier 'Foo' has already been declared -
function
declaration
diff --git a/files/ru/web/javascript/reference/statements/debugger/index.html b/files/ru/web/javascript/reference/statements/debugger/index.html
index f6f1c58674..a1211c4e28 100644
--- a/files/ru/web/javascript/reference/statements/debugger/index.html
+++ b/files/ru/web/javascript/reference/statements/debugger/index.html
@@ -116,7 +116,7 @@ translation_of: Web/JavaScript/Reference/Statements/debugger
-- Debugging JavaScript diff --git a/files/ru/web/javascript/reference/statements/export/index.html b/files/ru/web/javascript/reference/statements/export/index.html index df30ad3c5d..6361dd6205 100644 --- a/files/ru/web/javascript/reference/statements/export/index.html +++ b/files/ru/web/javascript/reference/statements/export/index.html @@ -122,7 +122,7 @@ console.log(cube(3)); // 27
- {{jsxref("Statements/import", "import")}} diff --git a/files/ru/web/javascript/reference/statements/import/index.html b/files/ru/web/javascript/reference/statements/import/index.html index 99911d4f33..53136785d4 100644 --- a/files/ru/web/javascript/reference/statements/import/index.html +++ b/files/ru/web/javascript/reference/statements/import/index.html @@ -261,7 +261,7 @@ for (const link of document.querySelectorAll("nav > a")) {
- {{jsxref("Statements/export", "export")}} diff --git a/files/ru/web/javascript/reference/statements/try...catch/index.html b/files/ru/web/javascript/reference/statements/try...catch/index.html index a18bf95b37..40c877c9fb 100644 --- a/files/ru/web/javascript/reference/statements/try...catch/index.html +++ b/files/ru/web/javascript/reference/statements/try...catch/index.html @@ -414,7 +414,7 @@ catch (e) { -
- {{jsxref("Error")}} diff --git a/files/ru/web/javascript/reference/strict_mode/index.html b/files/ru/web/javascript/reference/strict_mode/index.html index fba2587610..ea4bd37290 100644 --- a/files/ru/web/javascript/reference/strict_mode/index.html +++ b/files/ru/web/javascript/reference/strict_mode/index.html @@ -340,7 +340,7 @@ function baz() { // верно
- Where's Walden? » New ES5 strict mode support: now with poison pills! diff --git a/files/ru/web/mathml/element/mn/index.html b/files/ru/web/mathml/element/mn/index.html index 2d005c5036..1cd2688ece 100644 --- a/files/ru/web/mathml/element/mn/index.html +++ b/files/ru/web/mathml/element/mn/index.html @@ -19,7 +19,7 @@ translation_of: Web/MathML/Element/mn
- dir
- Направление текста. Возможные значения: либо
ltr
(слева направо) илиrtl
(справа налево). displaystyle
- - Логическое значение, определяющее, используется ли большое вертикальное пространство для отображаемых уравнений; если установлено значение
false
, то используется более компактный макет. Основной эффект заключается в том, что отображаются более крупные версии операторов, когдаdisplaystyle
установлено наtrue
. Смотри такжеlargeop
иmovablelimits
на {{ MathMLElement("mo") }}.
+ - Логическое значение, определяющее, используется ли большое вертикальное пространство для отображаемых уравнений; если установлено значение
false
, то используется более компактный макет. Основной эффект заключается в том, что отображаются более крупные версии операторов, когдаdisplaystyle
установлено наtrue
. Смотрите такжеlargeop
иmovablelimits
на {{ MathMLElement("mo") }}. - href
- Используется для установки гиперссылки на указанный URI.
- mathbackground diff --git a/files/ru/web/mathml/element/mover/index.html b/files/ru/web/mathml/element/mover/index.html index d047636c21..29ba929e1c 100644 --- a/files/ru/web/mathml/element/mover/index.html +++ b/files/ru/web/mathml/element/mover/index.html @@ -26,7 +26,7 @@ translation_of: Web/MathML/Element/mover
- class, id, style
- Предусмотрено для использования с таблицами стилей.
displaystyle
- - Логическое значение, определяющее, используется ли больше вертикального пространства для отображаемых уравнений или, если установлено значение
false
, используется более компактный макет для отображения формул. Основной эффект заключается в том, что отображаются более крупные версии операторов, когдаdisplaystyle
установлено вtrue
. Смотри такжеlargeop
иmovablelimits
для {{ MathMLElement("mo") }}.
+ - Логическое значение, определяющее, используется ли больше вертикального пространства для отображаемых уравнений или, если установлено значение
false
, используется более компактный макет для отображения формул. Основной эффект заключается в том, что отображаются более крупные версии операторов, когдаdisplaystyle
установлено вtrue
. Смотрите такжеlargeop
иmovablelimits
для {{ MathMLElement("mo") }}. - href
- Используется для установки гиперссылки на указанный URI.
- mathbackground diff --git a/files/ru/web/mathml/element/mstyle/index.html b/files/ru/web/mathml/element/mstyle/index.html index 66b1d82dda..07aa6b8e66 100644 --- a/files/ru/web/mathml/element/mstyle/index.html +++ b/files/ru/web/mathml/element/mstyle/index.html @@ -18,7 +18,7 @@ translation_of: Web/MathML/Element/mstyle
decimalpoint
- Этот атрибут определяет символ для точки выравнивания внутри {{ MathMLElement("mstack") }} и {{ MathMLElement("mtable") }} столбцов, если значение
decimalpoint
используется для определения выравнивания. displaystyle
- - Логическое значение, определяющее, используется ли большое вертикальное пространство для отображаемых уравнений; если установлено значение
false
, то используется более компактный макет. Основной эффект заключается в том, что отображаются более крупные версии операторов, когдаdisplaystyle
установлено наtrue
. Смотри такжеlargeop
иmovablelimits
на {{ MathMLElement("mo") }}.
+ - Логическое значение, определяющее, используется ли большое вертикальное пространство для отображаемых уравнений; если установлено значение
false
, то используется более компактный макет. Основной эффект заключается в том, что отображаются более крупные версии операторов, когдаdisplaystyle
установлено наtrue
. Смотрите такжеlargeop
иmovablelimits
на {{ MathMLElement("mo") }}. infixlinebreakstyle
- Задаёт
linebreakstyle
по умолчанию для использования в инфиксных операторах. Допустимы значенияbefore
,after
иduplicate
. scriptlevel
diff --git a/files/ru/web/media/formats/webrtc_codecs/index.html b/files/ru/web/media/formats/webrtc_codecs/index.html
index b8fab2ec49..edd8cf436b 100644
--- a/files/ru/web/media/formats/webrtc_codecs/index.html
+++ b/files/ru/web/media/formats/webrtc_codecs/index.html
@@ -471,7 +471,7 @@ peerConnection.addEventListener("icegatheringstatechange", (event) => {
- WebRTC API diff --git a/files/ru/web/performance/how_browsers_work/index.html b/files/ru/web/performance/how_browsers_work/index.html index d917c30251..27820e7dc2 100644 --- a/files/ru/web/performance/how_browsers_work/index.html +++ b/files/ru/web/performance/how_browsers_work/index.html @@ -211,7 +211,7 @@ translation_of: Web/Performance/How_browsers_work
- Производительность Web diff --git a/files/ru/web/performance/lazy_loading/index.html b/files/ru/web/performance/lazy_loading/index.html index 8a2c64b57c..408bce571e 100644 --- a/files/ru/web/performance/lazy_loading/index.html +++ b/files/ru/web/performance/lazy_loading/index.html @@ -52,7 +52,7 @@ translation_of: Web/Performance/Lazy_loading
- вы можете вычислять, находится ли элемент во viewport каждый раз при срабатывании событий scroll, resize или orientation change.
- Render blocking CSS diff --git a/files/ru/web/performance/navigation_and_resource_timings/index.html b/files/ru/web/performance/navigation_and_resource_timings/index.html index 8628f79877..f23cc96290 100644 --- a/files/ru/web/performance/navigation_and_resource_timings/index.html +++ b/files/ru/web/performance/navigation_and_resource_timings/index.html @@ -310,7 +310,7 @@ performance.getEntriesByType('frame').forEach((frame) => {
- {{domxref("PerformanceNavigationTiming")}} diff --git a/files/ru/web/performance/optimizing_startup_performance/index.html b/files/ru/web/performance/optimizing_startup_performance/index.html index bbec4006e4..b8fc4c242b 100644 --- a/files/ru/web/performance/optimizing_startup_performance/index.html +++ b/files/ru/web/performance/optimizing_startup_performance/index.html @@ -68,7 +68,7 @@ translation_of: Web/Performance/Optimizing_startup_performance
- Любая вещь, которую вы предлагаете пользователю во время запуска приложения и с которой он может взаимодействовать, заставляет время течь быстрее. Это забавно, но прогресс-бар, который показывается 3 секунды ощущается более быстрым, чем пустая страница в течение 1 секунды. Добавляйте подсказки к вашему приложению, рассказывайте интересные факты или просто показывайте что-то красивое - это уже улучшит восприятие. -
- Apps diff --git a/files/ru/web/performance/performance_budgets/index.html b/files/ru/web/performance/performance_budgets/index.html index 8cb841d20d..3c976ccf91 100644 --- a/files/ru/web/performance/performance_budgets/index.html +++ b/files/ru/web/performance/performance_budgets/index.html @@ -65,7 +65,7 @@ translation_of: Web/Performance/Performance_budgets
- Start Performance Budgeting by Addy Osmani diff --git a/files/ru/web/svg/attribute/fill-opacity/index.html b/files/ru/web/svg/attribute/fill-opacity/index.html index ca44666cf6..6e8a185f5e 100644 --- a/files/ru/web/svg/attribute/fill-opacity/index.html +++ b/files/ru/web/svg/attribute/fill-opacity/index.html @@ -61,7 +61,7 @@ translation_of: Web/SVG/Attribute/fill-opacity
- Текстовые элементы »
- {{ SVGAttr("stroke-opacity") }} diff --git a/files/ru/web/svg/attribute/font-weight/index.html b/files/ru/web/svg/attribute/font-weight/index.html index 27ae429e31..7ef8b41df5 100644 --- a/files/ru/web/svg/attribute/font-weight/index.html +++ b/files/ru/web/svg/attribute/font-weight/index.html @@ -79,7 +79,7 @@ p.thicker {font-weight:900;}
- {{ cssxref("font-weight","CSS font-weight") }} diff --git a/files/ru/web/svg/attribute/overflow/index.html b/files/ru/web/svg/attribute/overflow/index.html index 1c18f2e3b4..e004783e89 100644 --- a/files/ru/web/svg/attribute/overflow/index.html +++ b/files/ru/web/svg/attribute/overflow/index.html @@ -60,7 +60,7 @@ translation_of: Web/SVG/Attribute/overflow
- {{ SVGElement("marker") }}
- {{ cssxref("overflow","CSS overflow") }} diff --git a/files/ru/web/svg/element/circle/index.html b/files/ru/web/svg/element/circle/index.html index 4a1095f146..423a8c38fe 100644 --- a/files/ru/web/svg/element/circle/index.html +++ b/files/ru/web/svg/element/circle/index.html @@ -102,7 +102,7 @@ original_slug: Web/SVG/Элемент/circle -
- {{ SVGElement("ellipse") }} diff --git a/files/ru/web/svg/element/ellipse/index.html b/files/ru/web/svg/element/ellipse/index.html index 7aeb7f8ea3..94e64328f7 100644 --- a/files/ru/web/svg/element/ellipse/index.html +++ b/files/ru/web/svg/element/ellipse/index.html @@ -123,7 +123,7 @@ original_slug: Web/SVG/Элемент/ellipse -
- {{SVGElement("circle")}} -- cgit v1.2.3-54-g00ecf
Смотри также
+Смотрите также
Смотри также
+Смотрите также
Смотри также
+Смотрите также
Смотри также
+Смотрите также
Смотри также
+Смотрите также
См. также
+Смотрите также
{{Compat("javascript.builtins.Array.includes")}}
-См. также
+Смотрите также
[2] The implementation is under development and needs these runtime flags: --js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer
Смотри также
+Смотрите также
Смотри также
+Смотрите также
[2] The implementation is under development and needs these runtime flags: --js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer
Смотри также
+Смотрите также
-
См. также
+Смотрите также
Смотри так же
+Смотрите также
Смотри также
+Смотрите также
{{Compat("javascript.builtins.Map.forEach")}}
-Смотри также
+Смотрите также
{{Compat("javascript.builtins.Map.get")}}
-Смотри также
+Смотрите также
Смотри также
+Смотрите также
Смотри также
+Смотрите также
Смотри также
+Смотрите также
{{Compat("javascript.builtins.parseInt")}}
-Смотри также
+Смотрите также
{{Compat("javascript.builtins.Promise.catch")}}
-Смотри также
+Смотрите также
{{Compat("javascript/promise","Promise.resolve")}}
-Смотри также
+Смотрите также
{{Compat("javascript.builtins.Promise.then")}}
-Смотри также
+Смотрите также
{{Compat("javascript.builtins.Proxy.handler.deleteProperty")}}
-Смотри также
+Смотрите также
{{Compat("javascript.builtins.Set.forEach")}}
-См. также
+Смотрите также
[2] The implementation is under development and needs these runtime flags: --js-flags=--harmony-sharedarraybuffer --enable-blink-feature=SharedArrayBuffer
Смотри также
+Смотрите также
В Firefox 48, метод String.prototype.contains()
был удалён. Следует использовать только String.prototype.includes()
.
См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("javascript.builtins.Symbol")}}
-См. также
+Смотрите также
Смотри также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
Смотрите так же
+Смотрите также
См. также
+Смотрите также
[2] В настоящее время поддерживается флаг «Экспериментальные функции JavaScript». Для более подробной информации смотрите этот blog post.
-Смотри также
+Смотрите также
Описание
-Выражение async function
очень похоже, и имеет почти тот же синтаксис, что и {{jsxref('Statements/async_function', 'async function statement')}}. Главное отличие между выражениями async function
и объявлениями async function
заключается в имени функции, которое может быть опущено в выражении async function
для создания анонимной функции. Выражение async function
можно использовать в виде {{Glossary("IIFE")}} (Immediately Invoked Function Expression), и оно будет запущено сразу после объявления. См. также главу о функциях.
Выражение async function
очень похоже, и имеет почти тот же синтаксис, что и {{jsxref('Statements/async_function', 'async function statement')}}. Главное отличие между выражениями async function
и объявлениями async function
заключается в имени функции, которое может быть опущено в выражении async function
для создания анонимной функции. Выражение async function
можно использовать в виде {{Glossary("IIFE")}} (Immediately Invoked Function Expression), и оно будет запущено сразу после объявления. Смотрите также главу о функциях.
Примеры
@@ -138,7 +138,7 @@ add(10).then(v => { -Смотри также
+Смотрите также
{{Compat("javascript.operators.bitwise_and")}}
-См. также
+Смотрите также
{{Compat("javascript.operators.comma")}}
-Смотри также
+Смотрите также
{{Compat("javascript.operators.instanceof")}}
-См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("javascript.operators.this")}}
-Смотри также
+Смотрите также
См. так же
+Смотрите также
Смотри также
+Смотрите также
См. также
+Смотрите также
{{Compat("javascript.statements.export")}}
-Смотри также
+Смотрите также
{{Compat("javascript.statements.import")}}
-Смотри также
+Смотрите также
См. также
+Смотрите также
См. также
+Смотрите также
Подробнее о безопасности при использовании AVC в WebRTC см. {{RFC(6184, "RTP Payload Format for H.264 Video: Security Considerations", 9)}}.
-Смотри так же :
+Смотрите также :
В примере выше загрузка содержимого DOM заняла около 1.5 секунд. Все это время основной поток процесса был полностью загружен и не был способен обработать пользовательский ввод.
-См. также:
+Смотрите также:
Вы можете переопределить такое поведение и загрузить шрифты заранее, используя <link rel="preload">
, CSS font-display свойство или Font Loading API.
- Смотри также: Element Link
Изображения
@@ -82,7 +82,7 @@ translation_of: Web/Performance/Lazy_loadingСмотри также
+Смотрите также
-См. также
+Смотрите также
См. также
+Смотрите также
Бюджет помогает вам сохранить оптимальное поведение ваших текущих пользователей, когда вы пытаетесь выйти на новые рынки или привнести что-то новое в ваше приложение.
-См. также
+Смотрите также
См. также
+Смотрите также
{{Compat("svg.attributes.presentation.font-weight")}}
-