[Pkg-javascript-commits] [node-cssstyle] 31/39: removed all properties that weren't CSS2 as listed: http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Sep 20 19:37:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository node-cssstyle.

commit 940716c11299ed1125ace2607a51063ba203be8e
Author: Chad Walker <chad at chad-cat-lore-eddie.com>
Date:   Sun Dec 1 21:35:36 2013 -0600

    removed all properties that weren't CSS2 as listed: http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties
    
    I saved a few (like borderRadius and opacity). This will make it easier
    for me to get all the parsing, short hand and implicit properties that
    are most important done sooner. I bumped the version to 0.3.0 because
    this could be a breaking change.
---
 lib/properties/alignmentBaseline.js                     | 12 ------------
 lib/properties/backgroundClip.js                        | 12 ------------
 lib/properties/backgroundOrigin.js                      | 12 ------------
 lib/properties/backgroundPositionX.js                   | 12 ------------
 lib/properties/backgroundPositionY.js                   | 12 ------------
 lib/properties/backgroundRepeatX.js                     | 12 ------------
 lib/properties/backgroundRepeatY.js                     | 12 ------------
 lib/properties/backgroundSize.js                        | 12 ------------
 lib/properties/baselineShift.js                         | 12 ------------
 lib/properties/borderBottomLeftRadius.js                | 12 ------------
 lib/properties/borderBottomRightRadius.js               | 12 ------------
 lib/properties/borderImage.js                           | 12 ------------
 lib/properties/borderImageOutset.js                     | 12 ------------
 lib/properties/borderImageRepeat.js                     | 12 ------------
 lib/properties/borderImageSlice.js                      | 12 ------------
 lib/properties/borderImageSource.js                     | 12 ------------
 lib/properties/borderImageWidth.js                      | 12 ------------
 lib/properties/borderTopLeftRadius.js                   | 12 ------------
 lib/properties/borderTopRightRadius.js                  | 12 ------------
 lib/properties/boxShadow.js                             | 12 ------------
 lib/properties/boxSizing.js                             | 12 ------------
 lib/properties/colorInterpolation.js                    | 12 ------------
 lib/properties/colorInterpolationFilters.js             | 12 ------------
 lib/properties/colorProfile.js                          | 12 ------------
 lib/properties/colorRendering.js                        | 12 ------------
 lib/properties/dominantBaseline.js                      | 12 ------------
 lib/properties/enableBackground.js                      | 12 ------------
 lib/properties/fill.js                                  | 12 ------------
 lib/properties/fillOpacity.js                           | 12 ------------
 lib/properties/fillRule.js                              | 12 ------------
 lib/properties/filter.js                                | 12 ------------
 lib/properties/floodColor.js                            | 14 --------------
 lib/properties/floodOpacity.js                          | 12 ------------
 lib/properties/glyphOrientationHorizontal.js            | 12 ------------
 lib/properties/glyphOrientationVertical.js              | 12 ------------
 lib/properties/imageRendering.js                        | 12 ------------
 lib/properties/kerning.js                               | 12 ------------
 lib/properties/lightingColor.js                         | 14 --------------
 lib/properties/marker.js                                | 12 ------------
 lib/properties/markerEnd.js                             | 12 ------------
 lib/properties/markerMid.js                             | 12 ------------
 lib/properties/markerStart.js                           | 12 ------------
 lib/properties/mask.js                                  | 12 ------------
 lib/properties/overflowX.js                             | 12 ------------
 lib/properties/overflowY.js                             | 12 ------------
 lib/properties/pointerEvents.js                         | 12 ------------
 lib/properties/resize.js                                | 12 ------------
 lib/properties/shapeRendering.js                        | 12 ------------
 lib/properties/src.js                                   | 12 ------------
 lib/properties/stopColor.js                             | 14 --------------
 lib/properties/stopOpacity.js                           | 12 ------------
 lib/properties/stroke.js                                | 12 ------------
 lib/properties/strokeDasharray.js                       | 12 ------------
 lib/properties/strokeDashoffset.js                      | 12 ------------
 lib/properties/strokeLinecap.js                         | 12 ------------
 lib/properties/strokeLinejoin.js                        | 12 ------------
 lib/properties/strokeMiterlimit.js                      | 12 ------------
 lib/properties/strokeOpacity.js                         | 12 ------------
 lib/properties/strokeWidth.js                           | 12 ------------
 lib/properties/textAnchor.js                            | 12 ------------
 lib/properties/textLineThrough.js                       | 12 ------------
 lib/properties/textLineThroughColor.js                  | 14 --------------
 lib/properties/textLineThroughMode.js                   | 12 ------------
 lib/properties/textLineThroughStyle.js                  | 12 ------------
 lib/properties/textLineThroughWidth.js                  | 12 ------------
 lib/properties/textOverflow.js                          | 12 ------------
 lib/properties/textOverline.js                          | 12 ------------
 lib/properties/textOverlineColor.js                     | 14 --------------
 lib/properties/textOverlineMode.js                      | 12 ------------
 lib/properties/textOverlineStyle.js                     | 12 ------------
 lib/properties/textOverlineWidth.js                     | 12 ------------
 lib/properties/textRendering.js                         | 12 ------------
 lib/properties/textUnderline.js                         | 12 ------------
 lib/properties/textUnderlineColor.js                    | 14 --------------
 lib/properties/textUnderlineMode.js                     | 12 ------------
 lib/properties/textUnderlineStyle.js                    | 12 ------------
 lib/properties/textUnderlineWidth.js                    | 12 ------------
 lib/properties/unicodeRange.js                          | 12 ------------
 lib/properties/vectorEffect.js                          | 12 ------------
 lib/properties/webkitAnimation.js                       | 12 ------------
 lib/properties/webkitAnimationDelay.js                  | 12 ------------
 lib/properties/webkitAnimationDirection.js              | 12 ------------
 lib/properties/webkitAnimationDuration.js               | 12 ------------
 lib/properties/webkitAnimationFillMode.js               | 12 ------------
 lib/properties/webkitAnimationIterationCount.js         | 12 ------------
 lib/properties/webkitAnimationName.js                   | 12 ------------
 lib/properties/webkitAnimationPlayState.js              | 12 ------------
 lib/properties/webkitAnimationTimingFunction.js         | 12 ------------
 lib/properties/webkitAppearance.js                      | 12 ------------
 lib/properties/webkitAspectRatio.js                     | 12 ------------
 lib/properties/webkitBackfaceVisibility.js              | 12 ------------
 lib/properties/webkitBackgroundClip.js                  | 12 ------------
 lib/properties/webkitBackgroundComposite.js             | 12 ------------
 lib/properties/webkitBackgroundOrigin.js                | 12 ------------
 lib/properties/webkitBackgroundSize.js                  | 12 ------------
 lib/properties/webkitBorderAfter.js                     | 12 ------------
 lib/properties/webkitBorderAfterColor.js                | 14 --------------
 lib/properties/webkitBorderAfterStyle.js                | 12 ------------
 lib/properties/webkitBorderAfterWidth.js                | 12 ------------
 lib/properties/webkitBorderBefore.js                    | 12 ------------
 lib/properties/webkitBorderBeforeColor.js               | 14 --------------
 lib/properties/webkitBorderBeforeStyle.js               | 12 ------------
 lib/properties/webkitBorderBeforeWidth.js               | 12 ------------
 lib/properties/webkitBorderEnd.js                       | 12 ------------
 lib/properties/webkitBorderEndColor.js                  | 14 --------------
 lib/properties/webkitBorderEndStyle.js                  | 12 ------------
 lib/properties/webkitBorderEndWidth.js                  | 12 ------------
 lib/properties/webkitBorderFit.js                       | 12 ------------
 lib/properties/webkitBorderHorizontalSpacing.js         | 12 ------------
 lib/properties/webkitBorderImage.js                     | 12 ------------
 lib/properties/webkitBorderRadius.js                    | 12 ------------
 lib/properties/webkitBorderStart.js                     | 12 ------------
 lib/properties/webkitBorderStartColor.js                | 14 --------------
 lib/properties/webkitBorderStartStyle.js                | 12 ------------
 lib/properties/webkitBorderStartWidth.js                | 12 ------------
 lib/properties/webkitBorderVerticalSpacing.js           | 12 ------------
 lib/properties/webkitBoxAlign.js                        | 12 ------------
 lib/properties/webkitBoxDirection.js                    | 12 ------------
 lib/properties/webkitBoxFlex.js                         | 12 ------------
 lib/properties/webkitBoxFlexGroup.js                    | 12 ------------
 lib/properties/webkitBoxLines.js                        | 12 ------------
 lib/properties/webkitBoxOrdinalGroup.js                 | 12 ------------
 lib/properties/webkitBoxOrient.js                       | 12 ------------
 lib/properties/webkitBoxPack.js                         | 12 ------------
 lib/properties/webkitBoxReflect.js                      | 12 ------------
 lib/properties/webkitBoxShadow.js                       | 12 ------------
 lib/properties/webkitColorCorrection.js                 | 12 ------------
 lib/properties/webkitColumnAxis.js                      | 12 ------------
 lib/properties/webkitColumnBreakAfter.js                | 12 ------------
 lib/properties/webkitColumnBreakBefore.js               | 12 ------------
 lib/properties/webkitColumnBreakInside.js               | 12 ------------
 lib/properties/webkitColumnCount.js                     | 12 ------------
 lib/properties/webkitColumnGap.js                       | 12 ------------
 lib/properties/webkitColumnRule.js                      | 12 ------------
 lib/properties/webkitColumnRuleColor.js                 | 14 --------------
 lib/properties/webkitColumnRuleStyle.js                 | 12 ------------
 lib/properties/webkitColumnRuleWidth.js                 | 12 ------------
 lib/properties/webkitColumnSpan.js                      | 12 ------------
 lib/properties/webkitColumnWidth.js                     | 12 ------------
 lib/properties/webkitColumns.js                         | 12 ------------
 lib/properties/webkitFilter.js                          | 12 ------------
 lib/properties/webkitFlexAlign.js                       | 12 ------------
 lib/properties/webkitFlexDirection.js                   | 12 ------------
 lib/properties/webkitFlexFlow.js                        | 12 ------------
 lib/properties/webkitFlexItemAlign.js                   | 12 ------------
 lib/properties/webkitFlexLinePack.js                    | 12 ------------
 lib/properties/webkitFlexOrder.js                       | 12 ------------
 lib/properties/webkitFlexPack.js                        | 12 ------------
 lib/properties/webkitFlexWrap.js                        | 12 ------------
 lib/properties/webkitFlowFrom.js                        | 12 ------------
 lib/properties/webkitFlowInto.js                        | 12 ------------
 lib/properties/webkitFontFeatureSettings.js             | 12 ------------
 lib/properties/webkitFontKerning.js                     | 12 ------------
 lib/properties/webkitFontSizeDelta.js                   | 12 ------------
 lib/properties/webkitFontSmoothing.js                   | 12 ------------
 lib/properties/webkitFontVariantLigatures.js            | 12 ------------
 lib/properties/webkitHighlight.js                       | 12 ------------
 lib/properties/webkitHyphenateCharacter.js              | 12 ------------
 lib/properties/webkitHyphenateLimitAfter.js             | 12 ------------
 lib/properties/webkitHyphenateLimitBefore.js            | 12 ------------
 lib/properties/webkitHyphenateLimitLines.js             | 12 ------------
 lib/properties/webkitHyphens.js                         | 12 ------------
 lib/properties/webkitLineAlign.js                       | 12 ------------
 lib/properties/webkitLineBoxContain.js                  | 12 ------------
 lib/properties/webkitLineBreak.js                       | 12 ------------
 lib/properties/webkitLineClamp.js                       | 12 ------------
 lib/properties/webkitLineGrid.js                        | 12 ------------
 lib/properties/webkitLineSnap.js                        | 12 ------------
 lib/properties/webkitLocale.js                          | 12 ------------
 lib/properties/webkitLogicalHeight.js                   | 12 ------------
 lib/properties/webkitLogicalWidth.js                    | 12 ------------
 lib/properties/webkitMarginAfter.js                     | 12 ------------
 lib/properties/webkitMarginAfterCollapse.js             | 12 ------------
 lib/properties/webkitMarginBefore.js                    | 12 ------------
 lib/properties/webkitMarginBeforeCollapse.js            | 12 ------------
 lib/properties/webkitMarginBottomCollapse.js            | 12 ------------
 lib/properties/webkitMarginCollapse.js                  | 12 ------------
 lib/properties/webkitMarginEnd.js                       | 12 ------------
 lib/properties/webkitMarginStart.js                     | 12 ------------
 lib/properties/webkitMarginTopCollapse.js               | 12 ------------
 lib/properties/webkitMarquee.js                         | 12 ------------
 lib/properties/webkitMarqueeDirection.js                | 12 ------------
 lib/properties/webkitMarqueeIncrement.js                | 12 ------------
 lib/properties/webkitMarqueeRepetition.js               | 12 ------------
 lib/properties/webkitMarqueeSpeed.js                    | 12 ------------
 lib/properties/webkitMarqueeStyle.js                    | 12 ------------
 lib/properties/webkitMask.js                            | 12 ------------
 lib/properties/webkitMaskAttachment.js                  | 12 ------------
 lib/properties/webkitMaskBoxImage.js                    | 12 ------------
 lib/properties/webkitMaskBoxImageOutset.js              | 12 ------------
 lib/properties/webkitMaskBoxImageRepeat.js              | 12 ------------
 lib/properties/webkitMaskBoxImageSlice.js               | 12 ------------
 lib/properties/webkitMaskBoxImageSource.js              | 12 ------------
 lib/properties/webkitMaskBoxImageWidth.js               | 12 ------------
 lib/properties/webkitMaskClip.js                        | 12 ------------
 lib/properties/webkitMaskComposite.js                   | 12 ------------
 lib/properties/webkitMaskImage.js                       | 12 ------------
 lib/properties/webkitMaskOrigin.js                      | 12 ------------
 lib/properties/webkitMaskPosition.js                    | 12 ------------
 lib/properties/webkitMaskPositionX.js                   | 12 ------------
 lib/properties/webkitMaskPositionY.js                   | 12 ------------
 lib/properties/webkitMaskRepeat.js                      | 12 ------------
 lib/properties/webkitMaskRepeatX.js                     | 12 ------------
 lib/properties/webkitMaskRepeatY.js                     | 12 ------------
 lib/properties/webkitMaskSize.js                        | 12 ------------
 lib/properties/webkitMatchNearestMailBlockquoteColor.js | 14 --------------
 lib/properties/webkitMaxLogicalHeight.js                | 12 ------------
 lib/properties/webkitMaxLogicalWidth.js                 | 12 ------------
 lib/properties/webkitMinLogicalHeight.js                | 12 ------------
 lib/properties/webkitMinLogicalWidth.js                 | 12 ------------
 lib/properties/webkitNbspMode.js                        | 12 ------------
 lib/properties/webkitOverflowScrolling.js               | 12 ------------
 lib/properties/webkitPaddingAfter.js                    | 12 ------------
 lib/properties/webkitPaddingBefore.js                   | 12 ------------
 lib/properties/webkitPaddingEnd.js                      | 12 ------------
 lib/properties/webkitPaddingStart.js                    | 12 ------------
 lib/properties/webkitPerspective.js                     | 12 ------------
 lib/properties/webkitPerspectiveOrigin.js               | 12 ------------
 lib/properties/webkitPerspectiveOriginX.js              | 12 ------------
 lib/properties/webkitPerspectiveOriginY.js              | 12 ------------
 lib/properties/webkitPrintColorAdjust.js                | 12 ------------
 lib/properties/webkitRegionBreakAfter.js                | 12 ------------
 lib/properties/webkitRegionBreakBefore.js               | 12 ------------
 lib/properties/webkitRegionBreakInside.js               | 12 ------------
 lib/properties/webkitRegionOverflow.js                  | 12 ------------
 lib/properties/webkitRtlOrdering.js                     | 12 ------------
 lib/properties/webkitSvgShadow.js                       | 12 ------------
 lib/properties/webkitTapHighlightColor.js               | 14 --------------
 lib/properties/webkitTextCombine.js                     | 12 ------------
 lib/properties/webkitTextDecorationsInEffect.js         | 12 ------------
 lib/properties/webkitTextEmphasis.js                    | 12 ------------
 lib/properties/webkitTextEmphasisColor.js               | 14 --------------
 lib/properties/webkitTextEmphasisPosition.js            | 12 ------------
 lib/properties/webkitTextEmphasisStyle.js               | 12 ------------
 lib/properties/webkitTextFillColor.js                   | 14 --------------
 lib/properties/webkitTextOrientation.js                 | 12 ------------
 lib/properties/webkitTextSecurity.js                    | 12 ------------
 lib/properties/webkitTextSizeAdjust.js                  | 12 ------------
 lib/properties/webkitTextStroke.js                      | 12 ------------
 lib/properties/webkitTextStrokeColor.js                 | 14 --------------
 lib/properties/webkitTextStrokeWidth.js                 | 12 ------------
 lib/properties/webkitTransform.js                       | 12 ------------
 lib/properties/webkitTransformOrigin.js                 | 12 ------------
 lib/properties/webkitTransformOriginX.js                | 12 ------------
 lib/properties/webkitTransformOriginY.js                | 12 ------------
 lib/properties/webkitTransformOriginZ.js                | 12 ------------
 lib/properties/webkitTransformStyle.js                  | 12 ------------
 lib/properties/webkitTransition.js                      | 12 ------------
 lib/properties/webkitTransitionDelay.js                 | 12 ------------
 lib/properties/webkitTransitionDuration.js              | 12 ------------
 lib/properties/webkitTransitionProperty.js              | 12 ------------
 lib/properties/webkitTransitionTimingFunction.js        | 12 ------------
 lib/properties/webkitUserDrag.js                        | 12 ------------
 lib/properties/webkitUserModify.js                      | 12 ------------
 lib/properties/webkitUserSelect.js                      | 12 ------------
 lib/properties/webkitWrap.js                            | 12 ------------
 lib/properties/webkitWrapFlow.js                        | 12 ------------
 lib/properties/webkitWrapMargin.js                      | 12 ------------
 lib/properties/webkitWrapPadding.js                     | 12 ------------
 lib/properties/webkitWrapShapeInside.js                 | 12 ------------
 lib/properties/webkitWrapShapeOutside.js                | 12 ------------
 lib/properties/webkitWrapThrough.js                     | 12 ------------
 lib/properties/webkitWritingMode.js                     | 12 ------------
 lib/properties/wordBreak.js                             | 12 ------------
 lib/properties/wordWrap.js                              | 12 ------------
 lib/properties/writingMode.js                           | 12 ------------
 lib/properties/zoom.js                                  | 12 ------------
 267 files changed, 3236 deletions(-)

