diff options
Diffstat (limited to 'files/fr/web/xslt/element/fallback/index.md')
-rw-r--r-- | files/fr/web/xslt/element/fallback/index.md | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/files/fr/web/xslt/element/fallback/index.md b/files/fr/web/xslt/element/fallback/index.md index 9cf3514a9e..0bf977b9b5 100644 --- a/files/fr/web/xslt/element/fallback/index.md +++ b/files/fr/web/xslt/element/fallback/index.md @@ -6,25 +6,32 @@ tags: translation_of: Web/XSLT/Element/fallback original_slug: Web/XSLT/fallback --- -<p> {{ XsltRef() }} -</p><p>L'élément <code><xsl:fallback></code> définit le modèle à utiliser si un élément d'extension donné (ou, éventuellement, une nouvelle version) n'est pas supporté. -</p> -<h3 id="Syntaxe"> Syntaxe </h3> -<pre><xsl:fallback> - MODÈLE -</xsl:fallback></pre> <h3 id="Attributs_obligatoires"> Attributs obligatoires </h3> -<p>Aucun. -</p> -<h3 id="Attributs_optionnels"> Attributs optionnels </h3> -<p>Aucun. -</p> -<h3 id="Type"> Type </h3> -<p>Instruction, apparaît dans un modèle. -</p> -<h3 id="D.C3.A9finition"> Définition </h3> -<p><a href="http://www.w3.org/TR/xslt#fallback">XSLT 1.0, section 15</a>. -</p> -<h3 id="Gecko_support"> Gecko support </h3> -<p>Pas encore supporté. -</p>
\ No newline at end of file + +L'élément `<xsl:fallback>` définit le modèle à utiliser si un élément d'extension donné (ou, éventuellement, une nouvelle version) n'est pas supporté. + +### Syntaxe + + <xsl:fallback> + MODÈLE + </xsl:fallback> + +### Attributs obligatoires + +Aucun. + +### Attributs optionnels + +Aucun. + +### Type + +Instruction, apparaît dans un modèle. + +### Définition + +[XSLT 1.0, section 15](http://www.w3.org/TR/xslt#fallback). + +### Gecko support + +Pas encore supporté. |