diff options
Diffstat (limited to 'files/pt-br/web/api/document/index.html')
-rw-r--r-- | files/pt-br/web/api/document/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/document/index.html b/files/pt-br/web/api/document/index.html index 1fc11a79ba..b1248d2078 100644 --- a/files/pt-br/web/api/document/index.html +++ b/files/pt-br/web/api/document/index.html @@ -380,7 +380,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> |