diff options
Diffstat (limited to 'files/fr/web/css/css_generated_content')
-rw-r--r-- | files/fr/web/css/css_generated_content/index.md | 41 |
1 files changed, 11 insertions, 30 deletions
diff --git a/files/fr/web/css/css_generated_content/index.md b/files/fr/web/css/css_generated_content/index.md index 1892fb99c2..be8fda6c8a 100644 --- a/files/fr/web/css/css_generated_content/index.md +++ b/files/fr/web/css/css_generated_content/index.md @@ -8,39 +8,20 @@ tags: - Reference translation_of: Web/CSS/CSS_Generated_Content --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p><em><strong>CSS Generated Content</strong></em> est un module CSS qui définit comment ajouter du contenu à un élément.</p> +**_CSS Generated Content_** est un module CSS qui définit comment ajouter du contenu à un élément. -<h2 id="Référence">Référence</h2> +## Référence -<h3 id="Propriétés">Propriétés</h3> +### Propriétés -<ul> - <li>{{cssxref("content")}}</li> - <li>{{cssxref("quotes")}}</li> -</ul> +- {{cssxref("content")}} +- {{cssxref("quotes")}} -<h2 id="Spécifications">Spécifications</h2> +## Spécifications -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Spécification</th> - <th scope="col">État</th> - <th scope="col">Commentaires</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("CSS3 Content")}}</td> - <td>{{Spec2("CSS3 Content")}}</td> - <td> </td> - </tr> - <tr> - <td>{{SpecName('CSS2.1')}}</td> - <td>{{Spec2('CSS2.1')}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> +| Spécification | État | Commentaires | +| ------------------------------------ | -------------------------------- | -------------------- | +| {{SpecName("CSS3 Content")}} | {{Spec2("CSS3 Content")}} | | +| {{SpecName('CSS2.1')}} | {{Spec2('CSS2.1')}} | Définition initiale. | |