aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_images/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/css_images/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/css_images/index.html')
-rw-r--r--files/fr/web/css/css_images/index.html100
1 files changed, 0 insertions, 100 deletions
diff --git a/files/fr/web/css/css_images/index.html b/files/fr/web/css/css_images/index.html
deleted file mode 100644
index 71e61e5b8d..0000000000
--- a/files/fr/web/css/css_images/index.html
+++ /dev/null
@@ -1,100 +0,0 @@
----
-title: CSS Images
-slug: Web/CSS/CSS_Images
-tags:
- - Aperçu
- - CSS
- - CSS Images
- - Reference
-translation_of: Web/CSS/CSS_Images
----
-<div>{{CSSRef}}</div>
-
-<p><em><strong>CSS Images</strong></em> est un module CSS qui définit les types d'images qui peuvent être utilisés (le type {{cssxref("&lt;image&gt;")}}, les URLs qu'elles contiennent, les dégradés et autres types d'images), comment les redimensionner et comment elles, ainsi que le contenu remplacé, interagissent avec les différents modèles de mise en page.</p>
-
-<h2 id="Référence">Référence</h2>
-
-<h3 id="Propriétés">Propriétés</h3>
-
-<ul>
- <li>{{CSSxRef("image-orientation")}}</li>
- <li>{{CSSxRef("image-rendering")}}</li>
- <li>{{CSSxRef("image-resolution")}}</li>
- <li>{{CSSxRef("object-fit")}}</li>
- <li>{{CSSxRef("object-position")}}</li>
-</ul>
-
-<h3 id="Fonctions">Fonctions</h3>
-
-<ul>
- <li>{{CSSxRef("linear-gradient", "linear-gradient()")}}</li>
- <li>{{CSSxRef("radial-gradient", "radial-gradient()")}}</li>
- <li>{{CSSxRef("repeating-linear-gradient", "repeating-linear-gradient()")}}</li>
- <li>{{CSSxRef("repeating-radial-gradient", "repeating-radial-gradient()")}}</li>
- <li>{{CSSxRef("conic-gradient")}}</li>
- <li>{{CSSxRef("repeating-conic-gradient", "repeating-conic-gradient()")}}</li>
- <li>{{CSSxRef("url", "url()")}}</li>
- <li>{{CSSxRef("element", "element()")}}</li>
- <li>{{CSSxRef("_image", "image()")}}</li>
- <li>{{CSSxRef("cross-fade", "cross-fade()")}}</li>
-</ul>
-
-<h3 id="Types_de_données">Types de données</h3>
-
-<ul>
- <li>{{cssxref("&lt;image&gt;")}}</li>
- <li>{{cssxref("&lt;gradient&gt;")}}</li>
-</ul>
-
-<h2 id="Guides">Guides</h2>
-
-<dl>
- <dt><a href="/fr/docs/Web/CSS/Utilisation_de_dégradés_CSS">Utilisation de dégradés CSS</a></dt>
- <dd>Présente un type spécifique d'images CSS, les <em>dégradés</em>, et comment les créer et les utiliser.</dd>
- <dt><a href="/fr/docs/Web/CSS/CSS_Images/Sprites_CSS">Les <em>sprites</em> CSS</a></dt>
- <dd>Décrit la technique classique consistant à regrouper plusieurs images en un seul document pour économiser des requêtes de téléchargement et rendre une page disponible plus rapidement.</dd>
-</dl>
-
-<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("CSS4 Images")}}</td>
- <td>{{Spec2("CSS4 Images")}}</td>
- <td>Ajout de {{CSSxRef("image-resolution")}},{{CSSxRef("conic-gradient")}} et {{CSSxRef("_image", "image()")}}.</td>
- </tr>
- <tr>
- <td>{{SpecName("CSS3 Images")}}</td>
- <td>{{Spec2("CSS3 Images")}}</td>
- <td>Ajout de {{CSSxRef("image-orientation")}}, {{CSSxRef("image-rendering")}}, {{CSSxRef("object-fit")}} et {{CSSxRef("object-position")}}</td>
- </tr>
- <tr>
- <td>{{SpecName("Compat", "#css-%3Cimage%3E-type", "CSS Gradients")}}</td>
- <td>{{Spec2("Compat")}}</td>
- <td>Standardisation de la version préfixée avec <code>-webkit</code> pour les valeurs de fonctions de dégradé</td>
- </tr>
- <tr>
- <td>{{SpecName("CSS3 Values", "#urls", "&lt;url&gt;")}}</td>
- <td>{{Spec2("CSS3 Values")}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{Specname("CSS2.1", "syndata.html#uri", "&lt;uri&gt;")}}</td>
- <td>{{Spec2("CSS2.1")}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName("CSS1", "#url", "&lt;url&gt;")}}</td>
- <td>{{Spec2("CSS1")}}</td>
- <td>Définition intiale.</td>
- </tr>
- </tbody>
-</table>