diff options
Diffstat (limited to 'files/ja/web/api/csssupportsrule/index.html')
-rw-r--r-- | files/ja/web/api/csssupportsrule/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/csssupportsrule/index.html b/files/ja/web/api/csssupportsrule/index.html index ef02d829cb..a64470f070 100644 --- a/files/ja/web/api/csssupportsrule/index.html +++ b/files/ja/web/api/csssupportsrule/index.html @@ -10,7 +10,7 @@ translation_of: Web/API/CSSSupportsRule --- <p>{{APIRef("CSSOM")}}</p> -<p><strong><code>CSSSupportsRule</code></strong> インターフェイスは、1 個の CSS {{cssxref("@supports")}} <a href="/docs/Web/CSS/At-rule">@-規則</a> を表すオブジェクトを表します。これは、{{domxref("CSSConditionRule")}} インターフェイス、さらに型定数の値が <code>12</code> (<code>CSSRule.SUPPORTS_RULE</code>) の {{domxref("CSSRule")}} インターフェイスと {{domxref("CSSGroupingRule")}} インターフェイスを実装します。</p> +<p><strong><code>CSSSupportsRule</code></strong> インターフェイスは、1 個の CSS {{cssxref("@supports")}} <a href="/ja/docs/Web/CSS/At-rule">@-規則</a> を表すオブジェクトを表します。これは、{{domxref("CSSConditionRule")}} インターフェイス、さらに型定数の値が <code>12</code> (<code>CSSRule.SUPPORTS_RULE</code>) の {{domxref("CSSRule")}} インターフェイスと {{domxref("CSSGroupingRule")}} インターフェイスを実装します。</p> <h2 id="Syntax" name="Syntax">構文</h2> |