결정값
CSS 속성의 결정값은 getComputedStyle()
이 반환하는 값입니다.
속성 대부분은 결정값이 계산값이지만, width
와 height
를 포함한 기존 속성은 사용값입니다. 속성 별 자세한 사항은 아래의 명세를 참고하세요.
명세
명세 | 상태 | 설명 |
---|---|---|
CSS Object Model (CSSOM) The definition of 'resolved value' in that specification. |
Working Draft | 초기 정의 |
같이 보기
window.getComputedStyle
- CSS Key Concepts: CSS syntax, at-rule, comments, specificity and inheritance, the box, layout modes and visual formatting models, and margin collapsing, or the initial, computed, resolved, specified, used, and actual values. Definitions of value syntax, shorthand properties and replaced elements.