svnno****@sourc*****
svnno****@sourc*****
2010年 9月 8日 (水) 22:30:24 JST
Revision: 1990
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1990
Author: dhrname
Date: 2010-09-08 22:30:24 +0900 (Wed, 08 Sep 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/06x/061/org/w3c/dom/css.js
Modified: branches/06x/061/org/w3c/dom/css.js
===================================================================
--- branches/06x/061/org/w3c/dom/css.js 2010-09-07 14:09:05 UTC (rev 1989)
+++ branches/06x/061/org/w3c/dom/css.js 2010-09-08 13:30:24 UTC (rev 1990)
@@ -798,6 +798,8 @@
el.style.cursor = value;
} else if (propertyName === "visibility") {
el.style.visibility = value;
+ } else if (propertyName === "display") {
+ el.style.display = value;
}
el = fill = stroke = tar = value = propertyName = null;
}