diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/property | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-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/property')
-rw-r--r-- | files/fr/glossary/property/css/index.html | 6 | ||||
-rw-r--r-- | files/fr/glossary/property/javascript/index.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/glossary/property/css/index.html b/files/fr/glossary/property/css/index.html index 8c4896d468..83fab68631 100644 --- a/files/fr/glossary/property/css/index.html +++ b/files/fr/glossary/property/css/index.html @@ -28,14 +28,14 @@ div { <h3 id="Culture_générale">Culture générale</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/Apprendre/CSS">Apprendre CSS</a></li> + <li><a href="/fr/Apprendre/CSS">Apprendre CSS</a></li> </ul> <h3 id="Références_techniques">Références techniques</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/docs/Web/CSS/Reference">Référence CSS</a> sur MDN</li> - <li><a href="http://www.w3.org/Style/CSS/current-work" rel="external">The CSS Working Group current work</a> (en)</li> + <li><a href="/fr/docs/Web/CSS/Reference">Référence CSS</a> sur MDN</li> + <li><a href="http://www.w3.org/Style/CSS/current-work">The CSS Working Group current work</a> (en)</li> </ul> <p> </p> diff --git a/files/fr/glossary/property/javascript/index.html b/files/fr/glossary/property/javascript/index.html index 21e3b3a633..076cf9d8eb 100644 --- a/files/fr/glossary/property/javascript/index.html +++ b/files/fr/glossary/property/javascript/index.html @@ -16,5 +16,5 @@ translation_of: Glossary/property/JavaScript <ul> <li>{{InterWiki('wikipedia','Propriété (informatique)')}} sur Wikipédia</li> - <li><a href="https://developer.mozilla.org/fr/docs/Web/JavaScript/Introduction_à_JavaScript_orienté_objet">Introduction à JavaScript orienté objet</a></li> + <li><a href="/fr/docs/Web/JavaScript/Introduction_à_JavaScript_orienté_objet">Introduction à JavaScript orienté objet</a></li> </ul> |