diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-15 14:29:50 +0300 |
---|---|---|
committer | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-15 14:29:50 +0300 |
commit | 55ddd4454665a3c66e3d5b186bc79048468d36e7 (patch) | |
tree | 5391f1ae01bbcd484387bbc2373492ac9bc89dbc /files/ru/web/svg/attribute/width/index.html | |
parent | 08dc1a1e60063705ccefc1eb4ef0a17d1ddf196b (diff) | |
download | translated-content-55ddd4454665a3c66e3d5b186bc79048468d36e7.tar.gz translated-content-55ddd4454665a3c66e3d5b186bc79048468d36e7.tar.bz2 translated-content-55ddd4454665a3c66e3d5b186bc79048468d36e7.zip |
Auto fixes
Diffstat (limited to 'files/ru/web/svg/attribute/width/index.html')
-rw-r--r-- | files/ru/web/svg/attribute/width/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/svg/attribute/width/index.html b/files/ru/web/svg/attribute/width/index.html index 30e0e0df21..96fbfeacf0 100644 --- a/files/ru/web/svg/attribute/width/index.html +++ b/files/ru/web/svg/attribute/width/index.html @@ -473,12 +473,12 @@ translation_of: Web/SVG/Attribute/width <h2 id="pattern">pattern</h2> -<p>Для {{SVGElement('pattern')}}, <code>width</code> определяет горизонтальный размер мастящегося паттерна. Точный эффект этого атрибута зависит от атрибутов {{SVGAttr('patternUnits')}} и {{SVGAttr('patternTransform')}}.</p> +<p>Для {{SVGElement('pattern')}}, <code>width</code> определяет горизонтальный размер мостящегося паттерна. Точный эффект этого атрибута зависит от атрибутов {{SVGAttr('patternUnits')}} и {{SVGAttr('patternTransform')}}.</p> <table class="standard-table"> <tbody> <tr> - <th scope="row">Значание</th> + <th scope="row">Значение</th> <td><strong><a href="/docs/Web/SVG/Content_type#Length"><length></a></strong></td> </tr> <tr> @@ -504,7 +504,7 @@ translation_of: Web/SVG/Attribute/width </tr> <tr> <th scope="row">По умолчанию</th> - <td><code>auto</code> (пассматривается как <code>0</code>)</td> + <td><code>auto</code> (рассматривается как <code>0</code>)</td> </tr> <tr> <th scope="row">Animatable</th> @@ -561,7 +561,7 @@ translation_of: Web/SVG/Attribute/width </tbody> </table> -<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для использоавнных элементов.</p> +<p class="note"><strong>Примечание:</strong> Начиная с SVG2, <code>width</code> это геометрическое свойство, что означает, что этот атрибут может, также, быть использован как свойство CSS для использованных элементов.</p> <h2 id="Спецификации">Спецификации</h2> @@ -570,7 +570,7 @@ translation_of: Web/SVG/Attribute/width <tr> <th scope="col">Спецификация</th> <th scope="col">Статус</th> - <th scope="col">Комментаий</th> + <th scope="col">Комментарий</th> </tr> </thead> <tbody> |