Skip to content

Commit

Permalink
es: Resolve macro render errors (mdn#13836)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graywolf9 authored and JasonLamv-t committed Jun 30, 2023
1 parent 24c113b commit 29ada0f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions files/es/web/api/fetch_api/using_fetch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,6 @@ if (self.fetch) {

Para utilizar `fetch()` en un explorador no soportado, hay disponible un [Fetch Polyfill](https://github.com/github/fetch) que recrea la funcionalidad para navegadores no soportados.

## Especificaciones

{{Specifications}}

## Compatibilidad en navegadores

{{Compat}}

## Vea también

- [ServiceWorker API](/es/docs/Web/API/ServiceWorker_API)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ El tamaño del área de margen está determinado por las propiedades {{cssxref("

Por último, tenga en cuenta que para los elementos en línea no modificados, la cantidad de espacio ocupado (la contribución a la altura de la línea) está determinada por la propiedad {{cssxref("line-height")}} , aunque los bordes y el relleno sigan apareciendo alrededor del contenido.

## Especificaciones

{{Specifications}}

## Véase también

- [Diseño y el bloque contenedor](/es/docs/Web/CSS/Containing_block)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ p {

{{EmbedLiveSample('Ejemplos', 'auto', 350)}}

## Especificaciones

{{Specifications}}

## También puedes ver

- [CSS Reference](/es/docs/Web/CSS/Referencia_CSS)
Expand Down
4 changes: 0 additions & 4 deletions files/es/web/javascript/data_structures/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,6 @@ El operador `typeof` te puede ayudar a encontrar el tipo de tu variable.

Lee la [página de referencia](/es/docs/Web/JavaScript/Reference/Operators/typeof) para obtener más detalles y casos extremos.

## Especificaciones

{{Specifications}}

## Ve también

- [Colección de estructura de datos común y algoritmos comunes en JavaScript de Nicholas Zakas.](https://github.com/nzakas/computer-science-in-javascript/)
Expand Down

0 comments on commit 29ada0f

Please sign in to comment.