aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/api')
-rw-r--r--files/pl/web/api/document/index.html4
-rw-r--r--files/pl/web/api/window/index.html8
-rw-r--r--files/pl/web/api/xmlhttprequest/index.html2
3 files changed, 7 insertions, 7 deletions
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
</dl>
<dl>
- <dt><a href="pl/DOM/document.documentURIObject">document.documentURIObject</a> {{ Fx_minversion_inline(3) }}</dt>
+ <dt><a href="pl/DOM/document.documentURIObject">document.documentURIObject</a></dt>
<dd>Zwraca obiekt nsIURI reprezentujący URI dokumentu. Własność ta jest wspomagana wyłącznie z kodu JavaScriptu.</dd>
</dl>
@@ -289,7 +289,7 @@ translation_of: Web/API/Document
<dl>
<dt><a href="/pl/DOM/document.loadOverlay" title="pl/DOM/document.loadOverlay">document.loadOverlay</a></dt>
- <dd>{{ Fx_minversion_inline(1.5) }} Laduje <a href="/pl/Nakladki_XUL" title="pl/Nakladki_XUL">nakladke XUL</a>. Dziala to tylko w dokumentach XUL.</dd>
+ <dd>Laduje <a href="/pl/Nakladki_XUL" title="pl/Nakladki_XUL">nakladke XUL</a>. Dziala to tylko w dokumentach XUL.</dd>
</dl>
<dl>
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
<dd>Gets/sets the status bar text for the given window.</dd>
<dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt>
<dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd>
- <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt>
+ <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt>
<dd>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")}}.</dd>
<dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt>
<dd>Synonym of {{domxref("window.personalbar")}}</dd>
@@ -129,7 +129,7 @@ translation_of: Web/API/Window
<dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd>
<dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt>
<dd>Formerly provided access to install and remove PKCS11 modules.</dd>
- <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt>
+ <dt>{{domxref("Window.returnValue")}}</dt>
<dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd>
<dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt>
<dd>Returns a reference to the screen object associated with the window.</dd>
@@ -150,7 +150,7 @@ translation_of: Web/API/Window
<dd>Returns the number of pixels that the document has already been scrolled vertically.</dd>
<dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt>
<dd>Returns an object reference to the window object itself.</dd>
- <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt>
+ <dt>{{domxref("Window.sessionStorage")}}</dt>
<dd>Returns a storage object for storing data within a single page session.</dd>
<dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt>
<dd>Returns a reference to the window object of the sidebar.</dd>
@@ -249,7 +249,7 @@ translation_of: Web/API/Window
<dd>Opens a new window.</dd>
<dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt>
<dd>Opens a new dialog window.</dd>
- <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt>
+ <dt>{{domxref("Window.postMessage()")}}</dt>
<dd>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.</dd>
<dt>{{domxref("Window.print()")}}</dt>
<dd>Opens the Print Dialog to print the current document.</dd>
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();
</pre>
<h4 id="mozBackgroundRequest" name="mozBackgroundRequest">mozBackgroundRequest</h4>
-<p>{{ 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.
+<p>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.
</p>
<pre>var req = new XMLHttpRequest();
req.mozBackgroundRequest = true;