svnno****@sourc*****
svnno****@sourc*****
2011年 11月 13日 (日) 22:32:22 JST
Revision: 3090
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3090
Author: dhrname
Date: 2011-11-13 22:32:22 +0900 (Sun, 13 Nov 2011)
Log Message:
-----------
Modified Paths:
--------------
branches/08x/089/org/w3c/dom/css.js
Modified: branches/08x/089/org/w3c/dom/css.js
===================================================================
--- branches/08x/089/org/w3c/dom/css.js 2011-11-12 11:21:30 UTC (rev 3089)
+++ branches/08x/089/org/w3c/dom/css.js 2011-11-13 13:32:22 UTC (rev 3090)
@@ -709,7 +709,7 @@
s.getPropertyCSSValue = (function(elt, td, s){
return function( /*string*/ propertyName) {
var el = elt,
- css = null;
+ css = null;
while (el && (!css || (css.cssValueType === /*CSSValue.CSS_INHERIT*/ 0))) {
if (el._runtimeStyle && el._runtimeStyle[propertyName]) {
css = el._runtimeStyle.getPropertyCSSValue(propertyName);