aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/attribute/r/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 15:58:36 +0300
committerGitHub <noreply@github.com>2021-10-27 15:58:36 +0300
commit56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch)
tree82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web/svg/attribute/r/index.html
parenta68152ef9cd653f92705683592d4652b617ab02c (diff)
downloadtranslated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.gz
translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.tar.bz2
translated-content-56817c1235a48d66c12ddf1c3d37a0e61977b875.zip
[RU] Restore specs (#2880)
Diffstat (limited to 'files/ru/web/svg/attribute/r/index.html')
-rw-r--r--files/ru/web/svg/attribute/r/index.html36
1 files changed, 35 insertions, 1 deletions
diff --git a/files/ru/web/svg/attribute/r/index.html b/files/ru/web/svg/attribute/r/index.html
index f33910a3cc..aff09b8240 100644
--- a/files/ru/web/svg/attribute/r/index.html
+++ b/files/ru/web/svg/attribute/r/index.html
@@ -92,4 +92,38 @@ translation_of: Web/SVG/Attribute/r
<h2 id="Спецификации">Спецификации</h2>
-{{Specifications}}
+<table>
+ <thead>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("SVG2", "geometry.html#R", "r")}}</td>
+ <td>{{Spec2("SVG2")}}</td>
+ <td>Definition as a geometry property</td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG2", "pservers.html#RadialGradientElementRAttribute", "r")}}
+ </td>
+ <td>{{Spec2("SVG2")}}</td>
+ <td> Definition for SVG2 paint servers <code>&#x3C;radialGradient></code>
+ </td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "pservers.html#RadialGradientElementRAttribute", "r")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;radialGradient></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "shapes.html#CircleElementRAttribute", "r")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;circle></code></td>
+ </tr>
+ </tbody>
+</table>