aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/falsy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossary/falsy/index.html')
-rw-r--r--files/fr/glossary/falsy/index.html2
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 =&gt; noisy, ice =&gt; icy, shine =&gt; 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 =&gt; noisy, ice =&gt; icy, shine =&gt; shiny) .</p>
<h2 id="En_apprendre_plus">En apprendre plus</h2>