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

La propriété CSS text-decoration-skip-ink définit la façon dont la ligne décorative (en dessous ou au dessus du texte) est dessinée lorsqu'elle rencontre le jambage ou la hampe d'un caractère (ou glyphe).

- -

Syntaxe

- -
/* Valeur avec un mot-clé */
-text-decoration-skip-ink: none;
-text-decoration-skip-ink: auto;
-
-/* Valeurs globales */
-text-decoration-skip: inherit;
-text-decoration-skip: initial;
-text-decoration-skip: unset;
-
- -

Valeurs

- -
-
none
-
La ligne décorative traverse l'ensemble des glyphes, qu'ils aient un jambage ou une hampe.
-
auto
-
La valeur par défaut : la ligne (au dessus ou en dessous du texte) est uniquement dessinée de façon à ne pas être proche des jambages ou hampes des glyphes. Autrement dit, la ligne est interrompue à chaque fois qu'elle croise un glyphe. An example of "text-decoration-skip: ink;".
-
- -

Syntaxe formelle

- -{{csssyntax}} - -

Exemples

- -

HTML

- -
<p>Un instant après, Alice était à la poursuite du Lapin dans le terrier…</p>
- -

CSS

- -
p {
-  margin: 0;
-  font-size: 2em;
-  text-decoration: underline blue;
-  text-decoration-skip-ink: auto;
-}
- -

Résultat

- -

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

- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationÉtatCommentaires
{{SpecName("CSS4 Text Decoration", "#text-decoration-skip-ink-property", "text-decoration-skip-ink")}}{{Spec2("CSS4 Text Decoration")}}Définition initiale.
- -

{{cssinfo}}

- -

Compatibilité des navigateurs

- -

{{Compat("css.properties.text-decoration-skip-ink")}}

diff --git a/files/fr/web/css/text-decoration-skip-ink/index.md b/files/fr/web/css/text-decoration-skip-ink/index.md new file mode 100644 index 0000000000..1e998a6778 --- /dev/null +++ b/files/fr/web/css/text-decoration-skip-ink/index.md @@ -0,0 +1,83 @@ +--- +title: text-decoration-skip-ink +slug: Web/CSS/text-decoration-skip-ink +tags: + - CSS + - Experimental + - Propriété + - Reference + - Web +translation_of: Web/CSS/text-decoration-skip-ink +--- +
{{CSSRef}}
+ +

La propriété CSS text-decoration-skip-ink définit la façon dont la ligne décorative (en dessous ou au dessus du texte) est dessinée lorsqu'elle rencontre le jambage ou la hampe d'un caractère (ou glyphe).

+ +

Syntaxe

+ +
/* Valeur avec un mot-clé */
+text-decoration-skip-ink: none;
+text-decoration-skip-ink: auto;
+
+/* Valeurs globales */
+text-decoration-skip: inherit;
+text-decoration-skip: initial;
+text-decoration-skip: unset;
+
+ +

Valeurs

+ +
+
none
+
La ligne décorative traverse l'ensemble des glyphes, qu'ils aient un jambage ou une hampe.
+
auto
+
La valeur par défaut : la ligne (au dessus ou en dessous du texte) est uniquement dessinée de façon à ne pas être proche des jambages ou hampes des glyphes. Autrement dit, la ligne est interrompue à chaque fois qu'elle croise un glyphe. An example of "text-decoration-skip: ink;".
+
+ +

Syntaxe formelle

+ +{{csssyntax}} + +

Exemples

+ +

HTML

+ +
<p>Un instant après, Alice était à la poursuite du Lapin dans le terrier…</p>
+ +

CSS

+ +
p {
+  margin: 0;
+  font-size: 2em;
+  text-decoration: underline blue;
+  text-decoration-skip-ink: auto;
+}
+ +

Résultat

+ +

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

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName("CSS4 Text Decoration", "#text-decoration-skip-ink-property", "text-decoration-skip-ink")}}{{Spec2("CSS4 Text Decoration")}}Définition initiale.
+ +

{{cssinfo}}

+ +

Compatibilité des navigateurs

+ +

{{Compat("css.properties.text-decoration-skip-ink")}}

-- cgit v1.2.3-54-g00ecf