aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/descriptor_(css)/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary/descriptor_(css)/index.html')
-rw-r--r--files/ja/glossary/descriptor_(css)/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/ja/glossary/descriptor_(css)/index.html b/files/ja/glossary/descriptor_(css)/index.html
new file mode 100644
index 0000000000..95b0f0f07a
--- /dev/null
+++ b/files/ja/glossary/descriptor_(css)/index.html
@@ -0,0 +1,16 @@
+---
+title: Descriptor (CSS) (記述子)
+slug: Glossary/Descriptor_(CSS)
+tags:
+ - CSS
+ - CodingScripting
+ - 用語集
+translation_of: Glossary/Descriptor_(CSS)
+---
+<p><strong>CSS 記述子</strong>は、 {{cssxref("at-rule", "@-規則")}}の性質を定義します。 @-規則は1つ以上の記述子を持つことができます。それぞれの記述子には、以下のものがあります。</p>
+
+<ul>
+ <li>名前</li>
+ <li>値: コンポーネントの値</li>
+ <li>"!important" フラグ: 設定されていない場合の既定の状態</li>
+</ul>