aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
authorDavid Brito <39559632+davbrito@users.noreply.github.com>2022-01-26 10:26:22 -0400
committerGitHub <noreply@github.com>2022-01-26 08:26:22 -0600
commitfbe6a2bbd01a298b75a9c5130c56edbeb5024218 (patch)
tree5276cf6f5e139f50c5b786b2ac59059387c0ee96 /files/es
parentbd636955c2bfb1d966749f2a204ebef018d86a54 (diff)
downloadtranslated-content-fbe6a2bbd01a298b75a9c5130c56edbeb5024218.tar.gz
translated-content-fbe6a2bbd01a298b75a9c5130c56edbeb5024218.tar.bz2
translated-content-fbe6a2bbd01a298b75a9c5130c56edbeb5024218.zip
fix content HTML element (#3836)
Fix typo and links
Diffstat (limited to 'files/es')
-rw-r--r--files/es/web/html/element/content/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/files/es/web/html/element/content/index.html b/files/es/web/html/element/content/index.html
index f71ce88184..aaec20b152 100644
--- a/files/es/web/html/element/content/index.html
+++ b/files/es/web/html/element/content/index.html
@@ -13,7 +13,7 @@ original_slug: Web/HTML/Elemento/content
---
<p>{{Deprecated_header}}</p>
-<p>El elemento <a href="/en-US/docs/Web/HTML">HTML</a> <code>&lt;content&gt; es usado dentro de un </code> <a href="/en-US/docs/Web/Web_Components/Shadow_DOM">Shadow DOM</a> como un {{glossary("insertion point")}} . No está pensado para ser usado en HTML ordinario . Es usado con <a href="/en-US/docs/Web/Web_Components">Web Components</a>.</p>
+<p>El elemento <a href="/en-US/docs/Web/HTML">HTML</a> <code>&lt;content&gt; es usado dentro de un </code> <a href="/en-US/docs/Web/Web_Components/Using_shadow_DOM">Shadow DOM</a> como un {{glossary("insertion point")}} . No está pensado para ser usado en HTML ordinario . Es usado con <a href="/en-US/docs/Web/Web_Components">Web Components</a>.</p>
<div class="note">
<p><strong>Nota: </strong>Aunque está presente en un draft inicial de las especificaciones e implementado en varios exploradores , este elemento ha sido removido en versiones posteriores a la especificación .</p>
@@ -22,8 +22,8 @@ original_slug: Web/HTML/Elemento/content
<table class="properties">
<tbody>
<tr>
- <th scope="row"><a href="/es/docs/Web/Guide/HTML/categorias_de_contenido" title="HTML/Content_categories">Categorías de contenido</a></th>
- <td>Modelo de contenido transpatente</td>
+ <th scope="row"><a href="/es/docs/Web/Guide/HTML/Content_categories" title="HTML/Content_categories">Categorías de contenido</a></th>
+ <td>Modelo de contenido transparente</td>
</tr>
<tr>
<th scope="row">Contenido permitido</th>
@@ -46,7 +46,7 @@ original_slug: Web/HTML/Elemento/content
<h2 id="Attributes" name="Attributes">Atributos</h2>
-<p>Este elemento incluye los <a href="/es/docs/Web/HTML/Atributos_Globales">atributos globales </a>.</p>
+<p>Este elemento incluye los <a href="/es/docs/Web/HTML/Global_attributes">atributos globales </a>.</p>
<dl>
<dt>select</dt>
@@ -58,7 +58,7 @@ original_slug: Web/HTML/Elemento/content
<p>Aquí hay un ejemplo simple del uso del elemento &lt;content&gt; . Es un archivo HTML con todo lo necesario en el .</p>
<div class="note">
-<p><strong>Nota: </strong>Para que este código funcione , el explorador en el que se muestre debe de soportar Web Components . Ver <a href="/en-US/docs/Web/Web_Components#Enabling_Web_Components_in_Firefox">Enabling Web Components in Firefox</a> .</p>
+<p><strong>Nota: </strong>Para que este código funcione , el explorador en el que se muestre debe de soportar Web Components . Ver <a href="/en-US/docs/Web/Web_Components#enabling_web_components_in_firefox">Enabling Web Components in Firefox</a> .</p>
</div>
<pre class="brush: html">&lt;html&gt;
@@ -87,7 +87,7 @@ original_slug: Web/HTML/Elemento/content
<p>Si muestras esto en un explorador web , debe de verse como lo siguiente .</p>
-<p><img alt="content example" src="https://mdn.mozillademos.org/files/10077/content-example.png" style="height: 383px; width: 716px;"></p>
+<p><img alt="content example" src="content-example.png"></p>
<h2 id="Especificaciones">Especificaciones</h2>