blob: f546d114f69897b84787ae5116a819e0f0987202 (
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
|
---
title: CSS Basic User Interface
slug: Web/CSS/CSS_Basic_User_Interface
tags:
- Aperçu
- CSS
- CSS Basic User Interface
- Overview
- Reference
translation_of: Web/CSS/CSS_Basic_User_Interface
---
{{CSSRef}}
**_CSS Basic User Interface_** est un module de la spécification CSS qui décrit les fonctionnalités et le rendu associés aux fonctionnalités de l'interface utilisateur.
## Référence
### Propriétés
- {{CSSxRef("appearance")}} {{Experimental_Inline}}
- {{CSSxRef("box-sizing")}}
- {{CSSxRef("cursor")}}
- {{CSSxRef("ime-mode")}} {{Deprecated_Inline}}
- {{CSSxRef("nav-down")}} {{Experimental_Inline}}
- {{CSSxRef("nav-left")}} {{Experimental_Inline}}
- {{CSSxRef("nav-right")}} {{Experimental_Inline}}
- {{CSSxRef("nav-up")}} {{Experimental_Inline}}
- {{CSSxRef("outline")}}
- {{CSSxRef("outline-width")}}
- {{CSSxRef("outline-style")}}
- {{CSSxRef("outline-color")}}
- {{CSSxRef("outline-offset")}}
- {{CSSxRef("resize")}}
- {{CSSxRef("text-overflow")}}
- {{CSSxRef("user-select")}} {{Experimental_Inline}}
## Guides
- [Utiliser des URL pour la propriété `cursor`](/fr/docs/Web/CSS/CSS_Basic_User_Interface/Utilisation_d_URL_pour_la_propriété_cursor)
- : Ce guide décrit comment utiliser des URL avec la propriété {{CSSxRef("cursor")}} afin de créer des curseurs personnalisés.
## Spécifications
| Spécification | État | Commentaires |
| -------------------------------------------- | ------------------------------------ | -------------------- |
| {{SpecName("CSS4 Basic UI")}} | {{Spec2("CSS4 Basic UI")}} | |
| {{SpecName("CSS3 Basic UI")}} | {{Spec2("CSS3 Basic UI")}} | |
| {{SpecName("CSS2.1", "ui.html")}} | {{Spec2("CSS2.1")}} | Définition initiale. |
|