blob: 2a764918eda85cc4a4aa243f3acc7ffc83cfacc3 (
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
|
---
title: 초깃값
slug: Web/CSS/initial_value
tags:
- CSS
- Reference
translation_of: Web/CSS/initial_value
---
<div>{{cssref}}</div>
<p><a href="/ko/docs/Web/CSS">CSS</a> 속성의 <strong>초깃값</strong>은 속성의 기본값으로, 속성 정의 표가 명시하고 있습니다. 초깃값의 사용처는 상속 여부에 따라 다릅니다.</p>
<ul>
<li><a href="/ko/docs/Web/CSS/inheritance#Inherited_properties">상속 속성</a>의 경우, <a href="/ko/docs/Web/CSS/specified_value">지정값</a>이 없는 이상 초깃값은 <strong>루트 요소에만</strong> 쓰입니다.</li>
<li><a href="/ko/docs/Web/CSS/inheritance#Non-inherited_properties">비상속 속성</a>의 경우, <a href="/ko/docs/Web/CSS/specified_value">지정값</a>이 없는 이상 초깃값은 <strong>모든 요소</strong>에 쓰입니다.</li>
</ul>
<div class="blockIndicator note">
<p><strong>참고:</strong> {{cssxref("initial")}} 키워드를 사용해 명시적으로 초깃값을 지정할 수 있습니다.</p>
</div>
<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><a href="https://drafts.csswg.org/css-cascade-4/#initial-values">CSS Cascade 4</a></td>
<td></td>
<td>Formal definition.</td>
</tr>
<tr>
<td>{{SpecName("CSS2.1", "cascade.html#specified-value", "initial value")}}</td>
<td>{{Spec2("CSS2.1")}}</td>
<td>Implicit definition.</td>
</tr>
</tbody>
</table>
<h2 id="See_Also" name="See_Also">같이 보기</h2>
<ul>
<li><a href="/ko/docs/Web/CSS/CSS_Reference" title="CSS Reference">CSS Reference</a></li>
<li>{{CSS_key_concepts}}</li>
</ul>
|