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/es/tools/3d_view/index.html | 6 +++--- files/es/web/api/document/index.html | 2 +- .../basic_concepts_behind_indexeddb/index.html | 4 ++-- files/es/web/api/node/index.html | 4 ++-- files/es/web/api/window/document/index.html | 2 +- files/es/web/api/window/index.html | 10 +++++----- files/es/web/api/xmlhttprequest/index.html | 6 +++--- files/es/web/css/@keyframes/index.html | 2 +- files/es/web/css/cursor/index.html | 2 +- files/es/web/css/min-width/index.html | 8 ++++---- files/es/web/css/mozilla_extensions/index.html | 22 +++++++++++----------- 11 files changed, 34 insertions(+), 34 deletions(-) (limited to 'files/es') diff --git a/files/es/tools/3d_view/index.html b/files/es/tools/3d_view/index.html index fcf40a8b58..d394e5de81 100644 --- a/files/es/tools/3d_view/index.html +++ b/files/es/tools/3d_view/index.html @@ -49,17 +49,17 @@ translation_of: Tools/3D_View Focus on selected node f - Makes sure the currently selected node is visible {{ fx_minversion_inline("13.0") }} + Makes sure the currently selected node is visible Reset view r - Resets zoom, rotation, and panning to the default {{ fx_minversion_inline("12.0") }} + Resets zoom, rotation, and panning to the default Hide current node x - Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured {{ fx_minversion_inline("12.0") }} + Makes the currently selected node invisible; this can be helpful if you need to get at a node that's obscured diff --git a/files/es/web/api/document/index.html b/files/es/web/api/document/index.html index 5b72f5850e..dc4e69cabe 100644 --- a/files/es/web/api/document/index.html +++ b/files/es/web/api/document/index.html @@ -366,7 +366,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/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html b/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html index f905407f9e..5fb145939d 100644 --- a/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html +++ b/files/es/web/api/indexeddb_api/basic_concepts_behind_indexeddb/index.html @@ -120,7 +120,7 @@ original_slug: Web/API/IndexedDB_API/Conceptos_Basicos_Detras_De_IndexedDB

Es uno de los atributos del objeto a partir del cual los demás objetos son organizados y obtenidos desde el almacén de objetos. El almacén puede derivar una llave desde uno de tres orígenes: un generador de llaves, una ruta de llave, y un valor indicado de forma explícita. La llave debe ser de un tipo de datos que tenga un número creciente en relación con los objetos almacenados previamente. Cada registro en un almacén de datos debe tener una llave única en el almacén, de manera que no se pueden tener varios objetos con la misma llave en un almacén de objetos dado.

-

Una llave puede ser de uno de los siguientes tipos: String, Date, float, y Array. Para los arreglos, la llave puede tener un rango desde un valor vacío hasta infinito, y puede incluirse un arreglo dentro de otro. No se requiere usar solo cadenas o enteros para las llaves {{ fx_minversion_inline("11") }}.

+

Una llave puede ser de uno de los siguientes tipos: String, Date, float, y Array. Para los arreglos, la llave puede tener un rango desde un valor vacío hasta infinito, y puede incluirse un arreglo dentro de otro. No se requiere usar solo cadenas o enteros para las llaves.

Como alternativa, se pueden realizar búsquedas de objetos usando un índice.

@@ -138,7 +138,7 @@ original_slug: Web/API/IndexedDB_API/Conceptos_Basicos_Detras_De_IndexedDB

Cuando un objeto o un arreglo es almacenado, las propiedades y valores en ese objeto o arreglo pueden ser cualquier cosa que sea un valor válido.

-

Se pueden almacenar Blobs y archivos. cf. especificación {{ fx_minversion_inline("11") }}.

+

Se pueden almacenar Blobs y archivos. cf. especificación.

