svnno****@sourc*****
svnno****@sourc*****
2010年 7月 5日 (月) 23:34:11 JST
Revision: 1928
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1928
Author: dhrname
Date: 2010-07-05 23:34:11 +0900 (Mon, 05 Jul 2010)
Log Message:
-----------
script要素の実装開始
Modified Paths:
--------------
branches/06x/061/org/w3c/dom/svg.js
Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js 2010-07-05 14:33:45 UTC (rev 1927)
+++ branches/06x/061/org/w3c/dom/svg.js 2010-07-05 14:34:11 UTC (rev 1928)
@@ -3717,7 +3717,7 @@
*/
evt.currentTarget._text = tar.nodeValue;
}
- } else if (evt.eventPhase === Event.AT_TARGET && !tar.hasAttribute("xlink:href")) {
+ } else if (evt.eventPhase === Event.AT_TARGET && !tar.getAttributeNodeNS("http://www.w3.org/1999/xlink", "xlink:href")) {
var evtt = tar.ownerDocument.createEvent("SVGEvents");
evtt.initEvent("SVGLoad", false, false);
evt.currentTarget.dispatchEvent(evtt);