[Sie-announce] SIEコード [2671] SVGStyleElementの修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 5月 12日 (木) 23:06:53 JST


Revision: 2671
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2671
Author:   dhrname
Date:     2011-05-12 23:06:53 +0900 (Thu, 12 May 2011)

Log Message:
-----------
SVGStyleElementの修正

Modified Paths:
--------------
    branches/07x/077/org/w3c/dom/svg.js

Modified: branches/07x/077/org/w3c/dom/svg.js
===================================================================
--- branches/07x/077/org/w3c/dom/svg.js	2011-05-10 14:18:23 UTC (rev 2670)
+++ branches/07x/077/org/w3c/dom/svg.js	2011-05-12 14:06:53 UTC (rev 2671)
@@ -1950,7 +1950,7 @@
     tod.documentElement.addEventListener("DOMNodeInsertedIntoDocument", function(evt) {
       var tar = evt.target,
           doc = evt.currentTarget,
-          rules = doc.styleSheet.cssRules,
+          rules = doc.styleSheet[0].cssRules,
           selector, ru;
       for (var i=0, rli=rules.length;i<rli;++i) {
         selector = rules[i].selectorText;




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