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/falsy | |
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/falsy')
-rw-r--r-- | files/fr/glossary/falsy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/glossary/falsy/index.html b/files/fr/glossary/falsy/index.html index 063db74977..c617b8bb65 100644 --- a/files/fr/glossary/falsy/index.html +++ b/files/fr/glossary/falsy/index.html @@ -29,7 +29,7 @@ if (document.all) [1]</pre> <p>[1] <code>document.all</code> a été utilisé par le passé pour détecter le navigateur et la <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all">spécification HTML définit une infraction délibérée</a> aux standards ECMAScript afin de garder une compatibilité ascendante (<code>if (document.all) { // Code Internet Explorer ici (Sauf IE11) }</code> ou en utilisant <code>document.all</code> sans vérifier s'il existe d'abord : <code>document.all.foo</code>).</p> -<p>Parfois écrit falsey, <span id="result_box" lang="fr"><span>bien qu'en anglais, transformer un mot en adjectif avec un</span></span> <em>-y</em> <span id="result_box" lang="fr"><span>fait disparaître tout e final (</span></span>noise => noisy, ice => icy, shine => shiny<span lang="fr"><span>)</span></span> .</p> +<p>Parfois écrit falsey, bien qu'en anglais, transformer un mot en adjectif avec un <em>-y</em> fait disparaître tout e final (noise => noisy, ice => icy, shine => shiny) .</p> <h2 id="En_apprendre_plus">En apprendre plus</h2> |