diff --git a/files/es/web/api/node/index.html b/files/es/web/api/node/index.html index 6511274333..68dd030864 100644 --- a/files/es/web/api/node/index.html +++ b/files/es/web/api/node/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/Node
{{domxref("Node.baseURI")}} {{readonlyInline}}
Retorna un {{domxref("DOMString")}} representando la base de la URL. El concepto de la base de la URL cambia de un lenguaje a otro;  en HTML, le corresponde al protocolo, el nombre del dominio y la estructura del directorio, eso es todo hasta el último '/'.
-
{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}} {{ Fx_minversion_inline("3") }}
+
{{domxref("Node.baseURIObject")}} {{Non-standard_inline()}}
(Not available to web content.) The read-only {{ Interface("nsIURI") }} object representing the base URI for the element.
{{domxref("Node.childNodes")}} {{readonlyInline}}
Returns a live {{domxref("NodeList")}} containing all the children of this node. {{domxref("NodeList")}} being live means that if the children of the Node change, the {{domxref("NodeList")}} object is automatically updated.
@@ -42,7 +42,7 @@ translation_of: Web/API/Node
Returns a {{domxref("Node")}} representing the next node in the tree, or null if there isn't such node.
{{domxref("Node.nodeName")}} {{readonlyInline}}
Returns a {{domxref("DOMString")}} containing the name of the Node. The structure of the name will differ with the name type. E.g. An {{domxref("HTMLElement")}} will contain the name of the corresponding tag, like 'audio' for an {{domxref("HTMLAudioElement")}}, a {{domxref("Text")}} node will have the '#text' string, or a {{domxref("Document")}} node will have the '#document' string.
-
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}{{ Fx_minversion_inline("3") }}
+
{{domxref("Node.nodePrincipal")}} {{Non-standard_inline()}}
A {{ Interface("nsIPrincipal") }} representing the node principal.
{{domxref("Node.nodeType")}}{{readonlyInline}}
Returns an unsigned short representing the type of the node. Possible values are: diff --git a/files/es/web/api/window/document/index.html b/files/es/web/api/window/document/index.html index d5acd251de..83ae34e747 100644 --- a/files/es/web/api/window/document/index.html +++ b/files/es/web/api/window/document/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/Window/document

Retorna una referencia al documento contenido en la ventana.

-
Nota: {{Fx_minversion_inline(3)}} Firefox 3 altera la seguridad para los documentos entre ventanas, de modo que sólo el dominio desde el cual ha sido cargada una ventana puede acceder al documento. A pesar de que esto rompe el funcionamiento de algunos sitios existentes, es una modificación adoptada por Firefox 3 e Internet Explorer 7, que resulta en una mejora de seguridad.
+
Nota: Firefox 3 altera la seguridad para los documentos entre ventanas, de modo que sólo el dominio desde el cual ha sido cargada una ventana puede acceder al documento. A pesar de que esto rompe el funcionamiento de algunos sitios existentes, es una modificación adoptada por Firefox 3 e Internet Explorer 7, que resulta en una mejora de seguridad.

Sintaxis

