diff options
Diffstat (limited to 'files/fr/web/html/element/slot/index.html')
-rw-r--r-- | files/fr/web/html/element/slot/index.html | 6 |
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><slot></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><slot></code> avec un attribut <code>name</code>.</p></dd> </dl> <h2 id="Exemples">Exemples</h2> -<pre class="brush: html notranslate"><template id="element-details-template"> +<pre class="brush: html"><template id="element-details-template"> <style> details {font-family: "Open Sans Light", Helvetica, Arial, sans-serif } .name {font-weight: bold; color: #217ac0; font-size: 120% } |