diff options
author | tristantheb <tristantheb@users.noreply.github.com> | 2021-04-30 16:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 16:28:38 +0200 |
commit | 71c618f2ea793f0462948cfd512414c9094f7370 (patch) | |
tree | 44b543cd5982852c6bd8b641346503a883c2f7be /files/es/web/html | |
parent | fb5b8c8367d594d5fc4f38c61573d8e2e3552a57 (diff) | |
download | translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.gz translated-content-71c618f2ea793f0462948cfd512414c9094f7370.tar.bz2 translated-content-71c618f2ea793f0462948cfd512414c9094f7370.zip |
KS: Removal of the least used macros - l10n-frozen (#611)
* KS: Deletion of KS macros used less than 100 times
* FIX: Remove conflicting and orphaned files from commits=
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/textarea/index.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/files/es/web/html/element/iframe/index.html b/files/es/web/html/element/iframe/index.html index a79b497c43..70641a9d75 100644 --- a/files/es/web/html/element/iframe/index.html +++ b/files/es/web/html/element/iframe/index.html @@ -293,8 +293,6 @@ original_slug: Web/HTML/Elemento/iframe <h2 id="Notes">Notes</h2> <div class="geckoVersionNote"> -<p>{{ gecko_callout_heading("6.0") }}</p> - <p>Starting in Gecko 6.0 {{ geckoRelease("6.0") }}, rendering of inline frames correctly respects the borders of their containing element when they're rounded using {{ cssxref("border-radius") }}.</p> </div> diff --git a/files/es/web/html/element/textarea/index.html b/files/es/web/html/element/textarea/index.html index adba30e0f0..a1ab5f576d 100644 --- a/files/es/web/html/element/textarea/index.html +++ b/files/es/web/html/element/textarea/index.html @@ -111,8 +111,6 @@ original_slug: Web/HTML/Elemento/textarea <p>Este elemento implementa el interfaz <code><a href="/en/DOM/HTMLTextAreaElement" title="en/DOM/textarea">HTMLTextAreaElement</a></code> .</p> -<p>{{ h1_gecko_minversion("Resizable textareas", "2.0") }}</p> - <p>{{ gecko("2.0") }} introduce el soporte para textareas redimensionable. Esto se controla con la propiedad CSS {{ cssxref("resize") }} . Por defecto la posibilidad de redimiensionar el control está habilitada, pero puede ser explícitamente deshabilitada mediante el uso del siguiente CSS:</p> <pre>textarea { |