Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es: Update browser compat/spec sections (part 8) #11785

Merged
merged 4 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions files/es/web/html/element/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ Si muestras esto en un explorador web , debe de verse como lo siguiente .

## Especificaciones

{{Specifications}}
Este elemento ya no está definido por ninguna especificación.

## Compatibilidad con exploradores
## Compatibilidad con navegadores

{{Compat("html.elements.content")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ El siguiente ejemplo muestra nombres de productos pero también asocia a cada un

{{Specifications}}

## Compatibilidad de navegador
## Compatibilidad con navegadores

{{Compat("html.elements.data")}}
{{Compat}}

## Ver también

Expand Down
9 changes: 2 additions & 7 deletions files/es/web/html/element/datalist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,9 @@ Este elemento no tiene otros atributos mas que los [atributos globales](/es/docs

{{Specifications}}

## Compatibilidad con los distintos navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.datalist")}}

## sección de relleno

Incluya este polyfill para proporcionar soporte para navegadores antiguos y actualmente incompatibles:
[datalist-polyfill](https://github.com/mfranzke/datalist-polyfill)
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/dd/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Para un ejemplo, ver [ejemplos \<dl>](/es/docs/Web/HTML/Elemento/dl#Examples).

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("html.elements.dd")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 1 addition & 3 deletions files/es/web/html/element/details/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,13 @@ Este elemento incluye los [atributos globales](/es/docs/Web/HTML/Atributos_Globa

{{EmbedLiveSample("Example")}}

> **Nota:** Si el el ejemplo de arriba no funciona , ver [Compatibilidad con navegadores](#compatibilidad_con_navegadores) para determinar si el navegador soporta esta característica .

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat("html.elements.details")}}
{{Compat}}

## Ver también

Expand Down
6 changes: 2 additions & 4 deletions files/es/web/html/element/dialog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,9 @@ Este elemento incluye los [atributos globales](/es/docs/Web/HTML/Global_attribut

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <https://github.com/mdn/browser-compat-data> and send us a pull request.

{{Compat("html.elements.dialog")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/dl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ Para cambiar la indentación de un término, usa la propiedad {{cssxref("margin"

{{Specifications}}

## Compatibilidad Web
## Compatibilidad con navegadores

{{Compat("html.elements.dl")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/dt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Para ver un ejemplo, vea el [proveído por el elemento `<dl>`](/es/docs/Web/HTML

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("html.elements.dt")}}
{{Compat}}

## Vea también

Expand Down
6 changes: 2 additions & 4 deletions files/es/web/html/element/figcaption/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ Para ejemplos con `<figcaption>`, por favor ver la página {{HTMLElement("figure

{{Specifications}}

## Compatibilidad con los distintos navegadores
## Compatibilidad con navegadores

The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <https://github.com/mdn/browser-compat-data> and send us a pull request.

{{Compat("html.elements.figcaption")}}
{{Compat}}

## Ver además

Expand Down
8 changes: 6 additions & 2 deletions files/es/web/html/element/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@ Este elemento implementa la interfaz [`HTMLFormElement`](/es/DOM/HTMLFormElement
</form>
```

## Compatibilidad de navegadores
## Especificaciones

{{Compat("html.elements.form")}}
{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Consulte también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/head/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Navegadores modernos que cumplen con el estándar HTML5 construyen automáticame

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.head")}}
{{Compat}}

## Véase también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/heading_elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ Las etiquetas de cabecera pueden anidarse para generar sub-secciones en nuestros

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.h1")}}
{{Compat}}

## Véase también

Expand Down
8 changes: 6 additions & 2 deletions files/es/web/html/element/hgroup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Este elemento implementa la interfaz `HTMLElement`.
</hgroup>
```

### Compatibilidad
## Especificaciones

{{Compat("html.elements.hgroup")}}
{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
4 changes: 2 additions & 2 deletions files/es/web/html/element/html/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ El DOCTYPE usado en el siguiente ejemplo indica que es un documento HTML5.

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.html")}}
{{Compat}}

## Ver también

Expand Down
8 changes: 2 additions & 6 deletions files/es/web/html/element/iframe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ En este ejemplo, se muestra un mapa de Google en un marco.

{{Specifications}}

## Notes
## Compatibilidad con navegadores

Starting in Gecko 6.0 (Firefox 6.0 / Thunderbird 6.0 / SeaMonkey 2.3), rendering of inline frames correctly respects the borders of their containing element when they're rounded using {{ cssxref("border-radius") }}.

## Browser compatibility

{{Compat("html.elements.iframe", 3)}}
{{Compat}}
4 changes: 2 additions & 2 deletions files/es/web/html/element/label/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Este elemento incluye los [atributos globales](/es/docs/Web/HTML/Global_attribut

{{Specifications}}

## Compatibilidad
## Compatibilidad con navegadores

{{Compat("html.elements.label")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/link/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ function sheetError() {

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.link")}}
{{Compat}}

## Véase también

Expand Down
12 changes: 2 additions & 10 deletions files/es/web/html/element/main/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,9 @@ Algunos lectores de pantalla reconocen la etiqueta `main` y proveen un atajo par

{{Specifications}}

## Compatibilidad entre navegadores
## Compatibilidad con navegadores

Como una caracterisca nueva propuesta para HTML, el elemento `<main>` no está todavía ampliamente soportado. Es sumamente recomendable añadir el rol ARIA `"main"` a cualquier elemento `<main>`:

```html
<main role="main">
...
</main>
```

{{Compat("html.elements.main")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/mark/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ El resultado se vería:

{{Specifications}}

## Compatibilidad de navegador
## Compatibilidad con navegadores

{{Compat("html.elements.mark")}}
{{Compat}}

## Consulta también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/marquee/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ La etiqueta html `<marquee>` se utiliza para insertar un area de texto en movimi

{{Specifications}}

## Navegadores compatibles
## Compatibilidad con navegadores

{{Compat("html.elements.marquee")}}
{{Compat}}
4 changes: 2 additions & 2 deletions files/es/web/html/element/nav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ En este ejemplo, un bloque `<nav>` es usado para contener una lista no ordenada

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("html.elements.nav")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/object/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ Este elemento incluye los [global attributes](/es/docs/Web/HTML/Global_attribute

{{Specifications}}

## Compatibilidad con Navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.object")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/option/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Ver los ejemplos {{HTMLElement("select")}}.

{{Specifications}}

## Compatibilidad con los distintos navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.option")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/picture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ El atributo `type` permite especificar un tipo MIME para los recursos dados en e

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.picture")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/pre/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ a {

{{Specifications}}

## Compatibilidad con exploradores
## Compatibilidad con navegadores

{{Compat("html.elements.pre")}}
{{Compat}}

## Véase también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/progress/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ En Windows, el resultante sería este:

{{Specifications}}

## Compatibilidad en los navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.progress")}}
{{Compat}}

## Mira también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/q/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ Este elemento incluye los [atributos globales](/es/docs/Web/HTML/Global_attribut

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{ Compat("html.elements.q") }}
{{Compat}}

## Ve también

Expand Down
8 changes: 6 additions & 2 deletions files/es/web/html/element/section/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,13 @@ Este elemento implementa la interfaz [`HTMLElement`](/en/DOM/element).
</section>
```

## Compatibilidad
## Especificaciones

{{Compat("html.elements.section")}}
{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Véase también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/select/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ El siguiente ejemplo muestra como simular una lista con opciones editables, pero

{{Specifications}}

## Compatibilidad con Navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.select")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/html/element/slot/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ Este elemento incluye los [atributos globales](/es/docs/Web/HTML/Global_attribut

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("html.elements.slot")}}
{{Compat}}
Loading