From 149319bb8c7b1394a443f0877c3460cd362aa815 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:58:15 +0200 Subject: move *.html to *.md --- files/fr/web/css/tab-size/index.html | 96 ------------------------------------ files/fr/web/css/tab-size/index.md | 96 ++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 96 deletions(-) delete mode 100644 files/fr/web/css/tab-size/index.html create mode 100644 files/fr/web/css/tab-size/index.md (limited to 'files/fr/web/css/tab-size') diff --git a/files/fr/web/css/tab-size/index.html b/files/fr/web/css/tab-size/index.html deleted file mode 100644 index bb78bd950c..0000000000 --- a/files/fr/web/css/tab-size/index.html +++ /dev/null @@ -1,96 +0,0 @@ ---- -title: tab-size -slug: Web/CSS/tab-size -tags: - - CSS - - Experimental - - Propriété - - Reference -translation_of: Web/CSS/tab-size ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

La propriété tab-size permet d'adapter la largeur utilisée pour représenter le caractère de tabulation (U+0009).

- -
/* Valeurs entières */
-/* Type <integer>   */
-tab-size: 4;
-tab-size: 0;
-
-/* Valeurs de longueurs */
-/* Type <length>        */
-tab-size: 10px;
-tab-size: 2em;
-
-/* Valeurs globales */
-tab-size: inherit;
-tab-size: initial;
-tab-size: unset;
-
- -

{{cssinfo}}

- -

Syntaxe

- -

Valeurs

- -
-
{{cssxref("<integer>")}}
-
Le nombre d'espaces qu'occupe une tabulation. La valeur doit être positive.
-
{{cssxref("<length>")}}
-
La largeur de la tabulation. La valeur doit être positive.
-
- -

Syntaxe formelle

- -{{csssyntax}} - -

Exemples

- -

HTML

- -
<pre class="exemple">
-	print "tabulation avant"
-    print "4 espaces avant"
-  print "2 espaces avant"
-</pre>
- -

CSS

- -
.exemple {
-  tab-size: 5;
-}
-
- -

Résultat

- -

{{EmbedLiveSample("Exemples","100%","100%")}}

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName('CSS3 Text', '#tab-size-property', 'tab-size')}}{{Spec2('CSS3 Text')}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("css.properties.tab-size")}}

- -

Voir aussi

- - diff --git a/files/fr/web/css/tab-size/index.md b/files/fr/web/css/tab-size/index.md new file mode 100644 index 0000000000..bb78bd950c --- /dev/null +++ b/files/fr/web/css/tab-size/index.md @@ -0,0 +1,96 @@ +--- +title: tab-size +slug: Web/CSS/tab-size +tags: + - CSS + - Experimental + - Propriété + - Reference +translation_of: Web/CSS/tab-size +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

La propriété tab-size permet d'adapter la largeur utilisée pour représenter le caractère de tabulation (U+0009).

+ +
/* Valeurs entières */
+/* Type <integer>   */
+tab-size: 4;
+tab-size: 0;
+
+/* Valeurs de longueurs */
+/* Type <length>        */
+tab-size: 10px;
+tab-size: 2em;
+
+/* Valeurs globales */
+tab-size: inherit;
+tab-size: initial;
+tab-size: unset;
+
+ +

{{cssinfo}}

+ +

Syntaxe

+ +

Valeurs

+ +
+
{{cssxref("<integer>")}}
+
Le nombre d'espaces qu'occupe une tabulation. La valeur doit être positive.
+
{{cssxref("<length>")}}
+
La largeur de la tabulation. La valeur doit être positive.
+
+ +

Syntaxe formelle

+ +{{csssyntax}} + +

Exemples

+ +

HTML

+ +
<pre class="exemple">
+	print "tabulation avant"
+    print "4 espaces avant"
+  print "2 espaces avant"
+</pre>
+ +

CSS

+ +
.exemple {
+  tab-size: 5;
+}
+
+ +

Résultat

+ +

{{EmbedLiveSample("Exemples","100%","100%")}}

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('CSS3 Text', '#tab-size-property', 'tab-size')}}{{Spec2('CSS3 Text')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("css.properties.tab-size")}}

+ +

Voir aussi

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