diff options
Diffstat (limited to 'files/pt-pt/web/api/document/index.html')
-rw-r--r-- | files/pt-pt/web/api/document/index.html | 2 |
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> |