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/pt-br/tools/3d_view/index.html | 6 +++--- files/pt-br/web/api/document/index.html | 2 +- .../indexeddb_api/basic_concepts_behind_indexeddb/index.html | 2 +- files/pt-br/web/api/node/index.html | 4 ++-- files/pt-br/web/api/window/document/index.html | 2 +- files/pt-br/web/api/window/index.html | 10 +++++----- files/pt-br/web/css/@keyframes/index.html | 2 +- files/pt-br/web/guide/html/html5/index.html | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) (limited to 'files/pt-br') diff --git a/files/pt-br/tools/3d_view/index.html b/files/pt-br/tools/3d_view/index.html index 8114d26c7a..82040654a6 100644 --- a/files/pt-br/tools/3d_view/index.html +++ b/files/pt-br/tools/3d_view/index.html @@ -68,17 +68,17 @@ translation_of: Tools/3D_View Foco no nó selecionado f - Garante que o nó selecionado atualmente está visível {{ fx_minversion_inline("13.0") }} + Garante que o nó selecionado atualmente está visível Resetar visualização r - Redefine zoom, rotação e panorâmica para o padrão {{ fx_minversion_inline("12.0") }} + Redefine zoom, rotação e panorâmica para o padrão Esconde o nó atual x - Faz com que o nó selecionado atualmente fique invisível; Isso pode ser útil se você precisa chegar a um nó que está obscuro {{ fx_minversion_inline("12.0") }} + Faz com que o nó selecionado atualmente fique invisível; Isso pode ser útil se você precisa chegar a um nó que está obscuro 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
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")}}.
diff --git a/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index c83b48750e..1ec04d3838 100644 --- a/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/pt-br/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -176,7 +176,7 @@ translation_of: Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB

When an object or array is stored, the properties and values in that object or array can also be anything that is a valid value.

-

Blobs and files can be stored, cf. specification {{ fx_minversion_inline("11") }}.

+

Blobs and files can be stored, cf. specification.

diff --git a/files/pt-br/web/api/node/index.html b/files/pt-br/web/api/node/index.html index 8b265cdbd5..0434bb9f34 100644 --- a/files/pt-br/web/api/node/index.html +++ b/files/pt-br/web/api/node/index.html @@ -20,7 +20,7 @@ translation_of: Web/API/Node
{{domxref("Node.baseURI")}} {{readonlyInline}}
Retorna uma {{domxref("DOMString")}} representando o URL base do nó. O conceito de URL base muda de uma linguagem para outra; no HTML, ela corresponde ao protocolo, ao nome de domínio e a estrutura de diretório; tudo isso até a última '/'.
-
{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}
+
{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}
Retorna um objeto {{ Interface("nsIURI") }}, representando o URL base do nó. (Indisponível para conteúdo Web)
{{domxref("Node.childNodes")}} {{readonlyInline}}
Retorna um objeto {{domxref("NodeList")}} "vivo" contendo todos os filhos deste nó. Dizer que um objeto {{domxref("NodeList")}} é vivo significa que se houver alguma mudança em um dos filhos deste nó, o objeto {{domxref("NodeList")}} é automaticamente atualizado com tais mudanças.
@@ -32,7 +32,7 @@ translation_of: Web/API/Node
Retorna um {{domxref("Node")}} representando o próximo elemento na árvore ou null, caso tal nó não exista.
{{domxref("Node.nodeName")}} {{readonlyInline}}
Retorna uma {{domxref("DOMString")}} contendo o nome do elemento, do Node. A estrutura do nome irá mudar conforme o tipo do elemento. Veja as diferenças na documentação do método {{domxref("Node.nodeName")}}.  
-
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}
+
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}
Uma interface {{ Interface("nsIPrincipal") }} representando o nó principal.
{{domxref("Node.nodeType")}}{{readonlyInline}}
Retorna um unsigned short representando o tipo do nodo. Valores possíveis são:
diff --git a/files/pt-br/web/api/window/document/index.html b/files/pt-br/web/api/window/document/index.html index f7cfc4d860..e5e169968f 100644 --- a/files/pt-br/web/api/window/document/index.html +++ b/files/pt-br/web/api/window/document/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/Window/document

Retorna a referência para o documento contido na janela.

-
Nota: {{Fx_minversion_inline(3)}} Firefox 3 altera a segurança para documentos de uma janela de modo que apenas o domínio a partir do qual foi localizado possa acessar o documento. Enquanto isso pode quebrar alguns sites existentes, é um movimento feito por ambos Firefox 3 e Internet Explorer 7, e resulta na melhoria de segurança.
+
Nota:Firefox 3 altera a segurança para documentos de uma janela de modo que apenas o domínio a partir do qual foi localizado possa acessar o documento. Enquanto isso pode quebrar alguns sites existentes, é um movimento feito por ambos Firefox 3 e Internet Explorer 7, e resulta na melhoria de segurança.

Sintaxe

