aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web')
-rw-r--r--files/fr/web/api/document/getelementsbyclassname/index.html2
-rw-r--r--files/fr/web/api/element/clientleft/index.html2
-rw-r--r--files/fr/web/api/navigator/registerprotocolhandler/index.html2
-rw-r--r--files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html2
-rw-r--r--files/fr/web/api/navigatoronline/online_and_offline_events/index.html2
-rw-r--r--files/fr/web/api/window/dialogarguments/index.html2
-rw-r--r--files/fr/web/api/window/showmodaldialog/index.html2
-rw-r--r--files/fr/web/exslt/exsl/node-set/index.html1
-rw-r--r--files/fr/web/exslt/exsl/object-type/index.html2
-rw-r--r--files/fr/web/exslt/index.html1
-rw-r--r--files/fr/web/exslt/math/highest/index.html2
-rw-r--r--files/fr/web/exslt/math/lowest/index.html2
-rw-r--r--files/fr/web/exslt/math/min/index.html2
-rw-r--r--files/fr/web/exslt/set/difference/index.html2
-rw-r--r--files/fr/web/exslt/set/distinct/index.html2
-rw-r--r--files/fr/web/exslt/set/has-same-node/index.html2
-rw-r--r--files/fr/web/exslt/set/intersection/index.html2
-rw-r--r--files/fr/web/exslt/set/leading/index.html2
-rw-r--r--files/fr/web/exslt/set/trailing/index.html2
-rw-r--r--files/fr/web/exslt/str/concat/index.html2
-rw-r--r--files/fr/web/exslt/str/split/index.html2
-rw-r--r--files/fr/web/exslt/str/tokenize/index.html2
22 files changed, 20 insertions, 22 deletions
diff --git a/files/fr/web/api/document/getelementsbyclassname/index.html b/files/fr/web/api/document/getelementsbyclassname/index.html
index 021ce5c742..7296b18b88 100644
--- a/files/fr/web/api/document/getelementsbyclassname/index.html
+++ b/files/fr/web/api/document/getelementsbyclassname/index.html
@@ -8,7 +8,7 @@ tags:
- Reference
translation_of: Web/API/Document/getElementsByClassName
---
-<p>{{ Fx_minversion_header(3) }} {{APIRef("DOM")}}</p>
+<p>{{APIRef("DOM")}}</p>
<p><span id="result_box" lang="fr"><span>Renvoie un objet de type tableau de tous les éléments enfants qui ont tous les noms de classe donnés.</span> <span>Lorsqu'il est appelé sur l'objet document, le document complet est recherché, y compris le nœud racine.</span> <span>Vous pouvez également appeler {{domxref ("Element.getElementsByClassName", "getElementsByClassName ()")}} sur n'importe quel élément;</span> <span>il retournera uniquement les éléments qui sont les descendants de l'élément racine spécifié avec les noms de classes donnés.</span></span></p>
diff --git a/files/fr/web/api/element/clientleft/index.html b/files/fr/web/api/element/clientleft/index.html
index ce24f4ea3c..0805f783d5 100644
--- a/files/fr/web/api/element/clientleft/index.html
+++ b/files/fr/web/api/element/clientleft/index.html
@@ -5,7 +5,7 @@ tags:
- Référence_du_DOM_Gecko
translation_of: Web/API/Element/clientLeft
---
-<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }}</p>
+<p>{{ ApiRef() }}</p>
<h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3>
<p>La largeur de la bordure gauche d'un élément en pixels. Celle-ci comprend la largeur de la barre de défilement verticale si la direction de l'élément est de droite à gauche et si un débordement provoque l'apparition d'une barre de défilement vertical sur la gauche. Les marges et le remplissage gauche (padding) ne font pas partie de <code>clientLeft</code>. Cette propriété est en lecture seule.</p>
<p>Les applications basées sur <a href="fr/Gecko">Gecko</a> gèrent <code>clientLeft</code> à partir de Gecko 1.9 (<a href="fr/Firefox_3">Firefox 3</a>, implémentation dans le {{ Bug(111207) }}). Cette propriété n'est pas disponible dans Firefox 2 et les versions précédentes.</p>
diff --git a/files/fr/web/api/navigator/registerprotocolhandler/index.html b/files/fr/web/api/navigator/registerprotocolhandler/index.html
index 4280481600..14aafcd546 100644
--- a/files/fr/web/api/navigator/registerprotocolhandler/index.html
+++ b/files/fr/web/api/navigator/registerprotocolhandler/index.html
@@ -5,7 +5,7 @@ tags:
- Firefox 3
translation_of: Web/API/Navigator/registerProtocolHandler
---
-<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ ApiRef() }}</p>
<h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3>
diff --git a/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html b/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html
index 8bacc37c9e..45c1406fb7 100644
--- a/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html
+++ b/files/fr/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html
@@ -3,7 +3,7 @@ title: Gestionnaires de protocoles web
slug: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers
translation_of: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers
---
-<p>{{ Fx_minversion_header(3) }}</p>
+
<h3 id="Introduction" name="Introduction">Introduction</h3>
diff --git a/files/fr/web/api/navigatoronline/online_and_offline_events/index.html b/files/fr/web/api/navigatoronline/online_and_offline_events/index.html
index f62dbbf947..67c97d64ad 100644
--- a/files/fr/web/api/navigatoronline/online_and_offline_events/index.html
+++ b/files/fr/web/api/navigatoronline/online_and_offline_events/index.html
@@ -9,7 +9,7 @@ tags:
translation_of: Web/API/NavigatorOnLine/Online_and_offline_events
original_slug: Web/API/NavigatorOnLine/Évènements_online_et_offline
---
-<p>{{ Fx_minversion_header(3) }} <a href="fr/Firefox_3_pour_les_d%c3%a9veloppeurs">Firefox 3</a> implémente <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#offline">les évènements <code>online</code> et <code>offline</code></a> de la <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/">spécification Web Applications 1.0 du WHATWG</a>.</p>
+<p><a href="fr/Firefox_3_pour_les_d%c3%a9veloppeurs">Firefox 3</a> implémente <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#offline">les évènements <code>online</code> et <code>offline</code></a> de la <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/">spécification Web Applications 1.0 du WHATWG</a>.</p>
<h3 id="Aper.C3.A7u" name="Aper.C3.A7u">Aperçu</h3>
diff --git a/files/fr/web/api/window/dialogarguments/index.html b/files/fr/web/api/window/dialogarguments/index.html
index e79536d5cf..84b9e83ca5 100644
--- a/files/fr/web/api/window/dialogarguments/index.html
+++ b/files/fr/web/api/window/dialogarguments/index.html
@@ -13,7 +13,7 @@ tags:
- Window
translation_of: Web/API/Window/dialogArguments
---
-<p>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</p>
+<p>{{ deprecated_header() }}{{APIRef}}</p>
<p><span class="seoSummary">La propriété <code>dialogArguments</code> renvoie les paramètres qui ont été transmis à la méthode {{domxref("window.showModalDialog()")}} method.</span> Cela vous permet de déterminer quels paramètres ont été spécifiés lors de la boîte de dialogue modale.</p>
diff --git a/files/fr/web/api/window/showmodaldialog/index.html b/files/fr/web/api/window/showmodaldialog/index.html
index 20cdd6248a..e3fba42ed2 100644
--- a/files/fr/web/api/window/showmodaldialog/index.html
+++ b/files/fr/web/api/window/showmodaldialog/index.html
@@ -5,7 +5,7 @@ tags:
- Obsolete
translation_of: Web/API/Window/showModalDialog
---
-<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ ApiRef() }}</p>
<h3 id="R.C3.A9sum.C3.A9" name="R.C3.A9sum.C3.A9">Résumé</h3>
diff --git a/files/fr/web/exslt/exsl/node-set/index.html b/files/fr/web/exslt/exsl/node-set/index.html
index 212a88fc83..8d6851bf73 100644
--- a/files/fr/web/exslt/exsl/node-set/index.html
+++ b/files/fr/web/exslt/exsl/node-set/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/exsl/node-set
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>exsl:node-set()</code> retourne un ensemble de nœuds d'un fragment d'arbre résultant, qui correspond à ce qu'on obtient en regardant <code><a href="fr/XSLT/variable">xsl:variable</a></code> plutôt que son attribut <code>select</code> pour récupérer la valeur d'une variable. Ceci permet de traiter le XML créé dans une variable pour de le traiter en plusieurs étapes.
</p><p>Vous pouvez également utiliser <code>exsl:node-set()</code> pour transformer des chaînes en nœuds texte.
diff --git a/files/fr/web/exslt/exsl/object-type/index.html b/files/fr/web/exslt/exsl/object-type/index.html
index f4c3a6dfd1..a56c6b82e4 100644
--- a/files/fr/web/exslt/exsl/object-type/index.html
+++ b/files/fr/web/exslt/exsl/object-type/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/exsl/object-type
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>exsl:object-type()</code> retourne une chaîne indiquant le type de l'objet spécifié.</p>
diff --git a/files/fr/web/exslt/index.html b/files/fr/web/exslt/index.html
index 36da4ac462..3073b27b72 100644
--- a/files/fr/web/exslt/index.html
+++ b/files/fr/web/exslt/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
EXSLT est un ensemble d'extensions à <a href="fr/XSLT">XSLT</a>. Un certain nombre de modules existent ; ceux qui sont supportés par Firefox sont listés ci-dessous :
</p>
<dl><dt> <a href="#Common">Common</a> (<code>exsl</code>)
diff --git a/files/fr/web/exslt/math/highest/index.html b/files/fr/web/exslt/math/highest/index.html
index 58050e9e5f..5601b1ee58 100644
--- a/files/fr/web/exslt/math/highest/index.html
+++ b/files/fr/web/exslt/math/highest/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/math/highest
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br>
+<p>{{ XsltRef() }}<br>
<code>math:highest()</code> retourne le nœud de l'ensemble de nœuds spécifié possédant la plus grande valeur (où la plus grande valeur est calculée avec <code><a href="fr/EXSLT/math/max">math:max()</a></code>).</p>
<p>Un nœud a sa valeur maximale si sa valeur de chaîne convertie en nombre est égale à la valeur maximale.</p>
diff --git a/files/fr/web/exslt/math/lowest/index.html b/files/fr/web/exslt/math/lowest/index.html
index 0c3ca2727d..bd69a718bf 100644
--- a/files/fr/web/exslt/math/lowest/index.html
+++ b/files/fr/web/exslt/math/lowest/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/math/lowest
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br>
+<p>{{ XsltRef() }}<br>
<code>math:lowest()</code> retourne le nœud de l'ensemble de nœuds spécifié possédant la plus grande valeur (où la plus grande valeur est calculée avec <code><a href="fr/EXSLT/math/min">math:min()</a></code>).</p>
<p>Un nœud a sa valeur minimale si sa valeur de chaîne convertie en nombre est égale à la valeur minimale.</p>
diff --git a/files/fr/web/exslt/math/min/index.html b/files/fr/web/exslt/math/min/index.html
index 28d2947748..3feb6cda34 100644
--- a/files/fr/web/exslt/math/min/index.html
+++ b/files/fr/web/exslt/math/min/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/math/min
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>math:min()</code> renvoir la valeur minimale pour un ensemble de nœuds.</p>
diff --git a/files/fr/web/exslt/set/difference/index.html b/files/fr/web/exslt/set/difference/index.html
index ed02a244bb..04b7dbe711 100644
--- a/files/fr/web/exslt/set/difference/index.html
+++ b/files/fr/web/exslt/set/difference/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/set/difference
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}<br>
+<p>{{ XsltRef() }}<br>
<code>set:difference()</code> retourne la différence entre deux ensembles de nœuds. En d'autres termes, elle retourne un ensemble de nœuds qui sont dans un des ensembles mais par dans l'autre.</p>
<p>La version<em>modèle</em> de <code>set:difference</code> applique des modèles à ces nœuds dans le mode <code>set:difference</code>, en copiant les nœuds afin de retourner un un fragment d'arbre résultant comprenant ces nœuds.</p>
diff --git a/files/fr/web/exslt/set/distinct/index.html b/files/fr/web/exslt/set/distinct/index.html
index 0055f4c067..5ef0131d52 100644
--- a/files/fr/web/exslt/set/distinct/index.html
+++ b/files/fr/web/exslt/set/distinct/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/set/distinct
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>set:distinct()</code> retourne un sous-ensemble des nœuds appartenant à l'ensemble de nœuds spécifié, en ne retournant que les nœuds possédant une valeur de chaîne unique.</p>
diff --git a/files/fr/web/exslt/set/has-same-node/index.html b/files/fr/web/exslt/set/has-same-node/index.html
index 168b3e9c9b..785e208746 100644
--- a/files/fr/web/exslt/set/has-same-node/index.html
+++ b/files/fr/web/exslt/set/has-same-node/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/set/has-same-node
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>set:has-same-node()</code> détermine si deux ensembles de nœuds ont ou non des nœuds communs.</p>
diff --git a/files/fr/web/exslt/set/intersection/index.html b/files/fr/web/exslt/set/intersection/index.html
index 9381a35322..133fc503dc 100644
--- a/files/fr/web/exslt/set/intersection/index.html
+++ b/files/fr/web/exslt/set/intersection/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/set/intersection
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>set:intersection()</code> retourne l'intersection de deux ensembles de nœuds. En d'autres termes, cette fonction retourne un ensemble de nœuds contenant tous les nœuds appartenant aux deux ensembles de nœuds.</p>
diff --git a/files/fr/web/exslt/set/leading/index.html b/files/fr/web/exslt/set/leading/index.html
index e9d44b89af..a4d5c2e422 100644
--- a/files/fr/web/exslt/set/leading/index.html
+++ b/files/fr/web/exslt/set/leading/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/set/leading
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>set:leading()</code> retourne les nœuds d'un 1er ensemble de nœuds qui se trouvent avant le 1er nœud du 2nd ensemble de nœuds.</p>
diff --git a/files/fr/web/exslt/set/trailing/index.html b/files/fr/web/exslt/set/trailing/index.html
index 1bc6de6f39..5bfb71bb66 100644
--- a/files/fr/web/exslt/set/trailing/index.html
+++ b/files/fr/web/exslt/set/trailing/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/set/trailing
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>set:trailing()</code> retourne les nœuds d'un 1er ensemble de nœuds qui se trouvent après le 1er nœud du 2nd ensemble de nœuds.</p>
diff --git a/files/fr/web/exslt/str/concat/index.html b/files/fr/web/exslt/str/concat/index.html
index b1d6c17db0..117e9244f0 100644
--- a/files/fr/web/exslt/str/concat/index.html
+++ b/files/fr/web/exslt/str/concat/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/str/concat
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>str:concat()</code> retourne une chaîne contenant toutes les valeurs de chaînes d'un ensemble de nœuds concaténées ensembles.</p>
diff --git a/files/fr/web/exslt/str/split/index.html b/files/fr/web/exslt/str/split/index.html
index 4b2eefb0de..d568088bb3 100644
--- a/files/fr/web/exslt/str/split/index.html
+++ b/files/fr/web/exslt/str/split/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/str/split
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>str:split()</code> divise une chaîne en utilisation un motif pour déterminer où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.</p>
diff --git a/files/fr/web/exslt/str/tokenize/index.html b/files/fr/web/exslt/str/tokenize/index.html
index 9a36fd00bb..ffa54bdfdd 100644
--- a/files/fr/web/exslt/str/tokenize/index.html
+++ b/files/fr/web/exslt/str/tokenize/index.html
@@ -6,7 +6,7 @@ tags:
- XSLT
translation_of: Web/EXSLT/str/tokenize
---
-<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p>
+<p>{{ XsltRef() }}</p>
<p><br>
<code>str:tokenize()</code> divise une chaîne en utilisant un ensemble de caractère comme délimiteur qui détermine l'endroit où doivent être fait les séparations, en retournant un ensemble de nœuds contenant les chaînes résultantes.</p>