aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_namespaces/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_namespaces/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_namespaces/index.html')
-rw-r--r--files/fr/web/css/css_namespaces/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/files/fr/web/css/css_namespaces/index.html b/files/fr/web/css/css_namespaces/index.html
deleted file mode 100644
index ca72f88a6c..0000000000
--- a/files/fr/web/css/css_namespaces/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: CSS Namespaces
-slug: Web/CSS/CSS_Namespaces
-tags:
- - Aperçu
- - CSS
- - CSS Namespaces
- - Reference
-translation_of: Web/CSS/CSS_Namespaces
----
-<div>{{CSSRef}}</div>
-
-<p><em><strong>CSS Namespaces</strong></em> (ou « espaces de noms CSS ») est un module CSS qui permet aux auteurs de spécifier des <a href="/en-US/docs/Namespaces">espaces de noms XML</a> en CSS.</p>
-
-<h2 id="Référence">Référence</h2>
-
-<h3 id="Règles">Règles @</h3>
-
-<ul>
- <li>{{cssxref("@namespace")}}</li>
-</ul>
-
-<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("CSS3 Namespaces")}}</td>
- <td>{{Spec2("CSS3 Namespaces")}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<h3 id="namespace"><code>@namespace</code></h3>
-
-<p>{{Compat("css.at-rules.namespace")}}</p>