diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/descriptor_(css)/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/descriptor_(css)/index.html')
-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> |