diff --git a/lib/properties/alignmentBaseline.js b/lib/properties/alignmentBaseline.js
deleted file mode 100644
index 3ec5212..0000000
--- a/lib/properties/alignmentBaseline.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('alignment-baseline', v);
-    },
-    get: function () {
-        return this.getPropertyValue('alignment-baseline');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundClip.js b/lib/properties/backgroundClip.js
deleted file mode 100644
index d67a422..0000000
--- a/lib/properties/backgroundClip.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-clip', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-clip');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundOrigin.js b/lib/properties/backgroundOrigin.js
deleted file mode 100644
index 3af39bb..0000000
--- a/lib/properties/backgroundOrigin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-origin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-origin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundPositionX.js b/lib/properties/backgroundPositionX.js
deleted file mode 100644
index 2967cc9..0000000
--- a/lib/properties/backgroundPositionX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-position-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-position-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundPositionY.js b/lib/properties/backgroundPositionY.js
deleted file mode 100644
index 24b562d..0000000
--- a/lib/properties/backgroundPositionY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-position-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-position-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundRepeatX.js b/lib/properties/backgroundRepeatX.js
deleted file mode 100644
index b8461cf..0000000
--- a/lib/properties/backgroundRepeatX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-repeat-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-repeat-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundRepeatY.js b/lib/properties/backgroundRepeatY.js
deleted file mode 100644
index 8c1c6ac..0000000
--- a/lib/properties/backgroundRepeatY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-repeat-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-repeat-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/backgroundSize.js b/lib/properties/backgroundSize.js
deleted file mode 100644
index e17e83c..0000000
--- a/lib/properties/backgroundSize.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('background-size', v);
-    },
-    get: function () {
-        return this.getPropertyValue('background-size');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/baselineShift.js b/lib/properties/baselineShift.js
deleted file mode 100644
index 257309b..0000000
--- a/lib/properties/baselineShift.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('baseline-shift', v);
-    },
-    get: function () {
-        return this.getPropertyValue('baseline-shift');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderBottomLeftRadius.js b/lib/properties/borderBottomLeftRadius.js
deleted file mode 100644
index ab93bdc..0000000
--- a/lib/properties/borderBottomLeftRadius.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-bottom-left-radius', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-bottom-left-radius');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderBottomRightRadius.js b/lib/properties/borderBottomRightRadius.js
deleted file mode 100644
index 0b2b7f1..0000000
--- a/lib/properties/borderBottomRightRadius.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-bottom-right-radius', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-bottom-right-radius');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderImage.js b/lib/properties/borderImage.js
deleted file mode 100644
index 3b4171f..0000000
--- a/lib/properties/borderImage.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-image', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-image');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderImageOutset.js b/lib/properties/borderImageOutset.js
deleted file mode 100644
index 9401bb1..0000000
--- a/lib/properties/borderImageOutset.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-image-outset', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-image-outset');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderImageRepeat.js b/lib/properties/borderImageRepeat.js
deleted file mode 100644
index 4673d5f..0000000
--- a/lib/properties/borderImageRepeat.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-image-repeat', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-image-repeat');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderImageSlice.js b/lib/properties/borderImageSlice.js
deleted file mode 100644
index 3e81305..0000000
--- a/lib/properties/borderImageSlice.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-image-slice', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-image-slice');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderImageSource.js b/lib/properties/borderImageSource.js
deleted file mode 100644
index 1235d6b..0000000
--- a/lib/properties/borderImageSource.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-image-source', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-image-source');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderImageWidth.js b/lib/properties/borderImageWidth.js
deleted file mode 100644
index 67088b0..0000000
--- a/lib/properties/borderImageWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-image-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-image-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderTopLeftRadius.js b/lib/properties/borderTopLeftRadius.js
deleted file mode 100644
index 27045cb..0000000
--- a/lib/properties/borderTopLeftRadius.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-top-left-radius', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-top-left-radius');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/borderTopRightRadius.js b/lib/properties/borderTopRightRadius.js
deleted file mode 100644
index 56e9d82..0000000
--- a/lib/properties/borderTopRightRadius.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('border-top-right-radius', v);
-    },
-    get: function () {
-        return this.getPropertyValue('border-top-right-radius');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/boxShadow.js b/lib/properties/boxShadow.js
deleted file mode 100644
index bcf622e..0000000
--- a/lib/properties/boxShadow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('box-shadow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('box-shadow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/boxSizing.js b/lib/properties/boxSizing.js
deleted file mode 100644
index 8e3059c..0000000
--- a/lib/properties/boxSizing.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('box-sizing', v);
-    },
-    get: function () {
-        return this.getPropertyValue('box-sizing');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/colorInterpolation.js b/lib/properties/colorInterpolation.js
deleted file mode 100644
index 5648b77..0000000
--- a/lib/properties/colorInterpolation.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('color-interpolation', v);
-    },
-    get: function () {
-        return this.getPropertyValue('color-interpolation');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/colorInterpolationFilters.js b/lib/properties/colorInterpolationFilters.js
deleted file mode 100644
index e0aa871..0000000
--- a/lib/properties/colorInterpolationFilters.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('color-interpolation-filters', v);
-    },
-    get: function () {
-        return this.getPropertyValue('color-interpolation-filters');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/colorProfile.js b/lib/properties/colorProfile.js
deleted file mode 100644
index 6787066..0000000
--- a/lib/properties/colorProfile.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('color-profile', v);
-    },
-    get: function () {
-        return this.getPropertyValue('color-profile');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/colorRendering.js b/lib/properties/colorRendering.js
deleted file mode 100644
index 0f31607..0000000
--- a/lib/properties/colorRendering.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('color-rendering', v);
-    },
-    get: function () {
-        return this.getPropertyValue('color-rendering');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/dominantBaseline.js b/lib/properties/dominantBaseline.js
deleted file mode 100644
index 6f13c2e..0000000
--- a/lib/properties/dominantBaseline.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('dominant-baseline', v);
-    },
-    get: function () {
-        return this.getPropertyValue('dominant-baseline');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/enableBackground.js b/lib/properties/enableBackground.js
deleted file mode 100644
index 4450c78..0000000
--- a/lib/properties/enableBackground.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('enable-background', v);
-    },
-    get: function () {
-        return this.getPropertyValue('enable-background');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/fill.js b/lib/properties/fill.js
deleted file mode 100644
index 7ec3825..0000000
--- a/lib/properties/fill.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('fill', v);
-    },
-    get: function () {
-        return this.getPropertyValue('fill');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/fillOpacity.js b/lib/properties/fillOpacity.js
deleted file mode 100644
index b3b458e..0000000
--- a/lib/properties/fillOpacity.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('fill-opacity', v);
-    },
-    get: function () {
-        return this.getPropertyValue('fill-opacity');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/fillRule.js b/lib/properties/fillRule.js
deleted file mode 100644
index 0845cdd..0000000
--- a/lib/properties/fillRule.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('fill-rule', v);
-    },
-    get: function () {
-        return this.getPropertyValue('fill-rule');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/filter.js b/lib/properties/filter.js
deleted file mode 100644
index d8e6eef..0000000
--- a/lib/properties/filter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('filter', v);
-    },
-    get: function () {
-        return this.getPropertyValue('filter');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/floodColor.js b/lib/properties/floodColor.js
deleted file mode 100644
index dff8513..0000000
--- a/lib/properties/floodColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('flood-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('flood-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/floodOpacity.js b/lib/properties/floodOpacity.js
deleted file mode 100644
index 6d60536..0000000
--- a/lib/properties/floodOpacity.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('flood-opacity', v);
-    },
-    get: function () {
-        return this.getPropertyValue('flood-opacity');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/glyphOrientationHorizontal.js b/lib/properties/glyphOrientationHorizontal.js
deleted file mode 100644
index 1b87f03..0000000
--- a/lib/properties/glyphOrientationHorizontal.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('glyph-orientation-horizontal', v);
-    },
-    get: function () {
-        return this.getPropertyValue('glyph-orientation-horizontal');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/glyphOrientationVertical.js b/lib/properties/glyphOrientationVertical.js
deleted file mode 100644
index 2fff910..0000000
--- a/lib/properties/glyphOrientationVertical.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('glyph-orientation-vertical', v);
-    },
-    get: function () {
-        return this.getPropertyValue('glyph-orientation-vertical');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/imageRendering.js b/lib/properties/imageRendering.js
deleted file mode 100644
index c571d2f..0000000
--- a/lib/properties/imageRendering.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('image-rendering', v);
-    },
-    get: function () {
-        return this.getPropertyValue('image-rendering');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/kerning.js b/lib/properties/kerning.js
deleted file mode 100644
index cb9f49e..0000000
--- a/lib/properties/kerning.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('kerning', v);
-    },
-    get: function () {
-        return this.getPropertyValue('kerning');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/lightingColor.js b/lib/properties/lightingColor.js
deleted file mode 100644
index b1eac98..0000000
--- a/lib/properties/lightingColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('lighting-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('lighting-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/marker.js b/lib/properties/marker.js
deleted file mode 100644
index ddbeb7c..0000000
--- a/lib/properties/marker.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('marker', v);
-    },
-    get: function () {
-        return this.getPropertyValue('marker');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/markerEnd.js b/lib/properties/markerEnd.js
deleted file mode 100644
index 90ca839..0000000
--- a/lib/properties/markerEnd.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('marker-end', v);
-    },
-    get: function () {
-        return this.getPropertyValue('marker-end');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/markerMid.js b/lib/properties/markerMid.js
deleted file mode 100644
index 0efc46b..0000000
--- a/lib/properties/markerMid.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('marker-mid', v);
-    },
-    get: function () {
-        return this.getPropertyValue('marker-mid');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/markerStart.js b/lib/properties/markerStart.js
deleted file mode 100644
index 46c6755..0000000
--- a/lib/properties/markerStart.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('marker-start', v);
-    },
-    get: function () {
-        return this.getPropertyValue('marker-start');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/mask.js b/lib/properties/mask.js
deleted file mode 100644
index ad8a2a5..0000000
--- a/lib/properties/mask.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('mask', v);
-    },
-    get: function () {
-        return this.getPropertyValue('mask');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/overflowX.js b/lib/properties/overflowX.js
deleted file mode 100644
index 79cfe99..0000000
--- a/lib/properties/overflowX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('overflow-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('overflow-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/overflowY.js b/lib/properties/overflowY.js
deleted file mode 100644
index 7b5a2a5..0000000
--- a/lib/properties/overflowY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('overflow-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('overflow-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/pointerEvents.js b/lib/properties/pointerEvents.js
deleted file mode 100644
index e44b742..0000000
--- a/lib/properties/pointerEvents.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('pointer-events', v);
-    },
-    get: function () {
-        return this.getPropertyValue('pointer-events');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/resize.js b/lib/properties/resize.js
deleted file mode 100644
index 83cf07d..0000000
--- a/lib/properties/resize.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('resize', v);
-    },
-    get: function () {
-        return this.getPropertyValue('resize');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/shapeRendering.js b/lib/properties/shapeRendering.js
deleted file mode 100644
index 32d5610..0000000
--- a/lib/properties/shapeRendering.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('shape-rendering', v);
-    },
-    get: function () {
-        return this.getPropertyValue('shape-rendering');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/src.js b/lib/properties/src.js
deleted file mode 100644
index 63c05d8..0000000
--- a/lib/properties/src.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('src', v);
-    },
-    get: function () {
-        return this.getPropertyValue('src');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/stopColor.js b/lib/properties/stopColor.js
deleted file mode 100644
index cc5c6ce..0000000
--- a/lib/properties/stopColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stop-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('stop-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/stopOpacity.js b/lib/properties/stopOpacity.js
deleted file mode 100644
index 3cee053..0000000
--- a/lib/properties/stopOpacity.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stop-opacity', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stop-opacity');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/stroke.js b/lib/properties/stroke.js
deleted file mode 100644
index 1655039..0000000
--- a/lib/properties/stroke.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeDasharray.js b/lib/properties/strokeDasharray.js
deleted file mode 100644
index 0c875cf..0000000
--- a/lib/properties/strokeDasharray.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-dasharray', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-dasharray');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeDashoffset.js b/lib/properties/strokeDashoffset.js
deleted file mode 100644
index 127be0d..0000000
--- a/lib/properties/strokeDashoffset.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-dashoffset', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-dashoffset');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeLinecap.js b/lib/properties/strokeLinecap.js
deleted file mode 100644
index e5b588b..0000000
--- a/lib/properties/strokeLinecap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-linecap', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-linecap');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeLinejoin.js b/lib/properties/strokeLinejoin.js
deleted file mode 100644
index ce842b9..0000000
--- a/lib/properties/strokeLinejoin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-linejoin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-linejoin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeMiterlimit.js b/lib/properties/strokeMiterlimit.js
deleted file mode 100644
index 252ba9b..0000000
--- a/lib/properties/strokeMiterlimit.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-miterlimit', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-miterlimit');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeOpacity.js b/lib/properties/strokeOpacity.js
deleted file mode 100644
index 0cfd14c..0000000
--- a/lib/properties/strokeOpacity.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-opacity', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-opacity');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/strokeWidth.js b/lib/properties/strokeWidth.js
deleted file mode 100644
index 000b458..0000000
--- a/lib/properties/strokeWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('stroke-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('stroke-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textAnchor.js b/lib/properties/textAnchor.js
deleted file mode 100644
index c5cc307..0000000
--- a/lib/properties/textAnchor.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-anchor', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-anchor');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textLineThrough.js b/lib/properties/textLineThrough.js
deleted file mode 100644
index 9995dfd..0000000
--- a/lib/properties/textLineThrough.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-line-through', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-line-through');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textLineThroughColor.js b/lib/properties/textLineThroughColor.js
deleted file mode 100644
index 0e6a6a0..0000000
--- a/lib/properties/textLineThroughColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-line-through-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('text-line-through-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textLineThroughMode.js b/lib/properties/textLineThroughMode.js
deleted file mode 100644
index 959700e..0000000
--- a/lib/properties/textLineThroughMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-line-through-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-line-through-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textLineThroughStyle.js b/lib/properties/textLineThroughStyle.js
deleted file mode 100644
index e837088..0000000
--- a/lib/properties/textLineThroughStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-line-through-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-line-through-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textLineThroughWidth.js b/lib/properties/textLineThroughWidth.js
deleted file mode 100644
index ea4bc6e..0000000
--- a/lib/properties/textLineThroughWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-line-through-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-line-through-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textOverflow.js b/lib/properties/textOverflow.js
deleted file mode 100644
index fc04f88..0000000
--- a/lib/properties/textOverflow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-overflow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-overflow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textOverline.js b/lib/properties/textOverline.js
deleted file mode 100644
index 20f0c21..0000000
--- a/lib/properties/textOverline.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-overline', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-overline');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textOverlineColor.js b/lib/properties/textOverlineColor.js
deleted file mode 100644
index 8fb2c60..0000000
--- a/lib/properties/textOverlineColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-overline-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('text-overline-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textOverlineMode.js b/lib/properties/textOverlineMode.js
deleted file mode 100644
index b3ef283..0000000
--- a/lib/properties/textOverlineMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-overline-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-overline-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textOverlineStyle.js b/lib/properties/textOverlineStyle.js
deleted file mode 100644
index 06a39af..0000000
--- a/lib/properties/textOverlineStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-overline-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-overline-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textOverlineWidth.js b/lib/properties/textOverlineWidth.js
deleted file mode 100644
index 13af746..0000000
--- a/lib/properties/textOverlineWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-overline-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-overline-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textRendering.js b/lib/properties/textRendering.js
deleted file mode 100644
index 36de8e8..0000000
--- a/lib/properties/textRendering.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-rendering', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-rendering');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textUnderline.js b/lib/properties/textUnderline.js
deleted file mode 100644
index 484dfeb..0000000
--- a/lib/properties/textUnderline.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-underline', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-underline');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textUnderlineColor.js b/lib/properties/textUnderlineColor.js
deleted file mode 100644
index fe2d490..0000000
--- a/lib/properties/textUnderlineColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-underline-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('text-underline-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textUnderlineMode.js b/lib/properties/textUnderlineMode.js
deleted file mode 100644
index 3cd7ea0..0000000
--- a/lib/properties/textUnderlineMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-underline-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-underline-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textUnderlineStyle.js b/lib/properties/textUnderlineStyle.js
deleted file mode 100644
index 302b4fa..0000000
--- a/lib/properties/textUnderlineStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-underline-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-underline-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/textUnderlineWidth.js b/lib/properties/textUnderlineWidth.js
deleted file mode 100644
index c2dcab9..0000000
--- a/lib/properties/textUnderlineWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('text-underline-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('text-underline-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/unicodeRange.js b/lib/properties/unicodeRange.js
deleted file mode 100644
index cce57ba..0000000
--- a/lib/properties/unicodeRange.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('unicode-range', v);
-    },
-    get: function () {
-        return this.getPropertyValue('unicode-range');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/vectorEffect.js b/lib/properties/vectorEffect.js
deleted file mode 100644
index 7eca6ef..0000000
--- a/lib/properties/vectorEffect.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('vector-effect', v);
-    },
-    get: function () {
-        return this.getPropertyValue('vector-effect');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimation.js b/lib/properties/webkitAnimation.js
deleted file mode 100644
index dcbc413..0000000
--- a/lib/properties/webkitAnimation.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationDelay.js b/lib/properties/webkitAnimationDelay.js
deleted file mode 100644
index 7fbb232..0000000
--- a/lib/properties/webkitAnimationDelay.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-delay', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-delay');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationDirection.js b/lib/properties/webkitAnimationDirection.js
deleted file mode 100644
index 547ddc9..0000000
--- a/lib/properties/webkitAnimationDirection.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-direction', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-direction');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationDuration.js b/lib/properties/webkitAnimationDuration.js
deleted file mode 100644
index f467b9c..0000000
--- a/lib/properties/webkitAnimationDuration.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-duration', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-duration');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationFillMode.js b/lib/properties/webkitAnimationFillMode.js
deleted file mode 100644
index 3320cad..0000000
--- a/lib/properties/webkitAnimationFillMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-fill-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-fill-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationIterationCount.js b/lib/properties/webkitAnimationIterationCount.js
deleted file mode 100644
index 35857bf..0000000
--- a/lib/properties/webkitAnimationIterationCount.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-iteration-count', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-iteration-count');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationName.js b/lib/properties/webkitAnimationName.js
deleted file mode 100644
index 04bae85..0000000
--- a/lib/properties/webkitAnimationName.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-name', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-name');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationPlayState.js b/lib/properties/webkitAnimationPlayState.js
deleted file mode 100644
index e5b721e..0000000
--- a/lib/properties/webkitAnimationPlayState.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-play-state', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-play-state');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAnimationTimingFunction.js b/lib/properties/webkitAnimationTimingFunction.js
deleted file mode 100644
index 1028b49..0000000
--- a/lib/properties/webkitAnimationTimingFunction.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-animation-timing-function', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-animation-timing-function');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAppearance.js b/lib/properties/webkitAppearance.js
deleted file mode 100644
index 6cc005a..0000000
--- a/lib/properties/webkitAppearance.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-appearance', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-appearance');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitAspectRatio.js b/lib/properties/webkitAspectRatio.js
deleted file mode 100644
index b92e549..0000000
--- a/lib/properties/webkitAspectRatio.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-aspect-ratio', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-aspect-ratio');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBackfaceVisibility.js b/lib/properties/webkitBackfaceVisibility.js
deleted file mode 100644
index 2feab7e..0000000
--- a/lib/properties/webkitBackfaceVisibility.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-backface-visibility', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-backface-visibility');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBackgroundClip.js b/lib/properties/webkitBackgroundClip.js
deleted file mode 100644
index 31c5631..0000000
--- a/lib/properties/webkitBackgroundClip.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-background-clip', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-background-clip');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBackgroundComposite.js b/lib/properties/webkitBackgroundComposite.js
deleted file mode 100644
index d0b22e4..0000000
--- a/lib/properties/webkitBackgroundComposite.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-background-composite', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-background-composite');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBackgroundOrigin.js b/lib/properties/webkitBackgroundOrigin.js
deleted file mode 100644
index 6019eff..0000000
--- a/lib/properties/webkitBackgroundOrigin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-background-origin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-background-origin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBackgroundSize.js b/lib/properties/webkitBackgroundSize.js
deleted file mode 100644
index e0de953..0000000
--- a/lib/properties/webkitBackgroundSize.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-background-size', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-background-size');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderAfter.js b/lib/properties/webkitBorderAfter.js
deleted file mode 100644
index b612b9c..0000000
--- a/lib/properties/webkitBorderAfter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-after', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-after');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderAfterColor.js b/lib/properties/webkitBorderAfterColor.js
deleted file mode 100644
index 0f69212..0000000
--- a/lib/properties/webkitBorderAfterColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-after-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-after-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderAfterStyle.js b/lib/properties/webkitBorderAfterStyle.js
deleted file mode 100644
index 607751b..0000000
--- a/lib/properties/webkitBorderAfterStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-after-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-after-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderAfterWidth.js b/lib/properties/webkitBorderAfterWidth.js
deleted file mode 100644
index d8b1920..0000000
--- a/lib/properties/webkitBorderAfterWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-after-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-after-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderBefore.js b/lib/properties/webkitBorderBefore.js
deleted file mode 100644
index fd1ef02..0000000
--- a/lib/properties/webkitBorderBefore.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-before', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-before');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderBeforeColor.js b/lib/properties/webkitBorderBeforeColor.js
deleted file mode 100644
index 9cbb5fe..0000000
--- a/lib/properties/webkitBorderBeforeColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-before-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-before-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderBeforeStyle.js b/lib/properties/webkitBorderBeforeStyle.js
deleted file mode 100644
index 90b7565..0000000
--- a/lib/properties/webkitBorderBeforeStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-before-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-before-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderBeforeWidth.js b/lib/properties/webkitBorderBeforeWidth.js
deleted file mode 100644
index 9708a72..0000000
--- a/lib/properties/webkitBorderBeforeWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-before-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-before-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderEnd.js b/lib/properties/webkitBorderEnd.js
deleted file mode 100644
index 93c9d9a..0000000
--- a/lib/properties/webkitBorderEnd.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-end', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-end');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderEndColor.js b/lib/properties/webkitBorderEndColor.js
deleted file mode 100644
index b68f2db..0000000
--- a/lib/properties/webkitBorderEndColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-end-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-end-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderEndStyle.js b/lib/properties/webkitBorderEndStyle.js
deleted file mode 100644
index 6489840..0000000
--- a/lib/properties/webkitBorderEndStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-end-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-end-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderEndWidth.js b/lib/properties/webkitBorderEndWidth.js
deleted file mode 100644
index c46203f..0000000
--- a/lib/properties/webkitBorderEndWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-end-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-end-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderFit.js b/lib/properties/webkitBorderFit.js
deleted file mode 100644
index 3954563..0000000
--- a/lib/properties/webkitBorderFit.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-fit', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-fit');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderHorizontalSpacing.js b/lib/properties/webkitBorderHorizontalSpacing.js
deleted file mode 100644
index dc83cbd..0000000
--- a/lib/properties/webkitBorderHorizontalSpacing.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-horizontal-spacing', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-horizontal-spacing');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderImage.js b/lib/properties/webkitBorderImage.js
deleted file mode 100644
index 013b52b..0000000
--- a/lib/properties/webkitBorderImage.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-image', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-image');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderRadius.js b/lib/properties/webkitBorderRadius.js
deleted file mode 100644
index 0cf2bb9..0000000
--- a/lib/properties/webkitBorderRadius.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-radius', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-radius');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderStart.js b/lib/properties/webkitBorderStart.js
deleted file mode 100644
index a126d8d..0000000
--- a/lib/properties/webkitBorderStart.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-start', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-start');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderStartColor.js b/lib/properties/webkitBorderStartColor.js
deleted file mode 100644
index 7218dba..0000000
--- a/lib/properties/webkitBorderStartColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-start-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-start-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderStartStyle.js b/lib/properties/webkitBorderStartStyle.js
deleted file mode 100644
index dd2d8f0..0000000
--- a/lib/properties/webkitBorderStartStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-start-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-start-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderStartWidth.js b/lib/properties/webkitBorderStartWidth.js
deleted file mode 100644
index 9c89554..0000000
--- a/lib/properties/webkitBorderStartWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-start-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-start-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBorderVerticalSpacing.js b/lib/properties/webkitBorderVerticalSpacing.js
deleted file mode 100644
index f9071ef..0000000
--- a/lib/properties/webkitBorderVerticalSpacing.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-border-vertical-spacing', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-border-vertical-spacing');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxAlign.js b/lib/properties/webkitBoxAlign.js
deleted file mode 100644
index 5c1ad86..0000000
--- a/lib/properties/webkitBoxAlign.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-align', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-align');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxDirection.js b/lib/properties/webkitBoxDirection.js
deleted file mode 100644
index 40018ba..0000000
--- a/lib/properties/webkitBoxDirection.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-direction', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-direction');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxFlex.js b/lib/properties/webkitBoxFlex.js
deleted file mode 100644
index 30f4c73..0000000
--- a/lib/properties/webkitBoxFlex.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-flex', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-flex');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxFlexGroup.js b/lib/properties/webkitBoxFlexGroup.js
deleted file mode 100644
index 28ada5b..0000000
--- a/lib/properties/webkitBoxFlexGroup.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-flex-group', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-flex-group');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxLines.js b/lib/properties/webkitBoxLines.js
deleted file mode 100644
index 2f52c5f..0000000
--- a/lib/properties/webkitBoxLines.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-lines', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-lines');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxOrdinalGroup.js b/lib/properties/webkitBoxOrdinalGroup.js
deleted file mode 100644
index ce64301..0000000
--- a/lib/properties/webkitBoxOrdinalGroup.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-ordinal-group', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-ordinal-group');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxOrient.js b/lib/properties/webkitBoxOrient.js
deleted file mode 100644
index 355d3fc..0000000
--- a/lib/properties/webkitBoxOrient.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-orient', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-orient');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxPack.js b/lib/properties/webkitBoxPack.js
deleted file mode 100644
index 9bfbe8e..0000000
--- a/lib/properties/webkitBoxPack.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-pack', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-pack');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxReflect.js b/lib/properties/webkitBoxReflect.js
deleted file mode 100644
index f4459ce..0000000
--- a/lib/properties/webkitBoxReflect.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-reflect', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-reflect');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitBoxShadow.js b/lib/properties/webkitBoxShadow.js
deleted file mode 100644
index 68a42c7..0000000
--- a/lib/properties/webkitBoxShadow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-box-shadow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-box-shadow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColorCorrection.js b/lib/properties/webkitColorCorrection.js
deleted file mode 100644
index 22dc0c7..0000000
--- a/lib/properties/webkitColorCorrection.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-color-correction', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-color-correction');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnAxis.js b/lib/properties/webkitColumnAxis.js
deleted file mode 100644
index 529849e..0000000
--- a/lib/properties/webkitColumnAxis.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-axis', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-axis');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnBreakAfter.js b/lib/properties/webkitColumnBreakAfter.js
deleted file mode 100644
index fb6db60..0000000
--- a/lib/properties/webkitColumnBreakAfter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-break-after', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-break-after');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnBreakBefore.js b/lib/properties/webkitColumnBreakBefore.js
deleted file mode 100644
index 5a8b5b1..0000000
--- a/lib/properties/webkitColumnBreakBefore.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-break-before', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-break-before');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnBreakInside.js b/lib/properties/webkitColumnBreakInside.js
deleted file mode 100644
index e96dfe1..0000000
--- a/lib/properties/webkitColumnBreakInside.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-break-inside', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-break-inside');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnCount.js b/lib/properties/webkitColumnCount.js
deleted file mode 100644
index 23b5f73..0000000
--- a/lib/properties/webkitColumnCount.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-count', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-count');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnGap.js b/lib/properties/webkitColumnGap.js
deleted file mode 100644
index 607e3a9..0000000
--- a/lib/properties/webkitColumnGap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-gap', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-gap');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnRule.js b/lib/properties/webkitColumnRule.js
deleted file mode 100644
index 7fc8323..0000000
--- a/lib/properties/webkitColumnRule.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-rule', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-rule');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnRuleColor.js b/lib/properties/webkitColumnRuleColor.js
deleted file mode 100644
index 9af624c..0000000
--- a/lib/properties/webkitColumnRuleColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-rule-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-rule-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnRuleStyle.js b/lib/properties/webkitColumnRuleStyle.js
deleted file mode 100644
index 0abc46e..0000000
--- a/lib/properties/webkitColumnRuleStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-rule-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-rule-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnRuleWidth.js b/lib/properties/webkitColumnRuleWidth.js
deleted file mode 100644
index 1ef49b1..0000000
--- a/lib/properties/webkitColumnRuleWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-rule-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-rule-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnSpan.js b/lib/properties/webkitColumnSpan.js
deleted file mode 100644
index 488997d..0000000
--- a/lib/properties/webkitColumnSpan.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-span', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-span');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumnWidth.js b/lib/properties/webkitColumnWidth.js
deleted file mode 100644
index a316365..0000000
--- a/lib/properties/webkitColumnWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-column-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-column-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitColumns.js b/lib/properties/webkitColumns.js
deleted file mode 100644
index f14cf45..0000000
--- a/lib/properties/webkitColumns.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-columns', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-columns');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFilter.js b/lib/properties/webkitFilter.js
deleted file mode 100644
index 543445d..0000000
--- a/lib/properties/webkitFilter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-filter', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-filter');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexAlign.js b/lib/properties/webkitFlexAlign.js
deleted file mode 100644
index 8a6b2a6..0000000
--- a/lib/properties/webkitFlexAlign.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-align', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-align');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexDirection.js b/lib/properties/webkitFlexDirection.js
deleted file mode 100644
index 61c0cb2..0000000
--- a/lib/properties/webkitFlexDirection.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-direction', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-direction');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexFlow.js b/lib/properties/webkitFlexFlow.js
deleted file mode 100644
index e688af0..0000000
--- a/lib/properties/webkitFlexFlow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-flow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-flow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexItemAlign.js b/lib/properties/webkitFlexItemAlign.js
deleted file mode 100644
index 0af354c..0000000
--- a/lib/properties/webkitFlexItemAlign.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-item-align', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-item-align');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexLinePack.js b/lib/properties/webkitFlexLinePack.js
deleted file mode 100644
index e1983bb..0000000
--- a/lib/properties/webkitFlexLinePack.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-line-pack', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-line-pack');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexOrder.js b/lib/properties/webkitFlexOrder.js
deleted file mode 100644
index 8192f94..0000000
--- a/lib/properties/webkitFlexOrder.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-order', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-order');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexPack.js b/lib/properties/webkitFlexPack.js
deleted file mode 100644
index e3b53eb..0000000
--- a/lib/properties/webkitFlexPack.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-pack', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-pack');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlexWrap.js b/lib/properties/webkitFlexWrap.js
deleted file mode 100644
index e4be487..0000000
--- a/lib/properties/webkitFlexWrap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flex-wrap', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flex-wrap');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlowFrom.js b/lib/properties/webkitFlowFrom.js
deleted file mode 100644
index d1208fd..0000000
--- a/lib/properties/webkitFlowFrom.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flow-from', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flow-from');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFlowInto.js b/lib/properties/webkitFlowInto.js
deleted file mode 100644
index 3114e21..0000000
--- a/lib/properties/webkitFlowInto.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-flow-into', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-flow-into');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFontFeatureSettings.js b/lib/properties/webkitFontFeatureSettings.js
deleted file mode 100644
index 1fbe733..0000000
--- a/lib/properties/webkitFontFeatureSettings.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-font-feature-settings', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-font-feature-settings');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFontKerning.js b/lib/properties/webkitFontKerning.js
deleted file mode 100644
index 1a07173..0000000
--- a/lib/properties/webkitFontKerning.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-font-kerning', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-font-kerning');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFontSizeDelta.js b/lib/properties/webkitFontSizeDelta.js
deleted file mode 100644
index b69d2e3..0000000
--- a/lib/properties/webkitFontSizeDelta.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-font-size-delta', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-font-size-delta');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFontSmoothing.js b/lib/properties/webkitFontSmoothing.js
deleted file mode 100644
index 1a4121a..0000000
--- a/lib/properties/webkitFontSmoothing.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-font-smoothing', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-font-smoothing');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitFontVariantLigatures.js b/lib/properties/webkitFontVariantLigatures.js
deleted file mode 100644
index d39d50f..0000000
--- a/lib/properties/webkitFontVariantLigatures.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-font-variant-ligatures', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-font-variant-ligatures');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitHighlight.js b/lib/properties/webkitHighlight.js
deleted file mode 100644
index b4df16f..0000000
--- a/lib/properties/webkitHighlight.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-highlight', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-highlight');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitHyphenateCharacter.js b/lib/properties/webkitHyphenateCharacter.js
deleted file mode 100644
index ee10745..0000000
--- a/lib/properties/webkitHyphenateCharacter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-hyphenate-character', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-hyphenate-character');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitHyphenateLimitAfter.js b/lib/properties/webkitHyphenateLimitAfter.js
deleted file mode 100644
index 2225a5f..0000000
--- a/lib/properties/webkitHyphenateLimitAfter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-hyphenate-limit-after', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-hyphenate-limit-after');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitHyphenateLimitBefore.js b/lib/properties/webkitHyphenateLimitBefore.js
deleted file mode 100644
index fa61012..0000000
--- a/lib/properties/webkitHyphenateLimitBefore.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-hyphenate-limit-before', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-hyphenate-limit-before');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitHyphenateLimitLines.js b/lib/properties/webkitHyphenateLimitLines.js
deleted file mode 100644
index 740ed3b..0000000
--- a/lib/properties/webkitHyphenateLimitLines.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-hyphenate-limit-lines', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-hyphenate-limit-lines');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitHyphens.js b/lib/properties/webkitHyphens.js
deleted file mode 100644
index cb9462b..0000000
--- a/lib/properties/webkitHyphens.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-hyphens', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-hyphens');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLineAlign.js b/lib/properties/webkitLineAlign.js
deleted file mode 100644
index 03e3adb..0000000
--- a/lib/properties/webkitLineAlign.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-line-align', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-line-align');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLineBoxContain.js b/lib/properties/webkitLineBoxContain.js
deleted file mode 100644
index 62b3ba9..0000000
--- a/lib/properties/webkitLineBoxContain.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-line-box-contain', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-line-box-contain');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLineBreak.js b/lib/properties/webkitLineBreak.js
deleted file mode 100644
index 27c2720..0000000
--- a/lib/properties/webkitLineBreak.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-line-break', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-line-break');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLineClamp.js b/lib/properties/webkitLineClamp.js
deleted file mode 100644
index e781ad0..0000000
--- a/lib/properties/webkitLineClamp.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-line-clamp', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-line-clamp');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLineGrid.js b/lib/properties/webkitLineGrid.js
deleted file mode 100644
index 3647c9c..0000000
--- a/lib/properties/webkitLineGrid.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-line-grid', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-line-grid');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLineSnap.js b/lib/properties/webkitLineSnap.js
deleted file mode 100644
index d3e73cd..0000000
--- a/lib/properties/webkitLineSnap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-line-snap', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-line-snap');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLocale.js b/lib/properties/webkitLocale.js
deleted file mode 100644
index 520aa17..0000000
--- a/lib/properties/webkitLocale.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-locale', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-locale');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLogicalHeight.js b/lib/properties/webkitLogicalHeight.js
deleted file mode 100644
index 8773487..0000000
--- a/lib/properties/webkitLogicalHeight.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-logical-height', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-logical-height');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitLogicalWidth.js b/lib/properties/webkitLogicalWidth.js
deleted file mode 100644
index 62b553c..0000000
--- a/lib/properties/webkitLogicalWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-logical-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-logical-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginAfter.js b/lib/properties/webkitMarginAfter.js
deleted file mode 100644
index 1415630..0000000
--- a/lib/properties/webkitMarginAfter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-after', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-after');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginAfterCollapse.js b/lib/properties/webkitMarginAfterCollapse.js
deleted file mode 100644
index e74f541..0000000
--- a/lib/properties/webkitMarginAfterCollapse.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-after-collapse', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-after-collapse');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginBefore.js b/lib/properties/webkitMarginBefore.js
deleted file mode 100644
index 1609521..0000000
--- a/lib/properties/webkitMarginBefore.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-before', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-before');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginBeforeCollapse.js b/lib/properties/webkitMarginBeforeCollapse.js
deleted file mode 100644
index 059723e..0000000
--- a/lib/properties/webkitMarginBeforeCollapse.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-before-collapse', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-before-collapse');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginBottomCollapse.js b/lib/properties/webkitMarginBottomCollapse.js
deleted file mode 100644
index cc671a4..0000000
--- a/lib/properties/webkitMarginBottomCollapse.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-bottom-collapse', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-bottom-collapse');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginCollapse.js b/lib/properties/webkitMarginCollapse.js
deleted file mode 100644
index 6773ee4..0000000
--- a/lib/properties/webkitMarginCollapse.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-collapse', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-collapse');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginEnd.js b/lib/properties/webkitMarginEnd.js
deleted file mode 100644
index 8954dfa..0000000
--- a/lib/properties/webkitMarginEnd.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-end', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-end');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginStart.js b/lib/properties/webkitMarginStart.js
deleted file mode 100644
index d18c0da..0000000
--- a/lib/properties/webkitMarginStart.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-start', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-start');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarginTopCollapse.js b/lib/properties/webkitMarginTopCollapse.js
deleted file mode 100644
index c241d0c..0000000
--- a/lib/properties/webkitMarginTopCollapse.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-margin-top-collapse', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-margin-top-collapse');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarquee.js b/lib/properties/webkitMarquee.js
deleted file mode 100644
index 9b1d614..0000000
--- a/lib/properties/webkitMarquee.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-marquee', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-marquee');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarqueeDirection.js b/lib/properties/webkitMarqueeDirection.js
deleted file mode 100644
index e8cdddf..0000000
--- a/lib/properties/webkitMarqueeDirection.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-marquee-direction', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-marquee-direction');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarqueeIncrement.js b/lib/properties/webkitMarqueeIncrement.js
deleted file mode 100644
index 728cb17..0000000
--- a/lib/properties/webkitMarqueeIncrement.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-marquee-increment', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-marquee-increment');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarqueeRepetition.js b/lib/properties/webkitMarqueeRepetition.js
deleted file mode 100644
index cc46f4f..0000000
--- a/lib/properties/webkitMarqueeRepetition.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-marquee-repetition', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-marquee-repetition');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarqueeSpeed.js b/lib/properties/webkitMarqueeSpeed.js
deleted file mode 100644
index a9ca73e..0000000
--- a/lib/properties/webkitMarqueeSpeed.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-marquee-speed', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-marquee-speed');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMarqueeStyle.js b/lib/properties/webkitMarqueeStyle.js
deleted file mode 100644
index b5c7b39..0000000
--- a/lib/properties/webkitMarqueeStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-marquee-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-marquee-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMask.js b/lib/properties/webkitMask.js
deleted file mode 100644
index 3a37483..0000000
--- a/lib/properties/webkitMask.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskAttachment.js b/lib/properties/webkitMaskAttachment.js
deleted file mode 100644
index 6decc59..0000000
--- a/lib/properties/webkitMaskAttachment.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-attachment', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-attachment');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskBoxImage.js b/lib/properties/webkitMaskBoxImage.js
deleted file mode 100644
index eccbf42..0000000
--- a/lib/properties/webkitMaskBoxImage.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-box-image', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-box-image');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskBoxImageOutset.js b/lib/properties/webkitMaskBoxImageOutset.js
deleted file mode 100644
index 912b205..0000000
--- a/lib/properties/webkitMaskBoxImageOutset.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-box-image-outset', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-box-image-outset');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskBoxImageRepeat.js b/lib/properties/webkitMaskBoxImageRepeat.js
deleted file mode 100644
index 4a97654..0000000
--- a/lib/properties/webkitMaskBoxImageRepeat.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-box-image-repeat', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-box-image-repeat');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskBoxImageSlice.js b/lib/properties/webkitMaskBoxImageSlice.js
deleted file mode 100644
index 09fb676..0000000
--- a/lib/properties/webkitMaskBoxImageSlice.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-box-image-slice', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-box-image-slice');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskBoxImageSource.js b/lib/properties/webkitMaskBoxImageSource.js
deleted file mode 100644
index c09ae8d..0000000
--- a/lib/properties/webkitMaskBoxImageSource.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-box-image-source', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-box-image-source');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskBoxImageWidth.js b/lib/properties/webkitMaskBoxImageWidth.js
deleted file mode 100644
index 2227202..0000000
--- a/lib/properties/webkitMaskBoxImageWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-box-image-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-box-image-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskClip.js b/lib/properties/webkitMaskClip.js
deleted file mode 100644
index 0d935be..0000000
--- a/lib/properties/webkitMaskClip.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-clip', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-clip');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskComposite.js b/lib/properties/webkitMaskComposite.js
deleted file mode 100644
index 551faa9..0000000
--- a/lib/properties/webkitMaskComposite.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-composite', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-composite');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskImage.js b/lib/properties/webkitMaskImage.js
deleted file mode 100644
index b362aaf..0000000
--- a/lib/properties/webkitMaskImage.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-image', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-image');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskOrigin.js b/lib/properties/webkitMaskOrigin.js
deleted file mode 100644
index fbd77d1..0000000
--- a/lib/properties/webkitMaskOrigin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-origin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-origin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskPosition.js b/lib/properties/webkitMaskPosition.js
deleted file mode 100644
index 2c7347e..0000000
--- a/lib/properties/webkitMaskPosition.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-position', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-position');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskPositionX.js b/lib/properties/webkitMaskPositionX.js
deleted file mode 100644
index 606dbf9..0000000
--- a/lib/properties/webkitMaskPositionX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-position-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-position-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskPositionY.js b/lib/properties/webkitMaskPositionY.js
deleted file mode 100644
index 24755c4..0000000
--- a/lib/properties/webkitMaskPositionY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-position-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-position-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskRepeat.js b/lib/properties/webkitMaskRepeat.js
deleted file mode 100644
index 59210d1..0000000
--- a/lib/properties/webkitMaskRepeat.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-repeat', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-repeat');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskRepeatX.js b/lib/properties/webkitMaskRepeatX.js
deleted file mode 100644
index 7fb3a32..0000000
--- a/lib/properties/webkitMaskRepeatX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-repeat-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-repeat-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskRepeatY.js b/lib/properties/webkitMaskRepeatY.js
deleted file mode 100644
index 65b8e06..0000000
--- a/lib/properties/webkitMaskRepeatY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-repeat-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-repeat-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaskSize.js b/lib/properties/webkitMaskSize.js
deleted file mode 100644
index a7f3577..0000000
--- a/lib/properties/webkitMaskSize.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-mask-size', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-mask-size');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMatchNearestMailBlockquoteColor.js b/lib/properties/webkitMatchNearestMailBlockquoteColor.js
deleted file mode 100644
index b07e9fd..0000000
--- a/lib/properties/webkitMatchNearestMailBlockquoteColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-match-nearest-mail-blockquote-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-match-nearest-mail-blockquote-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaxLogicalHeight.js b/lib/properties/webkitMaxLogicalHeight.js
deleted file mode 100644
index 968b6d8..0000000
--- a/lib/properties/webkitMaxLogicalHeight.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-max-logical-height', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-max-logical-height');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMaxLogicalWidth.js b/lib/properties/webkitMaxLogicalWidth.js
deleted file mode 100644
index 50134b1..0000000
--- a/lib/properties/webkitMaxLogicalWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-max-logical-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-max-logical-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMinLogicalHeight.js b/lib/properties/webkitMinLogicalHeight.js
deleted file mode 100644
index b68f8eb..0000000
--- a/lib/properties/webkitMinLogicalHeight.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-min-logical-height', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-min-logical-height');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitMinLogicalWidth.js b/lib/properties/webkitMinLogicalWidth.js
deleted file mode 100644
index eabbd4b..0000000
--- a/lib/properties/webkitMinLogicalWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-min-logical-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-min-logical-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitNbspMode.js b/lib/properties/webkitNbspMode.js
deleted file mode 100644
index 75ed17b..0000000
--- a/lib/properties/webkitNbspMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-nbsp-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-nbsp-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitOverflowScrolling.js b/lib/properties/webkitOverflowScrolling.js
deleted file mode 100644
index 8429a90..0000000
--- a/lib/properties/webkitOverflowScrolling.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-overflow-scrolling', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-overflow-scrolling');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPaddingAfter.js b/lib/properties/webkitPaddingAfter.js
deleted file mode 100644
index ec29aaf..0000000
--- a/lib/properties/webkitPaddingAfter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-padding-after', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-padding-after');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPaddingBefore.js b/lib/properties/webkitPaddingBefore.js
deleted file mode 100644
index 896f29a..0000000
--- a/lib/properties/webkitPaddingBefore.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-padding-before', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-padding-before');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPaddingEnd.js b/lib/properties/webkitPaddingEnd.js
deleted file mode 100644
index d1817d2..0000000
--- a/lib/properties/webkitPaddingEnd.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-padding-end', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-padding-end');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPaddingStart.js b/lib/properties/webkitPaddingStart.js
deleted file mode 100644
index f193305..0000000
--- a/lib/properties/webkitPaddingStart.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-padding-start', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-padding-start');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPerspective.js b/lib/properties/webkitPerspective.js
deleted file mode 100644
index 7d329ea..0000000
--- a/lib/properties/webkitPerspective.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-perspective', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-perspective');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPerspectiveOrigin.js b/lib/properties/webkitPerspectiveOrigin.js
deleted file mode 100644
index 6d55250..0000000
--- a/lib/properties/webkitPerspectiveOrigin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-perspective-origin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-perspective-origin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPerspectiveOriginX.js b/lib/properties/webkitPerspectiveOriginX.js
deleted file mode 100644
index c7901c3..0000000
--- a/lib/properties/webkitPerspectiveOriginX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-perspective-origin-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-perspective-origin-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPerspectiveOriginY.js b/lib/properties/webkitPerspectiveOriginY.js
deleted file mode 100644
index 8c1a63d..0000000
--- a/lib/properties/webkitPerspectiveOriginY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-perspective-origin-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-perspective-origin-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitPrintColorAdjust.js b/lib/properties/webkitPrintColorAdjust.js
deleted file mode 100644
index 114e071..0000000
--- a/lib/properties/webkitPrintColorAdjust.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-print-color-adjust', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-print-color-adjust');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitRegionBreakAfter.js b/lib/properties/webkitRegionBreakAfter.js
deleted file mode 100644
index a362477..0000000
--- a/lib/properties/webkitRegionBreakAfter.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-region-break-after', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-region-break-after');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitRegionBreakBefore.js b/lib/properties/webkitRegionBreakBefore.js
deleted file mode 100644
index 4e9e021..0000000
--- a/lib/properties/webkitRegionBreakBefore.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-region-break-before', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-region-break-before');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitRegionBreakInside.js b/lib/properties/webkitRegionBreakInside.js
deleted file mode 100644
index 878c878..0000000
--- a/lib/properties/webkitRegionBreakInside.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-region-break-inside', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-region-break-inside');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitRegionOverflow.js b/lib/properties/webkitRegionOverflow.js
deleted file mode 100644
index d2eeefd..0000000
--- a/lib/properties/webkitRegionOverflow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-region-overflow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-region-overflow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitRtlOrdering.js b/lib/properties/webkitRtlOrdering.js
deleted file mode 100644
index 9e5ea0b..0000000
--- a/lib/properties/webkitRtlOrdering.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-rtl-ordering', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-rtl-ordering');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitSvgShadow.js b/lib/properties/webkitSvgShadow.js
deleted file mode 100644
index 08de2c5..0000000
--- a/lib/properties/webkitSvgShadow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-svg-shadow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-svg-shadow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTapHighlightColor.js b/lib/properties/webkitTapHighlightColor.js
deleted file mode 100644
index c787602..0000000
--- a/lib/properties/webkitTapHighlightColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-tap-highlight-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-tap-highlight-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextCombine.js b/lib/properties/webkitTextCombine.js
deleted file mode 100644
index d525e0c..0000000
--- a/lib/properties/webkitTextCombine.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-combine', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-combine');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextDecorationsInEffect.js b/lib/properties/webkitTextDecorationsInEffect.js
deleted file mode 100644
index cf58605..0000000
--- a/lib/properties/webkitTextDecorationsInEffect.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-decorations-in-effect', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-decorations-in-effect');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextEmphasis.js b/lib/properties/webkitTextEmphasis.js
deleted file mode 100644
index 1fd518d..0000000
--- a/lib/properties/webkitTextEmphasis.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-emphasis', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-emphasis');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextEmphasisColor.js b/lib/properties/webkitTextEmphasisColor.js
deleted file mode 100644
index 5ceb89d..0000000
--- a/lib/properties/webkitTextEmphasisColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-emphasis-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-emphasis-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextEmphasisPosition.js b/lib/properties/webkitTextEmphasisPosition.js
deleted file mode 100644
index b6d1ffa..0000000
--- a/lib/properties/webkitTextEmphasisPosition.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-emphasis-position', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-emphasis-position');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextEmphasisStyle.js b/lib/properties/webkitTextEmphasisStyle.js
deleted file mode 100644
index dcc31c3..0000000
--- a/lib/properties/webkitTextEmphasisStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-emphasis-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-emphasis-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextFillColor.js b/lib/properties/webkitTextFillColor.js
deleted file mode 100644
index 512946e..0000000
--- a/lib/properties/webkitTextFillColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-fill-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-fill-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextOrientation.js b/lib/properties/webkitTextOrientation.js
deleted file mode 100644
index 64e35e2..0000000
--- a/lib/properties/webkitTextOrientation.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-orientation', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-orientation');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextSecurity.js b/lib/properties/webkitTextSecurity.js
deleted file mode 100644
index de018df..0000000
--- a/lib/properties/webkitTextSecurity.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-security', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-security');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextSizeAdjust.js b/lib/properties/webkitTextSizeAdjust.js
deleted file mode 100644
index 239c516..0000000
--- a/lib/properties/webkitTextSizeAdjust.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-size-adjust', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-size-adjust');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextStroke.js b/lib/properties/webkitTextStroke.js
deleted file mode 100644
index a70e800..0000000
--- a/lib/properties/webkitTextStroke.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-stroke', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-stroke');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextStrokeColor.js b/lib/properties/webkitTextStrokeColor.js
deleted file mode 100644
index e9f1b89..0000000
--- a/lib/properties/webkitTextStrokeColor.js
+++ /dev/null
@@ -1,14 +0,0 @@
-'use strict';
-
-var parseColor = require('../parsers').parseColor;
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-stroke-color', parseColor(v));
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-stroke-color');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTextStrokeWidth.js b/lib/properties/webkitTextStrokeWidth.js
deleted file mode 100644
index 0e6d94f..0000000
--- a/lib/properties/webkitTextStrokeWidth.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-text-stroke-width', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-text-stroke-width');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransform.js b/lib/properties/webkitTransform.js
deleted file mode 100644
index a651d56..0000000
--- a/lib/properties/webkitTransform.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transform', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transform');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransformOrigin.js b/lib/properties/webkitTransformOrigin.js
deleted file mode 100644
index 3c09acd..0000000
--- a/lib/properties/webkitTransformOrigin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transform-origin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transform-origin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransformOriginX.js b/lib/properties/webkitTransformOriginX.js
deleted file mode 100644
index d038378..0000000
--- a/lib/properties/webkitTransformOriginX.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transform-origin-x', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transform-origin-x');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransformOriginY.js b/lib/properties/webkitTransformOriginY.js
deleted file mode 100644
index 075b23b..0000000
--- a/lib/properties/webkitTransformOriginY.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transform-origin-y', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transform-origin-y');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransformOriginZ.js b/lib/properties/webkitTransformOriginZ.js
deleted file mode 100644
index b5beb32..0000000
--- a/lib/properties/webkitTransformOriginZ.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transform-origin-z', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transform-origin-z');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransformStyle.js b/lib/properties/webkitTransformStyle.js
deleted file mode 100644
index 35ddeaf..0000000
--- a/lib/properties/webkitTransformStyle.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transform-style', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transform-style');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransition.js b/lib/properties/webkitTransition.js
deleted file mode 100644
index 26b01ff..0000000
--- a/lib/properties/webkitTransition.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transition', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transition');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransitionDelay.js b/lib/properties/webkitTransitionDelay.js
deleted file mode 100644
index 73d0334..0000000
--- a/lib/properties/webkitTransitionDelay.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transition-delay', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transition-delay');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransitionDuration.js b/lib/properties/webkitTransitionDuration.js
deleted file mode 100644
index 36520eb..0000000
--- a/lib/properties/webkitTransitionDuration.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transition-duration', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transition-duration');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransitionProperty.js b/lib/properties/webkitTransitionProperty.js
deleted file mode 100644
index d91c02e..0000000
--- a/lib/properties/webkitTransitionProperty.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transition-property', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transition-property');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitTransitionTimingFunction.js b/lib/properties/webkitTransitionTimingFunction.js
deleted file mode 100644
index e1e3bb6..0000000
--- a/lib/properties/webkitTransitionTimingFunction.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-transition-timing-function', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-transition-timing-function');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitUserDrag.js b/lib/properties/webkitUserDrag.js
deleted file mode 100644
index effe479..0000000
--- a/lib/properties/webkitUserDrag.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-user-drag', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-user-drag');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitUserModify.js b/lib/properties/webkitUserModify.js
deleted file mode 100644
index 7ef1851..0000000
--- a/lib/properties/webkitUserModify.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-user-modify', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-user-modify');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitUserSelect.js b/lib/properties/webkitUserSelect.js
deleted file mode 100644
index b8fa059..0000000
--- a/lib/properties/webkitUserSelect.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-user-select', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-user-select');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrap.js b/lib/properties/webkitWrap.js
deleted file mode 100644
index 6320d69..0000000
--- a/lib/properties/webkitWrap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrapFlow.js b/lib/properties/webkitWrapFlow.js
deleted file mode 100644
index 405301b..0000000
--- a/lib/properties/webkitWrapFlow.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap-flow', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap-flow');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrapMargin.js b/lib/properties/webkitWrapMargin.js
deleted file mode 100644
index 5c1ec05..0000000
--- a/lib/properties/webkitWrapMargin.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap-margin', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap-margin');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrapPadding.js b/lib/properties/webkitWrapPadding.js
deleted file mode 100644
index 0e20fe0..0000000
--- a/lib/properties/webkitWrapPadding.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap-padding', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap-padding');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrapShapeInside.js b/lib/properties/webkitWrapShapeInside.js
deleted file mode 100644
index 352c176..0000000
--- a/lib/properties/webkitWrapShapeInside.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap-shape-inside', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap-shape-inside');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrapShapeOutside.js b/lib/properties/webkitWrapShapeOutside.js
deleted file mode 100644
index 53bc811..0000000
--- a/lib/properties/webkitWrapShapeOutside.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap-shape-outside', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap-shape-outside');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWrapThrough.js b/lib/properties/webkitWrapThrough.js
deleted file mode 100644
index e304834..0000000
--- a/lib/properties/webkitWrapThrough.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-wrap-through', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-wrap-through');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/webkitWritingMode.js b/lib/properties/webkitWritingMode.js
deleted file mode 100644
index 0b1ded9..0000000
--- a/lib/properties/webkitWritingMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('-webkit-writing-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('-webkit-writing-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/wordBreak.js b/lib/properties/wordBreak.js
deleted file mode 100644
index e89816d..0000000
--- a/lib/properties/wordBreak.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('word-break', v);
-    },
-    get: function () {
-        return this.getPropertyValue('word-break');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/wordWrap.js b/lib/properties/wordWrap.js
deleted file mode 100644
index ffc360f..0000000
--- a/lib/properties/wordWrap.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('word-wrap', v);
-    },
-    get: function () {
-        return this.getPropertyValue('word-wrap');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/writingMode.js b/lib/properties/writingMode.js
deleted file mode 100644
index 8374e0d..0000000
--- a/lib/properties/writingMode.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('writing-mode', v);
-    },
-    get: function () {
-        return this.getPropertyValue('writing-mode');
-    },
-    enumerable: true,
-    configurable: true
-};
diff --git a/lib/properties/zoom.js b/lib/properties/zoom.js
deleted file mode 100644
index c278c0d..0000000
--- a/lib/properties/zoom.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
-    set: function (v) {
-        this.setProperty('zoom', v);
-    },
-    get: function () {
-        return this.getPropertyValue('zoom');
-    },
-    enumerable: true,
-    configurable: true
-};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cssstyle.git



More information about the Pkg-javascript-commits mailing list