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/window/focus/index.html | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 files/fr/web/api/window/focus/index.html (limited to 'files/fr/web/api/window/focus/index.html') diff --git a/files/fr/web/api/window/focus/index.html b/files/fr/web/api/window/focus/index.html deleted file mode 100644 index 02c25eb163..0000000000 --- a/files/fr/web/api/window/focus/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Window.focus() -slug: Web/API/Window/focus -translation_of: Web/API/Window/focus ---- -

{{APIRef}}

- -

Résumé

- -

Demande la mise au premier plan de la fenêtre. Cet appel peut échouer en fonction des réglages utilisateurs, et ne garantit pas que la fenêtre sera au-dessus des autres au retour de cette méthode.

- -

Syntaxe

- -
window.focus()
-
- -

Exemple

- -
if (clicked) { window.focus(); }
-
- -

Spécification

- - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('HTML WHATWG','interaction.html#dom-window-focus','Window.focus()')}}{{Spec2('HTML WHATWG')}} 
\ No newline at end of file -- cgit v1.2.3-54-g00ecf