aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/descriptor_(css)/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/descriptor_(css)/index.html
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-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.html12
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>