aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/html/element/rt/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/rt/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/rt/index.html')
-rw-r--r--files/fr/web/html/element/rt/index.html27
1 files changed, 11 insertions, 16 deletions
diff --git a/files/fr/web/html/element/rt/index.html b/files/fr/web/html/element/rt/index.html
index a5db6f5422..5cc3fcc684 100644
--- a/files/fr/web/html/element/rt/index.html
+++ b/files/fr/web/html/element/rt/index.html
@@ -15,16 +15,15 @@ translation_of: Web/HTML/Element/rt
<div>{{EmbedInteractiveExample("pages/tabbed/rt.html", "tabbed-shorter")}}</div>
-<div class="hidden">Le code source de cet exemple interactif est disponible dans un dépôt GitHub. Si vous souhaitez contribuez à ces exemples, n'hésitez pas à cloner <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> et à envoyer une <em>pull request</em> !</div>
-
<h2 id="Attributs">Attributs</h2>
<p>Cet élément inclut uniquement <a href="/fr/docs/Web/HTML/Attributs_universels">les attributs universels</a>.</p>
<h2 id="Exemples">Exemples</h2>
-<div id="with-ruby">
-<h3 id="HTML">HTML</h3>
+<h3 id="Avec_prise_en_charge_de_ruby">Avec prise en charge de ruby</h3>
+
+<h4 id="HTML">HTML</h4>
<pre class="brush: html">&lt;ruby&gt;
漢 &lt;rt&gt;Kan&lt;/rt&gt;
@@ -32,31 +31,27 @@ translation_of: Web/HTML/Element/rt
&lt;/ruby&gt;
</pre>
-<div class="hidden">
-<pre class="brush: css">body {
+<pre class="brush: css hidden">body {
font-size: 22px;
}
</pre>
-</div>
-<h3 id="Résultat">Résultat</h3>
+<h4 id="Résultat">Résultat</h4>
-<p>{{EmbedLiveSample("with-ruby","100%","130")}}</p>
+<p>{{EmbedLiveSample("Avec_prise_en_charge_de_ruby","100%","130")}}</p>
+
+<h3 id="Sans_prise_en_charge_de_ruby">Sans prise en charge de ruby</h3>
<p>Pour un navigateur sans prise en charge de Ruby, on aurait le résultat suivant :</p>
-<div id="without-ruby">
-<div class="hidden">
-<pre class="brush: html">漢 Kan 字 ji</pre>
+<pre class="brush: html hidden">漢 Kan 字 ji</pre>
-<pre class="brush: css">body {
+<pre class="brush: css hidden">body {
font-size: 22px;
}
</pre>
-</div>
-</div>
-<p>{{EmbedLiveSample("without-ruby", 600, 60)}}</p>
+<p>{{EmbedLiveSample("Sans_prise_en_charge_de_ruby", 600, 60)}}</p>
<h2 id="Spécifications">Spécifications</h2>