aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/focus/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/window/focus/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/window/focus/index.html')
-rw-r--r--files/fr/web/api/window/focus/index.html37
1 files changed, 0 insertions, 37 deletions
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
----
-<p>{{APIRef}}</p>
-
-<h2 id="Résumé">Résumé</h2>
-
-<p>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.</p>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre class="eval">window.focus()
-</pre>
-
-<h2 id="Example">Exemple</h2>
-
-<pre class="eval">if (clicked) { window.focus(); }
-</pre>
-
-<h2 id="Specification">Spécification</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG','interaction.html#dom-window-focus','Window.focus()')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td> </td>
- </tr>
- </tbody>
-</table> \ No newline at end of file