diff options
Diffstat (limited to 'files/ko/glossary/descriptor_(css)')
-rw-r--r-- | files/ko/glossary/descriptor_(css)/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/ko/glossary/descriptor_(css)/index.html b/files/ko/glossary/descriptor_(css)/index.html new file mode 100644 index 0000000000..7bc0a0c702 --- /dev/null +++ b/files/ko/glossary/descriptor_(css)/index.html @@ -0,0 +1,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> |