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/window/locationbar/index.md | 75 +++++++++++----------------- 1 file changed, 29 insertions(+), 46 deletions(-) (limited to 'files/fr/web/api/window/locationbar') diff --git a/files/fr/web/api/window/locationbar/index.md b/files/fr/web/api/window/locationbar/index.md index 294652fb88..3a7a8cc795 100644 --- a/files/fr/web/api/window/locationbar/index.md +++ b/files/fr/web/api/window/locationbar/index.md @@ -9,64 +9,47 @@ tags: - Window translation_of: Web/API/Window/locationbar --- -
{{APIRef}}
+{{APIRef}} -

Renvoie l'objet locationbar, dont la visibilité peut être vérifiée.

+Renvoie l'objet `locationbar`, dont la visibilité peut être vérifiée. -

Syntaxe

+## Syntaxe -
objRef = window.locationbar
-
+ objRef = window.locationbar -

Exemple

+## Exemple -

L'exemple HTML complet suivant montre comment la propriété visible de l'objet locationbar est utilisée.

+L'exemple HTML complet suivant montre comment la propriété `visible` de l'objet `locationbar` est utilisée. -
<!DOCTYPE html>
-<html lang="fr">
-<head>
-<meta charset="UTF-8" />
-<title>Divers tests DOM</title>
+```html
+
+
+
+
+Divers tests DOM
 
-<script>
+
 
-</head>
-<body>
-  <p>Divers tests DOM</p>
-</body>
-</html>
-
+ + +

Divers tests DOM

+ + +``` -

Spécifications

+## Spécifications - - - - - - - - - - - - - - - - - - -
SpécificationStatutCommentaires
{{SpecName('HTML WHATWG', 'browsers.html#dom-window-locationbar', 'Window.locationbar')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'browsers.html#dom-window-locationbar', 'Window.locationbar')}}{{Spec2('HTML5 W3C')}}
+| Spécification | Statut | Commentaires | +| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | ------------ | +| {{SpecName('HTML WHATWG', 'browsers.html#dom-window-locationbar', 'Window.locationbar')}} | {{Spec2('HTML WHATWG')}} | | +| {{SpecName('HTML5 W3C', 'browsers.html#dom-window-locationbar', 'Window.locationbar')}} | {{Spec2('HTML5 W3C')}} | | -

Compatibilité des navigateurs

+## Compatibilité des navigateurs -

{{Compat("api.Window.locationbar")}}

+{{Compat("api.Window.locationbar")}} -

Voir également

+## Voir également - +- {{domxref("window.locationbar")}}, {{domxref("window.menubar")}}, {{domxref("window.personalbar")}}, {{domxref("window.scrollbars")}}, {{domxref("window.statusbar")}}, {{domxref("window.toolbar")}} -- cgit v1.2.3-54-g00ecf