aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/window/print
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:24 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commit1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch)
tree30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/window/print
parentc05efa8d7ae464235cf83d7c0956e42dc6974103 (diff)
downloadtranslated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2
translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip
convert content to md
Diffstat (limited to 'files/fr/web/api/window/print')
-rw-r--r--files/fr/web/api/window/print/index.md42
1 files changed, 14 insertions, 28 deletions
diff --git a/files/fr/web/api/window/print/index.md b/files/fr/web/api/window/print/index.md
index e07fb5d820..31cd026626 100644
--- a/files/fr/web/api/window/print/index.md
+++ b/files/fr/web/api/window/print/index.md
@@ -11,40 +11,26 @@ tags:
- Window
translation_of: Web/API/Window/print
---
-<p>{{ ApiRef() }}</p>
+{{ ApiRef() }}
-<p>Ouvre la fenêtre de dialogue d'impression pour imprimer le document courant. </p>
+Ouvre la fenêtre de dialogue d'impression pour imprimer le document courant.
-<h2 id="Syntax">Syntaxe</h2>
+## Syntaxe
-<pre class="eval">window.print()
-</pre>
+ window.print()
-<h2 id="Specification">Notes</h2>
+## Notes
-<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>
+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.
-<h2 id="Specification">Spécification</h2>
+## Spécification
-<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>
+| Spécification | Statut | Commentaire |
+| ------------------------------------------------------------------------------------ | -------------------------------------------- | -------------------- |
+| {{SpecName('HTML5 Web application', '#dom-print', 'print()')}} | {{Spec2('HTML5 Web application')}} | Définition initiale. |
-<h2 id="Voir_également">Voir également</h2>
+## Voir également
-<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
+- [Printing](/en/Printing)
+- {{ domxref("window.onbeforeprint") }}
+- {{ domxref("window.onafterprint") }}