svnno****@sourc*****
svnno****@sourc*****
2010年 1月 31日 (日) 22:23:04 JST
Revision: 1615
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1615
Author: dhrname
Date: 2010-01-31 22:23:04 +0900 (Sun, 31 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/DOM/org/w3c/core.js
Modified: branches/DOM/org/w3c/core.js
===================================================================
--- branches/DOM/org/w3c/core.js 2010-01-31 13:08:18 UTC (rev 1614)
+++ branches/DOM/org/w3c/core.js 2010-01-31 13:23:04 UTC (rev 1615)
@@ -595,8 +595,8 @@
} else {
localName = qualifiedName;
}
- var n = this.getAttributeNodeNS(namespaceURI, localName); //属性ノードを取得する
- if (n) { //該当する属性ノードがあれば、
+ var n = this.getAttributeNodeNS(namespaceURI, localName); //属性ノードを取得する
+ if (n) { //該当する属性ノードがあれば、
n.nodeValue = value;
n.value = value;
/*注意
@@ -608,15 +608,15 @@
atn.value = value;
this.setAttributeNodeNS(atn);
atn.ownerElement = this;
- if (qualifiedName === "id" && !namespaceURI) { //id属性であったならば
- this.ownerDocument._id[value] = this; //ドキュメントに登録しておく
+ if (qualifiedName === "id" && !namespaceURI) { //id属性であったならば
+ this.ownerDocument._id[value] = this; //ドキュメントに登録しておく
}
- this.ownerDocument._arr[this.ownerDocument._arr.length] = this;
+ this.ownerDocument.dispatch = this;
}
localName = null;
if(this.namespaceURI === "http://www.w3.org/svg/2000") {
- try{ //以下でfill,storke要素のリセットが必要
- if (this instanceof STGroupElement) { //g要素ならば
+ try{ //以下でfill,storke要素のリセットが必要
+ if (this instanceof STGroupElement) { //g要素ならば
this.paint = NAIBU.PaintColor.prototype.cache[this.tar.uniqueID];
this.setProperty(localName, value)
} else {