Changeset 433 for trunk/WebCore/css/CSSComputedStyleDeclaration.cpp
- Timestamp:
- 08/08/08 14:23:27 (5 months ago)
- Files:
-
- trunk/WebCore/css/CSSComputedStyleDeclaration.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/css/CSSComputedStyleDeclaration.cpp
r431 r433 1165 1165 case CSSPropertyTextUnderlineWidth: 1166 1166 case CSSPropertyUnicodeRange: // Only used in @font-face rules. 1167 case CSSPropertyWebkitAnimation: 1168 case CSSPropertyWebkitAnimationDelay: 1169 case CSSPropertyWebkitAnimationDirection: 1170 case CSSPropertyWebkitAnimationDuration: 1171 case CSSPropertyWebkitAnimationIterationCount: 1172 case CSSPropertyWebkitAnimationName: 1173 case CSSPropertyWebkitAnimationPlayState: 1174 case CSSPropertyWebkitAnimationTimingFunction: 1167 1175 case CSSPropertyWebkitBorderRadius: 1168 1176 case CSSPropertyWebkitColumns: … … 1175 1183 case CSSPropertyWebkitPaddingStart: 1176 1184 case CSSPropertyWebkitTextStroke: 1185 case CSSPropertyWebkitTransformOrigin: 1186 case CSSPropertyWebkitTransition: 1187 case CSSPropertyWebkitVariableDeclarationBlock: 1177 1188 // FIXME: The above are unimplemented. 1178 1189 break;
