From 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:24 +0200 Subject: convert content to md --- files/fr/web/api/notification/title/index.md | 41 ++++++++++------------------ 1 file changed, 14 insertions(+), 27 deletions(-) (limited to 'files/fr/web/api/notification/title') 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 --- -

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

+{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}} -

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.

+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. -

Syntaxe

+## Syntaxe -
Notification.title
+ Notification.title -

Valeur

+### Valeur -

Une {{domxref("DOMString")}}.

+Une {{domxref("DOMString")}}. -

Spécifications

+## Spécifications - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-title','title')}}{{Spec2('Web Notifications')}}Living standard
+| Spécification | État | Commentaire | +| ---------------------------------------------------------------------------------------- | ---------------------------------------- | --------------- | +| {{SpecName('Web Notifications','#dom-notification-title','title')}} | {{Spec2('Web Notifications')}} | Living standard | -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

{{Compat("api.Notification.title")}}

+{{Compat("api.Notification.title")}} -

Voir également

+## Voir également - +- [Utilisation de l'API Notifications](/fr/docs/Web/API/Notifications_API/Using_the_Notifications_API) -- cgit v1.2.3-54-g00ecf