aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/element/attachshadow/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/element/attachshadow/index.md')
-rw-r--r--files/fr/web/api/element/attachshadow/index.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/fr/web/api/element/attachshadow/index.md b/files/fr/web/api/element/attachshadow/index.md
index 8d99934703..8914f7d219 100644
--- a/files/fr/web/api/element/attachshadow/index.md
+++ b/files/fr/web/api/element/attachshadow/index.md
@@ -17,9 +17,8 @@ La méthode **`Element.attachShadow()`** attache un arbre Shadow DOM à un él
- : Un dictionnaire `ShadowRootInit`, avec les propriétés suivantes :
- - `mode `: une chaîne de caractères spécifiant le *mode d'encapsulation* de l'arbre du Shadow DOM, parmi les options suivantes :
-
- - `open : `spécifie une encapsulation ouverte.
+ - `mode` : une chaîne de caractères spécifiant le *mode d'encapsulation* de l'arbre du Shadow DOM, parmi les options suivantes :
+ - `open` : spécifie une encapsulation ouverte.
- `closed` : spécifie une encapsulation fermée.
### Retour