aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/descriptor_(css)/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/descriptor_(css)/index.html')
-rw-r--r--files/zh-cn/glossary/descriptor_(css)/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/descriptor_(css)/index.html b/files/zh-cn/glossary/descriptor_(css)/index.html
new file mode 100644
index 0000000000..c1fb9980bb
--- /dev/null
+++ b/files/zh-cn/glossary/descriptor_(css)/index.html
@@ -0,0 +1,16 @@
+---
+title: Descriptor (解释器) (CSS)
+slug: Glossary/Descriptor_(CSS)
+tags:
+ - CSS
+ - NeedsContent
+ - 术语
+translation_of: Glossary/Descriptor_(CSS)
+---
+<p>一个 <strong>CSS 解释器</strong>定义一条 {{cssxref("at-rule","@ 规则")}}的属性. 一条 @ 规则可以有一条或多条解释器。每一条解释器拥有:</p>
+
+<ul>
+ <li>一个名称</li>
+ <li>一个值,用于定义其名称的属性</li>
+ <li>一个可选的 "!important" 标识,默认不带有。</li>
+</ul>