diff options
Diffstat (limited to 'files/fr/web/css/scroll-margin-block-end')
-rw-r--r-- | files/fr/web/css/scroll-margin-block-end/index.md | 52 |
1 files changed, 19 insertions, 33 deletions
diff --git a/files/fr/web/css/scroll-margin-block-end/index.md b/files/fr/web/css/scroll-margin-block-end/index.md index a74b5f68b8..7c7d0e8d86 100644 --- a/files/fr/web/css/scroll-margin-block-end/index.md +++ b/files/fr/web/css/scroll-margin-block-end/index.md @@ -8,16 +8,17 @@ tags: - Reference translation_of: Web/CSS/scroll-margin-block-end --- -<div>{{CSSRef}}</div> +{{CSSRef}} -<p>La propriété <strong><code>scroll-margin-block-end</code></strong> définit la marge de défilement de l'élément sur la fin de l'axe de bloc. La zone de défilement est déterminée en prenant la boîte de bordure modifiée, en prenant le rectangle englobant puis en ajoutant les décalages indiqués.</p> +La propriété **`scroll-margin-block-end`** définit la marge de défilement de l'élément sur la fin de l'axe de bloc. La zone de défilement est déterminée en prenant la boîte de bordure modifiée, en prenant le rectangle englobant puis en ajoutant les décalages indiqués. -<div>{{EmbedInteractiveExample("pages/css/scroll-margin-block-end.html")}}</div> +{{EmbedInteractiveExample("pages/css/scroll-margin-block-end.html")}} -<h2 id="Syntaxe">Syntaxe</h2> +## Syntaxe -<pre class="brush: css">/* Valeurs de longueur */ -/* Type <length> */ +```css +/* Valeurs de longueur */ +/* Type <length> */ scroll-margin-block-end: 10px; scroll-margin-block-end: 1em; @@ -25,40 +26,25 @@ scroll-margin-block-end: 1em; scroll-margin-block-end: inherit; scroll-margin-block-end: initial; scroll-margin-block-end: unset; -</pre> +``` -<h3 id="Valeurs">Valeurs</h3> +### Valeurs -<dl> - <dt><code><length></code></dt> - <dd>Un décalage par rapport au côté correspondant du conteneur de défilement.</dd> -</dl> +- `<length>` + - : Un décalage par rapport au côté correspondant du conteneur de défilement. -<h3 id="Syntaxe_formelle">Syntaxe formelle</h3> +### Syntaxe formelle {{csssyntax}} -<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("CSS Scroll Snap Points", "#propdef-scroll-margin-block-end", "scroll-margin-block-end")}}</td> - <td>{{Spec2("CSS Scroll Snap Points")}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> +| Spécification | État | Commentaires | +| ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | -------------------- | +| {{SpecName("CSS Scroll Snap Points", "#propdef-scroll-margin-block-end", "scroll-margin-block-end")}} | {{Spec2("CSS Scroll Snap Points")}} | Définition initiale. | -<p>{{cssinfo}}</p> +{{cssinfo}} -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +## Compatibilité des navigateurs -<p>{{Compat("css.properties.scroll-margin-block-end")}}</p> +{{Compat("css.properties.scroll-margin-block-end")}} |