From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/xslt/fallback/index.html | 38 ----------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 files/es/web/xslt/fallback/index.html (limited to 'files/es/web/xslt/fallback/index.html') 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 ---- -

{{XsltRef}}

- -


- El elemento <xsl:fallback> indica la plantilla a usar en caso de que algun elemento extendido (o, eventualmente, una nueva versión) no esté soportado.

- -

Sintaxis

- -
<xsl:fallback>
-	PLANTILLA
-</xsl:fallback>
- -

Atributos requeridos

- -

Ninguno.

- -

Atributos opcionales

- -

Ninguno.

- -

Tipo

- -

Instrucción, aparece dentro de una plantilla.

- -

Definido

- -

XSLT, sección 15

- -

Soporte en Gecko

- -

Sin soporte por el momento.

-- cgit v1.2.3-54-g00ecf