Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Interface CSSStyleRule
[go: Go Back, main page]

Interface CSSStyleRule

継承元:
CSSRule
プロパティ:
selectorText, style
メソッド:

CSSStyleRule インターフェイスは、CSS スタイルシートの単一の 規則集合(rule set) を表す。

プロパティ:

IDL 定義:

// Introduced in DOM Level 2:
interface CSSStyleRule : CSSRule {
           attribute DOMString        selectorText;
                                        // raises(DOMException) on setting
  readonly attribute CSSStyleDeclaration  style;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI