diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 08:59:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 08:59:11 +0100 |
commit | b7d563653d48e4e78837de9dc49b03df9e7a111c (patch) | |
tree | 16f7437d6d57f65a1e0e5731a01829349e753b46 /files/fr/web/xpath/axes | |
parent | 96e58ba08b933501f77766a690cdd9a55a4c1173 (diff) | |
download | translated-content-b7d563653d48e4e78837de9dc49b03df9e7a111c.tar.gz translated-content-b7d563653d48e4e78837de9dc49b03df9e7a111c.tar.bz2 translated-content-b7d563653d48e4e78837de9dc49b03df9e7a111c.zip |
Fix md conversion errors (#3027)
Diffstat (limited to 'files/fr/web/xpath/axes')
-rw-r--r-- | files/fr/web/xpath/axes/ancestor-or-self/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/ancestor/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/attribute/index.html | 4 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/child/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/descendant-or-self/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/descendant/index.html | 4 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/following-sibling/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/following/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/namespace/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/parent/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/preceding-sibling/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/preceding/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/xpath/axes/self/index.html | 3 |
13 files changed, 13 insertions, 28 deletions
diff --git a/files/fr/web/xpath/axes/ancestor-or-self/index.html b/files/fr/web/xpath/axes/ancestor-or-self/index.html index 16f10946c2..5094b970ea 100644 --- a/files/fr/web/xpath/axes/ancestor-or-self/index.html +++ b/files/fr/web/xpath/axes/ancestor-or-self/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/ancestor-or-self --- <p> </p><p>L'axe <code>ancestor-or-self</code> indique le nœud de contexte courant ainsi que tous ses ascendants, y compris le nœud racine. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/ancestor-or-self", "es": "es/XPath/Ejes/ancestor-or-self", "pl": "pl/XPath/Osie/ancestor-or-self" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/ancestor/index.html b/files/fr/web/xpath/axes/ancestor/index.html index 15df1d6c8c..da3da048d6 100644 --- a/files/fr/web/xpath/axes/ancestor/index.html +++ b/files/fr/web/xpath/axes/ancestor/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/ancestor --- <p> </p><p>L'axe <code>ancestor</code> indique tous les ascendants du nœud de contexte, du nœud parent jusqu'au nœud racine. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/ancestor", "es": "es/XPath/Ejes/ancestor", "pl": "pl/XPath/Osie/ancestor" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/attribute/index.html b/files/fr/web/xpath/axes/attribute/index.html index be3c5180d3..2d23fbe176 100644 --- a/files/fr/web/xpath/axes/attribute/index.html +++ b/files/fr/web/xpath/axes/attribute/index.html @@ -5,6 +5,4 @@ translation_of: Web/XPath/Axes/attribute --- <p> </p><p>L'axe <code>attribute</code> axis indique les attributs du nœud de contexte. Seuls les éléments ont des attributs. Cet axe peut être abrégé avec le signe arobase (<code>@</code>). -</p><p><br> -<span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/attribute", "es": "es/XPath/Ejes/attribute", "pl": "pl/XPath/Osie/attribute" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/child/index.html b/files/fr/web/xpath/axes/child/index.html index 3566915d63..71b117b5a7 100644 --- a/files/fr/web/xpath/axes/child/index.html +++ b/files/fr/web/xpath/axes/child/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/child --- <p> </p><p>L'axe <code>child</code> indique les enfants du nœud de contexte. Si une expression XPath ne spécifie pas d'axe, il est compris par défaut. Comme seuls le nœud racine et les nœuds element ont des enfants, toute autre utilisation ne sélectionnera rien. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/child", "es": "es/XPath/Ejes/child", "pl": "pl/XPath/Osie/child" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/descendant-or-self/index.html b/files/fr/web/xpath/axes/descendant-or-self/index.html index 81227314a7..465710191e 100644 --- a/files/fr/web/xpath/axes/descendant-or-self/index.html +++ b/files/fr/web/xpath/axes/descendant-or-self/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/descendant-or-self --- <p> L'axe <code>descendant-or-self</code> indique le nœud de contexte et tout ses descendants. Les nœuds <code>attribute</code> et <code>namespace</code> ne sont pas compris - le parent d'un nœud <code>attribute</code> est un nœud <code>element</code>, mais les nœuds <code>attribute</code> ne sont pas les enfants de leur parent. -</p><p><span class="comment">interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/descendant-or-self", "es": "es/XPath/Ejes/descendant-or-self", "pl": "pl/XPath/Osie/descendant-or-self" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/descendant/index.html b/files/fr/web/xpath/axes/descendant/index.html index e3f42fae11..3897ddbf8b 100644 --- a/files/fr/web/xpath/axes/descendant/index.html +++ b/files/fr/web/xpath/axes/descendant/index.html @@ -5,6 +5,4 @@ translation_of: Web/XPath/Axes/descendant --- <p> </p><p>l'axe <code>descendant</code> indique tous les nœuds enfants du nœud de contexte, et tous leurs enfants, et ainsi de suite. Les nœuds <code>attribute</code> et <code>namespace</code> ne sont pas compris - le parent d'un nœud <code>attribute</code> est un nœud <code>element</code>, mais les nœuds <code>attribute</code> ne sont pas les enfants de leur parent. -</p><p><br> -<span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/descendant", "es": "es/XPath/Ejes/descendant", "pl": "pl/XPath/Osie/descendant" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/following-sibling/index.html b/files/fr/web/xpath/axes/following-sibling/index.html index bc8d434e5f..9ed21b0c4b 100644 --- a/files/fr/web/xpath/axes/following-sibling/index.html +++ b/files/fr/web/xpath/axes/following-sibling/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/following-sibling --- <p> </p><p>L'axe <code>following-sibling</code> indique tous les nœuds qui ont le même <code>parent</code> que le nœud de contexte mais qui apparaissent après lui dans le document source. -</p><p><span class="comment">Interwikilanguages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/following-sibling", "es": "es/XPath/Ejes/following-sibling", "pl": "pl/XPath/Osie/following-sibling" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/following/index.html b/files/fr/web/xpath/axes/following/index.html index cb53cdd742..ccf5191169 100644 --- a/files/fr/web/xpath/axes/following/index.html +++ b/files/fr/web/xpath/axes/following/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/following --- <p> </p><p>L'axe <code>following</code> indique tous les nœuds situés après le nœud de contexte, excepté les nœuds <code>descendant</code>, <code>attribute</code> et <code>namespace</code>. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/following", "es": "es/XPath/Ejes/following", "pl": "pl/XPath/Osie/following" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/namespace/index.html b/files/fr/web/xpath/axes/namespace/index.html index 59a1b9d8d4..b6db3a451e 100644 --- a/files/fr/web/xpath/axes/namespace/index.html +++ b/files/fr/web/xpath/axes/namespace/index.html @@ -6,5 +6,4 @@ translation_of: Web/XPath/Axes/namespace <p> </p><p><i>(non supporté)</i> </p><p>L'axe <code>namespace</code> indique tous les nœuds qui sont dans le voisinage immédiat du nœud de contexte. Dans ce cas, le nœud de contexte doit être un nœud <code>element</code>. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/namespace", "es": "es/XPath/Ejes/namespace", "pl": "pl/XPath/Osie/namespace" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/parent/index.html b/files/fr/web/xpath/axes/parent/index.html index 04148dd9e4..a12905e03e 100644 --- a/files/fr/web/xpath/axes/parent/index.html +++ b/files/fr/web/xpath/axes/parent/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/parent --- <p> </p><p>L'axe <code>parent</code> indique le nœud parent du nœud de contexte. Il peut être abrégé par deux points (<code>..</code>). -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/parent", "es": "es/XPath/Ejes/parent", "pl": "pl/XPath/Osie/parent" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/preceding-sibling/index.html b/files/fr/web/xpath/axes/preceding-sibling/index.html index b4c78b09b8..598739c27a 100644 --- a/files/fr/web/xpath/axes/preceding-sibling/index.html +++ b/files/fr/web/xpath/axes/preceding-sibling/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/preceding-sibling --- <p> </p><p>L'axe <code>preceding-sibling</code> indique tous les nœuds qui ont le même <code>parent</code> que le nœud de contexte mais qui apparaissent avant lui dans le document source. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/preceding-sibling", "es": "es/XPath/Ejes/preceding-sibling", "pl": "pl/XPath/Osie/preceding-sibling" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/preceding/index.html b/files/fr/web/xpath/axes/preceding/index.html index f0aa5014ab..bb6d7c977e 100644 --- a/files/fr/web/xpath/axes/preceding/index.html +++ b/files/fr/web/xpath/axes/preceding/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/preceding --- <p> </p><p>L'axe <code>preceding</code> indique tous les nœuds qui précédent le nœud de contexte dans le document, except any <code>ancestor</code>, excepté les nœuds <code>attribute</code> et <code>namespace</code>. -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/preceding", "es": "es/XPath/Ejes/preceding", "pl": "pl/XPath/Osie/preceding" } ) }} +</p>
\ No newline at end of file diff --git a/files/fr/web/xpath/axes/self/index.html b/files/fr/web/xpath/axes/self/index.html index dd98799901..3e604022ff 100644 --- a/files/fr/web/xpath/axes/self/index.html +++ b/files/fr/web/xpath/axes/self/index.html @@ -5,5 +5,4 @@ translation_of: Web/XPath/Axes/self --- <p> </p><p>L'axe <code>self</code> indique le nœud de contexte lui-même. Il peut être abrégé par un simple point (<code>.</code>). -</p><p><span class="comment">Interwiki Languages Links</span> -</p>{{ languages( { "en": "en/XPath/Axes/self", "es": "es/XPath/Ejes/self", "pl": "pl/XPath/Osie/self" } ) }} +</p>
\ No newline at end of file |