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/border-block-width/index.html | 94 -------------------------- files/fr/web/css/border-block-width/index.md | 94 ++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 94 deletions(-) delete mode 100644 files/fr/web/css/border-block-width/index.html create mode 100644 files/fr/web/css/border-block-width/index.md (limited to 'files/fr/web/css/border-block-width') diff --git a/files/fr/web/css/border-block-width/index.html b/files/fr/web/css/border-block-width/index.html deleted file mode 100644 index 356fb06bf4..0000000000 --- a/files/fr/web/css/border-block-width/index.html +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: border-block-width -slug: Web/CSS/border-block-width -tags: - - CSS - - Experimental - - Propriété - - Propriété logique - - Reference -translation_of: Web/CSS/border-block-width ---- -
{{CSSRef}}{{SeeCompatTable}}
- -

La propriété border-block-width définit la largeur de la bordure sur les côtés d'un élément sur les côtés de l'axe de bloc. Cette propriété logique peut correspondre à différentes propriétés physiques selon le mode d'écriture, la direction et l'orientation du texte. Autrement dit, cette propriété correspond à {{cssxref("border-top-width")}} et {{cssxref("border-bottom-width")}} ou à {{cssxref("border-left-width")}} et {{cssxref("border-right-width")}} selon les valeurs des propriétés {{cssxref("writing-mode")}}, {{cssxref("direction")}} et {{cssxref("text-orientation")}}.

- -
/* Valeurs de type <'border-width'> */
-border-block-width: 5px 10px;
-border-block-width: 5px;
-border-block-width: thick;
-
- -

The border width in the other dimension can be set with {{cssxref("border-inline-width")}}, which sets {{cssxref("border-block-inline-width")}}, and {{cssxref("border-block-inline-width")}}.

- -

{{cssinfo}}

- -

Syntaxe

- -

Valeur

- -
-
<'border-width'>
-
La largeur de la bordure. Voir {{ cssxref("border-width") }}.
-
- -

Syntaxe formelle

- -{{csssyntax}} - -

Exemples

- -

CSS

- -
div {
-  background-color: yellow;
-  width: 120px;
-  height: 120px;
-}
-
-.texteExemple {
-  writing-mode: vertical-lr;
-  border: 1px solid blue;
-  border-block-width: 5px 10px;
-}
- -

HTML

- -
<div>
-  <p class="texteExemple">Texte d'exemple</p>
-</div>
-
- -

Résultat

- -

{{EmbedLiveSample("Exemples", 140, 140)}}

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName("CSS Logical Properties", "#propdef-border-block-width", "border-block-width")}}{{Spec2("CSS Logical Properties")}}Définition initiale.
- -

Compatibilité des navigateurs

- -

{{Compat("css.properties.border-block-width")}}

- -

Voir aussi

- - diff --git a/files/fr/web/css/border-block-width/index.md b/files/fr/web/css/border-block-width/index.md new file mode 100644 index 0000000000..356fb06bf4 --- /dev/null +++ b/files/fr/web/css/border-block-width/index.md @@ -0,0 +1,94 @@ +--- +title: border-block-width +slug: Web/CSS/border-block-width +tags: + - CSS + - Experimental + - Propriété + - Propriété logique + - Reference +translation_of: Web/CSS/border-block-width +--- +
{{CSSRef}}{{SeeCompatTable}}
+ +

La propriété border-block-width définit la largeur de la bordure sur les côtés d'un élément sur les côtés de l'axe de bloc. Cette propriété logique peut correspondre à différentes propriétés physiques selon le mode d'écriture, la direction et l'orientation du texte. Autrement dit, cette propriété correspond à {{cssxref("border-top-width")}} et {{cssxref("border-bottom-width")}} ou à {{cssxref("border-left-width")}} et {{cssxref("border-right-width")}} selon les valeurs des propriétés {{cssxref("writing-mode")}}, {{cssxref("direction")}} et {{cssxref("text-orientation")}}.

+ +
/* Valeurs de type <'border-width'> */
+border-block-width: 5px 10px;
+border-block-width: 5px;
+border-block-width: thick;
+
+ +

The border width in the other dimension can be set with {{cssxref("border-inline-width")}}, which sets {{cssxref("border-block-inline-width")}}, and {{cssxref("border-block-inline-width")}}.

+ +

{{cssinfo}}

+ +

Syntaxe

+ +

Valeur

+ +
+
<'border-width'>
+
La largeur de la bordure. Voir {{ cssxref("border-width") }}.
+
+ +

Syntaxe formelle

+ +{{csssyntax}} + +

Exemples

+ +

CSS

+ +
div {
+  background-color: yellow;
+  width: 120px;
+  height: 120px;
+}
+
+.texteExemple {
+  writing-mode: vertical-lr;
+  border: 1px solid blue;
+  border-block-width: 5px 10px;
+}
+ +

HTML

+ +
<div>
+  <p class="texteExemple">Texte d'exemple</p>
+</div>
+
+ +

Résultat

+ +

{{EmbedLiveSample("Exemples", 140, 140)}}

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName("CSS Logical Properties", "#propdef-border-block-width", "border-block-width")}}{{Spec2("CSS Logical Properties")}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("css.properties.border-block-width")}}

+ +

Voir aussi

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