diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 18:02:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 18:02:34 +0300 |
commit | 09d10136633355937867a21d65db64ae3c4d5829 (patch) | |
tree | 7405949290f874407855847c7832da361dd8f9d7 /files/ru/web/svg | |
parent | 56817c1235a48d66c12ddf1c3d37a0e61977b875 (diff) | |
download | translated-content-09d10136633355937867a21d65db64ae3c4d5829.tar.gz translated-content-09d10136633355937867a21d65db64ae3c4d5829.tar.bz2 translated-content-09d10136633355937867a21d65db64ae3c4d5829.zip |
Использование макроса для вставки специфицикаций - 2 (#2883)
Diffstat (limited to 'files/ru/web/svg')
-rw-r--r-- | files/ru/web/svg/attribute/stroke-linecap/index.html | 22 | ||||
-rw-r--r-- | files/ru/web/svg/element/path/index.html | 27 | ||||
-rw-r--r-- | files/ru/web/svg/element/text/index.html | 22 |
3 files changed, 3 insertions, 68 deletions
diff --git a/files/ru/web/svg/attribute/stroke-linecap/index.html b/files/ru/web/svg/attribute/stroke-linecap/index.html index 16f25a74d6..73c666ee2c 100644 --- a/files/ru/web/svg/attribute/stroke-linecap/index.html +++ b/files/ru/web/svg/attribute/stroke-linecap/index.html @@ -168,24 +168,4 @@ translation_of: Web/SVG/Attribute/stroke-linecap <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Коммент</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("SVG2", "painting.html#StrokeLinecapProperty", "stroke-linecap")}}</td> - <td>{{Spec2("SVG2")}}</td> - <td>Definition for shapes and texts</td> - </tr> - <tr> - <td>{{SpecName("SVG1.1", "painting.html#StrokeLinecapProperty", "stroke-linecap")}}</td> - <td>{{Spec2("SVG1.1")}}</td> - <td>Initial definition for shapes and texts</td> - </tr> - </tbody> -</table> +{{Specifications}} diff --git a/files/ru/web/svg/element/path/index.html b/files/ru/web/svg/element/path/index.html index 82ea41d30d..71064f9404 100644 --- a/files/ru/web/svg/element/path/index.html +++ b/files/ru/web/svg/element/path/index.html @@ -58,32 +58,7 @@ original_slug: Web/SVG/Элемент/path <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Характеристики</th> - <th scope="col">Статус</th> - <th scope="col">Коммент</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("SVG Paths", "#PathElement", "<path>")}}</td> - <td>{{Spec2("SVG Paths")}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName("SVG2", "paths.html#PathElement", "<path>")}}</td> - <td>{{Spec2("SVG2")}}</td> - <td></td> - </tr> - <tr> - <td>{{SpecName("SVG1.1", "paths.html#PathElement", "<path>")}}</td> - <td>{{Spec2("SVG1.1")}}</td> - <td>Initial definition</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Совместимость_браузера">Совместимость браузера</h2> diff --git a/files/ru/web/svg/element/text/index.html b/files/ru/web/svg/element/text/index.html index a3fc52c213..ef87f15168 100644 --- a/files/ru/web/svg/element/text/index.html +++ b/files/ru/web/svg/element/text/index.html @@ -169,27 +169,7 @@ original_slug: Web/SVG/Элемент/<text> <h2 id="Спецификация">Спецификация</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Спецификация</th> - <th scope="col">Статус</th> - <th scope="col">Коммент</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('SVG2', 'text.html#TextElement', '<text>')}}</td> - <td>{{Spec2('SVG2')}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('SVG1.1', 'text.html#TextElement', '<text>')}}</td> - <td>{{Spec2('SVG1.1')}}</td> - <td>Начальное определение</td> - </tr> - </tbody> -</table> +{{Specifications}} <p>Таблица составлена по информации из <a href="/en-US/docs/Web/SVG/Compatibility_sources">этого источника</a>.</p> |