From 56817c1235a48d66c12ddf1c3d37a0e61977b875 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 15:58:36 +0300 Subject: [RU] Restore specs (#2880) --- .../ru/web/svg/attribute/attributename/index.html | 24 +++++- files/ru/web/svg/attribute/r/index.html | 36 +++++++- files/ru/web/svg/attribute/width/index.html | 96 +++++++++++++++++++++- files/ru/web/svg/svg_as_an_image/index.html | 26 +++++- 4 files changed, 178 insertions(+), 4 deletions(-) (limited to 'files/ru/web/svg') diff --git a/files/ru/web/svg/attribute/attributename/index.html b/files/ru/web/svg/attribute/attributename/index.html index ab1cd5fe3b..83759850f8 100644 --- a/files/ru/web/svg/attribute/attributename/index.html +++ b/files/ru/web/svg/attribute/attributename/index.html @@ -56,7 +56,29 @@ translation_of: Web/SVG/Attribute/attributeName

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("SVG Animations 2", "#AttributeNameAttribute", "attributeName")}} + {{Spec2("SVG Animations 2")}}No change
{{SpecName("SVG1.1", "animate.html#AttributeNameAttribute", "attributeName")}} + {{Spec2("SVG1.1")}}Initial definition

Смотрите также

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

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("SVG2", "geometry.html#R", "r")}}{{Spec2("SVG2")}}Definition as a geometry property
{{SpecName("SVG2", "pservers.html#RadialGradientElementRAttribute", "r")}} + {{Spec2("SVG2")}} Definition for SVG2 paint servers <radialGradient> +
{{SpecName("SVG1.1", "pservers.html#RadialGradientElementRAttribute", "r")}} + {{Spec2("SVG1.1")}}Initial definition for <radialGradient>
{{SpecName("SVG1.1", "shapes.html#CircleElementRAttribute", "r")}} + {{Spec2("SVG1.1")}}Initial definition for <circle>
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

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('Filters 1.0', '#element-attrdef-filter-width', 'width') }} + {{Spec2('Filters 1.0')}}Definition for <filter>
{{ SpecName('Filters 1.0', '#element-attrdef-filter-primitive-width', 'width') }} + {{Spec2('Filters 1.0')}}Definition for filter primitives
{{SpecName("CSS Masks", "#element-attrdef-mask-width", 'width')}} + {{Spec2("CSS Masks")}}Definition for <mask>
{{SpecName("SVG2", "geometry.html#Sizing", "width")}} + {{Spec2("SVG2")}}Definition as a geometry property
{{SpecName("SVG2", "pservers.html#PatternElementWidthAttribute", "width")}} + {{Spec2("SVG2")}}Definition for <pattern>
{{SpecName("SVG1.1", "extend.html#ForeignObjectElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <foreignObject>
{{SpecName("SVG1.1", "pservers.html#PatternElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <pattern>
{{SpecName("SVG1.1", "struct.html#ImageElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <image>
{{SpecName("SVG1.1", "struct.html#SVGElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <svg>
{{SpecName("SVG1.1", "struct.html#UseElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <use>
{{SpecName("SVG1.1", "filters.html#FilterElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <filter>
{{SpecName("SVG1.1", "filters.html#FilterPrimitiveWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for filter primitives
{{SpecName("SVG1.1", "masking.html#MaskElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <mask>
{{SpecName("SVG1.1", "shapes.html#RectElementWidthAttribute", "width")}} + {{Spec2("SVG1.1")}}Initial definition for <rect>
diff --git a/files/ru/web/svg/svg_as_an_image/index.html b/files/ru/web/svg/svg_as_an_image/index.html index 24aee5a617..bb155060c5 100644 --- a/files/ru/web/svg/svg_as_an_image/index.html +++ b/files/ru/web/svg/svg_as_an_image/index.html @@ -37,7 +37,31 @@ translation_of: Web/SVG/SVG_as_an_Image

Спецификации

-{{Specifications}} + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("HTML5 W3C", "semantics-embedded-content.html#the-img-element", "SVG within <img> element")}} + {{Spec2("HTML5 W3C")}} Defines the usage of SVG within {{HTMLElement("img")}} elements. +
{{SpecName("CSS3 Backgrounds", "#the-background-image", "SVG within 'background-image' CSS property")}} + {{Spec2("CSS3 Backgrounds")}} Defines the usage of SVG within the {{cssxref("background-image")}} property. +

Смотрите также

-- cgit v1.2.3-54-g00ecf