aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/attribute/additive/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/svg/attribute/additive/index.html')
-rw-r--r--files/ru/web/svg/attribute/additive/index.html4
1 files changed, 2 insertions, 2 deletions
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
</tr>
<tr>
<th scope="row">Нормативный документ</th>
- <td><a class="external" href="http://www.w3.org/TR/SVG/animate.html#AdditionAttributes" title="http://www.w3.org/TR/SVG/animate.html#AdditionAttributes">SVG 1.1 (2nd Edition)</a></td>
+ <td><a class="external" href="http://www.w3.org/TR/SVG/animate.html#AdditionAttributes">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
@@ -39,7 +39,7 @@ translation_of: Web/SVG/Attribute/additive
<dt>sum</dt>
<dd>Указывает, что анимация добавляется к базовому значению атрибута и других анимаций с меньшим приоритетом.</dd>
<dt>replace</dt>
- <dd>Указывает, что анимация переопределит базовое значение атрибута и другие анимации с меньшим приоритетом. Это значение по умолчанию, однако на поведение также влияют атрибуты значений анимации {{ SVGAttr("by") }} и {{ SVGAttr("to") }}, как описано в <a class="external" href="http://www.w3.org/TR/2001/REC-smil-animation-20010904/#FromToByAndAdditive" title="http://www.w3.org/TR/2001/REC-smil-animation-20010904/#FromToByAndAdditive">SMIL Animation: How from, to and by attributes affect additive behavior</a>.</dd>
+ <dd>Указывает, что анимация переопределит базовое значение атрибута и другие анимации с меньшим приоритетом. Это значение по умолчанию, однако на поведение также влияют атрибуты значений анимации {{ SVGAttr("by") }} и {{ SVGAttr("to") }}, как описано в <a class="external" href="http://www.w3.org/TR/2001/REC-smil-animation-20010904/#FromToByAndAdditive">SMIL Animation: How from, to and by attributes affect additive behavior</a>.</dd>
</dl>
<h2 id="Пример">Пример</h2>