Skip to content

Commit

Permalink
[es] remove obsolete orphaned/Web/HTML/Element/applet (#17120)
Browse files Browse the repository at this point in the history
* [es] remove obsolete orphaned/Web/HTML/Element/applet

* [es] remove all 'applet' HTML element occurrences

* [es] remove all 'applet' HTML element occurrences
  • Loading branch information
leon-win authored Nov 28, 2023
1 parent eafc28b commit 86062e6
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 253 deletions.
4 changes: 0 additions & 4 deletions files/es/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@
/es/docs/HTML/Elemento/abbr /es/docs/Web/HTML/Element/abbr
/es/docs/HTML/Elemento/acronym /es/docs/Web/HTML/Element/acronym
/es/docs/HTML/Elemento/address /es/docs/Web/HTML/Element/address
/es/docs/HTML/Elemento/applet /es/docs/orphaned/Web/HTML/Element/applet
/es/docs/HTML/Elemento/area /es/docs/Web/HTML/Element/area
/es/docs/HTML/Elemento/article /es/docs/Web/HTML/Element/article
/es/docs/HTML/Elemento/aside /es/docs/Web/HTML/Element/aside
Expand Down Expand Up @@ -790,7 +789,6 @@
/es/docs/HTML:Elemento:abbr /es/docs/Web/HTML/Element/abbr
/es/docs/HTML:Elemento:acronym /es/docs/Web/HTML/Element/acronym
/es/docs/HTML:Elemento:address /es/docs/Web/HTML/Element/address
/es/docs/HTML:Elemento:applet /es/docs/orphaned/Web/HTML/Element/applet
/es/docs/HTML:Elemento:area /es/docs/Web/HTML/Element/area
/es/docs/HTML:Elemento:b /es/docs/Web/HTML/Element/b
/es/docs/HTML:Elemento:base /es/docs/Web/HTML/Element/base
Expand Down Expand Up @@ -2013,7 +2011,6 @@
/es/docs/Web/HTML/Canvas /es/docs/Web/API/Canvas_API
/es/docs/Web/HTML/Canvas/A_basic_ray-caster /es/docs/orphaned/Web/API/Canvas_API/A_basic_ray-caster
/es/docs/Web/HTML/Consejos_para_la_creación_de_páginas_HTML_de_carga_rápida /es/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages
/es/docs/Web/HTML/Element/applet /es/docs/orphaned/Web/HTML/Element/applet
/es/docs/Web/HTML/Element/basefont /es/docs/conflicting/Web/CSS/CSS_Fonts
/es/docs/Web/HTML/Element/bgsound /es/docs/Web/HTML/Element/audio
/es/docs/Web/HTML/Element/blink /es/docs/orphaned/Web/HTML/Element/blink
Expand All @@ -2027,7 +2024,6 @@
/es/docs/Web/HTML/Elemento/abbr /es/docs/Web/HTML/Element/abbr
/es/docs/Web/HTML/Elemento/acronym /es/docs/Web/HTML/Element/acronym
/es/docs/Web/HTML/Elemento/address /es/docs/Web/HTML/Element/address
/es/docs/Web/HTML/Elemento/applet /es/docs/orphaned/Web/HTML/Element/applet
/es/docs/Web/HTML/Elemento/area /es/docs/Web/HTML/Element/area
/es/docs/Web/HTML/Elemento/article /es/docs/Web/HTML/Element/article
/es/docs/Web/HTML/Elemento/aside /es/docs/Web/HTML/Element/aside
Expand Down
4 changes: 0 additions & 4 deletions files/es/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -15299,10 +15299,6 @@
"jesanchez"
]
},
"orphaned/Web/HTML/Element/applet": {
"modified": "2019-03-23T23:42:26.076Z",
"contributors": ["Sebastianz", "teoli", "Jorolo"]
},
"orphaned/Web/HTML/Element/blink": {
"modified": "2019-10-10T16:37:40.291Z",
"contributors": ["teoli", "jcr4"]
Expand Down
229 changes: 0 additions & 229 deletions files/es/orphaned/web/html/element/applet/index.md

This file was deleted.

14 changes: 2 additions & 12 deletions files/es/web/html/attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Los elementos en HTML tienen **atributos**; estos son valores adicionales que co
</tr>
<tr>
<td><code>align</code></td>
<td>{{ HTMLElement("applet") }}, {{ HTMLElement("caption") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("hr") }}, {{ HTMLElement("iframe") }}, {{ HTMLElement("img") }}, {{ HTMLElement("table") }}, {{ HTMLElement("tbody") }}, {{ HTMLElement("td") }}, {{ HTMLElement("tfoot") }} , {{ HTMLElement("th") }}, {{ HTMLElement("thead") }}, {{ HTMLElement("tr") }}</td>
<td>{{ HTMLElement("caption") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("hr") }}, {{ HTMLElement("iframe") }}, {{ HTMLElement("img") }}, {{ HTMLElement("table") }}, {{ HTMLElement("tbody") }}, {{ HTMLElement("td") }}, {{ HTMLElement("tfoot") }} , {{ HTMLElement("th") }}, {{ HTMLElement("thead") }}, {{ HTMLElement("tr") }}</td>
<td>Especifica el alineamiento horizontal del elemento.</td>
</tr>
<tr>
<td><code>alt</code></td>
<td>{{ HTMLElement("applet") }}, {{ HTMLElement("area") }}, {{ HTMLElement("img") }}, {{ HTMLElement("input") }}</td>
<td>{{ HTMLElement("area") }}, {{ HTMLElement("img") }}, {{ HTMLElement("input") }}</td>
<td>Texto alternativo en caso de que la imagen no se pueda mostrar.</td>
</tr>
<tr>
Expand Down Expand Up @@ -116,16 +116,6 @@ Los elementos en HTML tienen **atributos**; estos son valores adicionales que co
<td><a href="/es/docs/Web/HTML/Atributos_globales" title="/es/docs/Web/HTML/Atributos globales">Atributo Global</a></td>
<td>Usualmente empleado con CSS para aplicar estilos a elementos con propiedades en comun.</td>
</tr>
<tr>
<td><code>code</code></td>
<td>{{ HTMLElement("applet") }}</td>
<td>Especifica la URL del archivo de tipo applet a ser cargado y ejecutado.</td>
</tr>
<tr>
<td><code>codebase</code></td>
<td>{{ HTMLElement("applet") }}</td>
<td>Este atributo contiene la URL absoluta o relativa del directorio donde los archivos de applets (.class) referenciados en el codigo se encuentran almacenados.</td>
</tr>
<tr>
<td><code>color</code></td>
<td>{{ HTMLElement("basefont") }}, {{ HTMLElement("font") }}, {{ HTMLElement("hr") }}</td>
Expand Down
1 change: 0 additions & 1 deletion files/es/web/html/element/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ Los Componentes Web son una tecnología relacionada con HTML que hacen que sea p
| Elemento | Descripción |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| {{HTMLElement("acronym")}} | Permite a los autores indicar claramente una secuencia de caracteres que componen un acrónimo o abreviatura de una palabra. |
| {{HTMLElement("applet")}} | **Sus etiquetas son**: \<applet> y \</applet> (ambas obligatorias) |
| {{HTMLElement("bgsound")}} | El elemento HTML de sonido de fondo (\<bgsound>) es un elemento de Internet Explorer que asocia un sonido de fondo con un página . |
| {{HTMLElement("big")}} | **big** de big=grande |
| {{HTMLElement("blink")}} | El elemento HTML blink (`<blink>`) no es un elemento estándar que causa que el texto encerrado parpadee lentamente . |
Expand Down
1 change: 0 additions & 1 deletion files/es/web/html/element/object/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,5 @@ Este elemento incluye los [global attributes](/es/docs/Web/HTML/Global_attribute

## See also

- {{HTMLElement("applet")}} {{deprecated_inline}}
- {{HTMLElement("embed")}}
- {{HTMLElement("param")}}
4 changes: 2 additions & 2 deletions files/es/web/http/headers/content-security-policy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Content-Security-Policy: <policy-directive>; <policy-directive>
- : Especifica origenes válidos para carga de archivos usando elementos como {{HTMLElement("audio")}} , {{HTMLElement("video")}} y {{HTMLElement("track")}}.
- {{CSP("object-src")}}

- : Specifies valid sources for the {{HTMLElement("object")}}, {{HTMLElement("embed")}}, and {{HTMLElement("applet")}} elements.
- : Specifies valid sources for the {{HTMLElement("object")}} and {{HTMLElement("embed")}} elements.

Elements controlled by `object-src` are perhaps coincidentally considered legacy HTML elements and aren't recieving new standardized features (such as the security attributes `sandbox` or `allow` for `<iframe>`). Therefore it is **recommended** to restrict this fetch-directive (e.g. explicitly set `object-src 'none'` if possible).

Expand Down Expand Up @@ -93,7 +93,7 @@ Navigation directives govern to which location a user can navigate to or submit
- {{CSP("form-action")}}
- : Restricts the URLs which can be used as the target of a form submissions from a given context.
- {{CSP("frame-ancestors")}}
- : Specifies valid parents that may embed a page using {{HTMLElement("frame")}}, {{HTMLElement("iframe")}}, {{HTMLElement("object")}}, {{HTMLElement("embed")}}, or {{HTMLElement("applet")}}.
- : Specifies valid parents that may embed a page using {{HTMLElement("frame")}}, {{HTMLElement("iframe")}}, {{HTMLElement("object")}}, or {{HTMLElement("embed")}}.
- {{CSP("navigate-to")}} {{experimental_inline}}
- : Restricts the URLs to which a document can navigate by any means (a, form, window\.location, window\.open, etc.)

Expand Down

0 comments on commit 86062e6

Please sign in to comment.