svnno****@sourc*****
svnno****@sourc*****
2011年 11月 9日 (水) 20:55:32 JST
Revision: 3085 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3085 Author: dhrname Date: 2011-11-09 20:55:32 +0900 (Wed, 09 Nov 2011) Log Message: ----------- IE6に対して注意を促すためのコメントを追加 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-09 11:31:37 UTC (rev 3084) +++ branches/08x/089/org/w3c/dom/svg.js 2011-11-09 11:55:32 UTC (rev 3085) @@ -4276,6 +4276,7 @@ ttt += tfti.innerText; tfti.parentNode.removeChild(tfti); } + //以下でinnerTextやinnerHTMLを使うのは、IE6でエラーとなる可能性がある tft[0].replaceChild(_doc.createTextNode(ttt), tft[0].firstChild); ttt = void 0; }