aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/-ms-wrap-margin/index.html
blob: 164c64b9f25f9ed98827b52ef8e43082fa80be00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: '-ms-wrap-margin'
slug: Web/CSS/-ms-wrap-margin
tags:
  - CSS
  - Non-standard
  - Propriété
  - Reference
translation_of: Archive/Web/CSS/-ms-wrap-margin
---
<div>{{CSSRef}}{{non-standard_header}}</div>

<p>La propriété <strong><code>-ms-wrap-margin</code></strong> est <a href="/en-US/docs/Web/CSS/Microsoft_CSS_extensions">une propriété spécifique à Microsoft</a> qui définit une marge qui décale le retour à la ligne par rapport aux autres formes.</p>

<h2 id="Syntax" name="Syntax">Syntaxe</h2>

<h3 id="Values" name="Values">Valeurs</h3>

<dl>
 <dt>{{cssxref("&lt;length&gt;")}}</dt>
 <dd>
 <p>La taille de la marge avec une valeur non-négative.</p>
 </dd>
</dl>

<h3 id="Formal_syntax" name="Formal_syntax">Syntaxe formelle</h3>

<pre class="syntaxbox">{{csssyntax}}
</pre>

<h2 id="Specifications" name="Specifications">Spécifications</h2>

<p>Cette propriété est une propriété spécifique et ne fait partie d'aucune spécification.</p>

<p>{{cssinfo}}</p>

<h2 id="Remarks" name="Remarks">Notes</h2>

<p>Les décalages créés par la propriété <code>-ms-wrap-margin</code> sont décalés en en dehors de l'exclusion. Cette propriété peut être utilisée avec n'importe quelle valeur de longueur.</p>