diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:40:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:40:08 -0400 |
commit | 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 (patch) | |
tree | caed5699c8b6dbf1fe2652a72a73db80d1484f02 /files/es/web/html | |
parent | eeabcbf0e107e100c886027610f97045de548b0d (diff) | |
download | translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.gz translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.bz2 translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.zip |
remove wiki.developer.mozilla.org links (es) (#1443)
Part of #1440
Diffstat (limited to 'files/es/web/html')
-rw-r--r-- | files/es/web/html/element/iframe/index.html | 2 | ||||
-rw-r--r-- | files/es/web/html/element/template/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/es/web/html/element/iframe/index.html b/files/es/web/html/element/iframe/index.html index 70641a9d75..1f7d895cdc 100644 --- a/files/es/web/html/element/iframe/index.html +++ b/files/es/web/html/element/iframe/index.html @@ -67,7 +67,7 @@ original_slug: Web/HTML/Elemento/iframe <dl> <dt>{{htmlattrdef("allow")}}</dt> - <dd>Especifíca una <a href="/en-US/docs/Web/HTTP/Feature_Policy">política de características</a> para el <code><iframe></code>. Vea el articulo <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Privacy">Privacy, permissions, and information security</a> para detalles en temas de seguridad y como <code><iframe></code> funciona con las Politicas de Herramientas para mantener los sistemas seguros.</dd> + <dd>Especifíca una <a href="/en-US/docs/Web/HTTP/Feature_Policy">política de características</a> para el <code><iframe></code>. Vea el articulo <a href="/en-US/docs/Web/Privacy">Privacy, permissions, and information security</a> para detalles en temas de seguridad y como <code><iframe></code> funciona con las Politicas de Herramientas para mantener los sistemas seguros.</dd> <dt>{{htmlattrdef("allowfullscreen")}}</dt> <dd>Definido como <code>true</code> si el <code><iframe></code> puede activar el modo a pantalla completa llamando al método {{domxref("Element.requestFullscreen", "requestFullscreen()")}}.</dd> <dd> diff --git a/files/es/web/html/element/template/index.html b/files/es/web/html/element/template/index.html index 5011d952c3..d21cecaf25 100644 --- a/files/es/web/html/element/template/index.html +++ b/files/es/web/html/element/template/index.html @@ -26,7 +26,7 @@ original_slug: Web/HTML/Elemento/template </tr> <tr> <th scope="row">Padres permitidos</th> - <td>Cualquier elemento que acepte <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Metadata_content">metadata content</a>, <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">phrasing content</a>, o <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Script-supporting_elements">script-supporting elements</a>. También se permiten como hijos de un elemento {{HTMLElement("colgroup")}} que no tenga un atributo {{htmlattrxref("span", "colgroup")}} .</td> + <td>Cualquier elemento que acepte <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Metadata_content">metadata content</a>, <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">phrasing content</a>, o <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Script-supporting_elements">script-supporting elements</a>. También se permiten como hijos de un elemento {{HTMLElement("colgroup")}} que no tenga un atributo {{htmlattrxref("span", "colgroup")}} .</td> </tr> <tr> <th scope="row">Implicit ARIA role</th> @@ -152,5 +152,5 @@ table td { <ul> <li>Web components: {{HTMLElement("slot")}} (e históríco: {{HTMLElement("shadow")}})</li> - <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots">Usando templates y slots</a></li> + <li><a href="/en-US/docs/Web/Web_Components/Using_templates_and_slots">Usando templates y slots</a></li> </ul> |