blob: 4baba659db1c0c44e3f94905b68b9d0bc3fdd6d0 (
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
---
title: CSS Basic User Interface
slug: Web/CSS/CSS_Basic_User_Interface
tags:
- CSS
- CSS Basic User Interface
- Guide
- Overview
- Reference
translation_of: Web/CSS/CSS_Basic_User_Interface
---
<div>{{CSSRef}}</div>
<p><strong>CSS Basic User Interface</strong>는 사용자 인터페이스와 연관된 렌더링 및 기능의 동작 방식을 정의하는 CSS 모듈입니다.</p>
<h2 id="참고서">참고서</h2>
<h3 id="속성">속성</h3>
<div class="index">
<ul>
<li>{{CSSxRef("appearance")}} {{Experimental_Inline}}</li>
<li>{{CSSxRef("box-sizing")}}</li>
<li>{{CSSxRef("cursor")}}</li>
<li>{{CSSxRef("ime-mode")}} {{Deprecated_Inline}}</li>
<li>{{CSSxRef("nav-down")}} {{Experimental_Inline}}</li>
<li>{{CSSxRef("nav-left")}} {{Experimental_Inline}}</li>
<li>{{CSSxRef("nav-right")}} {{Experimental_Inline}}</li>
<li>{{CSSxRef("nav-up")}} {{Experimental_Inline}}</li>
<li>{{CSSxRef("outline")}}</li>
<li>{{CSSxRef("outline-width")}}</li>
<li>{{CSSxRef("outline-style")}}</li>
<li>{{CSSxRef("outline-color")}}</li>
<li>{{CSSxRef("outline-offset")}}</li>
<li>{{CSSxRef("resize")}}</li>
<li>{{CSSxRef("text-overflow")}}</li>
<li>{{CSSxRef("user-select")}}</li>
</ul>
</div>
<h2 id="안내서">안내서</h2>
<dl>
<dt><a href="/ko/docs/Web/CSS/cursor/Using_URL_values_for_the_cursor_property"><code>cursor</code> 속성값에 URL 사용하기</a></dt>
<dd>URL을 {{cssxref("cursor")}} 속성에 사용해 사용자 지정 커서를 생성하는 방법을 설명합니다.</dd>
</dl>
<h2 id="명세">명세</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("CSS4 Basic UI")}}</td>
<td>{{Spec2("CSS4 Basic UI")}}</td>
<td></td>
</tr>
<tr>
<td>{{SpecName("CSS3 Basic UI")}}</td>
<td>{{Spec2("CSS3 Basic UI")}}</td>
<td></td>
</tr>
<tr>
<td>{{SpecName("CSS2.1", "ui.html")}}</td>
<td>{{Spec2("CSS2.1")}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
|