[Sie-announce] SIEコード [3078] IE6でtext、tspan要素を使ったときのエラーを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 11月 8日 (火) 21:09:41 JST


Revision: 3078
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3078
Author:   dhrname
Date:     2011-11-08 21:09:41 +0900 (Tue, 08 Nov 2011)

Log Message:
-----------
IE6でtext、tspan要素を使ったときのエラーを修正

Modified Paths:
--------------
    branches/08x/089/org/w3c/dom/svg.js

Modified: branches/08x/089/org/w3c/dom/svg.js
===================================================================
--- branches/08x/089/org/w3c/dom/svg.js	2011-11-07 13:37:54 UTC (rev 3077)
+++ branches/08x/089/org/w3c/dom/svg.js	2011-11-08 12:09:41 UTC (rev 3078)
@@ -4276,7 +4276,7 @@
           ttt += tfti.innerText;
           tfti.parentNode.removeChild(tfti);
         }
-        tft[0].innerText = ttt;
+        tft[0].innerHTML = ttt;
         ttt = void 0;
       }
       var isRect = true,




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