diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:50 +0100 |
commit | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch) | |
tree | 5032e6779a402a863654c9d65965073f09ea4182 /files/es/web/xslt/fallback | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2 translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip |
unslug es: move
Diffstat (limited to 'files/es/web/xslt/fallback')
-rw-r--r-- | files/es/web/xslt/fallback/index.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/files/es/web/xslt/fallback/index.html b/files/es/web/xslt/fallback/index.html deleted file mode 100644 index 472ae59de8..0000000000 --- a/files/es/web/xslt/fallback/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: fallback -slug: Web/XSLT/fallback -tags: - - Todas_las_Categorías - - XSLT -translation_of: Web/XSLT/Element/fallback ---- -<p>{{XsltRef}}</p> - -<p><br> - El elemento <code><xsl:fallback></code> indica la plantilla a usar en caso de que algun elemento extendido (o, eventualmente, una nueva versión) no esté soportado.</p> - -<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3> - -<pre><xsl:fallback> - PLANTILLA -</xsl:fallback></pre> - -<h3 id="Atributos_requeridos" name="Atributos_requeridos">Atributos requeridos</h3> - -<p>Ninguno.</p> - -<h3 id="Atributos_opcionales" name="Atributos_opcionales">Atributos opcionales</h3> - -<p>Ninguno.</p> - -<h3 id="Tipo" name="Tipo">Tipo</h3> - -<p>Instrucción, aparece dentro de una plantilla.</p> - -<h3 id="Definido" name="Definido">Definido</h3> - -<p>XSLT, sección 15</p> - -<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3> - -<p>Sin soporte por el momento.</p> |