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 DOMImplementationCSS
[go: Go Back, main page]

Interface DOMImplementationCSS

継承元:
DOMImplementation
プロパティ:
メソッド:
createCSSStyleSheet

このインターフェイスは DOM ユーザに、文書の文脈外に CSSStyleSheet を作成できるようにする。DOM Level 2 内では、新しい CSSStyleSheet を文書に関連付ける方法はない。

メソッド:

IDL 定義:

// Introduced in DOM   Level 2:
interface DOMImplementationCSS : DOMImplementation {
  CSSStyleSheet      createCSSStyleSheet(in DOMString title,
                                         in DOMString media)
                                        raises(DOMException);
};


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