diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/he | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/he')
-rw-r--r-- | files/he/web/api/document/index.html | 2 | ||||
-rw-r--r-- | files/he/web/api/window/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/he/web/api/document/index.html b/files/he/web/api/document/index.html index d380692a64..6862ada7f2 100644 --- a/files/he/web/api/document/index.html +++ b/files/he/web/api/document/index.html @@ -378,7 +378,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/he/web/api/window/index.html b/files/he/web/api/window/index.html index 70b807464b..c9c96d5672 100644 --- a/files/he/web/api/window/index.html +++ b/files/he/web/api/window/index.html @@ -48,7 +48,7 @@ translation_of: Web/API/Window <dd>Gets/sets the status bar text for the given window.</dd> <dt>{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}} {{ReadOnlyInline}}</dt> <dd>Returns the ratio between physical pixels and device independent pixels in the current display.</dd> - <dt>{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}</dt> + <dt>{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}</dt> <dd>Gets the arguments passed to the window (if it's a dialog box) at the time {{domxref("window.showModalDialog()")}} was called. This is an {{Interface("nsIArray")}}.</dd> <dt>{{domxref("Window.directories")}} {{obsolete_inline}}</dt> <dd>Synonym of {{domxref("window.personalbar")}}</dd> @@ -131,7 +131,7 @@ translation_of: Web/API/Window <dd>Returns the personalbar object, whose visibility can be toggled in the window.</dd> <dt>{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}</dt> <dd>Formerly provided access to install and remove PKCS11 modules.</dd> - <dt>{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.returnValue")}}</dt> <dd>The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.</dd> <dt>{{domxref("Window.screen")}} {{readOnlyInline}}</dt> <dd>Returns a reference to the screen object associated with the window.</dd> @@ -251,7 +251,7 @@ translation_of: Web/API/Window <dd>Opens a new window.</dd> <dt>{{domxref("Window.openDialog()")}} {{Non-standard_inline}} {{obsolete_inline}}</dt> <dd>Opens a new dialog window.</dd> - <dt>{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}</dt> + <dt>{{domxref("Window.postMessage()")}}</dt> <dd>Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first.</dd> <dt>{{domxref("Window.print()")}}</dt> <dd>Opens the Print Dialog to print the current document.</dd> |