From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/navigator/geolocation/index.html | 52 ----------------------- files/fr/web/api/navigator/geolocation/index.md | 52 +++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 files/fr/web/api/navigator/geolocation/index.html create mode 100644 files/fr/web/api/navigator/geolocation/index.md (limited to 'files/fr/web/api/navigator/geolocation') diff --git a/files/fr/web/api/navigator/geolocation/index.html b/files/fr/web/api/navigator/geolocation/index.html deleted file mode 100644 index 3d534b7c95..0000000000 --- a/files/fr/web/api/navigator/geolocation/index.html +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: Navigator.geolocation -slug: Web/API/Navigator/geolocation -tags: - - API - - Géolocalisation API - - Navigateur - - Propriété - - Reference -translation_of: Web/API/Navigator/geolocation ---- -
{{APIRef("Geolocation API")}}
- -

Navigator.geolocation est une propriété en lecture seule, qui retoune un objet {{domxref("Geolocation")}} donnant accès aux contenus web de localisation de l'appareil. Ceci permet à un site Internet ou à une application d'offrir des résultats personnalisés basés sur la localisation des utilisateurs.

- -
-

Note: Pour des raisons de sécurité, quand une page web essaie d'accéder aux informations de localisation, l'utilisateur reçoit une notification qui lui demande la permission d'activer cette fonctionnalité. Chaque navigateur a sa propre politique et ses propres méthodes pour demander cette permission.

-
- -

Syntaxe

- -
geo = navigator.geolocation
-
- -

Spécifications

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#navi-geo', 'Navigator.geolocation')}}{{Spec2('Geolocation')}}Initial definition
- -

Compatibilité navigateur

- -

{{Compat("api.Navigator.geolocation")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/navigator/geolocation/index.md b/files/fr/web/api/navigator/geolocation/index.md new file mode 100644 index 0000000000..3d534b7c95 --- /dev/null +++ b/files/fr/web/api/navigator/geolocation/index.md @@ -0,0 +1,52 @@ +--- +title: Navigator.geolocation +slug: Web/API/Navigator/geolocation +tags: + - API + - Géolocalisation API + - Navigateur + - Propriété + - Reference +translation_of: Web/API/Navigator/geolocation +--- +
{{APIRef("Geolocation API")}}
+ +

Navigator.geolocation est une propriété en lecture seule, qui retoune un objet {{domxref("Geolocation")}} donnant accès aux contenus web de localisation de l'appareil. Ceci permet à un site Internet ou à une application d'offrir des résultats personnalisés basés sur la localisation des utilisateurs.

+ +
+

Note: Pour des raisons de sécurité, quand une page web essaie d'accéder aux informations de localisation, l'utilisateur reçoit une notification qui lui demande la permission d'activer cette fonctionnalité. Chaque navigateur a sa propre politique et ses propres méthodes pour demander cette permission.

+
+ +

Syntaxe

+ +
geo = navigator.geolocation
+
+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#navi-geo', 'Navigator.geolocation')}}{{Spec2('Geolocation')}}Initial definition
+ +

Compatibilité navigateur

+ +

{{Compat("api.Navigator.geolocation")}}

+ +

Voir aussi

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