svnno****@sourc*****
svnno****@sourc*****
2010年 3月 29日 (月) 23:15:44 JST
Revision: 1766 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1766 Author: dhrname Date: 2010-03-29 23:15:44 +0900 (Mon, 29 Mar 2010) Log Message: ----------- 効率を上げて、さらに高速化 Modified Paths: -------------- branches/ufltima/dom/css.js Modified: branches/ufltima/dom/css.js =================================================================== --- branches/ufltima/dom/css.js 2010-03-28 14:20:31 UTC (rev 1765) +++ branches/ufltima/dom/css.js 2010-03-29 14:15:44 UTC (rev 1766) @@ -459,9 +459,9 @@ */ var CSS2Properties = { fill : "black", + stroke : "none", fillOpacity : "1", fillRule : "nonzero", - stroke : "none", strokeDasharray : "none", strokeDashoffset : "0", strokeLinecap : "butt", @@ -469,6 +469,16 @@ strokeMiterlimit : "4", strokeOpacity : "1", strokeWidth : "1", + opacity : "1", + writingMode : "lr-tb", + fontFamily : "inline", + fontSize : "inline", + fontSizeAdjust : "none", + fontStretch : "normal", + fontStyle : "normal", + fontVariant : "normal", + fontWeight : "normal", + font : "inline", //# Gradient properties: @@ -524,14 +534,6 @@ elevation : "level", emptyCells : "show", cssFloat : "inline", - font : "inline", - fontFamily : "inline", - fontSize : "inline", - fontSizeAdjust : "none", - fontStretch : "normal", - fontStyle : "normal", - fontVariant : "normal", - fontWeight : "normal", height : "auto", left : "auot", letterSpacing : "normal", @@ -605,7 +607,6 @@ clipPath : "none", clipRule : "nonzero", mask : "none", - opacity : "1", //# Filter Effects properties: @@ -641,8 +642,7 @@ glyphOrientationHorizontal : "0deg", glyphOrientationVertical : "auto", kerning : "auto", - textAnchor : "start", - writingMode : "lr-tb" + textAnchor : "start" }; /*以下は、getComputedStyleメソッドで使うために、CSS2Propertiesの_listプロパティに、 *CSSprimitiveValueのリストを収納している。なお、その際に、writingModeなどはwriting-modeに変更している