From dd970ebde4659015cacb03f3cec08ba3662f76b7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Sat, 20 Mar 2021 18:32:06 -0700 Subject: remove fx_minversion_inline macro calls (#258) --- files/de/web/api/window/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'files/de/web/api/window') diff --git a/files/de/web/api/window/index.html b/files/de/web/api/window/index.html index 26f27d9af0..81fa8597a7 100644 --- a/files/de/web/api/window/index.html +++ b/files/de/web/api/window/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/Window
Gets/sets the status bar text for the given window.
{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}
Returns the ratio between physical pixels and device independent pixels in the current display.
-
{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}
+
{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}
Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.
{{domxref("Window.directories")}} {{obsolete_inline}}
Synonym of {{domxref("window.personalbar")}}
@@ -106,7 +106,7 @@ translation_of: Web/API/Window
Returns the personalbar object, whose visibility can be toggled in the window.
{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}
Formerly provided access to install and remove PKCS11 modules.
-
{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.returnValue")}}
The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.
{{domxref("Window.screen")}} {{readOnlyInline}}
Returns a reference to the screen object associated with the window.
@@ -126,7 +126,7 @@ translation_of: Web/API/Window
Returns the number of pixels that the document has already been scrolled vertically.
{{domxref("Window.self")}} {{ReadOnlyInline}}
Returns an object reference to the window object itself.
-
{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}
+
{{domxref("Window.sessionStorage")}}
Returns a storage object for storing data within a single page session.
{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}
Returns a reference to the window object of the sidebar.
@@ -215,7 +215,7 @@ translation_of: Web/API/Window
Opens a new window.
{{domxref("Window.openDialog()")}}
Opens a new dialog window.
-
{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.postMessage()")}}
Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.
{{domxref("Window.print()")}}
Opens the Print Dialog to print the current document.
@@ -253,7 +253,7 @@ translation_of: Web/API/Window
{{todo("NeedsContents")}}
{{domxref("WindowTimers.setTimeout()")}}
Sets a delay for executing a function.
-
{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.showModalDialog()")}}
Displays a modal dialog.
{{domxref("Window.sizeToContent()")}}
Sizes the window according to its content.
-- cgit v1.2.3-54-g00ecf