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/tr/web/api/node/index.html | 4 ++-- files/tr/web/api/window/index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'files/tr/web/api') diff --git a/files/tr/web/api/node/index.html b/files/tr/web/api/node/index.html index 043ea4eeb1..481eb416b0 100644 --- a/files/tr/web/api/node/index.html +++ b/files/tr/web/api/node/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Node
{{DOMxRef("Node.baseURI")}}{{ReadOnlyInline}}
Returns a {{DOMxRef("DOMString")}} representing the base URL of the document containing the Node.
-
{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}{{Fx_MinVersion_Inline("3")}}
+
{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}
(Not available to web content.) The {{ Interface("nsIURI") }} object representing the base URI for the element.
{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}
Returns a live {{DOMxRef("NodeList")}} containing all the children of this node. {{DOMxRef("NodeList")}} being live means that if the children of the Node change, the {{DOMxRef("NodeList")}} object is automatically updated.
@@ -132,7 +132,7 @@ translation_of: Web/API/Node

Note: In Firefox 3.5 and earlier, HTML elements are in no namespace. In later versions, HTML elements are in the http://www.w3.org/1999/xhtml/ namespace in both HTML and XML trees.

-
{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}
+
{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}
A {{Interface("nsIPrincipal")}} representing the node principal.
{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}
Is a {{DOMxRef("DOMString")}} representing the namespace prefix of the node, or null if no prefix is specified.
diff --git a/files/tr/web/api/window/index.html b/files/tr/web/api/window/index.html index 31b59eb0ce..078b27a9ad 100644 --- a/files/tr/web/api/window/index.html +++ b/files/tr/web/api/window/index.html @@ -47,7 +47,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")}}
@@ -116,7 +116,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.
@@ -137,7 +137,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.
@@ -234,7 +234,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.
-- cgit v1.2.3-54-g00ecf