svnno****@sourc*****
svnno****@sourc*****
2010年 2月 8日 (月) 21:54:25 JST
Revision: 1649
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1649
Author: dhrname
Date: 2010-02-08 21:54:25 +0900 (Mon, 08 Feb 2010)
Log Message:
-----------
SVGのプロパティを追加
Modified Paths:
--------------
branches/ufltima/dom/css.js
Modified: branches/ufltima/dom/css.js
===================================================================
--- branches/ufltima/dom/css.js 2010-02-08 12:53:56 UTC (rev 1648)
+++ branches/ufltima/dom/css.js 2010-02-08 12:54:25 UTC (rev 1649)
@@ -380,6 +380,7 @@
/*CSS2Properties
*削除不可
+ *さらにSVG CSSを付け加えている
*/
var CSS2Properties = {
azimuth : "center",
@@ -462,7 +463,7 @@
orphans : "2",
outline : "",
outlineColor : "invert",
- outlineStyle : "none"
+ outlineStyle : "none",
outlineWidth : "medium",
overflow : "visible",
padding : "",
@@ -507,7 +508,68 @@
widows : "2",
width : "auto",
wordSpacing : "normal",
- zIndex : "auto"
+ zIndex : "auto",
+/* #
+
+ clipPath : "none",
+ clipRule : "nonzero",
+ mask : "none",
+ opacity : "1",
+
+//# Filter Effects properties:
+
+ enable-background : "",
+ filter : "",
+ flood-color : "",
+ flood-opacity : "",
+ lighting-color : "",
+
+//# Gradient properties:
+
+ stop-color : "",
+ stop-opacity : "",
+
+//# Interactivity properties:
+
+ pointer-events : "",
+
+//# Color and Painting properties:
+
+ color-interpolation : "",
+ color-interpolation-filters : "",
+ color-profile : "",
+ color-rendering : "",
+ fill : "",
+ fill-opacity : "",
+ fill-rule : "",
+ image-rendering : "",
+ 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 : "",
+
+//# Text properties:
+
+ alignment-baseline : "",
+ baseline-shift : "",
+ dominant-baseline : "",
+ glyph-orientation-horizontal : "",
+ glyph-orientation-vertical : "",
+ kerning : "",
+ text-anchor : "",
+ writing-mode : ""
+
+*/
};
function CSSStyleSheet() {