From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/notification/dir/index.html | 64 ++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 files/fr/web/api/notification/dir/index.html (limited to 'files/fr/web/api/notification/dir/index.html') diff --git a/files/fr/web/api/notification/dir/index.html b/files/fr/web/api/notification/dir/index.html new file mode 100644 index 0000000000..d3f0131d1a --- /dev/null +++ b/files/fr/web/api/notification/dir/index.html @@ -0,0 +1,64 @@ +--- +title: Notification.dir +slug: Web/API/notification/dir +tags: + - API + - API Notifications + - Notification + - Notifications + - Propriété + - Reference + - direction +translation_of: Web/API/Notification/dir +--- +

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

+ +

La propriété en lecture seule dir de l'interface {{domxref ("Notification")}} indique le sens du texte de la notification, définis à l'aide de l'option dir lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()" )}}.

+ +

Syntaxe

+ +
Notification.dir
+
+ +

Valeur

+ +

Une {{domxref ("DOMString")}} spécifiant la direction du texte. Les valeurs possibles sont:

+ + + +
+

Note: La plupart des navigateurs semblent ignorer les paramètres explicites de ltr et rtl, et utilisent simplement le paramètre à l'échelle du navigateur.

+
+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-dir','dir')}}{{Spec2('Web Notifications')}}Living standard
+ +

Compatibilité des navigateurs

+ + + +

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

+ +

Voir également

+ + -- cgit v1.2.3-54-g00ecf