[Sie-announce] SIEコード [1784] CSSプロパティの効率化のための並び替え

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 4月 9日 (金) 23:42:54 JST


Revision: 1784
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1784
Author:   dhrname
Date:     2010-04-09 23:42:54 +0900 (Fri, 09 Apr 2010)

Log Message:
-----------
CSSプロパティの効率化のための並び替え

Modified Paths:
--------------
    branches/ufltima/dom/css.js

Modified: branches/ufltima/dom/css.js
===================================================================
--- branches/ufltima/dom/css.js	2010-04-09 14:42:22 UTC (rev 1783)
+++ branches/ufltima/dom/css.js	2010-04-09 14:42:54 UTC (rev 1784)
@@ -467,6 +467,8 @@
 var CSS2Properties = {
   fill : "black",
   stroke : "none",
+  cursor : "auto",
+  opacity : "1",
   fillOpacity : "1",
   fillRule : "nonzero",
   strokeDasharray : "none",
@@ -476,7 +478,6 @@
   strokeMiterlimit : "4",
   strokeOpacity : "1",
   strokeWidth : "1",
-  opacity : "1",
   writingMode : "lr-tb",
   fontFamily : "inline",
   fontSize : "inline",




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