aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/dd/index.html
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-13 07:08:36 +0200
committerGitHub <noreply@github.com>2021-10-13 07:08:36 +0200
commit2727d3c76fd54476ecc29fc01b6ce3fe8e33b582 (patch)
tree63d2792b527b189d288b229a63a8e98ddd95d23f /files/fr/web/html/element/dd/index.html
parentfaa42f59fe323aa6c5da07ab099ce903ab955cc5 (diff)
downloadtranslated-content-2727d3c76fd54476ecc29fc01b6ce3fe8e33b582.tar.gz
translated-content-2727d3c76fd54476ecc29fc01b6ce3fe8e33b582.tar.bz2
translated-content-2727d3c76fd54476ecc29fc01b6ce3fe8e33b582.zip
Prepare HTML section for Markdown conversion (#2628)
* Remove summary classes * Remove useless spans * Remove notranslate * Fix element index page (cf en-US) * Align page vs en-US cf8bcd9 for CI * Remove hidden classes * remove ids * Fix notes - part 1 / n * Fix notes - part 2/2 * Fix warnings * fix dls and some other issues * Fix imgs and styles
Diffstat (limited to 'files/fr/web/html/element/dd/index.html')
-rw-r--r--files/fr/web/html/element/dd/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/html/element/dd/index.html b/files/fr/web/html/element/dd/index.html
index bb76b3f403..640a75a714 100644
--- a/files/fr/web/html/element/dd/index.html
+++ b/files/fr/web/html/element/dd/index.html
@@ -17,7 +17,7 @@ browser-compat: html.elements.dd
---
<div>{{HTMLRef}}</div>
-<p class="summary">L'élément HTML <strong><code>&lt;dd&gt;</code></strong> fournit la description, la définition ou la valeur du terme précédent (<a href="/fr/docs/Web/HTML/Element/dt"><code>&lt;dt&gt;</code></a>) dans une liste de description (<a href="/fr/docs/Web/HTML/Element/dl"><code>&lt;dl&gt;</code></a>).</p>
+<p>L'élément HTML <strong><code>&lt;dd&gt;</code></strong> fournit la description, la définition ou la valeur du terme précédent (<a href="/fr/docs/Web/HTML/Element/dt"><code>&lt;dt&gt;</code></a>) dans une liste de description (<a href="/fr/docs/Web/HTML/Element/dl"><code>&lt;dl&gt;</code></a>).</p>
<div>{{EmbedInteractiveExample("pages/tabbed/dd.html","tabbed-standard")}}</div>
@@ -59,7 +59,7 @@ browser-compat: html.elements.dd
<p>Cet élément inclut <a href="/fr/docs/Web/HTML/Global_attributes">les attributs universels</a>.</p>
<dl>
- <dt><code id="attr-nowrap">nowrap</code> {{non-standard_inline}}</dt>
+ <dt><code>nowrap</code> {{non-standard_inline}}</dt>
<dd>Si la valeur de cet attribut est <code>yes</code>, il n'y aura pas de retour à la ligne si le texte de la définition dépasse la taille de la ligne. La valeur par défaut est <code>no</code>.</dd>
</dl>