From 6685b06b55a6892feba6fdea3d56888c89555aac Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 12:32:34 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru, part 2) (#1732) --- .../forms/basic_native_form_controls/index.html | 2 +- .../how_to_build_custom_form_controls/index.html | 10 +++---- .../forms/how_to_structure_a_web_form/index.html | 4 +-- files/ru/learn/forms/styling_web_forms/index.html | 4 +-- files/ru/learn/forms/your_first_form/index.html | 4 +-- .../author_fast-loading_html_pages/index.html | 4 +-- files/ru/mozilla/firefox/releases/3.5/index.html | 2 +- .../web/api/navigatorlanguage/language/index.html | 2 +- files/ru/tools/3d_view/index.html | 2 +- files/ru/tools/keyboard_shortcuts/index.html | 2 +- .../firefox_for_android/index.html | 6 ++-- files/ru/web/css/background-size/index.html | 2 +- .../introduction_to_the_css_box_model/index.html | 4 +-- files/ru/web/css/used_value/index.html | 2 +- .../web/guide/audio_and_video_delivery/index.html | 2 +- files/ru/web/mathml/authoring/index.html | 10 +++---- files/ru/web/mathml/element/index.html | 2 +- files/ru/web/mathml/element/math/index.html | 2 +- files/ru/web/mathml/index.html | 8 +++--- files/ru/web/svg/attribute/additive/index.html | 4 +-- .../ru/web/svg/attribute/attributetype/index.html | 2 +- files/ru/web/svg/attribute/class/index.html | 2 +- files/ru/web/svg/attribute/cx/index.html | 6 ++-- files/ru/web/svg/attribute/cy/index.html | 6 ++-- files/ru/web/svg/attribute/end/index.html | 2 +- files/ru/web/svg/attribute/fill-opacity/index.html | 2 +- files/ru/web/svg/attribute/fill/index.html | 4 +-- files/ru/web/svg/attribute/font-weight/index.html | 2 +- files/ru/web/svg/attribute/keytimes/index.html | 2 +- .../ru/web/svg/attribute/lighting-color/index.html | 2 +- files/ru/web/svg/attribute/overflow/index.html | 2 +- .../svg/attribute/patterncontentunits/index.html | 2 +- files/ru/web/svg/attribute/repeatcount/index.html | 2 +- .../web/svg/attribute/shape-rendering/index.html | 2 +- files/ru/web/svg/attribute/stop-color/index.html | 2 +- .../web/svg/attribute/stroke-dashoffset/index.html | 2 +- files/ru/web/svg/attribute/stroke-width/index.html | 2 +- files/ru/web/svg/attribute/stroke/index.html | 2 +- files/ru/web/svg/attribute/text-anchor/index.html | 2 +- .../ru/web/svg/attribute/text-rendering/index.html | 2 +- files/ru/web/svg/attribute/transform/index.html | 2 +- files/ru/web/svg/attribute/values/index.html | 4 +-- files/ru/web/svg/attribute/x/index.html | 32 +++++++++++----------- .../web/svg/attribute/xml_colon_space/index.html | 2 +- files/ru/web/svg/element/rect/index.html | 2 +- files/ru/web/svg/tutorial/index.html | 2 +- files/ru/web/svg/tutorial/svg_image_tag/index.html | 2 +- files/ru/web/svg/tutorial/tools_for_svg/index.html | 6 ++-- 48 files changed, 90 insertions(+), 90 deletions(-) diff --git a/files/ru/learn/forms/basic_native_form_controls/index.html b/files/ru/learn/forms/basic_native_form_controls/index.html index dc7db5a0dc..434004757c 100644 --- a/files/ru/learn/forms/basic_native_form_controls/index.html +++ b/files/ru/learn/forms/basic_native_form_controls/index.html @@ -669,7 +669,7 @@ beans.oninput = function() {

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

diff --git a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html index 5962cc1074..4d256c623b 100644 --- a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html @@ -320,7 +320,7 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets
-

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

+

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

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

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

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

    -

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

    +

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

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

    @@ -689,7 +689,7 @@ window.addEventListener('load', function () {

    Мы создали нечто работающее, и, хотя это далеко от полнофункционального выпадающего списка, работает это хорошо. Однако то, что мы сделали, это не более, чем возня с DOM. У него нет настоящей семантики, и хотя оно выглядит как раскрывающейся список, с точки зрения браузера - это не так, поэтому вспомогательные технологии не смогут понять что это он и есть. Короче говоря, этот хорошенький список для выбора фруктов не является доступным для людей с ограниченными возможностями!

    -

    К счастью существует решение, и оно называется ARIA. ARIA - аббревиатура для "Accessible Rich Internet Application" (Доступное всем интернет приложение), и представляет собой W3C спецификацию специально разработанную для того, что мы здесь делаем: делаем веб приложения и пользовательские виджеты ассистивными (доступными для людей с ограниченными возможностями). В основном, это набор атрибутов, которые расширяют HTML, чтобы мы смогли лучше описать роли, состояния и свойства, так что только что изобретённый элемент выглядит как будто он был тем стандартным, за которого он себя выдаёт. Использовать эти атрибуты очень просто, поэтому давайте сделаем это.

    +

    К счастью существует решение, и оно называется ARIA. ARIA - аббревиатура для "Accessible Rich Internet Application" (Доступное всем интернет приложение), и представляет собой W3C спецификацию специально разработанную для того, что мы здесь делаем: делаем веб приложения и пользовательские виджеты ассистивными (доступными для людей с ограниченными возможностями). В основном, это набор атрибутов, которые расширяют HTML, чтобы мы смогли лучше описать роли, состояния и свойства, так что только что изобретённый элемент выглядит как будто он был тем стандартным, за которого он себя выдаёт. Использовать эти атрибуты очень просто, поэтому давайте сделаем это.

    Атрибут role

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

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

    +

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

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

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

    -

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

    +

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

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

    @@ -292,7 +292,7 @@ original_slug: Learn/HTML/Forms/How_to_structure_an_HTML_form

    Смотрите также

    {{PreviousMenuNext("Learn/HTML/Forms/Ваша_первая_HTML_форма", "Learn/HTML/Forms/Стандартные_виджеты_форм", "Learn/HTML/Forms")}}

    diff --git a/files/ru/learn/forms/styling_web_forms/index.html b/files/ru/learn/forms/styling_web_forms/index.html index 0f5e6214c8..8355a7a739 100644 --- a/files/ru/learn/forms/styling_web_forms/index.html +++ b/files/ru/learn/forms/styling_web_forms/index.html @@ -185,8 +185,8 @@ original_slug: Learn/HTML/Forms/Styling_HTML_forms
    1. The postcard background — download this image and save it in the same directory as your working HTML file.
    2. -
    3. A typewriter font: The "Secret Typewriter" font from fontsquirrel.com — download the TTF file into the same directory as above.
    4. -
    5. A handdrawn font: The "Journal" font from fontsquirrel.com — download the TTF file into the same directory as above.
    6. +
    7. A typewriter font: The "Secret Typewriter" font from fontsquirrel.com — download the TTF file into the same directory as above.
    8. +
    9. A handdrawn font: The "Journal" font from fontsquirrel.com — download the TTF file into the same directory as above.

    Your fonts need some more processing before you start:

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

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

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

    diff --git a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html index 73147c6fd4..a00ac54bb2 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

    @@ -187,7 +187,7 @@ original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages diff --git a/files/ru/mozilla/firefox/releases/3.5/index.html b/files/ru/mozilla/firefox/releases/3.5/index.html index 5954d6ee70..9712c97062 100644 --- a/files/ru/mozilla/firefox/releases/3.5/index.html +++ b/files/ru/mozilla/firefox/releases/3.5/index.html @@ -170,7 +170,7 @@ original_slug: Firefox_3.5_для_разработчика
    Improved Synchronous XMLHttpRequest support
    - DOM Timeout and Input Events are now suppressed during a synchronous XMLHttpRequest.
    + DOM Timeout and Input Events are now suppressed during a synchronous XMLHttpRequest.
    Controlling DNS prefetching
    diff --git a/files/ru/orphaned/web/api/navigatorlanguage/language/index.html b/files/ru/orphaned/web/api/navigatorlanguage/language/index.html index cd20d121fb..7ec296b159 100644 --- a/files/ru/orphaned/web/api/navigatorlanguage/language/index.html +++ b/files/ru/orphaned/web/api/navigatorlanguage/language/index.html @@ -15,7 +15,7 @@ original_slug: Web/API/NavigatorLanguage/language

    Значение

    -

    Строка представляющая версию языка которая определена в RFC 4646. Примеры валидных языковых кодов включают "en", "EN-US", "FR", "es-ES" и т.д.

    +

    Строка представляющая версию языка которая определена в RFC 4646. Примеры валидных языковых кодов включают "en", "EN-US", "FR", "es-ES" и т.д.

    Пример

    diff --git a/files/ru/tools/3d_view/index.html b/files/ru/tools/3d_view/index.html index c90f696d11..71e0cae78e 100644 --- a/files/ru/tools/3d_view/index.html +++ b/files/ru/tools/3d_view/index.html @@ -103,5 +103,5 @@ translation_of: Tools/3D_View
  • Tools
  • -
  • New Developer Tools in Firefox 11 Aurora (blog post)
  • +
  • New Developer Tools in Firefox 11 Aurora (blog post)
  • diff --git a/files/ru/tools/keyboard_shortcuts/index.html b/files/ru/tools/keyboard_shortcuts/index.html index 8dec22d7c9..a972b23224 100644 --- a/files/ru/tools/keyboard_shortcuts/index.html +++ b/files/ru/tools/keyboard_shortcuts/index.html @@ -750,7 +750,7 @@ translation_of: Tools/Keyboard_shortcuts
    -

    1. По умолчанию, на некоторых Mac функциональные клавиши переназначены на использование специальных возможностей: например, изменение яркости экрана или громкости звука. Смотрите это руководство по использованию этих клавиш в качестве стандартных функциональных клавиш. Для использования переназначенных клафиш в качестве стандартных функциональных клавиш, удерживайте нажатой клавишу Function (так что, например, для открытия профайлера используйте Shift + Function + F5).

    +

    1. По умолчанию, на некоторых Mac функциональные клавиши переназначены на использование специальных возможностей: например, изменение яркости экрана или громкости звука. Смотрите это руководство по использованию этих клавиш в качестве стандартных функциональных клавиш. Для использования переназначенных клафиш в качестве стандартных функциональных клавиш, удерживайте нажатой клавишу Function (так что, например, для открытия профайлера используйте Shift + Function + F5).

    Веб-консоль

    diff --git a/files/ru/tools/remote_debugging/firefox_for_android/index.html b/files/ru/tools/remote_debugging/firefox_for_android/index.html index ed33d8c453..a2de6aac40 100644 --- a/files/ru/tools/remote_debugging/firefox_for_android/index.html +++ b/files/ru/tools/remote_debugging/firefox_for_android/index.html @@ -30,15 +30,15 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android

    On the Android device

    On the desktop

    diff --git a/files/ru/web/css/background-size/index.html b/files/ru/web/css/background-size/index.html index 84a762c0fa..ad011c7ce1 100644 --- a/files/ru/web/css/background-size/index.html +++ b/files/ru/web/css/background-size/index.html @@ -95,7 +95,7 @@ background-size: unset;

    Замечания

    -

    Если вы указываете градиент в качестве фона и указали background-size, который будет использоваться вместе с ним, лучше не указывать размер, который использует единственную автоматическую составную часть, или задаётся с использованием только значения ширины (для примера, background-size: 50%). Рендеринг градиентов в таких случаях изменился в Firefox 8, и в настоящее время он обычно несовместим во всех браузерах, которые не реализуют рендеринг в соответствии с CSS3 спецификацией background-size и с CSS3 спецификацией градиента значений изображения.

    +

    Если вы указываете градиент в качестве фона и указали background-size, который будет использоваться вместе с ним, лучше не указывать размер, который использует единственную автоматическую составную часть, или задаётся с использованием только значения ширины (для примера, background-size: 50%). Рендеринг градиентов в таких случаях изменился в Firefox 8, и в настоящее время он обычно несовместим во всех браузерах, которые не реализуют рендеринг в соответствии с CSS3 спецификацией background-size и с CSS3 спецификацией градиента значений изображения.

    .bar {
            width: 50px; height: 100px;
    diff --git a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html
    index f5e1c962b0..6d66cab586 100644
    --- a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html
    +++ b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html
    @@ -46,12 +46,12 @@ original_slug: Web/CSS/box_model
      
      
       
    -   CSS Level 2 (revision 1)
    +   CSS Level 2 (revision 1)
        {{ Spec2('CSS2.1') }}
        Though more precisely worded, there is no practical change
       
       
    -   CSS Level 1
    +   CSS Level 1
        {{ Spec2('CSS1') }}
         
       
    diff --git a/files/ru/web/css/used_value/index.html b/files/ru/web/css/used_value/index.html
    index 4ae8b7251b..423e80103e 100644
    --- a/files/ru/web/css/used_value/index.html
    +++ b/files/ru/web/css/used_value/index.html
    @@ -84,7 +84,7 @@ window.addEventListener('resize', updateAllUsedWidths);

    Difference from computed value

    -

    CSS 2.0 defined only computed value as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., displayfont-size, or line-height), the computed values and used values are the same. The following are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from CSS 2.1 Changes: Specified, computed, and actual values):

    +

    CSS 2.0 defined only computed value as the last step in a property's calculation. Then, CSS 2.1 introduced the distinct definition of used value. An element could then explicitly inherit a width/height of a parent, whose computed value is a percentage. For CSS properties that don't depend on layout (e.g., displayfont-size, or line-height), the computed values and used values are the same. The following are the CSS 2.1 properties that do depend on layout, so they have a different computed value and used value: (taken from CSS 2.1 Changes: Specified, computed, and actual values):

    Инструменты

    @@ -44,9 +44,9 @@ translation_of: Web/MathML
  • Дополнение FireMath к Firefox
  • Коллекция дополнений к Mathzilla Firefox
  • TeXZilla - Javascript конвертер LaTeX в MathML (живая демонстрация, web-приложение Firefox OS, дополнение к Firefox, использование в Web странице, программа на JS, и.т.п.)
  • -
  • LaTeXML - Конвертация документов LaTeX в HTML+MathML Web-страницы
  • +
  • LaTeXML - Конвертация документов LaTeX в HTML+MathML Web-страницы
  • Web Equation - Вставка рукописных формул в MathML или LaTeX
  • -
  • MathJax - Кросс-платформенное средство отображения математического контента на JavaScript. Для ускорения MathJax c использованием нативного MathML, испытайте это дополнение для Mozilla, это расширение для Safari или этот скрипт для GreaseMonkey.
  • +
  • MathJax - Кросс-платформенное средство отображения математического контента на JavaScript. Для ускорения MathJax c использованием нативного MathML, испытайте это дополнение для Mozilla, это расширение для Safari или этот скрипт для GreaseMonkey.
  • diff --git a/files/ru/web/svg/attribute/additive/index.html b/files/ru/web/svg/attribute/additive/index.html index 0e5666b2b5..02461afc29 100644 --- a/files/ru/web/svg/attribute/additive/index.html +++ b/files/ru/web/svg/attribute/additive/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/additive Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -39,7 +39,7 @@ translation_of: Web/SVG/Attribute/additive
    sum
    Указывает, что анимация добавляется к базовому значению атрибута и других анимаций с меньшим приоритетом.
    replace
    -
    Указывает, что анимация переопределит базовое значение атрибута и другие анимации с меньшим приоритетом. Это значение по умолчанию, однако на поведение также влияют атрибуты значений анимации {{ SVGAttr("by") }} и {{ SVGAttr("to") }}, как описано в SMIL Animation: How from, to and by attributes affect additive behavior.
    +
    Указывает, что анимация переопределит базовое значение атрибута и другие анимации с меньшим приоритетом. Это значение по умолчанию, однако на поведение также влияют атрибуты значений анимации {{ SVGAttr("by") }} и {{ SVGAttr("to") }}, как описано в SMIL Animation: How from, to and by attributes affect additive behavior.

    Пример

    diff --git a/files/ru/web/svg/attribute/attributetype/index.html b/files/ru/web/svg/attribute/attributetype/index.html index c4e46ff973..7e5d7d1691 100644 --- a/files/ru/web/svg/attribute/attributetype/index.html +++ b/files/ru/web/svg/attribute/attributetype/index.html @@ -28,7 +28,7 @@ translation_of: Web/SVG/Attribute/attributeType Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/class/index.html b/files/ru/web/svg/attribute/class/index.html index 3ca1a7d577..2c30a2486c 100644 --- a/files/ru/web/svg/attribute/class/index.html +++ b/files/ru/web/svg/attribute/class/index.html @@ -34,7 +34,7 @@ translation_of: Web/SVG/Attribute/class Нормативный документ - SVG 1.1 (2nd Edition): The class attribute + SVG 1.1 (2nd Edition): The class attribute diff --git a/files/ru/web/svg/attribute/cx/index.html b/files/ru/web/svg/attribute/cx/index.html index 939e02a067..f5562713fb 100644 --- a/files/ru/web/svg/attribute/cx/index.html +++ b/files/ru/web/svg/attribute/cx/index.html @@ -30,9 +30,9 @@ translation_of: Web/SVG/Attribute/cx Нормативные документы (en) - SVG 1.1 (2nd Edition): The circle element
    - SVG 1.1 (2nd Edition): The ellipse element
    - SVG 1.1 (2nd Edition): The radialGradient element + SVG 1.1 (2nd Edition): The circle element
    + SVG 1.1 (2nd Edition): The ellipse element
    + SVG 1.1 (2nd Edition): The radialGradient element diff --git a/files/ru/web/svg/attribute/cy/index.html b/files/ru/web/svg/attribute/cy/index.html index 4a85d14b35..86ff99733a 100644 --- a/files/ru/web/svg/attribute/cy/index.html +++ b/files/ru/web/svg/attribute/cy/index.html @@ -30,9 +30,9 @@ translation_of: Web/SVG/Attribute/cy Нормативные документы (en) - SVG 1.1 (2nd Edition): The circle element
    - SVG 1.1 (2nd Edition): The ellipse element
    - SVG 1.1 (2nd Edition): The radialGradient element + SVG 1.1 (2nd Edition): The circle element
    + SVG 1.1 (2nd Edition): The ellipse element
    + SVG 1.1 (2nd Edition): The radialGradient element diff --git a/files/ru/web/svg/attribute/end/index.html b/files/ru/web/svg/attribute/end/index.html index 8b0b8d3003..274e754893 100644 --- a/files/ru/web/svg/attribute/end/index.html +++ b/files/ru/web/svg/attribute/end/index.html @@ -27,7 +27,7 @@ translation_of: Web/SVG/Attribute/end Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/fill-opacity/index.html b/files/ru/web/svg/attribute/fill-opacity/index.html index 6e8a185f5e..ffc30ca4e8 100644 --- a/files/ru/web/svg/attribute/fill-opacity/index.html +++ b/files/ru/web/svg/attribute/fill-opacity/index.html @@ -32,7 +32,7 @@ translation_of: Web/SVG/Attribute/fill-opacity Спецификация - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/fill/index.html b/files/ru/web/svg/attribute/fill/index.html index 9e4c654a44..42d0e3c965 100644 --- a/files/ru/web/svg/attribute/fill/index.html +++ b/files/ru/web/svg/attribute/fill/index.html @@ -35,7 +35,7 @@ translation_of: Web/SVG/Attribute/fill Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -67,7 +67,7 @@ translation_of: Web/SVG/Attribute/fill Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/font-weight/index.html b/files/ru/web/svg/attribute/font-weight/index.html index 7c6250f484..9eb25fa9c2 100644 --- a/files/ru/web/svg/attribute/font-weight/index.html +++ b/files/ru/web/svg/attribute/font-weight/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/font-weight Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/keytimes/index.html b/files/ru/web/svg/attribute/keytimes/index.html index cd7f423869..1698156bc6 100644 --- a/files/ru/web/svg/attribute/keytimes/index.html +++ b/files/ru/web/svg/attribute/keytimes/index.html @@ -40,7 +40,7 @@ translation_of: Web/SVG/Attribute/keyTimes Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/lighting-color/index.html b/files/ru/web/svg/attribute/lighting-color/index.html index 812328afef..b1b2a978f8 100644 --- a/files/ru/web/svg/attribute/lighting-color/index.html +++ b/files/ru/web/svg/attribute/lighting-color/index.html @@ -33,7 +33,7 @@ translation_of: Web/SVG/Attribute/lighting-color Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/overflow/index.html b/files/ru/web/svg/attribute/overflow/index.html index e004783e89..6cbba83639 100644 --- a/files/ru/web/svg/attribute/overflow/index.html +++ b/files/ru/web/svg/attribute/overflow/index.html @@ -40,7 +40,7 @@ translation_of: Web/SVG/Attribute/overflow Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/patterncontentunits/index.html b/files/ru/web/svg/attribute/patterncontentunits/index.html index 82030dbd1b..f8e06e5bc8 100644 --- a/files/ru/web/svg/attribute/patterncontentunits/index.html +++ b/files/ru/web/svg/attribute/patterncontentunits/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/patternContentUnits Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/repeatcount/index.html b/files/ru/web/svg/attribute/repeatcount/index.html index 0023ba65af..b709c15bce 100644 --- a/files/ru/web/svg/attribute/repeatcount/index.html +++ b/files/ru/web/svg/attribute/repeatcount/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/repeatCount Ссылка на стандарт - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/shape-rendering/index.html b/files/ru/web/svg/attribute/shape-rendering/index.html index d5b03117ab..5ec7870c81 100644 --- a/files/ru/web/svg/attribute/shape-rendering/index.html +++ b/files/ru/web/svg/attribute/shape-rendering/index.html @@ -25,7 +25,7 @@ translation_of: Web/SVG/Attribute/shape-rendering Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/stop-color/index.html b/files/ru/web/svg/attribute/stop-color/index.html index 09a0503a48..77c3b5d865 100644 --- a/files/ru/web/svg/attribute/stop-color/index.html +++ b/files/ru/web/svg/attribute/stop-color/index.html @@ -29,7 +29,7 @@ translation_of: Web/SVG/Attribute/stop-color Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/stroke-dashoffset/index.html b/files/ru/web/svg/attribute/stroke-dashoffset/index.html index 6f9462e40f..96ab742737 100644 --- a/files/ru/web/svg/attribute/stroke-dashoffset/index.html +++ b/files/ru/web/svg/attribute/stroke-dashoffset/index.html @@ -87,7 +87,7 @@ translation_of: Web/SVG/Attribute/stroke-dashoffset Спецификация - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/stroke-width/index.html b/files/ru/web/svg/attribute/stroke-width/index.html index 0359c2a1a2..6cee653ed9 100644 --- a/files/ru/web/svg/attribute/stroke-width/index.html +++ b/files/ru/web/svg/attribute/stroke-width/index.html @@ -27,7 +27,7 @@ translation_of: Web/SVG/Attribute/stroke-width Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/stroke/index.html b/files/ru/web/svg/attribute/stroke/index.html index 29332e0327..54007db628 100644 --- a/files/ru/web/svg/attribute/stroke/index.html +++ b/files/ru/web/svg/attribute/stroke/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/stroke Нормативный документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/text-anchor/index.html b/files/ru/web/svg/attribute/text-anchor/index.html index d974c6e812..ce35ab1438 100644 --- a/files/ru/web/svg/attribute/text-anchor/index.html +++ b/files/ru/web/svg/attribute/text-anchor/index.html @@ -30,7 +30,7 @@ translation_of: Web/SVG/Attribute/text-anchor Документ - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/text-rendering/index.html b/files/ru/web/svg/attribute/text-rendering/index.html index e987f821dd..a444663d4b 100644 --- a/files/ru/web/svg/attribute/text-rendering/index.html +++ b/files/ru/web/svg/attribute/text-rendering/index.html @@ -23,7 +23,7 @@ translation_of: Web/SVG/Attribute/text-rendering Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/transform/index.html b/files/ru/web/svg/attribute/transform/index.html index 944d0b51b0..e8379421e2 100644 --- a/files/ru/web/svg/attribute/transform/index.html +++ b/files/ru/web/svg/attribute/transform/index.html @@ -28,7 +28,7 @@ translation_of: Web/SVG/Attribute/transform Нормативная база - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/values/index.html b/files/ru/web/svg/attribute/values/index.html index d0544c82b8..30ec5cffd6 100644 --- a/files/ru/web/svg/attribute/values/index.html +++ b/files/ru/web/svg/attribute/values/index.html @@ -46,7 +46,7 @@ translation_of: Web/SVG/Attribute/values Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) @@ -69,7 +69,7 @@ translation_of: Web/SVG/Attribute/values Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/attribute/x/index.html b/files/ru/web/svg/attribute/x/index.html index d5b6a83a6a..af1e864556 100644 --- a/files/ru/web/svg/attribute/x/index.html +++ b/files/ru/web/svg/attribute/x/index.html @@ -30,22 +30,22 @@ translation_of: Web/SVG/Attribute/x Нормативные документы (en) - SVG 1.1 (2nd Edition): altGlyph element
    - SVG 1.1 (2nd Edition): cursor element
    - SVG 1.1 (2nd Edition): fePointLight element
    - SVG 1.1 (2nd Edition): feSpotLight element
    - SVG 1.1 (2nd Edition): filter element
    - SVG 1.1 (2nd Edition): foreignObject element
    - SVG 1.1 (2nd Edition): glyphRef element
    - SVG 1.1 (2nd Edition): image element
    - SVG 1.1 (2nd Edition): pattern element
    - SVG 1.1 (2nd Edition): rect element
    - SVG 1.1 (2nd Edition): svg element
    - SVG 1.1 (2nd Edition): text element
    - SVG 1.1 (2nd Edition): use element
    - SVG 1.1 (2nd Edition): Filter primitive
    - SVG 1.1 (2nd Edition): mask element
    - SVG 1.1 (2nd Edition): tspan element + SVG 1.1 (2nd Edition): altGlyph element
    + SVG 1.1 (2nd Edition): cursor element
    + SVG 1.1 (2nd Edition): fePointLight element
    + SVG 1.1 (2nd Edition): feSpotLight element
    + SVG 1.1 (2nd Edition): filter element
    + SVG 1.1 (2nd Edition): foreignObject element
    + SVG 1.1 (2nd Edition): glyphRef element
    + SVG 1.1 (2nd Edition): image element
    + SVG 1.1 (2nd Edition): pattern element
    + SVG 1.1 (2nd Edition): rect element
    + SVG 1.1 (2nd Edition): svg element
    + SVG 1.1 (2nd Edition): text element
    + SVG 1.1 (2nd Edition): use element
    + SVG 1.1 (2nd Edition): Filter primitive
    + SVG 1.1 (2nd Edition): mask element
    + SVG 1.1 (2nd Edition): tspan element diff --git a/files/ru/web/svg/attribute/xml_colon_space/index.html b/files/ru/web/svg/attribute/xml_colon_space/index.html index 0b921d2e5a..844b3e5dc1 100644 --- a/files/ru/web/svg/attribute/xml_colon_space/index.html +++ b/files/ru/web/svg/attribute/xml_colon_space/index.html @@ -31,7 +31,7 @@ translation_of: 'Web/SVG/Attribute/xml:space' Normative document - SVG 1.1 (2nd Edition) + SVG 1.1 (2nd Edition) diff --git a/files/ru/web/svg/element/rect/index.html b/files/ru/web/svg/element/rect/index.html index 24f2460b3f..c299d7697b 100644 --- a/files/ru/web/svg/element/rect/index.html +++ b/files/ru/web/svg/element/rect/index.html @@ -27,7 +27,7 @@ original_slug: Web/SVG/Элемент/rect Нормативный документ - SVG 1.1 (2ое издание) + SVG 1.1 (2ое издание) diff --git a/files/ru/web/svg/tutorial/index.html b/files/ru/web/svg/tutorial/index.html index 7877db9244..704be65c66 100644 --- a/files/ru/web/svg/tutorial/index.html +++ b/files/ru/web/svg/tutorial/index.html @@ -11,7 +11,7 @@ translation_of: Web/SVG/Tutorial ---

    Масштабируемая векторная графика (SVG), — это подмножество расширяемого языка разметки XML созданный Консорциумом Всемирной паутины (W3C). Эта технология реализована в Firefox, Opera, Internet Explorer, WebKit и в прочих браузерах.

    -

    Это учебное пособие призвано объяснить вам суть технологии SVG и ознакомить с её техническими деталями. Если вы хотите только рисовать красивые изображения, то вы можете найти более полезные учебные ресурсы. Есть хорошее учебное пособие для знакомства с SVG — это учебное пособие от W3C SVG Primer.

    +

    Это учебное пособие призвано объяснить вам суть технологии SVG и ознакомить с её техническими деталями. Если вы хотите только рисовать красивые изображения, то вы можете найти более полезные учебные ресурсы. Есть хорошее учебное пособие для знакомства с SVG — это учебное пособие от W3C SVG Primer.

    Это учебное пособие находится в стадии разработки. Если вы можете, то, пожалуйста, помогите с написанием одного или нескольких параграфов. Плюс балл Гриффиндору за написание целой страницы!
    diff --git a/files/ru/web/svg/tutorial/svg_image_tag/index.html b/files/ru/web/svg/tutorial/svg_image_tag/index.html index 1791c5b8fb..63b644eb93 100644 --- a/files/ru/web/svg/tutorial/svg_image_tag/index.html +++ b/files/ru/web/svg/tutorial/svg_image_tag/index.html @@ -18,7 +18,7 @@ translation_of: Web/SVG/Tutorial/SVG_Image_Tag </svg>
    -

    Важные замечания (подробнее W3 specs):

    +

    Важные замечания (подробнее W3 specs):