[Sie-announce] SIEコード [3048] getComputedStyleメソッドの修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 10月 29日 (土) 23:18:12 JST


Revision: 3048
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3048
Author:   dhrname
Date:     2011-10-29 23:18:12 +0900 (Sat, 29 Oct 2011)

Log Message:
-----------
getComputedStyleメソッドの修正

Modified Paths:
--------------
    branches/08x/088/org/w3c/dom/css.js

Modified: branches/08x/088/org/w3c/dom/css.js
===================================================================
--- branches/08x/088/org/w3c/dom/css.js	2011-10-29 14:04:24 UTC (rev 3047)
+++ branches/08x/088/org/w3c/dom/css.js	2011-10-29 14:18:12 UTC (rev 3048)
@@ -742,7 +742,7 @@
   ct = null
   p = {length:0, _opacity:1, _fontSize:12};
   //クロージャを利用して、カスケーディングを実現する
-  s.getPropertyCSSValue = (function(elt, td){
+  s.getPropertyCSSValue = (function(elt, td, s){
     return function( /*string*/ propertyName) {
       var el = elt,
       css = null;
@@ -772,7 +772,7 @@
       el = void 0;
       return css;
     };
-   })(elt, this._defaultCSS); //_defaultCSSはデフォルト値の設定
+   })(elt, this._defaultCSS, s); //_defaultCSSはデフォルト値の設定
   if (!!elt.style) {
     var eso = elt.style._list._opacity || elt._attributeStyle._list._opacity;
   } else {




Sie-announce メーリングリストの案内
Back to archive index