UNPKG

d2-ui

Version:
1,141 lines 86.8 kB
'use strict';

// autogenerated

/*
 *
 * http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties
 */

module.exports = function (prototype) {
    var alignmentBaseline = require('./properties/alignmentBaseline').definition;
    Object.defineProperty(prototype, 'alignmentBaseline', alignmentBaseline)
    Object.defineProperty(prototype, 'alignment-baseline', alignmentBaseline)
    var azimuth = require('./properties/azimuth').definition;
    Object.defineProperty(prototype, 'azimuth', azimuth)
    var background = require('./properties/background').definition;
    Object.defineProperty(prototype, 'background', background)
    var backgroundAttachment = require('./properties/backgroundAttachment').definition;
    Object.defineProperty(prototype, 'backgroundAttachment', backgroundAttachment)
    Object.defineProperty(prototype, 'background-attachment', backgroundAttachment)
    var backgroundClip = require('./properties/backgroundClip').definition;
    Object.defineProperty(prototype, 'backgroundClip', backgroundClip)
    Object.defineProperty(prototype, 'background-clip', backgroundClip)
    var backgroundColor = require('./properties/backgroundColor').definition;
    Object.defineProperty(prototype, 'backgroundColor', backgroundColor)
    Object.defineProperty(prototype, 'background-color', backgroundColor)
    var backgroundImage = require('./properties/backgroundImage').definition;
    Object.defineProperty(prototype, 'backgroundImage', backgroundImage)
    Object.defineProperty(prototype, 'background-image', backgroundImage)
    var backgroundOrigin = require('./properties/backgroundOrigin').definition;
    Object.defineProperty(prototype, 'backgroundOrigin', backgroundOrigin)
    Object.defineProperty(prototype, 'background-origin', backgroundOrigin)
    var backgroundPosition = require('./properties/backgroundPosition').definition;
    Object.defineProperty(prototype, 'backgroundPosition', backgroundPosition)
    Object.defineProperty(prototype, 'background-position', backgroundPosition)
    var backgroundPositionX = require('./properties/backgroundPositionX').definition;
    Object.defineProperty(prototype, 'backgroundPositionX', backgroundPositionX)
    Object.defineProperty(prototype, 'background-position-x', backgroundPositionX)
    var backgroundPositionY = require('./properties/backgroundPositionY').definition;
    Object.defineProperty(prototype, 'backgroundPositionY', backgroundPositionY)
    Object.defineProperty(prototype, 'background-position-y', backgroundPositionY)
    var backgroundRepeat = require('./properties/backgroundRepeat').definition;
    Object.defineProperty(prototype, 'backgroundRepeat', backgroundRepeat)
    Object.defineProperty(prototype, 'background-repeat', backgroundRepeat)
    var backgroundRepeatX = require('./properties/backgroundRepeatX').definition;
    Object.defineProperty(prototype, 'backgroundRepeatX', backgroundRepeatX)
    Object.defineProperty(prototype, 'background-repeat-x', backgroundRepeatX)
    var backgroundRepeatY = require('./properties/backgroundRepeatY').definition;
    Object.defineProperty(prototype, 'backgroundRepeatY', backgroundRepeatY)
    Object.defineProperty(prototype, 'background-repeat-y', backgroundRepeatY)
    var backgroundSize = require('./properties/backgroundSize').definition;
    Object.defineProperty(prototype, 'backgroundSize', backgroundSize)
    Object.defineProperty(prototype, 'background-size', backgroundSize)
    var baselineShift = require('./properties/baselineShift').definition;
    Object.defineProperty(prototype, 'baselineShift', baselineShift)
    Object.defineProperty(prototype, 'baseline-shift', baselineShift)
    var border = require('./properties/border').definition;
    Object.defineProperty(prototype, 'border', border)
    var borderBottom = require('./properties/borderBottom').definition;
    Object.defineProperty(prototype, 'borderBottom', borderBottom)
    Object.defineProperty(prototype, 'border-bottom', borderBottom)
    var borderBottomColor = require('./properties/borderBottomColor').definition;
    Object.defineProperty(prototype, 'borderBottomColor', borderBottomColor)
    Object.defineProperty(prototype, 'border-bottom-color', borderBottomColor)
    var borderBottomLeftRadius = require('./properties/borderBottomLeftRadius').definition;
    Object.defineProperty(prototype, 'borderBottomLeftRadius', borderBottomLeftRadius)
    Object.defineProperty(prototype, 'border-bottom-left-radius', borderBottomLeftRadius)
    var borderBottomRightRadius = require('./properties/borderBottomRightRadius').definition;
    Object.defineProperty(prototype, 'borderBottomRightRadius', borderBottomRightRadius)
    Object.defineProperty(prototype, 'border-bottom-right-radius', borderBottomRightRadius)
    var borderBottomStyle = require('./properties/borderBottomStyle').definition;
    Object.defineProperty(prototype, 'borderBottomStyle', borderBottomStyle)
    Object.defineProperty(prototype, 'border-bottom-style', borderBottomStyle)
    var borderBottomWidth = require('./properties/borderBottomWidth').definition;
    Object.defineProperty(prototype, 'borderBottomWidth', borderBottomWidth)
    Object.defineProperty(prototype, 'border-bottom-width', borderBottomWidth)
    var borderCollapse = require('./properties/borderCollapse').definition;
    Object.defineProperty(prototype, 'borderCollapse', borderCollapse)
    Object.defineProperty(prototype, 'border-collapse', borderCollapse)
    var borderColor = require('./properties/borderColor').definition;
    Object.defineProperty(prototype, 'borderColor', borderColor)
    Object.defineProperty(prototype, 'border-color', borderColor)
    var borderImage = require('./properties/borderImage').definition;
    Object.defineProperty(prototype, 'borderImage', borderImage)
    Object.defineProperty(prototype, 'border-image', borderImage)
    var borderImageOutset = require('./properties/borderImageOutset').definition;
    Object.defineProperty(prototype, 'borderImageOutset', borderImageOutset)
    Object.defineProperty(prototype, 'border-image-outset', borderImageOutset)
    var borderImageRepeat = require('./properties/borderImageRepeat').definition;
    Object.defineProperty(prototype, 'borderImageRepeat', borderImageRepeat)
    Object.defineProperty(prototype, 'border-image-repeat', borderImageRepeat)
    var borderImageSlice = require('./properties/borderImageSlice').definition;
    Object.defineProperty(prototype, 'borderImageSlice', borderImageSlice)
    Object.defineProperty(prototype, 'border-image-slice', borderImageSlice)
    var borderImageSource = require('./properties/borderImageSource').definition;
    Object.defineProperty(prototype, 'borderImageSource', borderImageSource)
    Object.defineProperty(prototype, 'border-image-source', borderImageSource)
    var borderImageWidth = require('./properties/borderImageWidth').definition;
    Object.defineProperty(prototype, 'borderImageWidth', borderImageWidth)
    Object.defineProperty(prototype, 'border-image-width', borderImageWidth)
    var borderLeft = require('./properties/borderLeft').definition;
    Object.defineProperty(prototype, 'borderLeft', borderLeft)
    Object.defineProperty(prototype, 'border-left', borderLeft)
    var borderLeftColor = require('./properties/borderLeftColor').definition;
    Object.defineProperty(prototype, 'borderLeftColor', borderLeftColor)
    Object.defineProperty(prototype, 'border-left-color', borderLeftColor)
    var borderLeftStyle = require('./properties/borderLeftStyle').definition;
    Object.defineProperty(prototype, 'borderLeftStyle', borderLeftStyle)
    Object.defineProperty(prototype, 'border-left-style', borderLeftStyle)
    var borderLeftWidth = require('./properties/borderLeftWidth').definition;
    Object.defineProperty(prototype, 'borderLeftWidth', borderLeftWidth)
    Object.defineProperty(prototype, 'border-left-width', borderLeftWidth)
    var borderRadius = require('./properties/borderRadius').definition;
    Object.defineProperty(prototype, 'borderRadius', borderRadius)
    Object.defineProperty(prototype, 'border-radius', borderRadius)
    var borderRight = require('./properties/borderRight').definition;
    Object.defineProperty(prototype, 'borderRight', borderRight)
    Object.defineProperty(prototype, 'border-right', borderRight)
    var borderRightColor = require('./properties/borderRightColor').definition;
    Object.defineProperty(prototype, 'borderRightColor', borderRightColor)
    Object.defineProperty(prototype, 'border-right-color', borderRightColor)
    var borderRightStyle = require('./properties/borderRightStyle').definition;
    Object.defineProperty(prototype, 'borderRightStyle', borderRightStyle)
    Object.defineProperty(prototype, 'border-right-style', borderRightStyle)
    var borderRightWidth = require('./properties/borderRightWidth').definition;
    Object.defineProperty(prototype, 'borderRightWidth', borderRightWidth)
    Object.defineProperty(prototype, 'border-right-width', borderRightWidth)
    var borderSpacing = require('./properties/borderSpacing').definition;
    Object.defineProperty(prototype, 'borderSpacing', borderSpacing)
    Object.defineProperty(prototype, 'border-spacing', borderSpacing)
    var borderStyle = require('./properties/borderStyle').definition;
    Object.defineProperty(prototype, 'borderStyle', borderStyle)
    Object.defineProperty(prototype, 'border-style', borderStyle)
    var borderTop = require('./properties/borderTop').definition;
    Object.defineProperty(prototype, 'borderTop', borderTop)
    Object.defineProperty(prototype, 'border-top', borderTop)
    var borderTopColor = require('./properties/borderTopColor').definition;
    Object.defineProperty(prototype, 'borderTopColor', borderTopColor)
    Object.defineProperty(prototype, 'border-top-color', borderTopColor)
    var borderTopLeftRadius = require('./properties/borderTopLeftRadius').definition;
    Object.defineProperty(prototype, 'borderTopLeftRadius', borderTopLeftRadius)
    Object.defineProperty(prototype, 'border-top-left-radius', borderTopLeftRadius)
    var borderTopRightRadius = require('./properties/borderTopRightRadius').definition;
    Object.defineProperty(prototype, 'borderTopRightRadius', borderTopRightRadius)
    Object.defineProperty(prototype, 'border-top-right-radius', borderTopRightRadius)
    var borderTopStyle = require('./properties/borderTopStyle').definition;
    Object.defineProperty(prototype, 'borderTopStyle', borderTopStyle)
    Object.defineProperty(prototype, 'border-top-style', borderTopStyle)
    var borderTopWidth = require('./properties/borderTopWidth').definition;
    Object.defineProperty(prototype, 'borderTopWidth', borderTopWidth)
    Object.defineProperty(prototype, 'border-top-width', borderTopWidth)
    var borderWidth = require('./properties/borderWidth').definition;
    Object.defineProperty(prototype, 'borderWidth', borderWidth)
    Object.defineProperty(prototype, 'border-width', borderWidth)
    var bottom = require('./properties/bottom').definition;
    Object.defineProperty(prototype, 'bottom', bottom)
    var boxShadow = require('./properties/boxShadow').definition;
    Object.defineProperty(prototype, 'boxShadow', boxShadow)
    Object.defineProperty(prototype, 'box-shadow', boxShadow)
    var boxSizing = require('./properties/boxSizing').definition;
    Object.defineProperty(prototype, 'boxSizing', boxSizing)
    Object.defineProperty(prototype, 'box-sizing', boxSizing)
    var captionSide = require('./properties/captionSide').definition;
    Object.defineProperty(prototype, 'captionSide', captionSide)
    Object.defineProperty(prototype, 'caption-side', captionSide)
    var clear = require('./properties/clear').definition;
    Object.defineProperty(prototype, 'clear', clear)
    var clip = require('./properties/clip').definition;
    Object.defineProperty(prototype, 'clip', clip)
    var color = require('./properties/color').definition;
    Object.defineProperty(prototype, 'color', color)
    var colorInterpolation = require('./properties/colorInterpolation').definition;
    Object.defineProperty(prototype, 'colorInterpolation', colorInterpolation)
    Object.defineProperty(prototype, 'color-interpolation', colorInterpolation)
    var colorInterpolationFilters = require('./properties/colorInterpolationFilters').definition;
    Object.defineProperty(prototype, 'colorInterpolationFilters', colorInterpolationFilters)
    Object.defineProperty(prototype, 'color-interpolation-filters', colorInterpolationFilters)
    var colorProfile = require('./properties/colorProfile').definition;
    Object.defineProperty(prototype, 'colorProfile', colorProfile)
    Object.defineProperty(prototype, 'color-profile', colorProfile)
    var colorRendering = require('./properties/colorRendering').definition;
    Object.defineProperty(prototype, 'colorRendering', colorRendering)
    Object.defineProperty(prototype, 'color-rendering', colorRendering)
    var content = require('./properties/content').definition;
    Object.defineProperty(prototype, 'content', content)
    var counterIncrement = require('./properties/counterIncrement').definition;
    Object.defineProperty(prototype, 'counterIncrement', counterIncrement)
    Object.defineProperty(prototype, 'counter-increment', counterIncrement)
    var counterReset = require('./properties/counterReset').definition;
    Object.defineProperty(prototype, 'counterReset', counterReset)
    Object.defineProperty(prototype, 'counter-reset', counterReset)
    var cssFloat = require('./properties/cssFloat').definition;
    Object.defineProperty(prototype, 'cssFloat', cssFloat)
    Object.defineProperty(prototype, 'css-float', cssFloat)
    var cue = require('./properties/cue').definition;
    Object.defineProperty(prototype, 'cue', cue)
    var cueAfter = require('./properties/cueAfter').definition;
    Object.defineProperty(prototype, 'cueAfter', cueAfter)
    Object.defineProperty(prototype, 'cue-after', cueAfter)
    var cueBefore = require('./properties/cueBefore').definition;
    Object.defineProperty(prototype, 'cueBefore', cueBefore)
    Object.defineProperty(prototype, 'cue-before', cueBefore)
    var cursor = require('./properties/cursor').definition;
    Object.defineProperty(prototype, 'cursor', cursor)
    var direction = require('./properties/direction').definition;
    Object.defineProperty(prototype, 'direction', direction)
    var display = require('./properties/display').definition;
    Object.defineProperty(prototype, 'display', display)
    var dominantBaseline = require('./properties/dominantBaseline').definition;
    Object.defineProperty(prototype, 'dominantBaseline', dominantBaseline)
    Object.defineProperty(prototype, 'dominant-baseline', dominantBaseline)
    var elevation = require('./properties/elevation').definition;
    Object.defineProperty(prototype, 'elevation', elevation)
    var emptyCells = require('./properties/emptyCells').definition;
    Object.defineProperty(prototype, 'emptyCells', emptyCells)
    Object.defineProperty(prototype, 'empty-cells', emptyCells)
    var enableBackground = require('./properties/enableBackground').definition;
    Object.defineProperty(prototype, 'enableBackground', enableBackground)
    Object.defineProperty(prototype, 'enable-background', enableBackground)
    var fill = require('./properties/fill').definition;
    Object.defineProperty(prototype, 'fill', fill)
    var fillOpacity = require('./properties/fillOpacity').definition;
    Object.defineProperty(prototype, 'fillOpacity', fillOpacity)
    Object.defineProperty(prototype, 'fill-opacity', fillOpacity)
    var fillRule = require('./properties/fillRule').definition;
    Object.defineProperty(prototype, 'fillRule', fillRule)
    Object.defineProperty(prototype, 'fill-rule', fillRule)
    var filter = require('./properties/filter').definition;
    Object.defineProperty(prototype, 'filter', filter)
    var floodColor = require('./properties/floodColor').definition;
    Object.defineProperty(prototype, 'floodColor', floodColor)
    Object.defineProperty(prototype, 'flood-color', floodColor)
    var floodOpacity = require('./properties/floodOpacity').definition;
    Object.defineProperty(prototype, 'floodOpacity', floodOpacity)
    Object.defineProperty(prototype, 'flood-opacity', floodOpacity)
    var font = require('./properties/font').definition;
    Object.defineProperty(prototype, 'font', font)
    var fontFamily = require('./properties/fontFamily').definition;
    Object.defineProperty(prototype, 'fontFamily', fontFamily)
    Object.defineProperty(prototype, 'font-family', fontFamily)
    var fontSize = require('./properties/fontSize').definition;
    Object.defineProperty(prototype, 'fontSize', fontSize)
    Object.defineProperty(prototype, 'font-size', fontSize)
    var fontSizeAdjust = require('./properties/fontSizeAdjust').definition;
    Object.defineProperty(prototype, 'fontSizeAdjust', fontSizeAdjust)
    Object.defineProperty(prototype, 'font-size-adjust', fontSizeAdjust)
    var fontStretch = require('./properties/fontStretch').definition;
    Object.defineProperty(prototype, 'fontStretch', fontStretch)
    Object.defineProperty(prototype, 'font-stretch', fontStretch)
    var fontStyle = require('./properties/fontStyle').definition;
    Object.defineProperty(prototype, 'fontStyle', fontStyle)
    Object.defineProperty(prototype, 'font-style', fontStyle)
    var fontVariant = require('./properties/fontVariant').definition;
    Object.defineProperty(prototype, 'fontVariant', fontVariant)
    Object.defineProperty(prototype, 'font-variant', fontVariant)
    var fontWeight = require('./properties/fontWeight').definition;
    Object.defineProperty(prototype, 'fontWeight', fontWeight)
    Object.defineProperty(prototype, 'font-weight', fontWeight)
    var glyphOrientationHorizontal = require('./properties/glyphOrientationHorizontal').definition;
    Object.defineProperty(prototype, 'glyphOrientationHorizontal', glyphOrientationHorizontal)
    Object.defineProperty(prototype, 'glyph-orientation-horizontal', glyphOrientationHorizontal)
    var glyphOrientationVertical = require('./properties/glyphOrientationVertical').definition;
    Object.defineProperty(prototype, 'glyphOrientationVertical', glyphOrientationVertical)
    Object.defineProperty(prototype, 'glyph-orientation-vertical', glyphOrientationVertical)
    var height = require('./properties/height').definition;
    Object.defineProperty(prototype, 'height', height)
    var imageRendering = require('./properties/imageRendering').definition;
    Object.defineProperty(prototype, 'imageRendering', imageRendering)
    Object.defineProperty(prototype, 'image-rendering', imageRendering)
    var kerning = require('./properties/kerning').definition;
    Object.defineProperty(prototype, 'kerning', kerning)
    var left = require('./properties/left').definition;
    Object.defineProperty(prototype, 'left', left)
    var letterSpacing = require('./properties/letterSpacing').definition;
    Object.defineProperty(prototype, 'letterSpacing', letterSpacing)
    Object.defineProperty(prototype, 'letter-spacing', letterSpacing)
    var lightingColor = require('./properties/lightingColor').definition;
    Object.defineProperty(prototype, 'lightingColor', lightingColor)
    Object.defineProperty(prototype, 'lighting-color', lightingColor)
    var lineHeight = require('./properties/lineHeight').definition;
    Object.defineProperty(prototype, 'lineHeight', lineHeight)
    Object.defineProperty(prototype, 'line-height', lineHeight)
    var listStyle = require('./properties/listStyle').definition;
    Object.defineProperty(prototype, 'listStyle', listStyle)
    Object.defineProperty(prototype, 'list-style', listStyle)
    var listStyleImage = require('./properties/listStyleImage').definition;
    Object.defineProperty(prototype, 'listStyleImage', listStyleImage)
    Object.defineProperty(prototype, 'list-style-image', listStyleImage)
    var listStylePosition = require('./properties/listStylePosition').definition;
    Object.defineProperty(prototype, 'listStylePosition', listStylePosition)
    Object.defineProperty(prototype, 'list-style-position', listStylePosition)
    var listStyleType = require('./properties/listStyleType').definition;
    Object.defineProperty(prototype, 'listStyleType', listStyleType)
    Object.defineProperty(prototype, 'list-style-type', listStyleType)
    var margin = require('./properties/margin').definition;
    Object.defineProperty(prototype, 'margin', margin)
    var marginBottom = require('./properties/marginBottom').definition;
    Object.defineProperty(prototype, 'marginBottom', marginBottom)
    Object.defineProperty(prototype, 'margin-bottom', marginBottom)
    var marginLeft = require('./properties/marginLeft').definition;
    Object.defineProperty(prototype, 'marginLeft', marginLeft)
    Object.defineProperty(prototype, 'margin-left', marginLeft)
    var marginRight = require('./properties/marginRight').definition;
    Object.defineProperty(prototype, 'marginRight', marginRight)
    Object.defineProperty(prototype, 'margin-right', marginRight)
    var marginTop = require('./properties/marginTop').definition;
    Object.defineProperty(prototype, 'marginTop', marginTop)
    Object.defineProperty(prototype, 'margin-top', marginTop)
    var marker = require('./properties/marker').definition;
    Object.defineProperty(prototype, 'marker', marker)
    var markerEnd = require('./properties/markerEnd').definition;
    Object.defineProperty(prototype, 'markerEnd', markerEnd)
    Object.defineProperty(prototype, 'marker-end', markerEnd)
    var markerMid = require('./properties/markerMid').definition;
    Object.defineProperty(prototype, 'markerMid', markerMid)
    Object.defineProperty(prototype, 'marker-mid', markerMid)
    var markerOffset = require('./properties/markerOffset').definition;
    Object.defineProperty(prototype, 'markerOffset', markerOffset)
    Object.defineProperty(prototype, 'marker-offset', markerOffset)
    var markerStart = require('./properties/markerStart').definition;
    Object.defineProperty(prototype, 'markerStart', markerStart)
    Object.defineProperty(prototype, 'marker-start', markerStart)
    var marks = require('./properties/marks').definition;
    Object.defineProperty(prototype, 'marks', marks)
    var mask = require('./properties/mask').definition;
    Object.defineProperty(prototype, 'mask', mask)
    var maxHeight = require('./properties/maxHeight').definition;
    Object.defineProperty(prototype, 'maxHeight', maxHeight)
    Object.defineProperty(prototype, 'max-height', maxHeight)
    var maxWidth = require('./properties/maxWidth').definition;
    Object.defineProperty(prototype, 'maxWidth', maxWidth)
    Object.defineProperty(prototype, 'max-width', maxWidth)
    var minHeight = require('./properties/minHeight').definition;
    Object.defineProperty(prototype, 'minHeight', minHeight)
    Object.defineProperty(prototype, 'min-height', minHeight)
    var minWidth = require('./properties/minWidth').definition;
    Object.defineProperty(prototype, 'minWidth', minWidth)
    Object.defineProperty(prototype, 'min-width', minWidth)
    var opacity = require('./properties/opacity').definition;
    Object.defineProperty(prototype, 'opacity', opacity)
    var orphans = require('./properties/orphans').definition;
    Object.defineProperty(prototype, 'orphans', orphans)
    var outline = require('./properties/outline').definition;
    Object.defineProperty(prototype, 'outline', outline)
    var outlineColor = require('./properties/outlineColor').definition;
    Object.defineProperty(prototype, 'outlineColor', outlineColor)
    Object.defineProperty(prototype, 'outline-color', outlineColor)
    var outlineOffset = require('./properties/outlineOffset').definition;
    Object.defineProperty(prototype, 'outlineOffset', outlineOffset)
    Object.defineProperty(prototype, 'outline-offset', outlineOffset)
    var outlineStyle = require('./properties/outlineStyle').definition;
    Object.defineProperty(prototype, 'outlineStyle', outlineStyle)
    Object.defineProperty(prototype, 'outline-style', outlineStyle)
    var outlineWidth = require('./properties/outlineWidth').definition;
    Object.defineProperty(prototype, 'outlineWidth', outlineWidth)
    Object.defineProperty(prototype, 'outline-width', outlineWidth)
    var overflow = require('./properties/overflow').definition;
    Object.defineProperty(prototype, 'overflow', overflow)
    var overflowX = require('./properties/overflowX').definition;
    Object.defineProperty(prototype, 'overflowX', overflowX)
    Object.defineProperty(prototype, 'overflow-x', overflowX)
    var overflowY = require('./properties/overflowY').definition;
    Object.defineProperty(prototype, 'overflowY', overflowY)
    Object.defineProperty(prototype, 'overflow-y', overflowY)
    var padding = require('./properties/padding').definition;
    Object.defineProperty(prototype, 'padding', padding)
    var paddingBottom = require('./properties/paddingBottom').definition;
    Object.defineProperty(prototype, 'paddingBottom', paddingBottom)
    Object.defineProperty(prototype, 'padding-bottom', paddingBottom)
    var paddingLeft = require('./properties/paddingLeft').definition;
    Object.defineProperty(prototype, 'paddingLeft', paddingLeft)
    Object.defineProperty(prototype, 'padding-left', paddingLeft)
    var paddingRight = require('./properties/paddingRight').definition;
    Object.defineProperty(prototype, 'paddingRight', paddingRight)
    Object.defineProperty(prototype, 'padding-right', paddingRight)
    var paddingTop = require('./properties/paddingTop').definition;
    Object.defineProperty(prototype, 'paddingTop', paddingTop)
    Object.defineProperty(prototype, 'padding-top', paddingTop)
    var page = require('./properties/page').definition;
    Object.defineProperty(prototype, 'page', page)
    var pageBreakAfter = require('./properties/pageBreakAfter').definition;
    Object.defineProperty(prototype, 'pageBreakAfter', pageBreakAfter)
    Object.defineProperty(prototype, 'page-break-after', pageBreakAfter)
    var pageBreakBefore = require('./properties/pageBreakBefore').definition;
    Object.defineProperty(prototype, 'pageBreakBefore', pageBreakBefore)
    Object.defineProperty(prototype, 'page-break-before', pageBreakBefore)
    var pageBreakInside = require('./properties/pageBreakInside').definition;
    Object.defineProperty(prototype, 'pageBreakInside', pageBreakInside)
    Object.defineProperty(prototype, 'page-break-inside', pageBreakInside)
    var pause = require('./properties/pause').definition;
    Object.defineProperty(prototype, 'pause', pause)
    var pauseAfter = require('./properties/pauseAfter').definition;
    Object.defineProperty(prototype, 'pauseAfter', pauseAfter)
    Object.defineProperty(prototype, 'pause-after', pauseAfter)
    var pauseBefore = require('./properties/pauseBefore').definition;
    Object.defineProperty(prototype, 'pauseBefore', pauseBefore)
    Object.defineProperty(prototype, 'pause-before', pauseBefore)
    var pitch = require('./properties/pitch').definition;
    Object.defineProperty(prototype, 'pitch', pitch)
    var pitchRange = require('./properties/pitchRange').definition;
    Object.defineProperty(prototype, 'pitchRange', pitchRange)
    Object.defineProperty(prototype, 'pitch-range', pitchRange)
    var playDuring = require('./properties/playDuring').definition;
    Object.defineProperty(prototype, 'playDuring', playDuring)
    Object.defineProperty(prototype, 'play-during', playDuring)
    var pointerEvents = require('./properties/pointerEvents').definition;
    Object.defineProperty(prototype, 'pointerEvents', pointerEvents)
    Object.defineProperty(prototype, 'pointer-events', pointerEvents)
    var position = require('./properties/position').definition;
    Object.defineProperty(prototype, 'position', position)
    var quotes = require('./properties/quotes').definition;
    Object.defineProperty(prototype, 'quotes', quotes)
    var resize = require('./properties/resize').definition;
    Object.defineProperty(prototype, 'resize', resize)
    var richness = require('./properties/richness').definition;
    Object.defineProperty(prototype, 'richness', richness)
    var right = require('./properties/right').definition;
    Object.defineProperty(prototype, 'right', right)
    var shapeRendering = require('./properties/shapeRendering').definition;
    Object.defineProperty(prototype, 'shapeRendering', shapeRendering)
    Object.defineProperty(prototype, 'shape-rendering', shapeRendering)
    var size = require('./properties/size').definition;
    Object.defineProperty(prototype, 'size', size)
    var speak = require('./properties/speak').definition;
    Object.defineProperty(prototype, 'speak', speak)
    var speakHeader = require('./properties/speakHeader').definition;
    Object.defineProperty(prototype, 'speakHeader', speakHeader)
    Object.defineProperty(prototype, 'speak-header', speakHeader)
    var speakNumeral = require('./properties/speakNumeral').definition;
    Object.defineProperty(prototype, 'speakNumeral', speakNumeral)
    Object.defineProperty(prototype, 'speak-numeral', speakNumeral)
    var speakPunctuation = require('./properties/speakPunctuation').definition;
    Object.defineProperty(prototype, 'speakPunctuation', speakPunctuation)
    Object.defineProperty(prototype, 'speak-punctuation', speakPunctuation)
    var speechRate = require('./properties/speechRate').definition;
    Object.defineProperty(prototype, 'speechRate', speechRate)
    Object.defineProperty(prototype, 'speech-rate', speechRate)
    var src = require('./properties/src').definition;
    Object.defineProperty(prototype, 'src', src)
    var stopColor = require('./properties/stopColor').definition;
    Object.defineProperty(prototype, 'stopColor', stopColor)
    Object.defineProperty(prototype, 'stop-color', stopColor)
    var stopOpacity = require('./properties/stopOpacity').definition;
    Object.defineProperty(prototype, 'stopOpacity', stopOpacity)
    Object.defineProperty(prototype, 'stop-opacity', stopOpacity)
    var stress = require('./properties/stress').definition;
    Object.defineProperty(prototype, 'stress', stress)
    var stroke = require('./properties/stroke').definition;
    Object.defineProperty(prototype, 'stroke', stroke)
    var strokeDasharray = require('./properties/strokeDasharray').definition;
    Object.defineProperty(prototype, 'strokeDasharray', strokeDasharray)
    Object.defineProperty(prototype, 'stroke-dasharray', strokeDasharray)
    var strokeDashoffset = require('./properties/strokeDashoffset').definition;
    Object.defineProperty(prototype, 'strokeDashoffset', strokeDashoffset)
    Object.defineProperty(prototype, 'stroke-dashoffset', strokeDashoffset)
    var strokeLinecap = require('./properties/strokeLinecap').definition;
    Object.defineProperty(prototype, 'strokeLinecap', strokeLinecap)
    Object.defineProperty(prototype, 'stroke-linecap', strokeLinecap)
    var strokeLinejoin = require('./properties/strokeLinejoin').definition;
    Object.defineProperty(prototype, 'strokeLinejoin', strokeLinejoin)
    Object.defineProperty(prototype, 'stroke-linejoin', strokeLinejoin)
    var strokeMiterlimit = require('./properties/strokeMiterlimit').definition;
    Object.defineProperty(prototype, 'strokeMiterlimit', strokeMiterlimit)
    Object.defineProperty(prototype, 'stroke-miterlimit', strokeMiterlimit)
    var strokeOpacity = require('./properties/strokeOpacity').definition;
    Object.defineProperty(prototype, 'strokeOpacity', strokeOpacity)
    Object.defineProperty(prototype, 'stroke-opacity', strokeOpacity)
    var strokeWidth = require('./properties/strokeWidth').definition;
    Object.defineProperty(prototype, 'strokeWidth', strokeWidth)
    Object.defineProperty(prototype, 'stroke-width', strokeWidth)
    var tableLayout = require('./properties/tableLayout').definition;
    Object.defineProperty(prototype, 'tableLayout', tableLayout)
    Object.defineProperty(prototype, 'table-layout', tableLayout)
    var textAlign = require('./properties/textAlign').definition;
    Object.defineProperty(prototype, 'textAlign', textAlign)
    Object.defineProperty(prototype, 'text-align', textAlign)
    var textAnchor = require('./properties/textAnchor').definition;
    Object.defineProperty(prototype, 'textAnchor', textAnchor)
    Object.defineProperty(prototype, 'text-anchor', textAnchor)
    var textDecoration = require('./properties/textDecoration').definition;
    Object.defineProperty(prototype, 'textDecoration', textDecoration)
    Object.defineProperty(prototype, 'text-decoration', textDecoration)
    var textIndent = require('./properties/textIndent').definition;
    Object.defineProperty(prototype, 'textIndent', textIndent)
    Object.defineProperty(prototype, 'text-indent', textIndent)
    var textLineThrough = require('./properties/textLineThrough').definition;
    Object.defineProperty(prototype, 'textLineThrough', textLineThrough)
    Object.defineProperty(prototype, 'text-line-through', textLineThrough)
    var textLineThroughColor = require('./properties/textLineThroughColor').definition;
    Object.defineProperty(prototype, 'textLineThroughColor', textLineThroughColor)
    Object.defineProperty(prototype, 'text-line-through-color', textLineThroughColor)
    var textLineThroughMode = require('./properties/textLineThroughMode').definition;
    Object.defineProperty(prototype, 'textLineThroughMode', textLineThroughMode)
    Object.defineProperty(prototype, 'text-line-through-mode', textLineThroughMode)
    var textLineThroughStyle = require('./properties/textLineThroughStyle').definition;
    Object.defineProperty(prototype, 'textLineThroughStyle', textLineThroughStyle)
    Object.defineProperty(prototype, 'text-line-through-style', textLineThroughStyle)
    var textLineThroughWidth = require('./properties/textLineThroughWidth').definition;
    Object.defineProperty(prototype, 'textLineThroughWidth', textLineThroughWidth)
    Object.defineProperty(prototype, 'text-line-through-width', textLineThroughWidth)
    var textOverflow = require('./properties/textOverflow').definition;
    Object.defineProperty(prototype, 'textOverflow', textOverflow)
    Object.defineProperty(prototype, 'text-overflow', textOverflow)
    var textOverline = require('./properties/textOverline').definition;
    Object.defineProperty(prototype, 'textOverline', textOverline)
    Object.defineProperty(prototype, 'text-overline', textOverline)
    var textOverlineColor = require('./properties/textOverlineColor').definition;
    Object.defineProperty(prototype, 'textOverlineColor', textOverlineColor)
    Object.defineProperty(prototype, 'text-overline-color', textOverlineColor)
    var textOverlineMode = require('./properties/textOverlineMode').definition;
    Object.defineProperty(prototype, 'textOverlineMode', textOverlineMode)
    Object.defineProperty(prototype, 'text-overline-mode', textOverlineMode)
    var textOverlineStyle = require('./properties/textOverlineStyle').definition;
    Object.defineProperty(prototype, 'textOverlineStyle', textOverlineStyle)
    Object.defineProperty(prototype, 'text-overline-style', textOverlineStyle)
    var textOverlineWidth = require('./properties/textOverlineWidth').definition;
    Object.defineProperty(prototype, 'textOverlineWidth', textOverlineWidth)
    Object.defineProperty(prototype, 'text-overline-width', textOverlineWidth)
    var textRendering = require('./properties/textRendering').definition;
    Object.defineProperty(prototype, 'textRendering', textRendering)
    Object.defineProperty(prototype, 'text-rendering', textRendering)
    var textShadow = require('./properties/textShadow').definition;
    Object.defineProperty(prototype, 'textShadow', textShadow)
    Object.defineProperty(prototype, 'text-shadow', textShadow)
    var textTransform = require('./properties/textTransform').definition;
    Object.defineProperty(prototype, 'textTransform', textTransform)
    Object.defineProperty(prototype, 'text-transform', textTransform)
    var textUnderline = require('./properties/textUnderline').definition;
    Object.defineProperty(prototype, 'textUnderline', textUnderline)
    Object.defineProperty(prototype, 'text-underline', textUnderline)
    var textUnderlineColor = require('./properties/textUnderlineColor').definition;
    Object.defineProperty(prototype, 'textUnderlineColor', textUnderlineColor)
    Object.defineProperty(prototype, 'text-underline-color', textUnderlineColor)
    var textUnderlineMode = require('./properties/textUnderlineMode').definition;
    Object.defineProperty(prototype, 'textUnderlineMode', textUnderlineMode)
    Object.defineProperty(prototype, 'text-underline-mode', textUnderlineMode)
    var textUnderlineStyle = require('./properties/textUnderlineStyle').definition;
    Object.defineProperty(prototype, 'textUnderlineStyle', textUnderlineStyle)
    Object.defineProperty(prototype, 'text-underline-style', textUnderlineStyle)
    var textUnderlineWidth = require('./properties/textUnderlineWidth').definition;
    Object.defineProperty(prototype, 'textUnderlineWidth', textUnderlineWidth)
    Object.defineProperty(prototype, 'text-underline-width', textUnderlineWidth)
    var top = require('./properties/top').definition;
    Object.defineProperty(prototype, 'top', top)
    var unicodeBidi = require('./properties/unicodeBidi').definition;
    Object.defineProperty(prototype, 'unicodeBidi', unicodeBidi)
    Object.defineProperty(prototype, 'unicode-bidi', unicodeBidi)
    var unicodeRange = require('./properties/unicodeRange').definition;
    Object.defineProperty(prototype, 'unicodeRange', unicodeRange)
    Object.defineProperty(prototype, 'unicode-range', unicodeRange)
    var vectorEffect = require('./properties/vectorEffect').definition;
    Object.defineProperty(prototype, 'vectorEffect', vectorEffect)
    Object.defineProperty(prototype, 'vector-effect', vectorEffect)
    var verticalAlign = require('./properties/verticalAlign').definition;
    Object.defineProperty(prototype, 'verticalAlign', verticalAlign)
    Object.defineProperty(prototype, 'vertical-align', verticalAlign)
    var visibility = require('./properties/visibility').definition;
    Object.defineProperty(prototype, 'visibility', visibility)
    var voiceFamily = require('./properties/voiceFamily').definition;
    Object.defineProperty(prototype, 'voiceFamily', voiceFamily)
    Object.defineProperty(prototype, 'voice-family', voiceFamily)
    var volume = require('./properties/volume').definition;
    Object.defineProperty(prototype, 'volume', volume)
    var webkitAnimation = require('./properties/webkitAnimation').definition;
    Object.defineProperty(prototype, 'webkitAnimation', webkitAnimation)
    Object.defineProperty(prototype, 'webkit-animation', webkitAnimation)
    var webkitAnimationDelay = require('./properties/webkitAnimationDelay').definition;
    Object.defineProperty(prototype, 'webkitAnimationDelay', webkitAnimationDelay)
    Object.defineProperty(prototype, 'webkit-animation-delay', webkitAnimationDelay)
    var webkitAnimationDirection = require('./properties/webkitAnimationDirection').definition;
    Object.defineProperty(prototype, 'webkitAnimationDirection', webkitAnimationDirection)
    Object.defineProperty(prototype, 'webkit-animation-direction', webkitAnimationDirection)
    var webkitAnimationDuration = require('./properties/webkitAnimationDuration').definition;
    Object.defineProperty(prototype, 'webkitAnimationDuration', webkitAnimationDuration)
    Object.defineProperty(prototype, 'webkit-animation-duration', webkitAnimationDuration)
    var webkitAnimationFillMode = require('./properties/webkitAnimationFillMode').definition;
    Object.defineProperty(prototype, 'webkitAnimationFillMode', webkitAnimationFillMode)
    Object.defineProperty(prototype, 'webkit-animation-fill-mode', webkitAnimationFillMode)
    var webkitAnimationIterationCount = require('./properties/webkitAnimationIterationCount').definition;
    Object.defineProperty(prototype, 'webkitAnimationIterationCount', webkitAnimationIterationCount)
    Object.defineProperty(prototype, 'webkit-animation-iteration-count', webkitAnimationIterationCount)
    var webkitAnimationName = require('./properties/webkitAnimationName').definition;
    Object.defineProperty(prototype, 'webkitAnimationName', webkitAnimationName)
    Object.defineProperty(prototype, 'webkit-animation-name', webkitAnimationName)
    var webkitAnimationPlayState = require('./properties/webkitAnimationPlayState').definition;
    Object.defineProperty(prototype, 'webkitAnimationPlayState', webkitAnimationPlayState)
    Object.defineProperty(prototype, 'webkit-animation-play-state', webkitAnimationPlayState)
    var webkitAnimationTimingFunction = require('./properties/webkitAnimationTimingFunction').definition;
    Object.defineProperty(prototype, 'webkitAnimationTimingFunction', webkitAnimationTimingFunction)
    Object.defineProperty(prototype, 'webkit-animation-timing-function', webkitAnimationTimingFunction)
    var webkitAppearance = require('./properties/webkitAppearance').definition;
    Object.defineProperty(prototype, 'webkitAppearance', webkitAppearance)
    Object.defineProperty(prototype, 'webkit-appearance', webkitAppearance)
    var webkitAspectRatio = require('./properties/webkitAspectRatio').definition;
    Object.defineProperty(prototype, 'webkitAspectRatio', webkitAspectRatio)
    Object.defineProperty(prototype, 'webkit-aspect-ratio', webkitAspectRatio)
    var webkitBackfaceVisibility = require('./properties/webkitBackfaceVisibility').definition;
    Object.defineProperty(prototype, 'webkitBackfaceVisibility', webkitBackfaceVisibility)
    Object.defineProperty(prototype, 'webkit-backface-visibility', webkitBackfaceVisibility)
    var webkitBackgroundClip = require('./properties/webkitBackgroundClip').definition;
    Object.defineProperty(prototype, 'webkitBackgroundClip', webkitBackgroundClip)
    Object.defineProperty(prototype, 'webkit-background-clip', webkitBackgroundClip)
    var webkitBackgroundComposite = require('./properties/webkitBackgroundComposite').definition;
    Object.defineProperty(prototype, 'webkitBackgroundComposite', webkitBackgroundComposite)
    Object.defineProperty(prototype, 'webkit-background-composite', webkitBackgroundComposite)
    var webkitBackgroundOrigin = require('./properties/webkitBackgroundOrigin').definition;
    Object.defineProperty(prototype, 'webkitBackgroundOrigin', webkitBackgroundOrigin)
    Object.defineProperty(prototype, 'webkit-background-origin', webkitBackgroundOrigin)
    var webkitBackgroundSize = require('./properties/webkitBackgroundSize').definition;
    Object.defineProperty(prototype, 'webkitBackgroundSize', webkitBackgroundSize)
    Object.defineProperty(prototype, 'webkit-background-size', webkitBackgroundSize)
    var webkitBorderAfter = require('./properties/webkitBorderAfter').definition;
    Object.defineProperty(prototype, 'webkitBorderAfter', webkitBorderAfter)
    Object.defineProperty(prototype, 'webkit-border-after', webkitBorderAfter)
    var webkitBorderAfterColor = require('./properties/webkitBorderAfterColor').definition;
    Object.defineProperty(prototype, 'webkitBorderAfterColor', webkitBorderAfterColor)
    Object.defineProperty(prototype, 'webkit-border-after-color', webkitBorderAfterColor)
    var webkitBorderAfterStyle = require('./properties/webkitBorderAfterStyle').definition;
    Object.defineProperty(prototype, 'webkitBorderAfterStyle', webkitBorderAfterStyle)
    Object.defineProperty(prototype, 'webkit-border-after-style', webkitBorderAfterStyle)
    var webkitBorderAfterWidth = require('./properties/webkitBorderAfterWidth').definition;
    Object.defineProperty(prototype, 'webkitBorderAfterWidth', webkitBorderAfterWidth)
    Object.defineProperty(prototype, 'webkit-border-after-width', webkitBorderAfterWidth)
    var webkitBorderBefore = require('./properties/webkitBorderBefore').definition;
    Object.defineProperty(prototype, 'webkitBorderBefore', webkitBorderBefore)
    Object.defineProperty(prototype, 'webkit-border-before', webkitBorderBefore)
    var webkitBorderBeforeColor = require('./properties/webkitBorderBeforeColor').definition;
    Object.defineProperty(prototype, 'webkitBorderBeforeColor', webkitBorderBeforeColor)
    Object.defineProperty(prototype, 'webkit-border-before-color', webkitBorderBeforeColor)
    var webkitBorderBeforeStyle = require('./properties/webkitBorderBeforeStyle').definition;
    Object.defineProperty(prototype, 'webkitBorderBeforeStyle', webkitBorderBeforeStyle)
    Object.defineProperty(prototype, 'webkit-border-before-style', webkitBorderBeforeStyle)
    var webkitBorderBeforeWidth = require('./properties/webkitBorderBeforeWidth').definition;
    Object.defineProperty(prototype, 'webkitBorderBeforeWidth', webkitBorderBeforeWidth)
    Object.defineProperty(prototype, 'webkit-border-before-width', webkitBorderBeforeWidth)
    var webkitBorderEnd = require('./properties/webkitBorderEnd').definition;
    Object.defineProperty(prototype, 'webkitBorderEnd', webkitBorderEnd)
    Object.defineProperty(prototype, 'webkit-border-end', webkitBorderEnd)
    var webkitBorderEndColor = require('./properties/webkitBorderEndColor').definition;
    Object.defineProperty(prototype, 'webkitBorderEndColor', webkitBorderEndColor)
    Object.defineProperty(prototype, 'webkit-border-end-color', webkitBorderEndColor)
    var webkitBorderEndStyle = require('./properties/webkitBorderEndStyle').definition;
    Object.defineProperty(prototype, 'webkitBorderEndStyle', webkitBorderEndStyle)
    Object.defineProperty(prototype, 'webkit-border-end-style', webkitBorderEndStyle)
    var webkitBorderEndWidth = require('./properties/webkitBorderEndWidth').definition;
    Object.defineProperty(prototype, 'webkitBorderEndWidth', webkitBorderEndWidth)
    Object.defineProperty(prototype, 'webkit-border-end-width', webkitBorderEndWidth)
    var webkitBorderFit = require('./properties/webkitBorderFit').definition;
    Object.defineProperty(prototype, 'webkitBorderFit', webkitBorderFit)
    Object.defineProperty(prototype, 'webkit-border-fit', webkitBorderFit)
    var webkitBorderHorizontalSpacing = require('./properties/webkitBorderHorizontalSpacing').definition;
    Object.defineProperty(prototype, 'webkitBorderHorizontalSpacing', webkitBorderHorizontalSpacing)
    Object.defineProperty(prototype, 'webkit-border-horizontal-spacing', webkitBorderHorizontalSpacing)
    var webkitBorderImage = require('./properties/webkitBorderImage').definition;
    Object.defineProperty(prototype, 'webkitBorderImage', webkitBorderImage)
    Object.defineProperty(prototype, 'webkit-border-image', webkitBorderImage)
    var webkitBorderRadius = require('./properties/webkitBorderRadius').definition;
    Object.defineProperty(prototype, 'webkitBorderRadius', webkitBorderRadius)
    Object.defineProperty(prototype, 'webkit-border-radius', webkitBorderRadius)
    var webkitBorderStart = require('./properties/webkitBorderStart').definition;
    Object.defineProperty(prototype, 'webkitBorderStart', webkitBorderStart)
    Object.defineProperty(prototype, 'webkit-border-start', webkitBorderStart)
    var webkitBorderStartColor = require('./properties/webkitBorderStartColor').definition;
    Object.defineProperty(prototype, 'webkitBorderStartColor', webkitBorderStartColor)
    Object.defineProperty(prototype, 'webkit-border-start-color', webkitBorderStartColor)
    var webkitBorderStartStyle = require('./properties/webkitBorderStartStyle').definition;
    Object.defineProperty(prototype, 'webkitBorderStartStyle', webkitBorderStartStyle)
    Object.defineProperty(prototype, 'webkit-border-start-style', webkitBorderStartStyle)
    var webkitBorderStartWidth = require('./properties/webkitBorderStartWidth').definition;
    Object.defineProperty(prototype, 'webkitBorderStartWidth', webkitBorderStartWidth)
    Object.defineProperty(prototype, 'webkit-border-start-width', webkitBorderStartWidth)
    var webkitBorderVerticalSpacing = require('./properties/webkitBorderVerticalSpacing').definition;
    Object.defineProperty(prototype, 'webkitBorderVerticalSpacing', webkitBorderVerticalSpacing)
    Object.defineProperty(prototype, 'webkit-border-vertical-spacing', webkitBorderVerticalSpacing)
    var webkitBoxAlign = require('./properties/webkitBoxAlign').definition;
    Object.defineProperty(prototype, 'webkitBoxAlign', webkitBoxAlign)
    Object.defineProperty(prototype, 'webkit-box-align', webkitBoxAlign)
    var webkitBoxDirection = require('./properties/webkitBoxDirection').definition;
    Object.defineProperty(prototype, 'webkitBoxDirection', webkitBoxDirection)
    Object.defineProperty(prototype, 'webkit-box-direction', webkitBoxDirection)
    var webkitBoxFlex = require('./properties/webkitBoxFlex').definition;
    Object.defineProperty(prototype, 'webkitBoxFlex', webkitBoxFlex)
    Object.defineProperty(prototype, 'webkit-box-flex', webkitBoxFlex)
    var webkitBoxFlexGroup = require('./properties/webkitBoxFlexGroup').definition;
    Object.defineProperty(prototype, 'webkitBoxFlexGroup', webkitBoxFlexGroup)
    Object.defineProperty(prototype, 'webkit-box-flex-group', webkitBoxFlexGroup)
    var webkitBoxLines = require('./properties/webkitBoxLines').definition;
    Object.defineProperty(prototype, 'webkitBoxLines', webkitBoxLines)
    Object.defineProperty(prototype, 'webkit-box-lines', webkitBoxLines)
    var webkitBoxOrdinalGroup = require('./properties/webkitBoxOrdinalGroup').definition;
    Object.defineProperty(prototype, 'webkitBoxOrdinalGroup', webkitBoxOrdinalGroup)
    Object.defineProperty(prototype, 'webkit-box-ordinal-group', webkitBoxOrdinalGroup)
    var webkitBoxOrient = require('./properties/webkitBoxOrient').definition;
    Object.defineProperty(prototype, 'webkitBoxOrient', webkitBoxOrient)
    Object.defineProperty(prototype, 'webkit-box-orient', webkitBoxOrient)
    var webkitBoxPack = require('./properties/webkitBoxPack').definition;
    Object.defineProperty(prototype, 'webkitBoxPack', webkitBoxPack)
    Object.defineProperty(prototype, 'webkit-box-pack', webkitBoxPack)
    var webkitBoxReflect = require('./properties/webkitBoxReflect').definition;
    Object.defineProperty(prototype, 'webkitBoxReflect', webkitBoxReflect)
    Object.defineProperty(prototype, 'webkit-box-reflect', webkitBoxReflect)
    var webkitBoxShadow = require('./properties/webkitBoxShadow').definition;
    Object.defineProperty(prototype, 'webkitBoxShadow', webkitBoxShadow)
    Object.defineProperty(prototype, 'webkit-box-shadow', webkitBoxShadow)
    var webkitColorCorrection = require('./properties/webkitColorCorrection').definition;
    Object.defineProperty(prototype, 'webkitColorCorrection', webkitColorCorrection)
    Object.defineProperty(prototype, 'webkit-color-correction', webkitColorCorrection)
    var webkitColumnAxis = require('./properties/webkitColumnAxis').definition;
    Object.defineProperty(prototype, 'webkitColumnAxis', webkitColumnAxis)
    Object.defineProperty(prototype, 'webkit-column-axis', webkitColumnAxis)
    var webkitColumnBreakAfter = require('./properties/webkitColumnBreakAfter').definition;
    Object.defineProperty(prototype, 'webkitColumnBreakAfter', webkitColumnBreakAfter)
    Object.defineProperty(prototype, 'webkit-column-break-after', webkitColumnBreakAfter)
    var webkitColumnBreakBefore = require('./properties/webkitColumnBreakBefore').definition;
    Object.defineProperty(prototype, 'webkitColumnBreakBefore', webkitColumnBreakBefore)
    Object.defineProperty(prototype, 'webkit-column-break-before', webkitColumnBreakBefore)
    var webkitColumnBreakInside = require('./properties/webkitColumnBreakInside').definition;
    Object.defineProperty(prototype, 'webkitColumnBreakInside', webkitColumnBreakInside)
    Object.defineProperty(prototype, 'webkit-column-break-inside', webkitColumnBreakInside)
    var webkitColumnCount = require('./properties/webkitColumnCount').definition;
    Object.defineProperty(prototype, 'webkitColumnCount', webkitColumnCount)
    Object.defineProperty(prototype, 'webkit-column-count', webkitColumnCount)
    var webkitColumnGap = require('./properties/webkitColumnGap').definition;
    Object.defineProperty(prototype, 'webkitColumnGap', webkitColumnGap)
    Object.defineProperty(prototype, 'webkit-column-gap', webkitColumnGap)
    var webkitColumnRule = require('./properties/webkitColumnRule').definition;
    Object.defineProperty(prototype, 'webkitColumnRule', webkitColumnRule)
    Object.defineProperty(prototype, 'webkit-column-rule', webkitColumnRule)
    var webkitColumnRuleColor = require('./properties/webkitColumnRuleColor').definition;
    Object.defineProperty(prototype, 'webkitColumnRuleColor', webkitColumnRuleColor)
    Object.defineProperty(prototype, 'webkit-column-rule-color', webkitColumnRuleColor)
    var webkitColumnRuleStyle = require('./properties/webkitColumnRuleStyle').definition;
    Object.defineProperty(prototype, 'webkitColumnRuleStyle', webkitColumnRuleStyle)
    Object.defineProperty(prototype, 'webkit-column-rule-style', webkitColumnRuleStyle)
    var webkitColumnRuleWidth = require('./properties/webkitColumnRuleWidth').definition;
    Object.defineProperty(prototype, 'webkitColumnRuleWidth', webkitColumnRuleWidth)
    Object.defineProperty(prototype, 'webkit-column-rule-width', webkitColumnRuleWidth)
    var webkitColumnSpan = require('./properties/webkitColumnSpan').definition;
    Object.defineProperty(prototype, 'webkitColumnSpan', webkitColumnSpan)
    Object.defineProperty(prototype, 'webkit-column-span', webkitColumnSpan)
    var webkitColumnWidth = require('./properties/webkitColumnWidth').definition;
    Object.defineProperty(prototype, 'webkitColumnWidth', webkitColumnWidth)
    Object.defineProperty(prototype, 'webkit-column-width', webkitColumnWidth)
    var webkitColumns = require('./properties/webkitColumns').definition;
    Object.defineProperty(prototype, 'webkitColumns', webkitColumns)
    Object.defineProperty(prototype, 'webkit-columns', webkitColumns)
    var webkitFilter = require('./properties/webkitFilter').definition;
    Object.defineProperty(prototype, 'webkitFilter', webkitFilter)
    Object.defineProperty(prototype, 'webkit-filter', webkitFilter)
    var webkitFlexAlign = require('./properties/webkitFlexAlign').definition;
    Object.defineProperty(prototype, 'webkitFlexAlign', webkitFlexAlign)
    Object.defineProperty(prototype, 'webkit-flex-align', webkitFlexAlign)
    var webkitFlexDirection = require('./properties/webkitFlexDirection').definition;
    Object.defineProperty(prototype, 'webkitFlexDirection', webkitFlexDirection)
    Object.defineProperty(prototype, 'webkit-flex-direction', webkitFlexDirection)
    var webkitFlexFlow = require('./properties/webkitFlexFlow').definition;
    Object.defineProperty(prototype, 'webkitFlexFlow', webkitFlexFlow)
    Object.defineProperty(prototype, 'webkit-flex-flow', webkitFlexFlow)
    var webkitFlexItemAlign = require('./properties/webkitFlexItemAlign').definition;
    Object.defineProperty(prototype, 'webkitFlexItemAlign', webkitFlexItemAlign)
    Object.defineProperty(prototype, 'webkit-flex-item-align', webkitFlexItemAlign)
    var webkitFlexLinePack = require('./properties/webkitFlexLinePack').definition;
    Object.defineProperty(prototype, 'webkitFlexLinePack', webkitFlexLinePack)
    Object.defineProperty(prototype, 'webkit-flex-line-pack', webkitFlexLinePack)
    var webkitFlexOrder = require('./properties/webkitFlexOrder').definition;
    Object.defineProperty(prototype, 'webkitFlexOrder', webkitFlexOrder)
    Object.defineProperty(prototype, 'webkit-flex-order', webkitFlexOrder)
    var webkitFlexPack = require('./properties/webkitFlexPack').definition;
    Object.defineProperty(prototype, 'webkitFlexPack', webkitFlexPack)
    Object.defineProperty(prototype, 'webkit-flex-pack', webkitFlexPack)
    var webkitFlexWrap = require('./properties/webkitFlexWrap').definition;
    Object.defineProperty(prototype, 'webkitFlexWrap', webkitFlexWrap)
    Object.defineProperty(prototype, 'webkit-flex-wrap', webkitFlexWrap)
    var webkitFlowFrom = require('./properties/webkitFlowFrom').definition;
    Object.defineProperty(prototype, 'webkitFlowFrom', webkitFlowFrom)
    Object.defineProperty(prototype, 'webkit-flow-from', webkitFlowFrom)
    var webkitFlowInto = require('./properties/webkitFlowInto').definition;
    Object.defineProperty(prototype, 'webkitFlowInto', webkitFlowInto)
    Object.defineProperty(prototype, 'webkit-flow-into', webkitFlowInto)
    var webkitFontFeatureSettings = require('./properties/webkitFontFeatureSettings').definition;
    Object.defineProperty(prototype, 'webkitFontFeatureSettings', webkitFontFeatureSettings)
    Object.defineProperty(prototype, 'webkit-font-feature-settings', webkitFontFeatureSettings)
    var webkitFontKerning = require('./properties/webkitFontKerning').definition;
    Object.defineProperty(prototype, 'webkitFontKerning', webkitFontKerning)
    Object.defineProperty(prototype, 'webkit-font-kerning', webkitFontKerning)
    var webkitFontSizeDelta = require('./properties/webkitFontSizeDelta').definition;
    Object.defineProperty(prototype, 'webkitFontSizeDelta', webkitFontSizeDelta)
    Object.defineProperty(prototype, 'webkit-font-size-delta', webkitFontSizeDelta)
    var webkitFontSmoothing = require('./properties/webkitFontSmoothing').definition;
    Object.defineProperty(prototype, 'webkitFontSmoothing', webkitFontSmoothing)
    Object.defineProperty(prototype, 'webkit-font-smoothing', webkitFontSmoothing)
    var webkitFontVariantLigatures = require('./properties/webkitFontVariantLigatures').definition;
    Object.defineProperty(prototype, 'webkitFontVariantLigatures', webkitFontVariantLigatures)
    Object.defineProperty(prototype, 'webkit-font-variant-ligatures', webkitFontVariantLigatures)
    var webkitHighlight = require('./properties/webkitHighlight').definition;
    Object.defineProperty(prototype, 'webkitHighlight', webkitHighlight)
    Object.defineProperty(prototype, 'webkit-highlight', webkitHighlight)
    var webkitHyphenateCharacter = require('./properties/webkitHyphenateCharacter').definition;
    Object.defineProperty(prototype, 'webkitHyphenateCharacter', webkitHyphenateCharacter)
    Object.defineProperty(prototype, 'webkit-hyphenate-character', webkitHyphenateCharacter)
    var webkitHyphenateLimitAfter = require('./properties/webkitHyphenateLimitAfter').definition;
    Object.defineProperty(prototype, 'webkitHyphenateLimitAfter', webkitHyphenateLimitAfter)
    Object.defineProperty(prototype, 'webkit-hyphenate-limit-after', webkitHyphenateLimitAfter)
    var webkitHyphenateLimitBefore = require('./properties/webkitHyphenateLimitBefore').definition;
    Object.defineProperty(prototype, 'webkitHyphenateLimitBefore', webkitHyphenateLimitBefore)
    Object.defineProperty(prototype, 'webkit-hyphenate-limit-before', webkitHyphenateLimitBefore)
    var webkitHyphenateLimitLines = require('./properties/webkitHyphenateLimitLines').definition;
    Object.defineProperty(prototype, 'webkitHyphenateLimitLines', webkitHyphenateLimitLines)
    Object.defineProperty(prototype, 'webkit-hyphenate-limit-lines', webkitHyphenateLimitLines)
    var webkitHyphens = require('./properties/webkitHyphens').definition;
    Object.defineProperty(prototype, 'webkitHyphens', webkitHyphens)
    Object.defineProperty(prototype, 'webkit-hyphens', webkitHyphens)
    var webkitLineAlign = require('./properties/webkitLineAlign').definition;
    Object.defineProperty(prototype, 'webkitLineAlign', webkitLineAlign)
    Object.defineProperty(prototype, 'webkit-line-align', webkitLineAlign)
    var webkitLineBoxContain = require('./properties/webkitLineBoxContain').definition;
    Object.defineProperty(prototype, 'webkitLineBoxContain', webkitLineBoxContain)
    Object.defineProperty(prototype, 'webkit-line-box-contain', webkitLineBoxContain)
    var webkitLineBreak = require('./properties/webkitLineBreak').definition;
    Object.defineProperty(prototype, 'webkitLineBreak', webkitLineBreak)
    Object.defineProperty(prototype, 'webkit-line-break', webkitLineBreak)
    var webkitLineClamp = require('./properties/webkitLineClamp').definition;
    Object.defineProperty(prototype, 'webkitLineClamp', webkitLineClamp)
    Object.defineProperty(prototype, 'webkit-line-clamp', webkitLineClamp)
    var webkitLineGrid = require('./properties/webkitLineGrid').definition;
    Object.defineProperty(prototype, 'webkitLineGrid', webkitLineGrid)
    Object.defineProperty(prototype, 'webkit-line-grid', webkitLineGrid)
    var webkitLineSnap = require('./properties/webkitLineSnap').definition;
    Object.defineProperty(prototype, 'webkitLineSnap', webkitLineSnap)
    Object.defineProperty(prototype, 'webkit-line-snap', webkitLineSnap)
    var webkitLocale = require('./properties/webkitLocale').definition;
    Object.defineProperty(prototype, 'webkitLocale', webkitLocale)
    Object.defineProperty(prototype, 'webkit-locale', webkitLocale)
    var webkitLogicalHeight = require('./properties/webkitLogicalHeight').definition;
    Object.defineProperty(prototype, 'webkitLogicalHeight', webkitLogicalHeight)
    Object.defineProperty(prototype, 'webkit-logical-height', webkitLogicalHeight)
    var webkitLogicalWidth = require('./properties/webkitLogicalWidth').definition;
    Object.defineProperty(prototype, 'webkitLogicalWidth', webkitLogicalWidth)
    Object.defineProperty(prototype, 'webkit-logical-width', webkitLogicalWidth)
    var webkitMarginAfter = require('./properties/webkitMarginAfter').definition;
    Object.defineProperty(prototype, 'webkitMarginAfter', webkitMarginAfter)
    Object.defineProperty(prototype, 'webkit-margin-after', webkitMarginAfter)
    var webkitMarginAfterCollapse = require('./properties/webkitMarginAfterCollapse').definition;
    Object.defineProperty(prototype, 'webkitMarginAfterCollapse', webkitMarginAfterCollapse)
    Object.defineProperty(prototype, 'webkit-margin-after-collapse', webkitMarginAfterCollapse)
    var webkitMarginBefore = require('./properties/webkitMarginBefore').definition;
    Object.defineProperty(prototype, 'webkitMarginBefore', webkitMarginBefore)
    Object.defineProperty(prototype, 'webkit-margin-before', webkitMarginBefore)
    var webkitMarginBeforeCollapse = require('./properties/webkitMarginBeforeCollapse').definition;
    Object.defineProperty(prototype, 'webkitMarginBeforeCollapse', webkitMarginBeforeCollapse)
    Object.defineProperty(prototype, 'webkit-margin-before-collapse', webkitMarginBeforeCollapse)
    var webkitMarginBottomCollapse = require('./properties/webkitMarginBottomCollapse').definition;
    Object.defineProperty(prototype, 'webkitMarginBottomCollapse', webkitMarginBottomCollapse)
    Object.defineProperty(prototype, 'webkit-margin-bottom-collapse', webkitMarginBottomCollapse)
    var webkitMarginCollapse = require('./properties/webkitMarginCollapse').definition;
    Object.defineProperty(prototype, 'webkitMarginCollapse', webkitMarginCollapse)
    Object.defineProperty(prototype, 'webkit-margin-collapse', webkitMarginCollapse)
    var webkitMarginEnd = require('./properties/webkitMarginEnd').definition;
    Object.defineProperty(prototype, 'webkitMarginEnd', webkitMarginEnd)
    Object.defineProperty(prototype, 'webkit-margin-end', webkitMarginEnd)
    var webkitMarginStart = require('./properties/webkitMarginStart').definition;
    Object.defineProperty(prototype, 'webkitMarginStart', webkitMarginStart)
    Object.defineProperty(prototype, 'webkit-margin-start', webkitMarginStart)
    var webkitMarginTopCollapse = require('./properties/webkitMarginTopCollapse').definition;
    Object.defineProperty(prototype, 'webkitMarginTopCollapse', webkitMarginTopCollapse)
    Object.defineProperty(prototype, 'webkit-margin-top-collapse', webkitMarginTopCollapse)
    var webkitMarquee = require('./properties/webkitMarquee').definition;
    Object.defineProperty(prototype, 'webkitMarquee', webkitMarquee)
    Object.defineProperty(prototype, 'webkit-marquee', webkitMarquee)
    var webkitMarqueeDirection = require('./properties/webkitMarqueeDirection').definition;
    Object.defineProperty(prototype, 'webkitMarqueeDirection', webkitMarqueeDirection)
    Object.defineProperty(prototype, 'webkit-marquee-direction', webkitMarqueeDirection)
    var webkitMarqueeIncrement = require('./properties/webkitMarqueeIncrement').definition;
    Object.defineProperty(prototype, 'webkitMarqueeIncrement', webkitMarqueeIncrement)
    Object.defineProperty(prototype, 'webkit-marquee-increment', webkitMarqueeIncrement)
    var webkitMarqueeRepetition = require('./properties/webkitMarqueeRepetition').definition;
    Object.defineProperty(prototype, 'webkitMarqueeRepetition', webkitMarqueeRepetition)
    Object.defineProperty(prototype, 'webkit-marquee-repetition', webkitMarqueeRepetition)
    var webkitMarqueeSpeed = require('./properties/webkitMarqueeSpeed').definition;
    Object.defineProperty(prototype, 'webkitMarqueeSpeed', webkitMarqueeSpeed)
    Object.defineProperty(prototype, 'webkit-marquee-speed', webkitMarqueeSpeed)
    var webkitMarqueeStyle = require('./properties/webkitMarqueeStyle').definition;
    Object.defineProperty(prototype, 'webkitMarqueeStyle', webkitMarqueeStyle)
    Object.defineProperty(prototype, 'webkit-marquee-style', webkitMarqueeStyle)
    var webkitMask = require('./properties/webkitMask').definition;
    Object.defineProperty(prototype, 'webkitMask', webkitMask)
    Object.defineProperty(prototype, 'webkit-mask', webkitMask)
    var webkitMaskAttachment = require('./properties/webkitMaskAttachment').definition;
    Object.defineProperty(prototype, 'webkitMaskAttachment', webkitMaskAttachment)
    Object.defineProperty(prototype, 'webkit-mask-attachment', webkitMaskAttachment)
    var webkitMaskBoxImage = require('./properties/webkitMaskBoxImage').definition;
    Object.defineProperty(prototype, 'webkitMaskBoxImage', webkitMaskBoxImage)
    Object.defineProperty(prototype, 'webkit-mask-box-image', webkitMaskBoxImage)
    var webkitMaskBoxImageOutset = require('./properties/webkitMaskBoxImageOutset').definition;
    Object.defineProperty(prototype, 'webkitMaskBoxImageOutset', webkitMaskBoxImageOutset)
    Object.defineProperty(prototype, 'webkit-mask-box-image-outset', webkitMaskBoxImageOutset)
    var webkitMaskBoxImageRepeat = require('./properties/webkitMaskBoxImageRepeat').definition;
    Object.defineProperty(prototype, 'webkitMaskBoxImageRepeat', webkitMaskBoxImageRepeat)
    Object.defineProperty(prototype, 'webkit-mask-box-image-repeat', webkitMaskBoxImageRepeat)
    var webkitMaskBoxImageSlice = require('./properties/webkitMaskBoxImageSlice').definition;
    Object.defineProperty(prototype, 'webkitMaskBoxImageSlice', webkitMaskBoxImageSlice)
    Object.defineProperty(prototype, 'webkit-mask-box-image-slice', webkitMaskBoxImageSlice)
    var webkitMaskBoxImageSource = require('./properties/webkitMaskBoxImageSource').definition;
    Object.defineProperty(prototype, 'webkitMaskBoxImageSource', webkitMaskBoxImageSource)
    Object.defineProperty(prototype, 'webkit-mask-box-image-source', webkitMaskBoxImageSource)
    var webkitMaskBoxImageWidth = require('./properties/webkitMaskBoxImageWidth').definition;
    Object.defineProperty(prototype, 'webkitMaskBoxImageWidth', webkitMaskBoxImageWidth)
    Object.defineProperty(prototype, 'webkit-mask-box-image-width', webkitMaskBoxImageWidth)
    var webkitMaskClip = require('./properties/webkitMaskClip').definition;
    Object.defineProperty(prototype, 'webkitMaskClip', webkitMaskClip)
    Object.defineProperty(prototype, 'webkit-mask-clip', webkitMaskClip)
    var webkitMaskComposite = require('./properties/webkitMaskComposite').definition;
    Object.defineProperty(prototype, 'webkitMaskComposite', webkitMaskComposite)
    Object.defineProperty(prototype, 'webkit-mask-composite', webkitMaskComposite)
    var webkitMaskImage = require('./properties/webkitMaskImage').definition;
    Object.defineProperty(prototype, 'webkitMaskImage', webkitMaskImage)
    Object.defineProperty(prototype, 'webkit-mask-image', webkitMaskImage)
    var webkitMaskOrigin = require('./properties/webkitMaskOrigin').definition;
    Object.defineProperty(prototype, 'webkitMaskOrigin', webkitMaskOrigin)
    Object.defineProperty(prototype, 'webkit-mask-origin', webkitMaskOrigin)
    var webkitMaskPosition = require('./properties/webkitMaskPosition').definition;
    Object.defineProperty(prototype, 'webkitMaskPosition', webkitMaskPosition)
    Object.defineProperty(prototype, 'webkit-mask-position', webkitMaskPosition)
    var webkitMaskPositionX = require('./properties/webkitMaskPositionX').definition;
    Object.defineProperty(prototype, 'webkitMaskPositionX', webkitMaskPositionX)
    Object.defineProperty(prototype, 'webkit-mask-position-x', webkitMaskPositionX)
    var webkitMaskPositionY = require('./properties/webkitMaskPositionY').definition;
    Object.defineProperty(prototype, 'webkitMaskPositionY', webkitMaskPositionY)
    Object.defineProperty(prototype, 'webkit-mask-position-y', webkitMaskPositionY)
    var webkitMaskRepeat = require('./properties/webkitMaskRepeat').definition;
    Object.defineProperty(prototype, 'webkitMaskRepeat', webkitMaskRepeat)
    Object.defineProperty(prototype, 'webkit-mask-repeat', webkitMaskRepeat)
    var webkitMaskRepeatX = require('./properties/webkitMaskRepeatX').definition;
    Object.defineProperty(prototype, 'webkitMaskRepeatX', webkitMaskRepeatX)
    Object.defineProperty(prototype, 'webkit-mask-repeat-x', webkitMaskRepeatX)
    var webkitMaskRepeatY = require('./properties/webkitMaskRepeatY').definition;
    Object.defineProperty(prototype, 'webkitMaskRepeatY', webkitMaskRepeatY)
    Object.defineProperty(prototype, 'webkit-mask-repeat-y', webkitMaskRepeatY)
    var webkitMaskSize = require('./properties/webkitMaskSize').definition;
    Object.defineProperty(prototype, 'webkitMaskSize', webkitMaskSize)
    Object.defineProperty(prototype, 'webkit-mask-size', webkitMaskSize)
    var webkitMatchNearestMailBlockquoteColor = require('./properties/webkitMatchNearestMailBlockquoteColor').definition;
    Object.defineProperty(prototype, 'webkitMatchNearestMailBlockquoteColor', webkitMatchNearestMailBlockquoteColor)
    Object.defineProperty(prototype, 'webkit-match-nearest-mail-blockquote-color', webkitMatchNearestMailBlockquoteColor)
    var webkitMaxLogicalHeight = require('./properties/webkitMaxLogicalHeight').definition;
    Object.defineProperty(prototype, 'webkitMaxLogicalHeight', webkitMaxLogicalHeight)
    Object.defineProperty(prototype, 'webkit-max-logical-height', webkitMaxLogicalHeight)
    var webkitMaxLogicalWidth = require('./properties/webkitMaxLogicalWidth').definition;
    Object.defineProperty(prototype, 'webkitMaxLogicalWidth', webkitMaxLogicalWidth)
    Object.defineProperty(prototype, 'webkit-max-logical-width', webkitMaxLogicalWidth)
    var webkitMinLogicalHeight = require('./properties/webkitMinLogicalHeight').definition;
    Object.defineProperty(prototype, 'webkitMinLogicalHeight', webkitMinLogicalHeight)
    Object.defineProperty(prototype, 'webkit-min-logical-height', webkitMinLogicalHeight)
    var webkitMinLogicalWidth = require('./properties/webkitMinLogicalWidth').definition;
    Object.defineProperty(prototype, 'webkitMinLogicalWidth', webkitMinLogicalWidth)
    Object.defineProperty(prototype, 'webkit-min-logical-width', webkitMinLogicalWidth)
    var webkitNbspMode = require('./properties/webkitNbspMode').definition;
    Object.defineProperty(prototype, 'webkitNbspMode', webkitNbspMode)
    Object.defineProperty(prototype, 'webkit-nbsp-mode', webkitNbspMode)
    var webkitOverflowScrolling = require('./properties/webkitOverflowScrolling').definition;
    Object.defineProperty(prototype, 'webkitOverflowScrolling', webkitOverflowScrolling)
    Object.defineProperty(prototype, 'webkit-overflow-scrolling', webkitOverflowScrolling)
    var webkitPaddingAfter = require('./properties/webkitPaddingAfter').definition;
    Object.defineProperty(prototype, 'webkitPaddingAfter', webkitPaddingAfter)
    Object.defineProperty(prototype, 'webkit-padding-after', webkitPaddingAfter)
    var webkitPaddingBefore = require('./properties/webkitPaddingBefore').definition;
    Object.defineProperty(prototype, 'webkitPaddingBefore', webkitPaddingBefore)
    Object.defineProperty(prototype, 'webkit-padding-before', webkitPaddingBefore)
    var webkitPaddingEnd = require('./properties/webkitPaddingEnd').definition;
    Object.defineProperty(prototype, 'webkitPaddingEnd', webkitPaddingEnd)
    Object.defineProperty(prototype, 'webkit-padding-end', webkitPaddingEnd)
    var webkitPaddingStart = require('./properties/webkitPaddingStart').definition;
    Object.defineProperty(prototype, 'webkitPaddingStart', webkitPaddingStart)
    Object.defineProperty(prototype, 'webkit-padding-start', webkitPaddingStart)
    var webkitPerspective = require('./properties/webkitPerspective').definition;
    Object.defineProperty(prototype, 'webkitPerspective', webkitPerspective)
    Object.defineProperty(prototype, 'webkit-perspective', webkitPerspective)
    var webkitPerspectiveOrigin = require('./properties/webkitPerspectiveOrigin').definition;
    Object.defineProperty(prototype, 'webkitPerspectiveOrigin', webkitPerspectiveOrigin)
    Object.defineProperty(prototype, 'webkit-perspective-origin', webkitPerspectiveOrigin)
    var webkitPerspectiveOriginX = require('./properties/webkitPerspectiveOriginX').definition;
    Object.defineProperty(prototype, 'webkitPerspectiveOriginX', webkitPerspectiveOriginX)
    Object.defineProperty(prototype, 'webkit-perspective-origin-x', webkitPerspectiveOriginX)
    var webkitPerspectiveOriginY = require('./properties/webkitPerspectiveOriginY').definition;
    Object.defineProperty(prototype, 'webkitPerspectiveOriginY', webkitPerspectiveOriginY)
    Object.defineProperty(prototype, 'webkit-perspective-origin-y', webkitPerspectiveOriginY)
    var webkitPrintColorAdjust = require('./properties/webkitPrintColorAdjust').definition;
    Object.defineProperty(prototype, 'webkitPrintColorAdjust', webkitPrintColorAdjust)
    Object.defineProperty(prototype, 'webkit-print-color-adjust', webkitPrintColorAdjust)
    var webkitRegionBreakAfter = require('./properties/webkitRegionBreakAfter').definition;
    Object.defineProperty(prototype, 'webkitRegionBreakAfter', webkitRegionBreakAfter)
    Object.defineProperty(prototype, 'webkit-region-break-after', webkitRegionBreakAfter)
    var webkitRegionBreakBefore = require('./properties/webkitRegionBreakBefore').definition;
    Object.defineProperty(prototype, 'webkitRegionBreakBefore', webkitRegionBreakBefore)
    Object.defineProperty(prototype, 'webkit-region-break-before', webkitRegionBreakBefore)
    var webkitRegionBreakInside = require('./properties/webkitRegionBreakInside').definition;
    Object.defineProperty(prototype, 'webkitRegionBreakInside', webkitRegionBreakInside)
    Object.defineProperty(prototype, 'webkit-region-break-inside', webkitRegionBreakInside)
    var webkitRegionOverflow = require('./properties/webkitRegionOverflow').definition;
    Object.defineProperty(prototype, 'webkitRegionOverflow', webkitRegionOverflow)
    Object.defineProperty(prototype, 'webkit-region-overflow', webkitRegionOverflow)
    var webkitRtlOrdering = require('./properties/webkitRtlOrdering').definition;
    Object.defineProperty(prototype, 'webkitRtlOrdering', webkitRtlOrdering)
    Object.defineProperty(prototype, 'webkit-rtl-ordering', webkitRtlOrdering)
    var webkitSvgShadow = require('./properties/webkitSvgShadow').definition;
    Object.defineProperty(prototype, 'webkitSvgShadow', webkitSvgShadow)
    Object.defineProperty(prototype, 'webkit-svg-shadow', webkitSvgShadow)
    var webkitTapHighlightColor = require('./properties/webkitTapHighlightColor').definition;
    Object.defineProperty(prototype, 'webkitTapHighlightColor', webkitTapHighlightColor)
    Object.defineProperty(prototype, 'webkit-tap-highlight-color', webkitTapHighlightColor)
    var webkitTextCombine = require('./properties/webkitTextCombine').definition;
    Object.defineProperty(prototype, 'webkitTextCombine', webkitTextCombine)
    Object.defineProperty(prototype, 'webkit-text-combine', webkitTextCombine)
    var webkitTextDecorationsInEffect = require('./properties/webkitTextDecorationsInEffect').definition;
    Object.defineProperty(prototype, 'webkitTextDecorationsInEffect', webkitTextDecorationsInEffect)
    Object.defineProperty(prototype, 'webkit-text-decorations-in-effect', webkitTextDecorationsInEffect)
    var webkitTextEmphasis = require('./properties/webkitTextEmphasis').definition;
    Object.defineProperty(prototype, 'webkitTextEmphasis', webkitTextEmphasis)
    Object.defineProperty(prototype, 'webkit-text-emphasis', webkitTextEmphasis)
    var webkitTextEmphasisColor = require('./properties/webkitTextEmphasisColor').definition;
    Object.defineProperty(prototype, 'webkitTextEmphasisColor', webkitTextEmphasisColor)
    Object.defineProperty(prototype, 'webkit-text-emphasis-color', webkitTextEmphasisColor)
    var webkitTextEmphasisPosition = require('./properties/webkitTextEmphasisPosition').definition;
    Object.defineProperty(prototype, 'webkitTextEmphasisPosition', webkitTextEmphasisPosition)
    Object.defineProperty(prototype, 'webkit-text-emphasis-position', webkitTextEmphasisPosition)
    var webkitTextEmphasisStyle = require('./properties/webkitTextEmphasisStyle').definition;
    Object.defineProperty(prototype, 'webkitTextEmphasisStyle', webkitTextEmphasisStyle)
    Object.defineProperty(prototype, 'webkit-text-emphasis-style', webkitTextEmphasisStyle)
    var webkitTextFillColor = require('./properties/webkitTextFillColor').definition;
    Object.defineProperty(prototype, 'webkitTextFillColor', webkitTextFillColor)
    Object.defineProperty(prototype, 'webkit-text-fill-color', webkitTextFillColor)
    var webkitTextOrientation = require('./properties/webkitTextOrientation').definition;
    Object.defineProperty(prototype, 'webkitTextOrientation', webkitTextOrientation)
    Object.defineProperty(prototype, 'webkit-text-orientation', webkitTextOrientation)
    var webkitTextSecurity = require('./properties/webkitTextSecurity').definition;
    Object.defineProperty(prototype, 'webkitTextSecurity', webkitTextSecurity)
    Object.defineProperty(prototype, 'webkit-text-security', webkitTextSecurity)
    var webkitTextSizeAdjust = require('./properties/webkitTextSizeAdjust').definition;
    Object.defineProperty(prototype, 'webkitTextSizeAdjust', webkitTextSizeAdjust)
    Object.defineProperty(prototype, 'webkit-text-size-adjust', webkitTextSizeAdjust)
    var webkitTextStroke = require('./properties/webkitTextStroke').definition;
    Object.defineProperty(prototype, 'webkitTextStroke', webkitTextStroke)
    Object.defineProperty(prototype, 'webkit-text-stroke', webkitTextStroke)
    var webkitTextStrokeColor = require('./properties/webkitTextStrokeColor').definition;
    Object.defineProperty(prototype, 'webkitTextStrokeColor', webkitTextStrokeColor)
    Object.defineProperty(prototype, 'webkit-text-stroke-color', webkitTextStrokeColor)
    var webkitTextStrokeWidth = require('./properties/webkitTextStrokeWidth').definition;
    Object.defineProperty(prototype, 'webkitTextStrokeWidth', webkitTextStrokeWidth)
    Object.defineProperty(prototype, 'webkit-text-stroke-width', webkitTextStrokeWidth)
    var webkitTransform = require('./properties/webkitTransform').definition;
    Object.defineProperty(prototype, 'webkitTransform', webkitTransform)
    Object.defineProperty(prototype, 'webkit-transform', webkitTransform)
    var webkitTransformOrigin = require('./properties/webkitTransformOrigin').definition;
    Object.defineProperty(prototype, 'webkitTransformOrigin', webkitTransformOrigin)
    Object.defineProperty(prototype, 'webkit-transform-origin', webkitTransformOrigin)
    var webkitTransformOriginX = require('./properties/webkitTransformOriginX').definition;
    Object.defineProperty(prototype, 'webkitTransformOriginX', webkitTransformOriginX)
    Object.defineProperty(prototype, 'webkit-transform-origin-x', webkitTransformOriginX)
    var webkitTransformOriginY = require('./properties/webkitTransformOriginY').definition;
    Object.defineProperty(prototype, 'webkitTransformOriginY', webkitTransformOriginY)
    Object.defineProperty(prototype, 'webkit-transform-origin-y', webkitTransformOriginY)
    var webkitTransformOriginZ = require('./properties/webkitTransformOriginZ').definition;
    Object.defineProperty(prototype, 'webkitTransformOriginZ', webkitTransformOriginZ)
    Object.defineProperty(prototype, 'webkit-transform-origin-z', webkitTransformOriginZ)
    var webkitTransformStyle = require('./properties/webkitTransformStyle').definition;
    Object.defineProperty(prototype, 'webkitTransformStyle', webkitTransformStyle)
    Object.defineProperty(prototype, 'webkit-transform-style', webkitTransformStyle)
    var webkitTransition = require('./properties/webkitTransition').definition;
    Object.defineProperty(prototype, 'webkitTransition', webkitTransition)
    Object.defineProperty(prototype, 'webkit-transition', webkitTransition)
    var webkitTransitionDelay = require('./properties/webkitTransitionDelay').definition;
    Object.defineProperty(prototype, 'webkitTransitionDelay', webkitTransitionDelay)
    Object.defineProperty(prototype, 'webkit-transition-delay', webkitTransitionDelay)
    var webkitTransitionDuration = require('./properties/webkitTransitionDuration').definition;
    Object.defineProperty(prototype, 'webkitTransitionDuration', webkitTransitionDuration)
    Object.defineProperty(prototype, 'webkit-transition-duration', webkitTransitionDuration)
    var webkitTransitionProperty = require('./properties/webkitTransitionProperty').definition;
    Object.defineProperty(prototype, 'webkitTransitionProperty', webkitTransitionProperty)
    Object.defineProperty(prototype, 'webkit-transition-property', webkitTransitionProperty)
    var webkitTransitionTimingFunction = require('./properties/webkitTransitionTimingFunction').definition;
    Object.defineProperty(prototype, 'webkitTransitionTimingFunction', webkitTransitionTimingFunction)
    Object.defineProperty(prototype, 'webkit-transition-timing-function', webkitTransitionTimingFunction)
    var webkitUserDrag = require('./properties/webkitUserDrag').definition;
    Object.defineProperty(prototype, 'webkitUserDrag', webkitUserDrag)
    Object.defineProperty(prototype, 'webkit-user-drag', webkitUserDrag)
    var webkitUserModify = require('./properties/webkitUserModify').definition;
    Object.defineProperty(prototype, 'webkitUserModify', webkitUserModify)
    Object.defineProperty(prototype, 'webkit-user-modify', webkitUserModify)
    var webkitUserSelect = require('./properties/webkitUserSelect').definition;
    Object.defineProperty(prototype, 'webkitUserSelect', webkitUserSelect)
    Object.defineProperty(prototype, 'webkit-user-select', webkitUserSelect)
    var webkitWrap = require('./properties/webkitWrap').definition;
    Object.defineProperty(prototype, 'webkitWrap', webkitWrap)
    Object.defineProperty(prototype, 'webkit-wrap', webkitWrap)
    var webkitWrapFlow = require('./properties/webkitWrapFlow').definition;
    Object.defineProperty(prototype, 'webkitWrapFlow', webkitWrapFlow)
    Object.defineProperty(prototype, 'webkit-wrap-flow', webkitWrapFlow)
    var webkitWrapMargin = require('./properties/webkitWrapMargin').definition;
    Object.defineProperty(prototype, 'webkitWrapMargin', webkitWrapMargin)
    Object.defineProperty(prototype, 'webkit-wrap-margin', webkitWrapMargin)
    var webkitWrapPadding = require('./properties/webkitWrapPadding').definition;
    Object.defineProperty(prototype, 'webkitWrapPadding', webkitWrapPadding)
    Object.defineProperty(prototype, 'webkit-wrap-padding', webkitWrapPadding)
    var webkitWrapShapeInside = require('./properties/webkitWrapShapeInside').definition;
    Object.defineProperty(prototype, 'webkitWrapShapeInside', webkitWrapShapeInside)
    Object.defineProperty(prototype, 'webkit-wrap-shape-inside', webkitWrapShapeInside)
    var webkitWrapShapeOutside = require('./properties/webkitWrapShapeOutside').definition;
    Object.defineProperty(prototype, 'webkitWrapShapeOutside', webkitWrapShapeOutside)
    Object.defineProperty(prototype, 'webkit-wrap-shape-outside', webkitWrapShapeOutside)
    var webkitWrapThrough = require('./properties/webkitWrapThrough').definition;
    Object.defineProperty(prototype, 'webkitWrapThrough', webkitWrapThrough)
    Object.defineProperty(prototype, 'webkit-wrap-through', webkitWrapThrough)
    var webkitWritingMode = require('./properties/webkitWritingMode').definition;
    Object.defineProperty(prototype, 'webkitWritingMode', webkitWritingMode)
    Object.defineProperty(prototype, 'webkit-writing-mode', webkitWritingMode)
    var whiteSpace = require('./properties/whiteSpace').definition;
    Object.defineProperty(prototype, 'whiteSpace', whiteSpace)
    Object.defineProperty(prototype, 'white-space', whiteSpace)
    var widows = require('./properties/widows').definition;
    Object.defineProperty(prototype, 'widows', widows)
    var width = require('./properties/width').definition;
    Object.defineProperty(prototype, 'width', width)
    var wordBreak = require('./properties/wordBreak').definition;
    Object.defineProperty(prototype, 'wordBreak', wordBreak)
    Object.defineProperty(prototype, 'word-break', wordBreak)
    var wordSpacing = require('./properties/wordSpacing').definition;
    Object.defineProperty(prototype, 'wordSpacing', wordSpacing)
    Object.defineProperty(prototype, 'word-spacing', wordSpacing)
    var wordWrap = require('./properties/wordWrap').definition;
    Object.defineProperty(prototype, 'wordWrap', wordWrap)
    Object.defineProperty(prototype, 'word-wrap', wordWrap)
    var writingMode = require('./properties/writingMode').definition;
    Object.defineProperty(prototype, 'writingMode', writingMode)
    Object.defineProperty(prototype, 'writing-mode', writingMode)
    var zIndex = require('./properties/zIndex').definition;
    Object.defineProperty(prototype, 'zIndex', zIndex)
    Object.defineProperty(prototype, 'z-index', zIndex)
    var zoom = require('./properties/zoom').definition;
    Object.defineProperty(prototype, 'zoom', zoom)
};