From e7f1d07cba1f78b72eb43bfcdabc262359c4991a Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Mon, 1 Nov 2021 07:45:47 +0100 Subject: Prepare SVG section for Markdown conversion (#2570) * Remove summary classes * Remove hidden classes out of pre * Remove spans * Remove notranslate class * Remove ids out of headings * missed 2 ids with regex * clean note and warning cards * fix headings errors * Fix dls and as * fix imgs * lint stuff (absolute urls, english links) * Temporarily readding file * delete inexisting doc in en-US with flaws * Fixes #2842 for SVG --- files/fr/web/svg/attribute/fill/index.html | 74 ++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 23 deletions(-) (limited to 'files/fr/web/svg/attribute/fill') diff --git a/files/fr/web/svg/attribute/fill/index.html b/files/fr/web/svg/attribute/fill/index.html index c798d383fd..bca17a20a8 100644 --- a/files/fr/web/svg/attribute/fill/index.html +++ b/files/fr/web/svg/attribute/fill/index.html @@ -14,10 +14,9 @@ translation_of: Web/SVG/Attribute/fill

Pour les animations, il s'applique à cinq éléments: {{SVGElement('animate')}}, {{SVGElement('animateColor')}}, {{SVGElement('animateMotion')}}, {{SVGElement('animateTransform')}}, et {{SVGElement('set')}}

-
- +

Exemple

+ +
<svg viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg">
   <!-- Remplir avec une simple couleur -->
@@ -42,12 +41,13 @@ translation_of: Web/SVG/Attribute/fill
 </svg>
 
-

{{EmbedLiveSample('topExample', '100%', 200)}}

-
+

{{EmbedLiveSample('exemple', '100%', 200)}}

altGlyph

-

Attention: {{SVGElement('altGlyph')}} est déprécié en SVG2 et ne devrait pas être utilisé.

+
+

Attention : {{SVGElement('altGlyph')}} est déprécié en SVG2 et ne devrait pas être utilisé.

+

Pour {{SVGElement('altGlyph')}}, fill est un attribut de présentation qui définit la couleur du glyphe.

@@ -68,7 +68,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

animate

@@ -93,7 +95,9 @@ translation_of: Web/SVG/Attribute/fill

animateColor

-

Attention: {{SVGElement('animateColor')}} est déprécié en SVG2 et ne devrait pas être utilisé. Utiliser {{SVGElement('animate')}} à la place.

+
+

Attention : {{SVGElement('animateColor')}} est déprécié en SVG2 et ne devrait pas être utilisé. Utiliser {{SVGElement('animate')}} à la place.

+

Pour {{SVGElement('animateColor')}}, fill définit l'état final de l'animation.

@@ -177,7 +181,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

ellipse

@@ -200,7 +206,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

path

@@ -223,7 +231,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

polygon

@@ -246,7 +256,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

polyline

@@ -269,7 +281,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

rect

@@ -292,7 +306,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

set

@@ -336,7 +352,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

textPath

@@ -359,11 +377,15 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

tref

-

Attention: {{SVGElement('tref')}} est déprécié en SVG2 et ne devrait pas être utilisé.

+
+

Attention : {{SVGElement('tref')}} est déprécié en SVG2 et ne devrait pas être utilisé.

+

Pour {{SVGElement('tref')}}, fill est un attribut de présentation qui définit la couleur du texte.

@@ -384,7 +406,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

tspan

@@ -407,7 +431,9 @@ translation_of: Web/SVG/Attribute/fill -

Note: fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+
+

Note : fill étant un attribut de présentation, il peut être utilisé comme propriété CSS.

+

Spécifications

@@ -429,7 +455,7 @@ translation_of: Web/SVG/Attribute/fill {{SpecName("SVG2", "painting.html#FillProperty", "fill")}} {{Spec2("SVG2")}} Définition pour les formes et le texte.
- Ajoute context-fill et context-stroke. + Ajoute context-fill et context-stroke. {{SpecName("SVG1.1", "animate.html#FillAttribute", "fill")}} @@ -444,8 +470,10 @@ translation_of: Web/SVG/Attribute/fill -

Compatibilité des navigateurs

+

Compatibilité des navigateurs

{{Compat("svg.attributes.presentation.fill")}}

-

Note: Pour plus d'informations sur les valeurs de context-fill (et context-stroke) dans des documents HTML, voir la documentation pour la propriété non-standard {{cssxref("-moz-context-properties")}}.

+
+

Note : Pour plus d'informations sur les valeurs de context-fill (et context-stroke) dans des documents HTML, voir la documentation pour la propriété non-standard {{cssxref("-moz-context-properties")}}.

+
-- cgit v1.2.3-54-g00ecf