From 4d3b1c2c79113786e001e3bec551205cd34f818a Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 21 May 2021 00:42:40 +0000 Subject: [CRON] sync translated content --- files/fr/web/api/svgstylable/index.html | 97 --------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 files/fr/web/api/svgstylable/index.html (limited to 'files/fr/web/api') diff --git a/files/fr/web/api/svgstylable/index.html b/files/fr/web/api/svgstylable/index.html deleted file mode 100644 index 7bb1f743fa..0000000000 --- a/files/fr/web/api/svgstylable/index.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: SVGStylable -slug: Web/API/SVGStylable -tags: - - API - - Reference - - SVG - - SVG DOM -translation_of: Web/API/SVGStylable ---- -
{{APIRef("SVG")}}
- -

Interface SVG stylisable

- -

L'interface SVGStylable est implémentée sur tout les objets SVG pouvant avoir des attributs {{ SVGAttr("style") }}, {{SVGAttr("class")}} ou d'autre attributs modifiants leur présentation, leur affichage.

- -

Aperçu de l'interface

- - - - - - - - - - - - - - - - - - - - -
Implémente aussi/
Métodes -
    -
  • {{ domxref("CSSValue") }} getPresentationAttribute(in {{ domxref("DOMString") }} name)
  • -
-
Propriétés -
    -
  • readonly {{ domxref("SVGAnimatedString") }} className
  • -
  • readonly {{ domxref("CSSStyleDeclaration") }} style
  • -
-
NormeSVG 1.1 (2e Édition)
- -

Propriétés

- - - - - - - - - - - - - - - - - - - - - -
NomTypeDescription
className{{ domxref("SVGAnimatedString") }}Correspond à l'attribut {{ SVGAttr("class") }} de l'élément donné.
style{{ domxref("CSSStyleDeclaration") }}Correspond à l'attribut {{ SVGAttr("style") }} de l'élément donné.
- -

Métodes

- - - - - - - - - - - - - - - - -
Nom & ArgumentsRetourneDescription
getPresentationAttribute(in {{ domxref("DOMString") }} name){{ domxref("CSSValue") }}Retourne la valeur par défaut (ex: static) d'un attribut de présentation donné comme un objet de type {{ domxref("CSSValue") }}.
- The returned object is live; changes to the objects represent immediate changes to the objects to which the {{ domxref("CSSValue") }} is attached.
- -

Compatibilité entre les navigateurs

- - - -

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

-- cgit v1.2.3-54-g00ecf