diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-27 15:58:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 15:58:36 +0300 |
commit | 56817c1235a48d66c12ddf1c3d37a0e61977b875 (patch) | |
tree | 82aeaf26a1873c432203a1f90b08c2a22413e522 /files/ru/web/svg/attribute/width | |
parent | a68152ef9cd653f92705683592d4652b617ab02c (diff) | |
download | translated-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/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> |