diff --git a/files/es/web/api/window/index.html b/files/es/web/api/window/index.html index c0f8e9aa38..4727b9a5d5 100644 --- a/files/es/web/api/window/index.html +++ b/files/es/web/api/window/index.html @@ -66,7 +66,7 @@ translation_of: Web/API/Window
Gets/sets the status bar text for the given window.
{{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}}
Sinonimo de {{domxref("window.personalbar")}}
@@ -133,7 +133,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.
@@ -153,7 +153,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")}}
Returns 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.
@@ -243,7 +243,7 @@ translation_of: Web/API/Window
Abre una nueva ventana.
{{domxref("Window.openDialog()")}}
Abre una nueva ventana de dialogo.
-
{{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.
{{domxref("Window.print()")}}
Opens the Print Dialog to print the current document.
@@ -281,7 +281,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/es/web/api/xmlhttprequest/index.html b/files/es/web/api/xmlhttprequest/index.html index 243b3220e6..13c696cd80 100644 --- a/files/es/web/api/xmlhttprequest/index.html +++ b/files/es/web/api/xmlhttprequest/index.html @@ -50,7 +50,7 @@ translation_of: Web/API/XMLHttpRequest void send([optional] in nsIVariant body); - void sendAsBinary(in DOMString body); {{ fx_minversion_inline(3) }} + void sendAsBinary(in DOMString body); void setRequestHeader(in AUTF8String header, in AUTF8String value); @@ -177,13 +177,13 @@ translation_of: Web/API/XMLHttpRequest upload {{ Interface("nsIXMLHttpRequestUpload") }} - El proceso de subida puede ser rastreado al agregar un registro de evento a upload. {{ fx_minversion_inline(3.5) }} + El proceso de subida puede ser rastreado al agregar un registro de evento a upload. withCredentials booleano -

Indica cuando el pedido de Access-Control entre sitios debe o no ser realizado usando credenciales como cookies o encabezados de autorización. {{ fx_minversion_inline(3.5) }}

+

Indica cuando el pedido de Access-Control entre sitios debe o no ser realizado usando credenciales como cookies o encabezados de autorización.

Nota: Esto nunca afecta los pedidos en para el propio sitio.
diff --git a/files/es/web/css/@keyframes/index.html b/files/es/web/css/@keyframes/index.html index 55944c37db..6e308b9955 100644 --- a/files/es/web/css/@keyframes/index.html +++ b/files/es/web/css/@keyframes/index.html @@ -69,7 +69,7 @@ si varios kayframes especifican los valores de los mismos porcentajes.
 
-
{{non-standard_inline}} {{fx_minversion_inline ("14")}} los keyframes (fotogramas clave) en cascada son compatibles a partir de Firefox 14. Para el ejemplo anterior, esto significa que en el fotograma clave 50%, el valor left: 20px será considerado. Esto no está definido en la especificación todavía, pero se está discutiendo.
+
{{non-standard_inline}} los keyframes (fotogramas clave) en cascada son compatibles a partir de Firefox 14. Para el ejemplo anterior, esto significa que en el fotograma clave 50%, el valor left: 20px será considerado. Esto no está definido en la especificación todavía, pero se está discutiendo.

Sintaxis

diff --git a/files/es/web/css/cursor/index.html b/files/es/web/css/cursor/index.html index d8a0080831..2b254d73bf 100644 --- a/files/es/web/css/cursor/index.html +++ b/files/es/web/css/cursor/index.html @@ -58,7 +58,7 @@ translation_of: Web/CSS/cursor none - no cursor is rendered {{ Fx_minversion_inline(3) }} + no cursor is rendered Links & status diff --git a/files/es/web/css/min-width/index.html b/files/es/web/css/min-width/index.html index efe24d19b1..0bdfc137ef 100644 --- a/files/es/web/css/min-width/index.html +++ b/files/es/web/css/min-width/index.html @@ -29,10 +29,10 @@ translation_of: Web/CSS/min-width

Ejemplos

diff --git a/files/es/web/css/mozilla_extensions/index.html b/files/es/web/css/mozilla_extensions/index.html index 8a6f0cb5bc..618092894e 100644 --- a/files/es/web/css/mozilla_extensions/index.html +++ b/files/es/web/css/mozilla_extensions/index.html @@ -229,12 +229,12 @@ translation_of: Web/CSS/Mozilla_Extensions
  • menupopup
  • menuradio
  • menuseparator
  • -
  • -moz-mac-unified-toolbar {{Fx_minversion_inline(3.5)}}
  • +
  • -moz-mac-unified-toolbar
  • -moz-win-borderless-glass
  • -
  • -moz-win-browsertabbar-toolbox {{Fx_minversion_inline(3)}}
  • -
  • -moz-win-communications-toolbox {{Fx_minversion_inline(3)}}
  • +
  • -moz-win-browsertabbar-toolbox
  • +
  • -moz-win-communications-toolbox
  • -moz-win-glass
  • -
  • -moz-win-media-toolbox {{Fx_minversion_inline(3)}}
  • +
  • -moz-win-media-toolbox
  • -moz-window-button-box
  • -moz-window-button-box-maximized
  • -moz-window-button-close
  • @@ -356,7 +356,7 @@ translation_of: Web/CSS/Mozilla_Extensions
  • -moz-mac-menutextselect
  • -moz-menuhover
  • -moz-menuhovertext
  • -
  • -moz-win-communicationstext {{Fx_minversion_inline(3)}}
  • +
  • -moz-win-communicationstext
  • -moz-win-mediatext {{gecko_minversion_inline(1.9)}}
  • -moz-nativehyperlinktext {{Gecko_minversion_inline("1.9.1")}}
  • @@ -488,10 +488,10 @@ translation_of: Web/CSS/Mozilla_Extensions

    {{Cssxref("width")}},  {{Cssxref("min-width")}}  y  {{Cssxref("max-width")}}

    Pseudoelementos y pseudoclases

    @@ -550,10 +550,10 @@ translation_of: Web/CSS/Mozilla_Extensions
  • {{Cssxref(":-moz-system-metric(scrollbar-end-backward)")}} {{gecko_minversion_inline("1.9")}}
  • {{Cssxref(":-moz-system-metric(scrollbar-end-forward)")}} {{gecko_minversion_inline("1.9")}}
  • {{Cssxref(":-moz-system-metric(scrollbar-start-backward)")}} {{gecko_minversion_inline("1.9")}}
  • -
  • {{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}} {{Fx_minversion_inline(3)}}
  • +
  • {{Cssxref(":-moz-system-metric(scrollbar-start-forward)")}}
  • {{Cssxref(":-moz-system-metric(scrollbar-thumb-proportional)")}} {{gecko_minversion_inline("1.9")}}
  • {{Cssxref(":-moz-system-metric(touch-enabled)")}} {{gecko_minversion_inline("1.9.2")}}
  • -
  • {{Cssxref(":-moz-system-metric(windows-default-theme)")}} {{Fx_minversion_inline(3)}}
  • +
  • {{Cssxref(":-moz-system-metric(windows-default-theme)")}}
  • {{Cssxref("::-moz-table")}} eg@:- resource://gre/res/ua.css
  • {{Cssxref("::-moz-table-cell")}} eg@:- resource://gre/res/ua.css
  • {{Cssxref("::-moz-table-column")}} eg@:- resource://gre/res/ua.css
  • -- cgit v1.2.3-54-g00ecf