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/ar/web/api/node/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ar/web/api/node') diff --git a/files/ar/web/api/node/index.html b/files/ar/web/api/node/index.html index 25375da985..ddebb32cb9 100644 --- a/files/ar/web/api/node/index.html +++ b/files/ar/web/api/node/index.html @@ -26,7 +26,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.
@@ -130,7 +130,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.
-- cgit v1.2.3-54-g00ecf