aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_basic_user_interface/index.md
blob: 98740f9d8bbe729775dda26b2ce91a9b4eecf46c (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 基本ユーザーインターフェイス
slug: Web/CSS/CSS_Basic_User_Interface
tags:
  - CSS
  - CSS 基本ユーザーインターフェイス
  - ガイド
  - 概要
  - Reference
translation_of: Web/CSS/CSS_Basic_User_Interface
---
{{CSSRef}}

**CSS 基本ユーザーインターフェイス** (CSS Basic User Interface) は CSS のモジュールの一つで、ユーザーインターフェイスに関する表示や機能を定義します。

## リファレンス

## プロパティ

- {{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")}}

## ガイド

- [`cursor` プロパティでの URL 値の使用](/ja/docs/Web/CSS/CSS_Basic_User_Interface/Using_URL_values_for_the_cursor_property)
  - : カスタムカーソルを生成するために {{CSSxRef("cursor")}} プロパティに URL を使用できる方法を説明します。

## 仕様書

| 仕様書                            | 状態                       | 備考     |
| --------------------------------- | -------------------------- | -------- |
| {{SpecName("CSS4 Basic UI")}}     | {{Spec2("CSS4 Basic UI")}} |          |
| {{SpecName("CSS3 Basic UI")}}     | {{Spec2("CSS3 Basic UI")}} |          |
| {{SpecName("CSS2.1", "ui.html")}} | {{Spec2("CSS2.1")}}        | 初回定義 |