blob: 155869c28da755f1152ffc133c5d087713d4b6c3 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
---
title: CSSOM View
slug: Web/CSS/CSSOM_View
tags:
- Aperçu
- CSS
- CSSOM
- CSSOM View
- Reference
translation_of: Web/CSS/CSSOM_View
---
<div>{{CSSRef}}</div>
<p><em><strong>CSSOM View</strong></em> (ou <strong>Vue CSSOM</strong>) est un module de la spécification CSS qui définit comment manipuler la vue d'un document et notamment le comportement lors du défilement (<em>scrolling</em>).</p>
<h2 id="Référence">Référence</h2>
<h3 id="Propriétés">Propriétés</h3>
<div class="index">
<ul>
<li>{{cssxref("scroll-behavior")}}</li>
</ul>
</div>
<h2 id="Guide">Guide</h2>
<dl>
<dt><a href="/fr/docs/Web/CSS/CSSOM_View/Systèmes_de_coordonnées">Les systèmes de coordonnées</a></dt>
<dd>Un guide à propos des différents systèmes de coordonnées permettant de définir une position dans un contexte d'affichage : que ce soit un écran, une zone d'affichage, un appareil mobile ou bien une position sur une feuille de papier lors de l'impression.</dd>
</dl>
<h2 id="Spécifications">Spécifications</h2>
<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('CSSOM View')}}</td>
<td>{{Spec2('CSSOM View')}}</td>
<td>Définition initiale.</td>
</tr>
</tbody>
</table>
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
<p>{{Compat("css.properties.scroll-behavior")}}</p>
|