svnno****@sourc*****
svnno****@sourc*****
2010年 4月 11日 (日) 21:16:53 JST
Revision: 1788 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1788 Author: dhrname Date: 2010-04-11 21:16:53 +0900 (Sun, 11 Apr 2010) Log Message: ----------- Modified Paths: -------------- branches/ufltima/dom/css.js Modified: branches/ufltima/dom/css.js =================================================================== --- branches/ufltima/dom/css.js 2010-04-11 12:13:36 UTC (rev 1787) +++ branches/ufltima/dom/css.js 2010-04-11 12:16:53 UTC (rev 1788) @@ -455,7 +455,6 @@ function ElementCSSInlineStyle() { this.style = new CSSStyleDeclaration(); - this._runtimeStyle = new CSSStyleDeclaration(); //getOverrideStyleメソッドで利用する this._attributeStyle = new CSSStyleDeclaration(); //プレゼンテーション属性の値を格納する return this; }; @@ -717,6 +716,8 @@ */ /*function DocumentCSS : stylesheets::DocumentStyle {*/ /*CSSStyleDeclaration*/ Document.prototype.getOverrideStyle = function( /*Element*/ elt, /*string*/ pseudoElt) { + var s = new CSSStyleDeclaration(); + return s; }; /*createCSSStyleSheetメソッド *文書のスタイルシートを作成