aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/svg/attribute/width
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/svg/attribute/width')
-rw-r--r--files/ru/web/svg/attribute/width/index.html96
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>&#x3C;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>&#x3C;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>&#x3C;pattern></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "extend.html#ForeignObjectElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;foreignObject></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "pservers.html#PatternElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;pattern></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "struct.html#ImageElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;image></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "struct.html#SVGElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;svg></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "struct.html#UseElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;use></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "filters.html#FilterElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;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>&#x3C;mask></code></td>
+ </tr>
+ <tr>
+ <td> {{SpecName("SVG1.1", "shapes.html#RectElementWidthAttribute", "width")}}
+ </td>
+ <td>{{Spec2("SVG1.1")}}</td>
+ <td>Initial definition for <code>&#x3C;rect></code></td>
+ </tr>
+ </tbody>
+</table>