aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/node/issamenode/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/node/issamenode/index.md')
-rw-r--r--files/fr/web/api/node/issamenode/index.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/files/fr/web/api/node/issamenode/index.md b/files/fr/web/api/node/issamenode/index.md
index 682d50b9e7..5b57ac5cbb 100644
--- a/files/fr/web/api/node/issamenode/index.md
+++ b/files/fr/web/api/node/issamenode/index.md
@@ -1,11 +1,6 @@
---
title: Node.isSameNode()
slug: Web/API/Node/isSameNode
-tags:
- - API
- - DOM
- - Méthodes
- - Noeuds
translation_of: Web/API/Node/isSameNode
---
{{APIRef("DOM")}}
@@ -58,7 +53,7 @@ output.innerHTML += "div 0 same as div 2: " + divList[0].isSameNode(divList[2])
### Résultats
-{{ EmbedLiveSample('Example', 480) }}
+{{ EmbedLiveSample('Exemple', 480) }}
## Spécifications