CSS 속성의 초깃값은 속성의 기본값으로, 속성 정의 표가 명시하고 있습니다. 초깃값의 사용처는 상속 여부에 따라 다릅니다.
참고: initial
키워드를 사용해 명시적으로 초깃값을 지정할 수 있습니다.
명세
Specification | Status | Comment |
---|---|---|
CSS Cascade 4 | Formal definition. | |
CSS Level 2 (Revision 1) The definition of 'initial value' in that specification. |
Recommendation | Implicit definition. |
같이 보기
- CSS Reference
- 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.