diff options
Diffstat (limited to 'files/fr/web/api/notification/image/index.html')
| -rw-r--r-- | files/fr/web/api/notification/image/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/notification/image/index.html b/files/fr/web/api/notification/image/index.html index 0ad86d51a3..fa57345f6e 100644 --- a/files/fr/web/api/notification/image/index.html +++ b/files/fr/web/api/notification/image/index.html @@ -15,11 +15,11 @@ translation_of: Web/API/Notification/image <p>La propriété en lecture seule <code><strong>image</strong></code> de l'interface {{domxref ("Notification")}} contient l'URL d'une image à afficher dans le cadre de la notification, comme définis à l'aide de l'option <code>image</code> lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification"," Notification()")}}.</p> -<h2 id="Syntax" name="Syntax">Syntaxe</h2> +<h2 id="Syntax">Syntaxe</h2> -<pre class="syntaxbox notranslate"><var>Notification</var>.image</pre> +<pre class="syntaxbox"><var>Notification</var>.image</pre> -<h3 id="Value" name="Value">Valeur</h3> +<h3 id="Value">Valeur</h3> <p>Une {{domxref("USVString")}}.</p> |