diff --git a/files/pt-br/web/api/window/index.html b/files/pt-br/web/api/window/index.html index 45b7ce7759..228e5dd64b 100644 --- a/files/pt-br/web/api/window/index.html +++ b/files/pt-br/web/api/window/index.html @@ -36,7 +36,7 @@ translation_of: Web/API/Window
Obtém/define o texto da barra de status para determinada janela.
{{domxref("Window.devicePixelRatio")}} {{non-standard_inline}}{{ReadOnlyInline}}
Returns the ratio between physical pixels and device independent pixels in the current display.
-
{{domxref("Window.dialogArguments")}} {{Fx_minversion_inline(3)}} {{ReadOnlyInline}}
+
{{domxref("Window.dialogArguments")}} {{ReadOnlyInline}}
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")}}.
{{domxref("Window.directories")}} {{obsolete_inline}}
Synonym of {{domxref("window.personalbar")}}
@@ -103,7 +103,7 @@ translation_of: Web/API/Window
Returns the personalbar object, whose visibility can be toggled in the window.
{{domxref("Window.pkcs11")}} {{obsolete_inline(29)}}
Formerly provided access to install and remove PKCS11 modules.
-
{{domxref("Window.returnValue")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.returnValue")}}
The return value to be returned to the function that called {{domxref("window.showModalDialog()")}} to display the window as a modal dialog.
{{domxref("Window.screen")}} {{readOnlyInline}}
Returns a reference to the screen object associated with the window.
@@ -123,7 +123,7 @@ translation_of: Web/API/Window
Returns the number of pixels that the document has already been scrolled vertically.
{{domxref("Window.self")}} {{ReadOnlyInline}}
Returns an object reference to the window object itself.
-
{{domxref("Window.sessionStorage")}} {{Fx_minversion_inline("2.0")}}
+
{{domxref("Window.sessionStorage")}}
A storage object for storing data within a single page session.
{{domxref("Window.sidebar")}} {{non-standard_inline}}{{ReadOnlyInline}}
Returns a reference to the window object of the sidebar.
@@ -212,7 +212,7 @@ translation_of: Web/API/Window
Opens a new window.
{{domxref("Window.openDialog()")}}
Opens a new dialog window.
-
{{domxref("Window.postMessage()")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.postMessage()")}}
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, in a secure manner.
{{domxref("Window.print()")}}
Opens the Print Dialog to print the current document.
@@ -250,7 +250,7 @@ translation_of: Web/API/Window
{{todo("NeedsContents")}}
{{domxref("WindowTimers.setTimeout()")}}
Sets a delay for executing a function.
-
{{domxref("Window.showModalDialog()")}} {{Fx_minversion_inline(3)}}
+
{{domxref("Window.showModalDialog()")}}
Displays a modal dialog.
{{domxref("Window.sizeToContent()")}}
Sizes the window according to its content.
diff --git a/files/pt-br/web/css/@keyframes/index.html b/files/pt-br/web/css/@keyframes/index.html index eba938bac2..a1db61ea1b 100644 --- a/files/pt-br/web/css/@keyframes/index.html +++ b/files/pt-br/web/css/@keyframes/index.html @@ -65,7 +65,7 @@ translation_of: Web/CSS/@keyframes

In this example, at the 50% keyframe, the value used is top: 10px and all other values at this keyframe are ignored.

-

{{ non-standard_inline }} {{ fx_minversion_inline("14") }} Cascading keyframes are supported starting in Firefox 14. For the example above, it means that at the 50% keyframe, the value left: 20px will be considered. This is not defined in the specification yet, but it is being discussed.

+

{{ non-standard_inline }} Cascading keyframes are supported starting in Firefox 14. For the example above, it means that at the 50% keyframe, the value left: 20px will be considered. This is not defined in the specification yet, but it is being discussed.

!important in a keyframe

diff --git a/files/pt-br/web/guide/html/html5/index.html b/files/pt-br/web/guide/html/html5/index.html index 203e4363b9..6369bb37e5 100644 --- a/files/pt-br/web/guide/html/html5/index.html +++ b/files/pt-br/web/guide/html/html5/index.html @@ -244,7 +244,7 @@ original_slug: Web/HTML/HTML5

HTML parser

-

O Gecko é compatível com HTML5 parser—que transforma os bytes de documento HTML em um DOM—foi ativado por padrão a partir de maio de 2010. (Note que a versão do HTML5 parser que foi incluída no Gecko 1.9.2 / Firefox 3.6 tem bastante erros e não é recomendado para uso real.) {{ fx_minversion_inline(4.0) }}

+

O Gecko é compatível com HTML5 parser—que transforma os bytes de documento HTML em um DOM—foi ativado por padrão a partir de maio de 2010. (Note que a versão do HTML5 parser que foi incluída no Gecko 1.9.2 / Firefox 3.6 tem bastante erros e não é recomendado para uso real.)

Alterações adicionais

-- cgit v1.2.3-54-g00ecf