svnno****@sourc*****
svnno****@sourc*****
2010年 9月 27日 (月) 20:53:05 JST
Revision: 2022
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2022
Author: dhrname
Date: 2010-09-27 20:53:05 +0900 (Mon, 27 Sep 2010)
Log Message:
-----------
setPropertyメソッドの修正
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-26 11:31:23 UTC (rev 2021)
+++ branches/06x/061/org/w3c/dom/css.js 2010-09-27 11:53:05 UTC (rev 2022)
@@ -258,6 +258,7 @@
if (tg) { //見つかった場合
tg._priority = priority;
tg.cssText = cssText;
+ var ti = tg;
} else {
if ((propertyName === "fill") || (propertyName === "stroke")) {
/*fill、strokeプロパティは別途、SVGPaintで処理(JavaScriptでは、型キャストを使えないため)