aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/mask-border-mode/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:58:15 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:33 +0200
commit149319bb8c7b1394a443f0877c3460cd362aa815 (patch)
treed534abb0cbc87d5e224836e9d6b888aa58564aa0 /files/fr/web/css/mask-border-mode/index.html
parenteb9de0363cb273b54d3f5402bbf4e3bc03c60971 (diff)
downloadtranslated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.gz
translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.tar.bz2
translated-content-149319bb8c7b1394a443f0877c3460cd362aa815.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/css/mask-border-mode/index.html')
-rw-r--r--files/fr/web/css/mask-border-mode/index.html63
1 files changed, 0 insertions, 63 deletions
diff --git a/files/fr/web/css/mask-border-mode/index.html b/files/fr/web/css/mask-border-mode/index.html
deleted file mode 100644
index fbd6852427..0000000000
--- a/files/fr/web/css/mask-border-mode/index.html
+++ /dev/null
@@ -1,63 +0,0 @@
----
-title: mask-border-mode
-slug: Web/CSS/mask-border-mode
-tags:
- - CSS
- - Experimental
- - Propriété
- - Reference
-translation_of: Web/CSS/mask-border-mode
----
-<div>{{cssref}}{{SeeCompatTable}}</div>
-
-<p>La propriété CSS <strong><code>mask-border-mode</code></strong> indique le mode de fusion utilisé pour <a href="/fr/docs/Web/CSS/mask-border">le masque de bordure</a>.</p>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre class="brush: css no-line-numbers">/* Valeurs avec un mot-clé */
-mask-border-mode: luminance;
-mask-border-mode: alpha;
-
-/* Valeurs globales */
-mask-border-mode: inherit;
-mask-border-mode: initial;
-mask-border-mode: unset;
-</pre>
-
-<h3 id="Valeurs">Valeurs</h3>
-
-<dl>
- <dt><code>luminance</code></dt>
- <dd>Les valeurs de luminance proventant de l'image de masque sont utilisées pour le masque.</dd>
- <dt><code>alpha</code></dt>
- <dd>Les valeurs du canal alpha proventant de l'image de masque sont utilisées pour le masque.</dd>
-</dl>
-
-<h3 id="Syntaxe_formelle">Syntaxe formelle</h3>
-
-{{csssyntax}}
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">État</th>
- <th scope="col">Commentaires</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("CSS Masks", "#propdef-mask-border-mode", "mask-border-mode")}}</td>
- <td>{{Spec2("CSS Masks")}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>TBD</p>