From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/svgrectelement/index.html | 69 ------------------------------ files/fr/web/api/svgrectelement/index.md | 69 ++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 69 deletions(-) delete mode 100644 files/fr/web/api/svgrectelement/index.html create mode 100644 files/fr/web/api/svgrectelement/index.md (limited to 'files/fr/web/api/svgrectelement') diff --git a/files/fr/web/api/svgrectelement/index.html b/files/fr/web/api/svgrectelement/index.html deleted file mode 100644 index 98104ed8b1..0000000000 --- a/files/fr/web/api/svgrectelement/index.html +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: SVGRectElement -slug: Web/API/SVGRectElement -translation_of: Web/API/SVGRectElement ---- -
{{APIRef("SVG")}}
- -

L'interface SVGRectElement fournit un accès aux propriétés et aux méthodes de l'élément {{SVGElement("rect")}}.

- -

{{InheritanceDiagram(600, 140)}}

- -

Propriétés

- -

Cette interface hérite aussi des propriétés de {{domxref("SVGGeometryElement")}}.

- -
-
{{domxref("SVGRectElement.x")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("x")}} de l'élément {{SVGElement("rect")}} donné.
-
{{domxref("SVGRectElement.x")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}}  correspondant à l'attribut {{SVGAttr("x")}} de l'élément {{SVGElement("rect")}} donné.
-
{{domxref("SVGRectElement.y")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("y")}} de l'élément {{SVGElement("rect")}} donné.
-
{{domxref("SVGRectElement.width")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("width")}} de l'élément {{SVGElement("rect")}} donné.
-
{{domxref("SVGRectElement.height")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("height")}} de l'élément {{SVGElement("rect")}} donné.
-
{{domxref("SVGRectElement.rx")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("rx")}} de l'élément {{SVGElement("rect")}} donné.
-
{{domxref("SVGRectElement.ry")}} {{ReadOnlyInline}}
-
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("ry")}} de l'élément {{SVGElement("rect")}} donné.
-
- -

Méthode

- -

Cette interface n'implémente pas de méthodes spécifiques mais elle hérite des méthodes parentes de {{domxref("SVGGeometryElement")}}.

- -

Spécifications

- - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("SVG2", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}{{Spec2('SVG2')}}Remplace l'héritage de {{domxref("SVGElement")}}{{domxref("SVGTests")}}, {{domxref("SVGLangSpace")}}, {{domxref("SVGExternalResourcesRequired")}}, {{domxref("SVGStylable")}} et {{domxref("SVGTransformable")}} par {{domxref("SVGGeometryElement")}}
{{SpecName("SVG1.1", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}{{Spec2('SVG1.1')}}Définition initiale
- -

Browser compatibility

- - - -

{{Compat("api.SVGRectElement")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/svgrectelement/index.md b/files/fr/web/api/svgrectelement/index.md new file mode 100644 index 0000000000..98104ed8b1 --- /dev/null +++ b/files/fr/web/api/svgrectelement/index.md @@ -0,0 +1,69 @@ +--- +title: SVGRectElement +slug: Web/API/SVGRectElement +translation_of: Web/API/SVGRectElement +--- +
{{APIRef("SVG")}}
+ +

L'interface SVGRectElement fournit un accès aux propriétés et aux méthodes de l'élément {{SVGElement("rect")}}.

+ +

{{InheritanceDiagram(600, 140)}}

+ +

Propriétés

+ +

Cette interface hérite aussi des propriétés de {{domxref("SVGGeometryElement")}}.

+ +
+
{{domxref("SVGRectElement.x")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("x")}} de l'élément {{SVGElement("rect")}} donné.
+
{{domxref("SVGRectElement.x")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}}  correspondant à l'attribut {{SVGAttr("x")}} de l'élément {{SVGElement("rect")}} donné.
+
{{domxref("SVGRectElement.y")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("y")}} de l'élément {{SVGElement("rect")}} donné.
+
{{domxref("SVGRectElement.width")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("width")}} de l'élément {{SVGElement("rect")}} donné.
+
{{domxref("SVGRectElement.height")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("height")}} de l'élément {{SVGElement("rect")}} donné.
+
{{domxref("SVGRectElement.rx")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("rx")}} de l'élément {{SVGElement("rect")}} donné.
+
{{domxref("SVGRectElement.ry")}} {{ReadOnlyInline}}
+
Retourne un {{domxref("SVGAnimatedLength")}} correspondant à l'attribut {{SVGAttr("ry")}} de l'élément {{SVGElement("rect")}} donné.
+
+ +

Méthode

+ +

Cette interface n'implémente pas de méthodes spécifiques mais elle hérite des méthodes parentes de {{domxref("SVGGeometryElement")}}.

+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName("SVG2", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}{{Spec2('SVG2')}}Remplace l'héritage de {{domxref("SVGElement")}}{{domxref("SVGTests")}}, {{domxref("SVGLangSpace")}}, {{domxref("SVGExternalResourcesRequired")}}, {{domxref("SVGStylable")}} et {{domxref("SVGTransformable")}} par {{domxref("SVGGeometryElement")}}
{{SpecName("SVG1.1", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}{{Spec2('SVG1.1')}}Définition initiale
+ +

Browser compatibility

+ + + +

{{Compat("api.SVGRectElement")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf