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/pl/web/api/document/index.html | 4 ++-- files/pl/web/api/window/index.html | 8 ++++---- files/pl/web/api/xmlhttprequest/index.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'files/pl/web/api') diff --git a/files/pl/web/api/document/index.html b/files/pl/web/api/document/index.html index a5aa06d6dd..6ebf189595 100644 --- a/files/pl/web/api/document/index.html +++ b/files/pl/web/api/document/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/Document
-
document.documentURIObject {{ Fx_minversion_inline(3) }}
+
document.documentURIObject
Zwraca obiekt nsIURI reprezentujący URI dokumentu. Własność ta jest wspomagana wyłącznie z kodu JavaScriptu.
@@ -289,7 +289,7 @@ translation_of: Web/API/Document
document.loadOverlay
-
{{ Fx_minversion_inline(1.5) }} Laduje nakladke XUL. Dziala to tylko w dokumentach XUL.
+
Laduje nakladke XUL. Dziala to tylko w dokumentach XUL.
diff --git a/files/pl/web/api/window/index.html b/files/pl/web/api/window/index.html index 0c833217a3..ecc5ed7d6b 100644 --- a/files/pl/web/api/window/index.html +++ b/files/pl/web/api/window/index.html @@ -42,7 +42,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")}}
@@ -129,7 +129,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.
@@ -150,7 +150,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.
@@ -249,7 +249,7 @@ translation_of: Web/API/Window
Opens a new window.
{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}
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.
diff --git a/files/pl/web/api/xmlhttprequest/index.html b/files/pl/web/api/xmlhttprequest/index.html index 646ce1d952..34712f1cfe 100644 --- a/files/pl/web/api/xmlhttprequest/index.html +++ b/files/pl/web/api/xmlhttprequest/index.html @@ -117,7 +117,7 @@ req.send(null); req.abort();

mozBackgroundRequest

-

{{ Fx_minversion_inline(3) }} Za pomocą tej własności można wyłączyć okna dialogowe uwierzytelniania i niewłaściwego certyfikatu, które mogą pojawiać się przy wysyłaniu żądania. Żądanie, dla którego ustawiono tę własność, nie będzie ponadto anulowane nawet w przypadku zamknięcia okna, z którego zostało wysłane. Własność ta działa wyłącznie w kodzie chrome. +

Za pomocą tej własności można wyłączyć okna dialogowe uwierzytelniania i niewłaściwego certyfikatu, które mogą pojawiać się przy wysyłaniu żądania. Żądanie, dla którego ustawiono tę własność, nie będzie ponadto anulowane nawet w przypadku zamknięcia okna, z którego zostało wysłane. Własność ta działa wyłącznie w kodzie chrome.

var req = new XMLHttpRequest();
 req.mozBackgroundRequest = true;
-- 
cgit v1.2.3-54-g00ecf