aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/slot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/html/element/slot/index.html')
-rw-r--r--files/fr/web/html/element/slot/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/html/element/slot/index.html b/files/fr/web/html/element/slot/index.html
index bfa3c09685..ce9967dc3e 100644
--- a/files/fr/web/html/element/slot/index.html
+++ b/files/fr/web/html/element/slot/index.html
@@ -20,13 +20,13 @@ translation_of: Web/HTML/Element/slot
<dl>
<dt>{{htmlattrdef("name")}}</dt>
- <dd>Le nom de l'emplacement créé.</dd>
- <dd>Un <strong><dfn>« slot » nommé</dfn></strong> est un élément <code>&lt;slot&gt;</code> avec un attribut <code>name</code>.</dd>
+ <dd><p>Le nom de l'emplacement créé.</p>
+ <p>Un <strong><dfn>« slot » nommé</dfn></strong> est un élément <code>&lt;slot&gt;</code> avec un attribut <code>name</code>.</p></dd>
</dl>
<h2 id="Exemples">Exemples</h2>
-<pre class="brush: html notranslate">&lt;template id="element-details-template"&gt;
+<pre class="brush: html">&lt;template id="element-details-template"&gt;
&lt;style&gt;
details {font-family: "Open Sans Light", Helvetica, Arial, sans-serif }
.name {font-weight: bold; color: #217ac0; font-size: 120% }