[Sie-announce] SIEコード [2059] in演算子を使うように改良した

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 15日 (金) 22:26:26 JST


Revision: 2059
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2059
Author:   dhrname
Date:     2010-10-15 22:26:26 +0900 (Fri, 15 Oct 2010)

Log Message:
-----------
in演算子を使うように改良した

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-10-15 12:27:42 UTC (rev 2058)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-10-15 13:26:26 UTC (rev 2059)
@@ -1593,7 +1593,7 @@
       var backdown = bt + viewHeight + 1;
       trstyle.clip = "rect(" +bt+ "px " +backright+ "px " +backdown+ "px " +bl+ "px)";
       this._document = s;
-      if (!!s.documentElement._svgload_limited || s.documentElement._svgload_limited === 0) {
+      if ("_svgload_limited" in s.documentElement) {
         /*_svgload_limitedプロパティはXlink言語が使われていない限り、0である。
          *xlink:href属性が指定されるたびに+1となる。
          *0以外は、SVGLoadイベントが発火されない仕組みとなっている
@@ -3689,7 +3689,7 @@
             ttp.appendChild(ti._tars[ij]);
             sty = p = null;
           }
-          if (!!ti.data) {
+          if (ti.nodeName === "#text") {
             if ((ti.data.length+j) <= i+1) {
               j = j + ti.data.length;
               ti = ti.nextSibling;




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