aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/file/name/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/file/name/index.html')
-rw-r--r--files/fr/web/api/file/name/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/web/api/file/name/index.html b/files/fr/web/api/file/name/index.html
index 2dddc3083c..be29d91b9a 100644
--- a/files/fr/web/api/file/name/index.html
+++ b/files/fr/web/api/file/name/index.html
@@ -18,7 +18,9 @@ original_slug: Web/API/File/fileName
<p>Renvoie le nom du fichier. Pour des raisons de sécurité, le chemin est exclu de la propriété.</p>
-<div class="note">Cette propriété est dépréciée. Utilisez {{domxref("File.name")}} à la place.</div>
+<div class="note">
+ <p><strong>Note :</strong> Cette propriété est dépréciée. Utilisez {{domxref("File.name")}} à la place.</p>
+</div>
<h2 id="Syntaxe">Syntaxe</h2>
@@ -28,7 +30,7 @@ original_slug: Web/API/File/fileName
<p>Une chaîne de caractères.</p>
-<h2 id="Specification" name="Specification">Specification</h2>
+<h2 id="Specification">Specification</h2>
<p>Ne fait partie d'aucune spécification.</p>