aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt
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
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')
-rw-r--r--files/pt-pt/web/api/document/index.html2
-rw-r--r--files/pt-pt/web/api/node/index.html4
-rw-r--r--files/pt-pt/web/api/window/index.html8
3 files changed, 7 insertions, 7 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>
diff --git a/files/pt-pt/web/api/node/index.html b/files/pt-pt/web/api/node/index.html
index d1ea8d3557..8c59f718ff 100644
--- a/files/pt-pt/web/api/node/index.html
+++ b/files/pt-pt/web/api/node/index.html
@@ -28,7 +28,7 @@ translation_of: Web/API/Node
<dd>
Retorna uma {{domxref("DOMString")}} que represente o URL base. O conceito de URL base varia de língua para língua; em HTML corresponde: ao protocolo, nome do domínio e estrutura de directórios, ou seja, tudo até à última '<code>/</code>'.</dd>
<dt>
- {{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}</dt>
+ {{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}</dt>
<dd>
(Não disponível para conteúdo Web). O objecto {{ Interface("nsIURI") }} apenas de leitura representa o URI base para o elemento.</dd>
<dt>
@@ -62,7 +62,7 @@ translation_of: Web/API/Node
<dd>
Retorna uma {{domxref("DOMString")}} que contém o nome do <code>Node</code>. A estrutura do nome difere do tipo do nome. Exemplo: um {{domxref("HTMLElement")}} irá conter o nome da tag correspondente, como <code>'audio'</code> para um {{domxref("HTMLAudioElement")}}, um {{domxref("Text")}} node irá ter a string <code>'#text'</code>, ou então um {{domxref("Document")}} node irá ter uma string <code>'#document'</code>.</dd>
<dt>
- {{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}</dt>
+ {{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}</dt>
<dd>
Um {{ Interface("nsIPrincipal") }} representa um node principal.</dd>
<dt>
diff --git a/files/pt-pt/web/api/window/index.html b/files/pt-pt/web/api/window/index.html
index 338f4980f1..29deceb028 100644
--- a/files/pt-pt/web/api/window/index.html
+++ b/files/pt-pt/web/api/window/index.html
@@ -43,7 +43,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>
@@ -114,7 +114,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>
@@ -135,7 +135,7 @@ translation_of: Web/API/Window
<dd>Returns the number of pixels that the document has already been scrolled vertically.</dd>
<dt>{{domxref("Window.self")}} {{ReadOnlyInline}}</dt>
<dd>Returns an object reference to the window object itself.</dd>
- <dt>{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}</dt>
+ <dt>{{domxref("Window.sessionStorage")}}</dt>
<dd>Returns a storage object for storing data within a single page session.</dd>
<dt>{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}</dt>
<dd>Returns a reference to the window object of the sidebar.</dd>
@@ -234,7 +234,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>