aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/api/node
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-03-20 18:32:06 -0700
committerGitHub <noreply@github.com>2021-03-20 18:32:06 -0700
commitdd970ebde4659015cacb03f3cec08ba3662f76b7 (patch)
tree22fce3103c66822def150bdcd5934b143ce775cd /files/tr/web/api/node
parent42fa0779cb86e303db29e3603901b000523173cf (diff)
downloadtranslated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2
translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/tr/web/api/node')
-rw-r--r--files/tr/web/api/node/index.html4
1 files changed, 2 insertions, 2 deletions
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
<dl>
<dt>{{DOMxRef("Node.baseURI")}}{{ReadOnlyInline}}</dt>
<dd>Returns a {{DOMxRef("DOMString")}} representing the base URL of the document containing the <code>Node</code>.</dd>
- <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}{{Fx_MinVersion_Inline("3")}}</dt>
+ <dt>{{DOMxRef("Node.baseURIObject")}} {{Non-standard_inline}} {{ReadOnlyInline}}</dt>
<dd>(Not available to web content.) The {{ Interface("nsIURI") }} object representing the base URI for the element.</dd>
<dt>{{DOMxRef("Node.childNodes")}}{{ReadOnlyInline}}</dt>
<dd>Returns a live {{DOMxRef("NodeList")}} containing all the children of this node. {{DOMxRef("NodeList")}} being live means that if the children of the <code>Node</code> change, the {{DOMxRef("NodeList")}} object is automatically updated.</dd>
@@ -132,7 +132,7 @@ translation_of: Web/API/Node
<p><strong>Note:</strong> In Firefox 3.5 and earlier, HTML elements are in no namespace. In later versions, HTML elements are in the <code><a class="linkification-ext external" href="https://www.w3.org/1999/xhtml/">http://www.w3.org/1999/xhtml/</a></code> namespace in both HTML and XML trees.</p>
</div>
</dd>
- <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}{{Fx_MinVersion_Inline("3")}}</dt>
+ <dt>{{DOMxRef("Node.nodePrincipal")}} {{Non-standard_inline}}{{Obsolete_Inline("gecko46")}}</dt>
<dd>A {{Interface("nsIPrincipal")}} representing the node principal.</dd>
<dt>{{DOMxRef("Node.prefix")}} {{Obsolete_Inline}}{{ReadOnlyInline}}</dt>
<dd>Is a {{DOMxRef("DOMString")}} representing the namespace prefix of the node, or <code>null</code> if no prefix is specified.</dd>