aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/css/resolved_value/index.html
blob: 56f04e64952231ba267f494f1d4df551ee98fadd (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
---
title: 결정값
slug: Web/CSS/resolved_value
tags:
  - CSS
  - Reference
translation_of: Web/CSS/resolved_value
---
<div>{{cssref}}</div>

<p><a href="/ko/docs/Web/CSS">CSS</a> 속성의 <strong>결정값</strong>{{domxref("Window.getComputedStyle", "getComputedStyle()")}}이 반환하는 값입니다.</p>

<p>속성 대부분은 결정값이 <a href="/ko/docs/Web/CSS/computed_value">계산값</a>이지만, {{cssxref("width")}}{{cssxref("height")}}를 포함한 기존 속성은 <a href="/ko/docs/Web/CSS/used_value">사용값</a>입니다. 속성 별 자세한 사항은 아래의 명세를 참고하세요.</p>

<h2 id="명세">명세</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">명세</th>
   <th scope="col">상태</th>
   <th scope="col">설명</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("CSSOM", "#resolved-values", "resolved value")}}</td>
   <td>{{Spec2("CSSOM")}}</td>
   <td>초기 정의</td>
  </tr>
 </tbody>
</table>

<h2 id="같이_보기">같이 보기</h2>

<ul>
 <li>{{domxref("window.getComputedStyle")}}</li>
 <li>{{CSS_key_concepts}}</li>
</ul>