diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/es/web/css/ime-mode/index.html | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/es/web/css/ime-mode/index.html')
-rw-r--r-- | files/es/web/css/ime-mode/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/css/ime-mode/index.html b/files/es/web/css/ime-mode/index.html index 58a8c5b0ed..5c054ea052 100644 --- a/files/es/web/css/ime-mode/index.html +++ b/files/es/web/css/ime-mode/index.html @@ -9,7 +9,7 @@ tags: translation_of: Web/CSS/ime-mode --- <p> </p> -<p>{{ CSSRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ CSSRef() }}</p> <h3 id="Resumen" name="Resumen">Resumen</h3> <p>La propiedad <code>ime-mode</code> controla el estado del método de entrada del editor para campos de texto.</p> <ul> <li>{{ Cssxref("initial", "Valor inicial") }}: {{ Cssxref("auto", "automático") }}</li> <li>Se aplica a: campos de texto.</li> <li>{{ Cssxref("inheritance", "Valor heredado") }}: no</li> <li>Porcentajes: N/A</li> <li>Media: {{ Xref_cssvisual() }}</li> <li>{{ Cssxref("computed value", "Valor calculado") }}:</li> |