[Sie-announce] SIEコード [1654]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 2月 9日 (火) 23:29:45 JST


Revision: 1654
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1654
Author:   dhrname
Date:     2010-02-09 23:29:45 +0900 (Tue, 09 Feb 2010)

Log Message:
-----------


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

Modified: branches/ufltima/dom/css.js
===================================================================
--- branches/ufltima/dom/css.js	2010-02-09 13:17:01 UTC (rev 1653)
+++ branches/ufltima/dom/css.js	2010-02-09 14:29:45 UTC (rev 1654)
@@ -508,8 +508,8 @@
   widows : "2",
   width : "auto",
   wordSpacing : "normal",
-  zIndex : "auto"
-/*  #
+  zIndex : "auto",
+//  #
 
   clipPath : "none",
   clipRule : "nonzero",
@@ -518,58 +518,56 @@
 
 //# Filter Effects properties:
 
-  enable-background : "",
-  filter : "",
-  flood-color : "",
-  flood-opacity : "",
-  lighting-color : "",
+  enableBackground : "accumulate",
+  filter : "none",
+  floodColor : "black",
+  floodOpacity : "1",
+  lightingColor : "white",
 
 //# Gradient properties:
 
-  stop-color : "",
-  stop-opacity : "",
+  stopColor : "black",
+  stopOpacity : "1",
 
 //# Interactivity properties:
 
-  pointer-events : "",
+  pointerEvents : "visiblePainted",
 
 //# Color and Painting properties:
 
-  color-interpolation : "",
-  color-interpolation-filters : "",
-  color-profile : "",
-  color-rendering : "",
-  fill : "",
-  fill-opacity : "",
-  fill-rule : "",
-  image-rendering : "",
+  colorInterpolation : "sRGB",
+  colorInterpolationFilters : "linearRGB",
+  colorProfile : "auto",
+  colorRendering : "auto",
+  fill : "black",
+  fillOpacity : "1",
+  fillRule : "nonzero",
+  imageRendering : "auto",
   marker : "",
-  marker-end : "",
-  marker-mid : "",
-  marker-start : "",
-  shape-rendering : "",
-  stroke : "",
-  stroke-dasharray : "",
-  stroke-dashoffset : "",
-  stroke-linecap : "",
-  stroke-linejoin : "",
-  stroke-miterlimit : "",
-  stroke-opacity : "",
-  stroke-width : "",
-  text-rendering : "",
+  markerEnd : "none",
+  markerMid : "none",
+  markerStart : "none",
+  shapeRendering : "auto",
+  stroke : "none",
+  strokeDasharray : "none",
+  strokeDashoffset : "0",
+  strokeLinecap : "butt",
+  strokeLinejoin : "miter",
+  strokeMiterlimit : "4",
+  strokeOpacity : "1",
+  strokeWidth : "1",
+  textRendering : "auto",
 
 //# Text properties:
 
-  alignment-baseline : "",
-  baseline-shift : "",
-  dominant-baseline : "",
-  glyph-orientation-horizontal : "",
-  glyph-orientation-vertical : "",
-  kerning : "",
-  text-anchor : "",
-  writing-mode : ""
-
-*/
+  alignmentBaseline : "",
+  baselineShift : "baseline",
+  dominantBaseline : "auto",
+  glyphOrientationHorizontal : "0deg",
+  glyphOrientationVertical : "auto",
+  kerning : "auto",
+  textAnchor : "start",
+  writingMode : "lr-tb"
 };
 
 function CSSStyleSheet() {




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