diff options
Diffstat (limited to 'files/ru/web/svg/attribute/width')
-rw-r--r-- | files/ru/web/svg/attribute/width/index.html | 96 |
1 files changed, 95 insertions, 1 deletions
diff --git a/files/ru/web/svg/attribute/width/index.html b/files/ru/web/svg/attribute/width/index.html index e45ba1cfdf..e02ac13403 100644 --- a/files/ru/web/svg/attribute/width/index.html +++ b/files/ru/web/svg/attribute/width/index.html @@ -565,4 +565,98 @@ translation_of: Web/SVG/Attribute/width <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('Filters 1.0', '#element-attrdef-filter-width', 'width') }} + </td> + <td>{{Spec2('Filters 1.0')}}</td> + <td>Definition for <code><filter></code></td> + </tr> + <tr> + <td> {{ SpecName('Filters 1.0', '#element-attrdef-filter-primitive-width', 'width') }} + </td> + <td>{{Spec2('Filters 1.0')}}</td> + <td>Definition for filter primitives</td> + </tr> + <tr> + <td> {{SpecName("CSS Masks", "#element-attrdef-mask-width", 'width')}} + </td> + <td>{{Spec2("CSS Masks")}}</td> + <td>Definition for <code><mask></code></td> + </tr> + <tr> + <td> {{SpecName("SVG2", "geometry.html#Sizing", "width")}} + </td> + <td>{{Spec2("SVG2")}}</td> + <td>Definition as a geometry property</td> + </tr> + <tr> + <td> {{SpecName("SVG2", "pservers.html#PatternElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG2")}}</td> + <td>Definition for <code><pattern></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "extend.html#ForeignObjectElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><foreignObject></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "pservers.html#PatternElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><pattern></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "struct.html#ImageElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><image></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "struct.html#SVGElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><svg></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "struct.html#UseElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><use></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "filters.html#FilterElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><filter></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "filters.html#FilterPrimitiveWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for filter primitives</td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "masking.html#MaskElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><mask></code></td> + </tr> + <tr> + <td> {{SpecName("SVG1.1", "shapes.html#RectElementWidthAttribute", "width")}} + </td> + <td>{{Spec2("SVG1.1")}}</td> + <td>Initial definition for <code><rect></code></td> + </tr> + </tbody> +</table> |