aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/document/index.html
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/pt-pt/web/api/document/index.html
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/pt-pt/web/api/document/index.html')
-rw-r--r--files/pt-pt/web/api/document/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-pt/web/api/document/index.html b/files/pt-pt/web/api/document/index.html
index 6710b92f64..c6c9e72b47 100644
--- a/files/pt-pt/web/api/document/index.html
+++ b/files/pt-pt/web/api/document/index.html
@@ -434,7 +434,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>