diff options
Diffstat (limited to 'files/fr/web/api/notification/title/index.md')
-rw-r--r-- | files/fr/web/api/notification/title/index.md | 41 |
1 files changed, 14 insertions, 27 deletions
diff --git a/files/fr/web/api/notification/title/index.md b/files/fr/web/api/notification/title/index.md index ba07a05630..e367dece95 100644 --- a/files/fr/web/api/notification/title/index.md +++ b/files/fr/web/api/notification/title/index.md @@ -12,41 +12,28 @@ tags: - Titre translation_of: Web/API/Notification/title --- -<p>{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}</p> +{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}} -<p>La propriété en lecture seule <strong><code>title</code></strong> de l'interface {{domxref ("Notification")}} indique le titre de la notification, comme définis à l'aide de l'option <code>silent</code> lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()") }} constructeur.</p> +La propriété en lecture seule **`title`** de l'interface {{domxref ("Notification")}} indique le titre de la notification, comme définis à l'aide de l'option `silent` lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()") }} constructeur. -<h2 id="Syntaxe">Syntaxe</h2> +## Syntaxe -<pre class="syntaxbox"><var>Notification</var>.title</pre> + Notification.title -<h3 id="Valeur">Valeur</h3> +### Valeur -<p>Une {{domxref("DOMString")}}.</p> +Une {{domxref("DOMString")}}. -<h2 id="Spécifications">Spécifications</h2> +## Spécifications -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Spécification</th> - <th scope="col">État</th> - <th scope="col">Commentaire</th> - </tr> - <tr> - <td>{{SpecName('Web Notifications','#dom-notification-title','title')}}</td> - <td>{{Spec2('Web Notifications')}}</td> - <td>Living standard</td> - </tr> - </tbody> -</table> +| Spécification | État | Commentaire | +| ---------------------------------------------------------------------------------------- | ---------------------------------------- | --------------- | +| {{SpecName('Web Notifications','#dom-notification-title','title')}} | {{Spec2('Web Notifications')}} | Living standard | -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +## Compatibilité des navigateurs -<p>{{Compat("api.Notification.title")}}</p> +{{Compat("api.Notification.title")}} -<h2 id="Voir_également">Voir également</h2> +## Voir également -<ul> - <li><a href="/fr/docs/Web/API/Notifications_API/Using_the_Notifications_API">Utilisation de l'API Notifications</a></li> -</ul> +- [Utilisation de l'API Notifications](/fr/docs/Web/API/Notifications_API/Using_the_Notifications_API) |