aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/xlink
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 19:39:35 +0100
committerGitHub <noreply@github.com>2021-11-15 19:39:35 +0100
commit6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch)
treee602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/xlink
parent34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff)
downloadtranslated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz
translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2
translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes * Fix hidden blocks / code samples * Remove span cruft * Remove <font> and <style .. font..> * Remove notranslate * Remove id other than in headings * Fix pre blocks and remove style * Fix other report one offs and remove absolute urls * Remove external classes * Fixing images url
Diffstat (limited to 'files/fr/glossary/xlink')
-rw-r--r--files/fr/glossary/xlink/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/files/fr/glossary/xlink/index.html b/files/fr/glossary/xlink/index.html
index d7bf7ca8b8..e9c2163618 100644
--- a/files/fr/glossary/xlink/index.html
+++ b/files/fr/glossary/xlink/index.html
@@ -13,19 +13,19 @@ original_slug: Glossaire/XLink
<p>Pour ceux qui ont trouvé XLink 1.0 lourd pour les liens normaux, XLink 1.1 supprime la nécessité de spécifier <code>xlink:type="simple"</code> pour les liens simples.</p>
-<p>XLink est utilisé dans <a href="/fr/docs/Web/SVG" title="en/SVG">SVG</a>, <a href="/fr/docs/Web/MathML" title="en/MathML">MathML</a> et d'autres standards importants.</p>
+<p>XLink est utilisé dans <a href="/fr/docs/Web/SVG">SVG</a>, <a href="/fr/docs/Web/MathML">MathML</a> et d'autres standards importants.</p>
-<h3 id="Specification" name="Specification">Spécification</h3>
+<h3 id="Specification">Spécification</h3>
<ul>
- <li><a class="external" href="http://www.w3.org/TR/xlink/">XLink 1.0</a></li>
- <li><a class="external" href="http://www.w3.org/TR/xlink11/">XLink 1.1</a> (actuellement au stade de brouillon de travail)</li>
+ <li><a href="http://www.w3.org/TR/xlink/">XLink 1.0</a></li>
+ <li><a href="http://www.w3.org/TR/xlink11/">XLink 1.1</a> (actuellement au stade de brouillon de travail)</li>
</ul>
-<h3 id="See_also" name="See_also">Voir aussi</h3>
+<h3 id="See_also">Voir aussi</h3>
<ul>
- <li><a href="/fr/docs/XML_dans_Mozilla" title="en/XML_in_Mozilla">XML dans Mozilla</a></li>
- <li><a href="https://developer.mozilla.org/fr/docs/Archive/Add-ons/Code_snippets/getAttributeNS" title="en/Code_snippets/getAttributeNS">Code snippets:getAttributeNS</a> - un wrapper à utiliser avec les navigateurs qui ne supportent par cette méthode DOM</li>
- <li><a href="https://developer.mozilla.org/fr/docs/Archive/Add-ons/Code_snippets/XML/base_function" title="en/Code_snippets/xml/base_function">Code snippets:xml:base function</a> - une tentative grossière de trouver un XLink complet en se basant sur un attribut xlink:href (ou &lt;xi:include href=&gt;) et sur son xml:base ou celui de son ancêtre.</li>
+ <li><a href="/fr/docs/XML_dans_Mozilla">XML dans Mozilla</a></li>
+ <li><a href="/fr/docs/Archive/Add-ons/Code_snippets/getAttributeNS">Code snippets:getAttributeNS</a> - un wrapper à utiliser avec les navigateurs qui ne supportent par cette méthode DOM</li>
+ <li><a href="/fr/docs/Archive/Add-ons/Code_snippets/XML/base_function">Code snippets:xml:base function</a> - une tentative grossière de trouver un XLink complet en se basant sur un attribut xlink:href (ou &lt;xi:include href=&gt;) et sur son xml:base ou celui de son ancêtre.</li>
</ul>