aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/element/attachshadow/index.md
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-03-01 13:47:30 -0500
committerGitHub <noreply@github.com>2022-03-01 19:47:30 +0100
commitda412bbfa23b6e02dc33331891c6d4aee2bb7242 (patch)
tree9b12d2d411cefcd211382a3cfe935203731c0b80 /files/fr/web/api/element/attachshadow/index.md
parent2c46c339b552b185def6254d895d1529d61db4c0 (diff)
downloadtranslated-content-da412bbfa23b6e02dc33331891c6d4aee2bb7242.tar.gz
translated-content-da412bbfa23b6e02dc33331891c6d4aee2bb7242.tar.bz2
translated-content-da412bbfa23b6e02dc33331891c6d4aee2bb7242.zip
Markdown fixes part 1 (fr/web/a*) (#4316)
* Fix MD038, no spaces inside code span elements * Fix MD037, no spaces inside emphasis markers * Fix MD039, no spaces inside link text * Missed link text fix in API file * Various typo fixes
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`&nbsp;: une chaîne de caractères spécifiant le *mode d'encapsulation* de l'arbre du Shadow DOM, parmi les options suivantes&nbsp;:
+ - `open`&nbsp;: spécifie une encapsulation ouverte.
- `closed` : spécifie une encapsulation fermée.
### Retour