--- title: 실제값 slug: Web/CSS/actual_value tags: - CSS - Reference translation_of: Web/CSS/actual_value ---
{{CSSRef}}

CSS 속성의 실제값은 모든 근사치(approximation)가 적용된 뒤의 사용값입니다. 예를 들어, 사용자 에이전트는 오직 정수 픽셀값으로 테두리(border)를 렌더링할 수도 있고 테두리의 계산된 폭(width)에 근접하도록 강제할 지도 모릅니다.

Calculating a property's actual value

The {{glossary("user agent")}} performs four steps to calculate a property's actual (final) value:

  1. First, the specified value is determined based on the result of cascadinginheritance, or using the initial value.
  2. Next, the computed value is calculated according to the specification (for example, a span with position: absolute will have its computed display changed to block).
  3. Then, layout is calculated, resulting in the used value.
  4. Finally, the used value is transformed according to the limitations of the local environment, resulting in the actual value.

명세

명세 상태 설명
{{SpecName('CSS2.1', 'cascade.html#actual-value', 'actual value')}} {{Spec2('CSS2.1')}} 초기 정의.

같이 보기