aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_namespaces
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:59:20 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:33 +0200
commit258ba7b4be62d8640477a3bd3146d08b00cb70ec (patch)
treea8476eee4c369ff47bdfe08353774414f2281ba3 /files/fr/web/css/css_namespaces
parent149319bb8c7b1394a443f0877c3460cd362aa815 (diff)
downloadtranslated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.gz
translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.bz2
translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.zip
convert content to md
Diffstat (limited to 'files/fr/web/css/css_namespaces')
-rw-r--r--files/fr/web/css/css_namespaces/index.md39
1 files changed, 12 insertions, 27 deletions
diff --git a/files/fr/web/css/css_namespaces/index.md b/files/fr/web/css/css_namespaces/index.md
index ca72f88a6c..90a64c0d84 100644
--- a/files/fr/web/css/css_namespaces/index.md
+++ b/files/fr/web/css/css_namespaces/index.md
@@ -8,39 +8,24 @@ tags:
- Reference
translation_of: Web/CSS/CSS_Namespaces
---
-<div>{{CSSRef}}</div>
+{{CSSRef}}
-<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>
+**_CSS Namespaces_** (ou « espaces de noms CSS ») est un module CSS qui permet aux auteurs de spécifier des [espaces de noms XML](/en-US/docs/Namespaces) en CSS.
-<h2 id="Référence">Référence</h2>
+## Référence
-<h3 id="Règles">Règles @</h3>
+### Règles @
-<ul>
- <li>{{cssxref("@namespace")}}</li>
-</ul>
+- {{cssxref("@namespace")}}
-<h2 id="Spécifications">Spécifications</h2>
+## Spécifications
-<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>
+| Spécification | État | Commentaires |
+| ---------------------------------------- | ------------------------------------ | -------------------- |
+| {{SpecName("CSS3 Namespaces")}} | {{Spec2("CSS3 Namespaces")}} | Définition initiale. |
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
-<h3 id="namespace"><code>@namespace</code></h3>
+### `@namespace`
-<p>{{Compat("css.at-rules.namespace")}}</p>
+{{Compat("css.at-rules.namespace")}}