diff options
Diffstat (limited to 'files/fr/web/api/window/opener/index.html')
-rw-r--r-- | files/fr/web/api/window/opener/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/window/opener/index.html b/files/fr/web/api/window/opener/index.html index 3ccf6c71ae..d1dd3486ce 100644 --- a/files/fr/web/api/window/opener/index.html +++ b/files/fr/web/api/window/opener/index.html @@ -19,6 +19,6 @@ translation_of: Web/API/Window/opener } </pre> <h3 id="Notes">Notes</h3> -<p>Lorsqu'une fenêtre est ouverte depuis une autre fenêtre, elle conserve une référence à cette première fenêtre dans <b>window.opener</b>. Si la fenêtre courante n'a pas été ouverte par une autre fenêtre, la méthode renvoie <code>null</code>.</p> +<p>Lorsqu'une fenêtre est ouverte depuis une autre fenêtre, elle conserve une référence à cette première fenêtre dans <code>window.opener</code>. Si la fenêtre courante n'a pas été ouverte par une autre fenêtre, la méthode renvoie <code>null</code>.</p> <h3 id="Sp.C3.A9cification">Spécification</h3> <p>{{ DOM0() }}</p>
\ No newline at end of file |