[Sie-announce] SIEコード [1898] スタイルシートのデフォルト値のうち、font-sizeとfont-familyプロパティの値を修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 6月 17日 (木) 23:38:53 JST


Revision: 1898
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1898
Author:   dhrname
Date:     2010-06-17 23:38:53 +0900 (Thu, 17 Jun 2010)

Log Message:
-----------
スタイルシートのデフォルト値のうち、font-sizeとfont-familyプロパティの値を修正

Modified Paths:
--------------
    branches/06x/061/org/w3c/dom/css.js

Modified: branches/06x/061/org/w3c/dom/css.js
===================================================================
--- branches/06x/061/org/w3c/dom/css.js	2010-06-17 14:38:18 UTC (rev 1897)
+++ branches/06x/061/org/w3c/dom/css.js	2010-06-17 14:38:53 UTC (rev 1898)
@@ -307,7 +307,7 @@
 };
 
 function CSSValue() {
-  this.cssText;
+  this.cssText = "";
   this.cssValueType = 0;
   return this;
 };
@@ -515,8 +515,8 @@
   strokeMiterlimit : "4",
   strokeOpacity : "1",
   writingMode : "lr-tb",
-  fontFamily : "inline",
-  fontSize : "inline",
+  fontFamily : "serif",
+  fontSize : "12",
   fontSizeAdjust : "none",
   fontStretch : "normal",
   fontStyle : "normal",




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