diff options
Diffstat (limited to 'files/fr/web/xpath/axes/following-sibling/index.md')
-rw-r--r-- | files/fr/web/xpath/axes/following-sibling/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/fr/web/xpath/axes/following-sibling/index.md b/files/fr/web/xpath/axes/following-sibling/index.md new file mode 100644 index 0000000000..9ed21b0c4b --- /dev/null +++ b/files/fr/web/xpath/axes/following-sibling/index.md @@ -0,0 +1,8 @@ +--- +title: following-sibling +slug: Web/XPath/Axes/following-sibling +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>
\ No newline at end of file |