diff options
| author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-09-27 19:52:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 19:52:26 +0200 |
| commit | b57379257281efd293e51237969a8553a7c58ae7 (patch) | |
| tree | 37d1e1dee8f3ab8a5e4d953d121f80f647a94b5e /files/fr/web/api/window/index.html | |
| parent | f139538f3148990f7b61d94f75d96381985a0c0e (diff) | |
| download | translated-content-b57379257281efd293e51237969a8553a7c58ae7.tar.gz translated-content-b57379257281efd293e51237969a8553a7c58ae7.tar.bz2 translated-content-b57379257281efd293e51237969a8553a7c58ae7.zip | |
Fix web api fr upstream h2m (#2597)
* fix html examples with script
* remove languages macro
* enclose code words in <code> to avoid dot escape
Diffstat (limited to 'files/fr/web/api/window/index.html')
| -rw-r--r-- | files/fr/web/api/window/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/window/index.html b/files/fr/web/api/window/index.html index 285b6d9f32..d5c5e70052 100644 --- a/files/fr/web/api/window/index.html +++ b/files/fr/web/api/window/index.html @@ -31,7 +31,7 @@ translation_of: Web/API/Window <dd>Cette propriété indique si la fenêtre en cours est fermée ou non.</dd> <dt>{{domxref("Window.console")}} {{ReadOnlyInline}}</dt> <dd>Renvoie une référence à l'objet console qui fournit l'accès à la console de débogage du navigateur.</dd> - <dt>{{domxref("Window.content")}} et Window._content {{Non-standard_inline}} {{obsolete_inline}}{{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.content")}} et <code>Window._content</code> {{Non-standard_inline}} {{obsolete_inline}}{{ReadOnlyInline}}</dt> <dd>Renvoie une référence à l'élément de contenu dans la fenêtre en cours. Depuis Firefox 57 (initialement Nightly uniquement), les deux versions sont uniquement disponibles à partir du code chrome (privilégié) et ne sont plus disponibles sur le Web.</dd> <dt>{{domxref("Window.controllers")}}{{non-standard_inline}}{{ReadOnlyInline}}</dt> <dd>Renvoie les objets du contrôleur XUL pour la fenêtre chrome en cours.</dd> |
