From 161087da675ba7732888f7d25ad2e85a5814bc33 Mon Sep 17 00:00:00 2001 From: dhrname Date: Wed, 2 Apr 2014 23:17:27 +0900 Subject: [PATCH] =?utf8?q?Element=E3=83=8E=E3=83=BC=E3=83=89=E3=81=AB?= =?utf8?q?=E3=80=81=5Fcapter=E3=83=97=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3?= =?utf8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?utf8?q?=E3=80=81createElementNS=E3=83=A1=E3=82=BD=E3=83=83=E3=83=89?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- org/w3c/core.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org/w3c/core.js b/org/w3c/core.js index 5086720..b14c7c2 100644 --- a/org/w3c/core.js +++ b/org/w3c/core.js @@ -611,8 +611,9 @@ base("$document").mix( { } ele = this.documentElement.up("$1").mix({ childNodes: [], - attributes: (new NamedNodeMap()), //属性を収納 - ownerDocument: this + attributes: (new NamedNodeMap()), //属性を収納 + ownerDocument: this, + _capter: [] //イベント処理で使う }); ele.namespaceURI = namespaceURI; ele.nodeName = ele.tagName = qualifiedName; -- 2.11.0