aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/descriptor_(css)/index.html
blob: 7bc0a0c702b592aa6ec23a90f3f65587884a44b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: Descriptor (CSS)
slug: Glossary/Descriptor_(CSS)
translation_of: Glossary/Descriptor_(CSS)
---
<p><strong>CSS 설명자(descriptor)</strong>{{cssxref("at-rule")}}의 특성을 정의합니다. At-rules에는 하나 이상의 설명자가 있을 수 있습니다. 각각의 설명자는 다음을 갖고있습니다.</p>

<ul>
 <li>이름</li>
 <li>컴포넌트값을 보유하는 값</li>
 <li>기본 상태에서 설정되지 않은(unset) "!important" 플래그</li>
</ul>