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/document/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ar/web/api/document/index.html') 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
This method never did anything and always threw an exception, so it was removed in Gecko 14.0 {{geckoRelease("14.0")}}.
{{domxref("document.getBoxObjectFor")}} {{obsolete_inline}}
Use the {{domxref("Element.getBoundingClientRect()")}} method instead.
-
{{domxref("document.loadOverlay")}} {{Fx_minversion_inline("1.5")}}
+
{{domxref("document.loadOverlay")}}
Loads a XUL overlay dynamically. This only works in XUL documents.
{{domxref("document.queryCommandText")}} {{obsolete_inline("14.0")}}
This method never did anything but throw an exception, and was removed in Gecko 14.0 {{geckoRelease("14.0")}}.
-- cgit v1.2.3-54-g00ecf