aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/print/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/print/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/print/index.html')
-rw-r--r--files/fr/web/api/window/print/index.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/files/fr/web/api/window/print/index.html b/files/fr/web/api/window/print/index.html
deleted file mode 100644
index e07fb5d820..0000000000
--- a/files/fr/web/api/window/print/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: Window.print()
-slug: Web/API/Window/print
-tags:
- - API
- - BesoinDeCompatibilitéAvecLeNavigateur
- - BesoinDeCompatibilitéAvecLeNavigateurMobile
- - DOM
- - Méthode
- - Reference
- - Window
-translation_of: Web/API/Window/print
----
-<p>{{ ApiRef() }}</p>
-
-<p>Ouvre la fenêtre de dialogue d'impression pour imprimer le document courant. </p>
-
-<h2 id="Syntax">Syntaxe</h2>
-
-<pre class="eval">window.print()
-</pre>
-
-<h2 id="Specification">Notes</h2>
-
-<p>Disponible à partir de Chrome {{CompatChrome(45.0)}}, cette méthode est bloquée à l'intérieur d'une balise {{htmlelement("iframe")}} sauf si son attribut sandbox a la valeur allow-modal.</p>
-
-<h2 id="Specification">Spécification</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 Web application', '#dom-print', 'print()')}}</td>
- <td>{{Spec2('HTML5 Web application')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Voir_également">Voir également</h2>
-
-<ul>
- <li><a href="/en/Printing">Printing</a></li>
- <li>{{ domxref("window.onbeforeprint") }}</li>
- <li>{{ domxref("window.onafterprint") }}</li>
-</ul> \ No newline at end of file