aboutsummaryrefslogtreecommitdiff
path: root/files/ar/web
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/ar/web
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/ar/web')
-rw-r--r--files/ar/web/api/document/index.html2
-rw-r--r--files/ar/web/api/node/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ar/web/api/document/index.html b/files/ar/web/api/document/index.html
index 38f38282d9..0813f488e0 100644
--- a/files/ar/web/api/document/index.html
+++ b/files/ar/web/api/document/index.html
@@ -437,7 +437,7 @@ translation_of: Web/API/Document
<dd>This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd>
<dt>{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}</dt>
<dd>Use the {{domxref("Element.getBoundingClientRect()")}} method instead.</dd>
- <dt>{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}</dt>
+ <dt>{{domxref("document.loadOverlay")}}</dt>
<dd>Loads a <a href="/en-US/docs/XUL_Overlays" title="XUL_Overlays">XUL overlay</a> dynamically. This only works in XUL documents.</dd>
<dt>{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}</dt>
<dd>This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.</dd>
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
<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>
@@ -130,7 +130,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>