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) --- 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 ++-- 37 files changed, 69 insertions(+), 69 deletions(-) (limited to 'files/ru/web') 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):