diff options
Diffstat (limited to 'files/ru/web/svg/attribute/r/index.html')
-rw-r--r-- | files/ru/web/svg/attribute/r/index.html | 36 |
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><radialGradient></code> + </td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "pservers.html#RadialGradientElementRAttribute", "r")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><radialGradient></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "shapes.html#CircleElementRAttribute", "r")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><circle></code></td> + </tr> + </tbody> +</table> |