cssstyle 1.1.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +4 -0
- package/.eslintrc.js +55 -0
- package/.travis.yml +17 -0
- package/AUTHORS +31 -0
- package/{MIT-LICENSE.txt → LICENSE} +0 -0
- package/README.md +7 -19
- package/coverage/clover.xml +2150 -0
- package/coverage/coverage-final.json +86 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -0
- package/coverage/lcov-report/index.html +123 -0
- package/coverage/lcov-report/lib/CSSStyleDeclaration.js.html +834 -0
- package/coverage/lcov-report/lib/allExtraProperties.js.html +813 -0
- package/coverage/lcov-report/lib/allProperties.js.html +1560 -0
- package/coverage/lcov-report/lib/constants.js.html +87 -0
- package/coverage/lcov-report/lib/index.html +149 -0
- package/coverage/lcov-report/lib/parsers.js.html +2193 -0
- package/coverage/lcov-report/lib/properties/azimuth.js.html +270 -0
- package/coverage/lcov-report/lib/properties/background.js.html +126 -0
- package/coverage/lcov-report/lib/properties/backgroundAttachment.js.html +141 -0
- package/coverage/lcov-report/lib/properties/backgroundColor.js.html +177 -0
- package/coverage/lcov-report/lib/properties/backgroundImage.js.html +165 -0
- package/coverage/lcov-report/lib/properties/backgroundPosition.js.html +243 -0
- package/coverage/lcov-report/lib/properties/backgroundRepeat.js.html +165 -0
- package/coverage/lcov-report/lib/properties/border.js.html +168 -0
- package/coverage/lcov-report/lib/properties/borderBottom.js.html +120 -0
- package/coverage/lcov-report/lib/properties/borderBottomColor.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderBottomStyle.js.html +132 -0
- package/coverage/lcov-report/lib/properties/borderBottomWidth.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderCollapse.js.html +147 -0
- package/coverage/lcov-report/lib/properties/borderColor.js.html +159 -0
- package/coverage/lcov-report/lib/properties/borderLeft.js.html +120 -0
- package/coverage/lcov-report/lib/properties/borderLeftColor.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderLeftStyle.js.html +132 -0
- package/coverage/lcov-report/lib/properties/borderLeftWidth.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderRight.js.html +120 -0
- package/coverage/lcov-report/lib/properties/borderRightColor.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderRightStyle.js.html +132 -0
- package/coverage/lcov-report/lib/properties/borderRightWidth.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderSpacing.js.html +192 -0
- package/coverage/lcov-report/lib/properties/borderStyle.js.html +183 -0
- package/coverage/lcov-report/lib/properties/borderTop.js.html +120 -0
- package/coverage/lcov-report/lib/properties/borderTopColor.js.html +117 -0
- package/coverage/lcov-report/lib/properties/borderTopStyle.js.html +132 -0
- package/coverage/lcov-report/lib/properties/borderTopWidth.js.html +120 -0
- package/coverage/lcov-report/lib/properties/borderWidth.js.html +207 -0
- package/coverage/lcov-report/lib/properties/bottom.js.html +111 -0
- package/coverage/lcov-report/lib/properties/clear.js.html +117 -0
- package/coverage/lcov-report/lib/properties/clip.js.html +210 -0
- package/coverage/lcov-report/lib/properties/color.js.html +111 -0
- package/coverage/lcov-report/lib/properties/cssFloat.js.html +105 -0
- package/coverage/lcov-report/lib/properties/flex.js.html +204 -0
- package/coverage/lcov-report/lib/properties/flexBasis.js.html +153 -0
- package/coverage/lcov-report/lib/properties/flexGrow.js.html +126 -0
- package/coverage/lcov-report/lib/properties/flexShrink.js.html +126 -0
- package/coverage/lcov-report/lib/properties/float.js.html +105 -0
- package/coverage/lcov-report/lib/properties/floodColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/font.js.html +198 -0
- package/coverage/lcov-report/lib/properties/fontFamily.js.html +168 -0
- package/coverage/lcov-report/lib/properties/fontSize.js.html +183 -0
- package/coverage/lcov-report/lib/properties/fontStyle.js.html +123 -0
- package/coverage/lcov-report/lib/properties/fontVariant.js.html +123 -0
- package/coverage/lcov-report/lib/properties/fontWeight.js.html +168 -0
- package/coverage/lcov-report/lib/properties/height.js.html +141 -0
- package/coverage/lcov-report/lib/properties/index.html +1111 -0
- package/coverage/lcov-report/lib/properties/left.js.html +111 -0
- package/coverage/lcov-report/lib/properties/lightingColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/lineHeight.js.html +147 -0
- package/coverage/lcov-report/lib/properties/margin.js.html +273 -0
- package/coverage/lcov-report/lib/properties/marginBottom.js.html +108 -0
- package/coverage/lcov-report/lib/properties/marginLeft.js.html +108 -0
- package/coverage/lcov-report/lib/properties/marginRight.js.html +108 -0
- package/coverage/lcov-report/lib/properties/marginTop.js.html +108 -0
- package/coverage/lcov-report/lib/properties/opacity.js.html +111 -0
- package/coverage/lcov-report/lib/properties/outlineColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/padding.js.html +252 -0
- package/coverage/lcov-report/lib/properties/paddingBottom.js.html +108 -0
- package/coverage/lcov-report/lib/properties/paddingLeft.js.html +108 -0
- package/coverage/lcov-report/lib/properties/paddingRight.js.html +108 -0
- package/coverage/lcov-report/lib/properties/paddingTop.js.html +108 -0
- package/coverage/lcov-report/lib/properties/right.js.html +111 -0
- package/coverage/lcov-report/lib/properties/stopColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/textLineThroughColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/textOverlineColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/textUnderlineColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/top.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitBorderAfterColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitBorderBeforeColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitBorderEndColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitBorderStartColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitColumnRuleColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitMatchNearestMailBlockquoteColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitTapHighlightColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitTextEmphasisColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitTextFillColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/webkitTextStrokeColor.js.html +111 -0
- package/coverage/lcov-report/lib/properties/width.js.html +141 -0
- package/coverage/lcov-report/lib/utils/getBasicPropertyDescriptor.js.html +111 -0
- package/coverage/lcov-report/lib/utils/index.html +97 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov.info +3711 -0
- package/jest.config.js +10 -0
- package/lib/CSSStyleDeclaration.js +224 -202
- package/lib/CSSStyleDeclaration.test.js +521 -0
- package/lib/allExtraProperties.js +248 -0
- package/lib/allProperties.js +497 -0
- package/lib/constants.js +6 -0
- package/lib/implementedProperties.js +90 -0
- package/lib/named_colors.json +152 -0
- package/lib/parsers.js +572 -534
- package/lib/parsers.test.js +98 -0
- package/lib/properties/azimuth.js +59 -57
- package/lib/properties/background.js +9 -14
- package/lib/properties/backgroundAttachment.js +17 -15
- package/lib/properties/backgroundColor.js +24 -21
- package/lib/properties/backgroundImage.js +20 -17
- package/lib/properties/backgroundPosition.js +40 -38
- package/lib/properties/backgroundRepeat.js +20 -13
- package/lib/properties/border.js +20 -36
- package/lib/properties/borderBottom.js +7 -13
- package/lib/properties/borderBottomColor.js +11 -11
- package/lib/properties/borderBottomStyle.js +14 -14
- package/lib/properties/borderBottomWidth.js +11 -11
- package/lib/properties/borderCollapse.js +17 -16
- package/lib/properties/borderColor.js +17 -15
- package/lib/properties/borderLeft.js +7 -13
- package/lib/properties/borderLeftColor.js +11 -11
- package/lib/properties/borderLeftStyle.js +14 -14
- package/lib/properties/borderLeftWidth.js +11 -11
- package/lib/properties/borderRight.js +7 -13
- package/lib/properties/borderRightColor.js +11 -11
- package/lib/properties/borderRightStyle.js +14 -14
- package/lib/properties/borderRightWidth.js +11 -11
- package/lib/properties/borderSpacing.js +26 -30
- package/lib/properties/borderStyle.js +24 -13
- package/lib/properties/borderTop.js +7 -12
- package/lib/properties/borderTopColor.js +11 -11
- package/lib/properties/borderTopStyle.js +14 -14
- package/lib/properties/borderTopWidth.js +10 -10
- package/lib/properties/borderWidth.js +29 -30
- package/lib/properties/bottom.js +8 -8
- package/lib/properties/clear.js +9 -9
- package/lib/properties/clip.js +37 -39
- package/lib/properties/color.js +8 -8
- package/lib/properties/cssFloat.js +8 -8
- package/lib/properties/flex.js +45 -0
- package/lib/properties/flexBasis.js +28 -0
- package/lib/properties/flexGrow.js +19 -0
- package/lib/properties/flexShrink.js +19 -0
- package/lib/properties/float.js +12 -0
- package/lib/properties/floodColor.js +8 -8
- package/lib/properties/font.js +27 -24
- package/lib/properties/fontFamily.js +21 -21
- package/lib/properties/fontSize.js +26 -13
- package/lib/properties/fontStyle.js +10 -10
- package/lib/properties/fontVariant.js +9 -9
- package/lib/properties/fontWeight.js +25 -10
- package/lib/properties/height.js +15 -15
- package/lib/properties/left.js +8 -8
- package/lib/properties/lightingColor.js +8 -8
- package/lib/properties/lineHeight.js +16 -11
- package/lib/properties/margin.js +49 -40
- package/lib/properties/marginBottom.js +6 -6
- package/lib/properties/marginLeft.js +6 -6
- package/lib/properties/marginRight.js +6 -6
- package/lib/properties/marginTop.js +6 -6
- package/lib/properties/opacity.js +8 -8
- package/lib/properties/outlineColor.js +8 -8
- package/lib/properties/padding.js +42 -33
- package/lib/properties/paddingBottom.js +6 -6
- package/lib/properties/paddingLeft.js +6 -6
- package/lib/properties/paddingRight.js +6 -6
- package/lib/properties/paddingTop.js +6 -6
- package/lib/properties/right.js +8 -8
- package/lib/properties/stopColor.js +8 -8
- package/lib/properties/textLineThroughColor.js +8 -8
- package/lib/properties/textOverlineColor.js +8 -8
- package/lib/properties/textUnderlineColor.js +8 -8
- package/lib/properties/top.js +8 -8
- package/lib/properties/webkitBorderAfterColor.js +8 -8
- package/lib/properties/webkitBorderBeforeColor.js +8 -8
- package/lib/properties/webkitBorderEndColor.js +8 -8
- package/lib/properties/webkitBorderStartColor.js +8 -8
- package/lib/properties/webkitColumnRuleColor.js +8 -8
- package/lib/properties/webkitMatchNearestMailBlockquoteColor.js +8 -8
- package/lib/properties/webkitTapHighlightColor.js +8 -8
- package/lib/properties/webkitTextEmphasisColor.js +8 -8
- package/lib/properties/webkitTextFillColor.js +8 -8
- package/lib/properties/webkitTextStrokeColor.js +8 -8
- package/lib/properties/width.js +15 -15
- package/lib/properties.js +224 -4343
- package/lib/utils/getBasicPropertyDescriptor.js +14 -0
- package/package.json +34 -22
- package/scripts/download_latest_properties.js +88 -0
- package/scripts/generate_implemented_properties.js +61 -0
- package/scripts/generate_properties.js +107 -117
- package/lib/properties/alignContent.js +0 -12
- package/lib/properties/alignItems.js +0 -12
- package/lib/properties/alignmentBaseline.js +0 -12
- package/lib/properties/backgroundClip.js +0 -12
- package/lib/properties/backgroundOrigin.js +0 -12
- package/lib/properties/backgroundPositionX.js +0 -12
- package/lib/properties/backgroundPositionY.js +0 -12
- package/lib/properties/backgroundRepeatX.js +0 -12
- package/lib/properties/backgroundRepeatY.js +0 -12
- package/lib/properties/backgroundSize.js +0 -12
- package/lib/properties/baselineShift.js +0 -12
- package/lib/properties/borderBottomLeftRadius.js +0 -12
- package/lib/properties/borderBottomRightRadius.js +0 -12
- package/lib/properties/borderImage.js +0 -12
- package/lib/properties/borderImageOutset.js +0 -12
- package/lib/properties/borderImageRepeat.js +0 -12
- package/lib/properties/borderImageSlice.js +0 -12
- package/lib/properties/borderImageSource.js +0 -12
- package/lib/properties/borderImageWidth.js +0 -12
- package/lib/properties/borderRadius.js +0 -12
- package/lib/properties/borderTopLeftRadius.js +0 -12
- package/lib/properties/borderTopRightRadius.js +0 -12
- package/lib/properties/boxShadow.js +0 -12
- package/lib/properties/boxSizing.js +0 -12
- package/lib/properties/captionSide.js +0 -12
- package/lib/properties/colorInterpolation.js +0 -12
- package/lib/properties/colorInterpolationFilters.js +0 -12
- package/lib/properties/colorProfile.js +0 -12
- package/lib/properties/colorRendering.js +0 -12
- package/lib/properties/content.js +0 -12
- package/lib/properties/counterIncrement.js +0 -12
- package/lib/properties/counterReset.js +0 -12
- package/lib/properties/cue.js +0 -12
- package/lib/properties/cueAfter.js +0 -12
- package/lib/properties/cueBefore.js +0 -12
- package/lib/properties/cursor.js +0 -12
- package/lib/properties/direction.js +0 -12
- package/lib/properties/display.js +0 -12
- package/lib/properties/dominantBaseline.js +0 -12
- package/lib/properties/elevation.js +0 -12
- package/lib/properties/emptyCells.js +0 -12
- package/lib/properties/enableBackground.js +0 -12
- package/lib/properties/fill.js +0 -12
- package/lib/properties/fillOpacity.js +0 -12
- package/lib/properties/fillRule.js +0 -12
- package/lib/properties/filter.js +0 -12
- package/lib/properties/flexDirection.js +0 -12
- package/lib/properties/flexFlow.js +0 -12
- package/lib/properties/flexWrap.js +0 -12
- package/lib/properties/floodOpacity.js +0 -12
- package/lib/properties/fontSizeAdjust.js +0 -12
- package/lib/properties/fontStretch.js +0 -12
- package/lib/properties/glyphOrientationHorizontal.js +0 -12
- package/lib/properties/glyphOrientationVertical.js +0 -12
- package/lib/properties/imageRendering.js +0 -12
- package/lib/properties/justifyContent.js +0 -12
- package/lib/properties/kerning.js +0 -12
- package/lib/properties/letterSpacing.js +0 -12
- package/lib/properties/listStyle.js +0 -12
- package/lib/properties/listStyleImage.js +0 -12
- package/lib/properties/listStylePosition.js +0 -12
- package/lib/properties/listStyleType.js +0 -12
- package/lib/properties/marker.js +0 -12
- package/lib/properties/markerEnd.js +0 -12
- package/lib/properties/markerMid.js +0 -12
- package/lib/properties/markerOffset.js +0 -12
- package/lib/properties/markerStart.js +0 -12
- package/lib/properties/marks.js +0 -12
- package/lib/properties/mask.js +0 -12
- package/lib/properties/maxHeight.js +0 -12
- package/lib/properties/maxWidth.js +0 -12
- package/lib/properties/minHeight.js +0 -12
- package/lib/properties/minWidth.js +0 -12
- package/lib/properties/orphans.js +0 -12
- package/lib/properties/outline.js +0 -12
- package/lib/properties/outlineOffset.js +0 -12
- package/lib/properties/outlineStyle.js +0 -12
- package/lib/properties/outlineWidth.js +0 -12
- package/lib/properties/overflow.js +0 -12
- package/lib/properties/overflowX.js +0 -12
- package/lib/properties/overflowY.js +0 -12
- package/lib/properties/page.js +0 -12
- package/lib/properties/pageBreakAfter.js +0 -12
- package/lib/properties/pageBreakBefore.js +0 -12
- package/lib/properties/pageBreakInside.js +0 -12
- package/lib/properties/pause.js +0 -12
- package/lib/properties/pauseAfter.js +0 -12
- package/lib/properties/pauseBefore.js +0 -12
- package/lib/properties/pitch.js +0 -12
- package/lib/properties/pitchRange.js +0 -12
- package/lib/properties/playDuring.js +0 -12
- package/lib/properties/pointerEvents.js +0 -12
- package/lib/properties/position.js +0 -12
- package/lib/properties/quotes.js +0 -12
- package/lib/properties/resize.js +0 -12
- package/lib/properties/richness.js +0 -12
- package/lib/properties/shapeRendering.js +0 -12
- package/lib/properties/size.js +0 -12
- package/lib/properties/speak.js +0 -12
- package/lib/properties/speakHeader.js +0 -12
- package/lib/properties/speakNumeral.js +0 -12
- package/lib/properties/speakPunctuation.js +0 -12
- package/lib/properties/speechRate.js +0 -12
- package/lib/properties/src.js +0 -12
- package/lib/properties/stopOpacity.js +0 -12
- package/lib/properties/stress.js +0 -12
- package/lib/properties/stroke.js +0 -12
- package/lib/properties/strokeDasharray.js +0 -12
- package/lib/properties/strokeDashoffset.js +0 -12
- package/lib/properties/strokeLinecap.js +0 -12
- package/lib/properties/strokeLinejoin.js +0 -12
- package/lib/properties/strokeMiterlimit.js +0 -12
- package/lib/properties/strokeOpacity.js +0 -12
- package/lib/properties/strokeWidth.js +0 -12
- package/lib/properties/tableLayout.js +0 -12
- package/lib/properties/textAlign.js +0 -12
- package/lib/properties/textAnchor.js +0 -12
- package/lib/properties/textDecoration.js +0 -12
- package/lib/properties/textIndent.js +0 -12
- package/lib/properties/textLineThrough.js +0 -12
- package/lib/properties/textLineThroughMode.js +0 -12
- package/lib/properties/textLineThroughStyle.js +0 -12
- package/lib/properties/textLineThroughWidth.js +0 -12
- package/lib/properties/textOverflow.js +0 -12
- package/lib/properties/textOverline.js +0 -12
- package/lib/properties/textOverlineMode.js +0 -12
- package/lib/properties/textOverlineStyle.js +0 -12
- package/lib/properties/textOverlineWidth.js +0 -12
- package/lib/properties/textRendering.js +0 -12
- package/lib/properties/textShadow.js +0 -12
- package/lib/properties/textTransform.js +0 -12
- package/lib/properties/textUnderline.js +0 -12
- package/lib/properties/textUnderlineMode.js +0 -12
- package/lib/properties/textUnderlineStyle.js +0 -12
- package/lib/properties/textUnderlineWidth.js +0 -12
- package/lib/properties/transform.js +0 -12
- package/lib/properties/unicodeBidi.js +0 -12
- package/lib/properties/unicodeRange.js +0 -12
- package/lib/properties/vectorEffect.js +0 -12
- package/lib/properties/verticalAlign.js +0 -12
- package/lib/properties/visibility.js +0 -12
- package/lib/properties/voiceFamily.js +0 -12
- package/lib/properties/volume.js +0 -12
- package/lib/properties/webkitAnimation.js +0 -12
- package/lib/properties/webkitAnimationDelay.js +0 -12
- package/lib/properties/webkitAnimationDirection.js +0 -12
- package/lib/properties/webkitAnimationDuration.js +0 -12
- package/lib/properties/webkitAnimationFillMode.js +0 -12
- package/lib/properties/webkitAnimationIterationCount.js +0 -12
- package/lib/properties/webkitAnimationName.js +0 -12
- package/lib/properties/webkitAnimationPlayState.js +0 -12
- package/lib/properties/webkitAnimationTimingFunction.js +0 -12
- package/lib/properties/webkitAppearance.js +0 -12
- package/lib/properties/webkitAspectRatio.js +0 -12
- package/lib/properties/webkitBackfaceVisibility.js +0 -12
- package/lib/properties/webkitBackgroundClip.js +0 -12
- package/lib/properties/webkitBackgroundComposite.js +0 -12
- package/lib/properties/webkitBackgroundOrigin.js +0 -12
- package/lib/properties/webkitBackgroundSize.js +0 -12
- package/lib/properties/webkitBorderAfter.js +0 -12
- package/lib/properties/webkitBorderAfterStyle.js +0 -12
- package/lib/properties/webkitBorderAfterWidth.js +0 -12
- package/lib/properties/webkitBorderBefore.js +0 -12
- package/lib/properties/webkitBorderBeforeStyle.js +0 -12
- package/lib/properties/webkitBorderBeforeWidth.js +0 -12
- package/lib/properties/webkitBorderEnd.js +0 -12
- package/lib/properties/webkitBorderEndStyle.js +0 -12
- package/lib/properties/webkitBorderEndWidth.js +0 -12
- package/lib/properties/webkitBorderFit.js +0 -12
- package/lib/properties/webkitBorderHorizontalSpacing.js +0 -12
- package/lib/properties/webkitBorderImage.js +0 -12
- package/lib/properties/webkitBorderRadius.js +0 -12
- package/lib/properties/webkitBorderStart.js +0 -12
- package/lib/properties/webkitBorderStartStyle.js +0 -12
- package/lib/properties/webkitBorderStartWidth.js +0 -12
- package/lib/properties/webkitBorderVerticalSpacing.js +0 -12
- package/lib/properties/webkitBoxAlign.js +0 -12
- package/lib/properties/webkitBoxDirection.js +0 -12
- package/lib/properties/webkitBoxFlex.js +0 -12
- package/lib/properties/webkitBoxFlexGroup.js +0 -12
- package/lib/properties/webkitBoxLines.js +0 -12
- package/lib/properties/webkitBoxOrdinalGroup.js +0 -12
- package/lib/properties/webkitBoxOrient.js +0 -12
- package/lib/properties/webkitBoxPack.js +0 -12
- package/lib/properties/webkitBoxReflect.js +0 -12
- package/lib/properties/webkitBoxShadow.js +0 -12
- package/lib/properties/webkitColorCorrection.js +0 -12
- package/lib/properties/webkitColumnAxis.js +0 -12
- package/lib/properties/webkitColumnBreakAfter.js +0 -12
- package/lib/properties/webkitColumnBreakBefore.js +0 -12
- package/lib/properties/webkitColumnBreakInside.js +0 -12
- package/lib/properties/webkitColumnCount.js +0 -12
- package/lib/properties/webkitColumnGap.js +0 -12
- package/lib/properties/webkitColumnRule.js +0 -12
- package/lib/properties/webkitColumnRuleStyle.js +0 -12
- package/lib/properties/webkitColumnRuleWidth.js +0 -12
- package/lib/properties/webkitColumnSpan.js +0 -12
- package/lib/properties/webkitColumnWidth.js +0 -12
- package/lib/properties/webkitColumns.js +0 -12
- package/lib/properties/webkitFilter.js +0 -12
- package/lib/properties/webkitFlexAlign.js +0 -12
- package/lib/properties/webkitFlexDirection.js +0 -12
- package/lib/properties/webkitFlexFlow.js +0 -12
- package/lib/properties/webkitFlexItemAlign.js +0 -12
- package/lib/properties/webkitFlexLinePack.js +0 -12
- package/lib/properties/webkitFlexOrder.js +0 -12
- package/lib/properties/webkitFlexPack.js +0 -12
- package/lib/properties/webkitFlexWrap.js +0 -12
- package/lib/properties/webkitFlowFrom.js +0 -12
- package/lib/properties/webkitFlowInto.js +0 -12
- package/lib/properties/webkitFontFeatureSettings.js +0 -12
- package/lib/properties/webkitFontKerning.js +0 -12
- package/lib/properties/webkitFontSizeDelta.js +0 -12
- package/lib/properties/webkitFontSmoothing.js +0 -12
- package/lib/properties/webkitFontVariantLigatures.js +0 -12
- package/lib/properties/webkitHighlight.js +0 -12
- package/lib/properties/webkitHyphenateCharacter.js +0 -12
- package/lib/properties/webkitHyphenateLimitAfter.js +0 -12
- package/lib/properties/webkitHyphenateLimitBefore.js +0 -12
- package/lib/properties/webkitHyphenateLimitLines.js +0 -12
- package/lib/properties/webkitHyphens.js +0 -12
- package/lib/properties/webkitLineAlign.js +0 -12
- package/lib/properties/webkitLineBoxContain.js +0 -12
- package/lib/properties/webkitLineBreak.js +0 -12
- package/lib/properties/webkitLineClamp.js +0 -12
- package/lib/properties/webkitLineGrid.js +0 -12
- package/lib/properties/webkitLineSnap.js +0 -12
- package/lib/properties/webkitLocale.js +0 -12
- package/lib/properties/webkitLogicalHeight.js +0 -12
- package/lib/properties/webkitLogicalWidth.js +0 -12
- package/lib/properties/webkitMarginAfter.js +0 -12
- package/lib/properties/webkitMarginAfterCollapse.js +0 -12
- package/lib/properties/webkitMarginBefore.js +0 -12
- package/lib/properties/webkitMarginBeforeCollapse.js +0 -12
- package/lib/properties/webkitMarginBottomCollapse.js +0 -12
- package/lib/properties/webkitMarginCollapse.js +0 -12
- package/lib/properties/webkitMarginEnd.js +0 -12
- package/lib/properties/webkitMarginStart.js +0 -12
- package/lib/properties/webkitMarginTopCollapse.js +0 -12
- package/lib/properties/webkitMarquee.js +0 -12
- package/lib/properties/webkitMarqueeDirection.js +0 -12
- package/lib/properties/webkitMarqueeIncrement.js +0 -12
- package/lib/properties/webkitMarqueeRepetition.js +0 -12
- package/lib/properties/webkitMarqueeSpeed.js +0 -12
- package/lib/properties/webkitMarqueeStyle.js +0 -12
- package/lib/properties/webkitMask.js +0 -12
- package/lib/properties/webkitMaskAttachment.js +0 -12
- package/lib/properties/webkitMaskBoxImage.js +0 -12
- package/lib/properties/webkitMaskBoxImageOutset.js +0 -12
- package/lib/properties/webkitMaskBoxImageRepeat.js +0 -12
- package/lib/properties/webkitMaskBoxImageSlice.js +0 -12
- package/lib/properties/webkitMaskBoxImageSource.js +0 -12
- package/lib/properties/webkitMaskBoxImageWidth.js +0 -12
- package/lib/properties/webkitMaskClip.js +0 -12
- package/lib/properties/webkitMaskComposite.js +0 -12
- package/lib/properties/webkitMaskImage.js +0 -12
- package/lib/properties/webkitMaskOrigin.js +0 -12
- package/lib/properties/webkitMaskPosition.js +0 -12
- package/lib/properties/webkitMaskPositionX.js +0 -12
- package/lib/properties/webkitMaskPositionY.js +0 -12
- package/lib/properties/webkitMaskRepeat.js +0 -12
- package/lib/properties/webkitMaskRepeatX.js +0 -12
- package/lib/properties/webkitMaskRepeatY.js +0 -12
- package/lib/properties/webkitMaskSize.js +0 -12
- package/lib/properties/webkitMaxLogicalHeight.js +0 -12
- package/lib/properties/webkitMaxLogicalWidth.js +0 -12
- package/lib/properties/webkitMinLogicalHeight.js +0 -12
- package/lib/properties/webkitMinLogicalWidth.js +0 -12
- package/lib/properties/webkitNbspMode.js +0 -12
- package/lib/properties/webkitOverflowScrolling.js +0 -12
- package/lib/properties/webkitPaddingAfter.js +0 -12
- package/lib/properties/webkitPaddingBefore.js +0 -12
- package/lib/properties/webkitPaddingEnd.js +0 -12
- package/lib/properties/webkitPaddingStart.js +0 -12
- package/lib/properties/webkitPerspective.js +0 -12
- package/lib/properties/webkitPerspectiveOrigin.js +0 -12
- package/lib/properties/webkitPerspectiveOriginX.js +0 -12
- package/lib/properties/webkitPerspectiveOriginY.js +0 -12
- package/lib/properties/webkitPrintColorAdjust.js +0 -12
- package/lib/properties/webkitRegionBreakAfter.js +0 -12
- package/lib/properties/webkitRegionBreakBefore.js +0 -12
- package/lib/properties/webkitRegionBreakInside.js +0 -12
- package/lib/properties/webkitRegionOverflow.js +0 -12
- package/lib/properties/webkitRtlOrdering.js +0 -12
- package/lib/properties/webkitSvgShadow.js +0 -12
- package/lib/properties/webkitTextCombine.js +0 -12
- package/lib/properties/webkitTextDecorationsInEffect.js +0 -12
- package/lib/properties/webkitTextEmphasis.js +0 -12
- package/lib/properties/webkitTextEmphasisPosition.js +0 -12
- package/lib/properties/webkitTextEmphasisStyle.js +0 -12
- package/lib/properties/webkitTextOrientation.js +0 -12
- package/lib/properties/webkitTextSecurity.js +0 -12
- package/lib/properties/webkitTextSizeAdjust.js +0 -12
- package/lib/properties/webkitTextStroke.js +0 -12
- package/lib/properties/webkitTextStrokeWidth.js +0 -12
- package/lib/properties/webkitTransform.js +0 -12
- package/lib/properties/webkitTransformOrigin.js +0 -12
- package/lib/properties/webkitTransformOriginX.js +0 -12
- package/lib/properties/webkitTransformOriginY.js +0 -12
- package/lib/properties/webkitTransformOriginZ.js +0 -12
- package/lib/properties/webkitTransformStyle.js +0 -12
- package/lib/properties/webkitTransition.js +0 -12
- package/lib/properties/webkitTransitionDelay.js +0 -12
- package/lib/properties/webkitTransitionDuration.js +0 -12
- package/lib/properties/webkitTransitionProperty.js +0 -12
- package/lib/properties/webkitTransitionTimingFunction.js +0 -12
- package/lib/properties/webkitUserDrag.js +0 -12
- package/lib/properties/webkitUserModify.js +0 -12
- package/lib/properties/webkitUserSelect.js +0 -12
- package/lib/properties/webkitWrap.js +0 -12
- package/lib/properties/webkitWrapFlow.js +0 -12
- package/lib/properties/webkitWrapMargin.js +0 -12
- package/lib/properties/webkitWrapPadding.js +0 -12
- package/lib/properties/webkitWrapShapeInside.js +0 -12
- package/lib/properties/webkitWrapShapeOutside.js +0 -12
- package/lib/properties/webkitWrapThrough.js +0 -12
- package/lib/properties/webkitWritingMode.js +0 -12
- package/lib/properties/whiteSpace.js +0 -12
- package/lib/properties/widows.js +0 -12
- package/lib/properties/wordBreak.js +0 -12
- package/lib/properties/wordSpacing.js +0 -12
- package/lib/properties/wordWrap.js +0 -12
- package/lib/properties/writingMode.js +0 -12
- package/lib/properties/zIndex.js +0 -12
- package/lib/properties/zoom.js +0 -12
- package/lib/validProperties.js +0 -410
- package/scripts/generate_valid_properties.js +0 -62
- package/tests/tests.js +0 -450
|
@@ -0,0 +1,813 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<title>Code coverage report for lib/allExtraProperties.js</title>
|
|
5
|
+
<meta charset="utf-8" />
|
|
6
|
+
<link rel="stylesheet" href="../prettify.css" />
|
|
7
|
+
<link rel="stylesheet" href="../base.css" />
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<style type='text/css'>
|
|
10
|
+
.coverage-summary .sorter {
|
|
11
|
+
background-image: url(../sort-arrow-sprite.png);
|
|
12
|
+
}
|
|
13
|
+
</style>
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<div class='wrapper'>
|
|
17
|
+
<div class='pad1'>
|
|
18
|
+
<h1>
|
|
19
|
+
<a href="../index.html">All files</a> / <a href="index.html">lib</a> allExtraProperties.js
|
|
20
|
+
</h1>
|
|
21
|
+
<div class='clearfix'>
|
|
22
|
+
<div class='fl pad1y space-right2'>
|
|
23
|
+
<span class="strong">100% </span>
|
|
24
|
+
<span class="quiet">Statements</span>
|
|
25
|
+
<span class='fraction'>241/241</span>
|
|
26
|
+
</div>
|
|
27
|
+
<div class='fl pad1y space-right2'>
|
|
28
|
+
<span class="strong">100% </span>
|
|
29
|
+
<span class="quiet">Branches</span>
|
|
30
|
+
<span class='fraction'>0/0</span>
|
|
31
|
+
</div>
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Functions</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
<div class='fl pad1y space-right2'>
|
|
38
|
+
<span class="strong">100% </span>
|
|
39
|
+
<span class="quiet">Lines</span>
|
|
40
|
+
<span class='fraction'>241/241</span>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
<p class="quiet">
|
|
44
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
45
|
+
</p>
|
|
46
|
+
</div>
|
|
47
|
+
<div class='status-line high'></div>
|
|
48
|
+
<pre><table class="coverage">
|
|
49
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
50
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
51
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
52
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
53
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
54
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
55
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
56
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
57
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
58
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
59
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
60
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
61
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
62
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
63
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
64
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
65
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
66
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
67
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
68
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
69
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
70
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
71
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
72
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
73
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
74
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
75
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
76
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
77
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
78
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
79
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
80
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
81
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
82
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
83
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
84
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
85
|
+
<a name='L37'></a><a href='#L37'>37</a>
|
|
86
|
+
<a name='L38'></a><a href='#L38'>38</a>
|
|
87
|
+
<a name='L39'></a><a href='#L39'>39</a>
|
|
88
|
+
<a name='L40'></a><a href='#L40'>40</a>
|
|
89
|
+
<a name='L41'></a><a href='#L41'>41</a>
|
|
90
|
+
<a name='L42'></a><a href='#L42'>42</a>
|
|
91
|
+
<a name='L43'></a><a href='#L43'>43</a>
|
|
92
|
+
<a name='L44'></a><a href='#L44'>44</a>
|
|
93
|
+
<a name='L45'></a><a href='#L45'>45</a>
|
|
94
|
+
<a name='L46'></a><a href='#L46'>46</a>
|
|
95
|
+
<a name='L47'></a><a href='#L47'>47</a>
|
|
96
|
+
<a name='L48'></a><a href='#L48'>48</a>
|
|
97
|
+
<a name='L49'></a><a href='#L49'>49</a>
|
|
98
|
+
<a name='L50'></a><a href='#L50'>50</a>
|
|
99
|
+
<a name='L51'></a><a href='#L51'>51</a>
|
|
100
|
+
<a name='L52'></a><a href='#L52'>52</a>
|
|
101
|
+
<a name='L53'></a><a href='#L53'>53</a>
|
|
102
|
+
<a name='L54'></a><a href='#L54'>54</a>
|
|
103
|
+
<a name='L55'></a><a href='#L55'>55</a>
|
|
104
|
+
<a name='L56'></a><a href='#L56'>56</a>
|
|
105
|
+
<a name='L57'></a><a href='#L57'>57</a>
|
|
106
|
+
<a name='L58'></a><a href='#L58'>58</a>
|
|
107
|
+
<a name='L59'></a><a href='#L59'>59</a>
|
|
108
|
+
<a name='L60'></a><a href='#L60'>60</a>
|
|
109
|
+
<a name='L61'></a><a href='#L61'>61</a>
|
|
110
|
+
<a name='L62'></a><a href='#L62'>62</a>
|
|
111
|
+
<a name='L63'></a><a href='#L63'>63</a>
|
|
112
|
+
<a name='L64'></a><a href='#L64'>64</a>
|
|
113
|
+
<a name='L65'></a><a href='#L65'>65</a>
|
|
114
|
+
<a name='L66'></a><a href='#L66'>66</a>
|
|
115
|
+
<a name='L67'></a><a href='#L67'>67</a>
|
|
116
|
+
<a name='L68'></a><a href='#L68'>68</a>
|
|
117
|
+
<a name='L69'></a><a href='#L69'>69</a>
|
|
118
|
+
<a name='L70'></a><a href='#L70'>70</a>
|
|
119
|
+
<a name='L71'></a><a href='#L71'>71</a>
|
|
120
|
+
<a name='L72'></a><a href='#L72'>72</a>
|
|
121
|
+
<a name='L73'></a><a href='#L73'>73</a>
|
|
122
|
+
<a name='L74'></a><a href='#L74'>74</a>
|
|
123
|
+
<a name='L75'></a><a href='#L75'>75</a>
|
|
124
|
+
<a name='L76'></a><a href='#L76'>76</a>
|
|
125
|
+
<a name='L77'></a><a href='#L77'>77</a>
|
|
126
|
+
<a name='L78'></a><a href='#L78'>78</a>
|
|
127
|
+
<a name='L79'></a><a href='#L79'>79</a>
|
|
128
|
+
<a name='L80'></a><a href='#L80'>80</a>
|
|
129
|
+
<a name='L81'></a><a href='#L81'>81</a>
|
|
130
|
+
<a name='L82'></a><a href='#L82'>82</a>
|
|
131
|
+
<a name='L83'></a><a href='#L83'>83</a>
|
|
132
|
+
<a name='L84'></a><a href='#L84'>84</a>
|
|
133
|
+
<a name='L85'></a><a href='#L85'>85</a>
|
|
134
|
+
<a name='L86'></a><a href='#L86'>86</a>
|
|
135
|
+
<a name='L87'></a><a href='#L87'>87</a>
|
|
136
|
+
<a name='L88'></a><a href='#L88'>88</a>
|
|
137
|
+
<a name='L89'></a><a href='#L89'>89</a>
|
|
138
|
+
<a name='L90'></a><a href='#L90'>90</a>
|
|
139
|
+
<a name='L91'></a><a href='#L91'>91</a>
|
|
140
|
+
<a name='L92'></a><a href='#L92'>92</a>
|
|
141
|
+
<a name='L93'></a><a href='#L93'>93</a>
|
|
142
|
+
<a name='L94'></a><a href='#L94'>94</a>
|
|
143
|
+
<a name='L95'></a><a href='#L95'>95</a>
|
|
144
|
+
<a name='L96'></a><a href='#L96'>96</a>
|
|
145
|
+
<a name='L97'></a><a href='#L97'>97</a>
|
|
146
|
+
<a name='L98'></a><a href='#L98'>98</a>
|
|
147
|
+
<a name='L99'></a><a href='#L99'>99</a>
|
|
148
|
+
<a name='L100'></a><a href='#L100'>100</a>
|
|
149
|
+
<a name='L101'></a><a href='#L101'>101</a>
|
|
150
|
+
<a name='L102'></a><a href='#L102'>102</a>
|
|
151
|
+
<a name='L103'></a><a href='#L103'>103</a>
|
|
152
|
+
<a name='L104'></a><a href='#L104'>104</a>
|
|
153
|
+
<a name='L105'></a><a href='#L105'>105</a>
|
|
154
|
+
<a name='L106'></a><a href='#L106'>106</a>
|
|
155
|
+
<a name='L107'></a><a href='#L107'>107</a>
|
|
156
|
+
<a name='L108'></a><a href='#L108'>108</a>
|
|
157
|
+
<a name='L109'></a><a href='#L109'>109</a>
|
|
158
|
+
<a name='L110'></a><a href='#L110'>110</a>
|
|
159
|
+
<a name='L111'></a><a href='#L111'>111</a>
|
|
160
|
+
<a name='L112'></a><a href='#L112'>112</a>
|
|
161
|
+
<a name='L113'></a><a href='#L113'>113</a>
|
|
162
|
+
<a name='L114'></a><a href='#L114'>114</a>
|
|
163
|
+
<a name='L115'></a><a href='#L115'>115</a>
|
|
164
|
+
<a name='L116'></a><a href='#L116'>116</a>
|
|
165
|
+
<a name='L117'></a><a href='#L117'>117</a>
|
|
166
|
+
<a name='L118'></a><a href='#L118'>118</a>
|
|
167
|
+
<a name='L119'></a><a href='#L119'>119</a>
|
|
168
|
+
<a name='L120'></a><a href='#L120'>120</a>
|
|
169
|
+
<a name='L121'></a><a href='#L121'>121</a>
|
|
170
|
+
<a name='L122'></a><a href='#L122'>122</a>
|
|
171
|
+
<a name='L123'></a><a href='#L123'>123</a>
|
|
172
|
+
<a name='L124'></a><a href='#L124'>124</a>
|
|
173
|
+
<a name='L125'></a><a href='#L125'>125</a>
|
|
174
|
+
<a name='L126'></a><a href='#L126'>126</a>
|
|
175
|
+
<a name='L127'></a><a href='#L127'>127</a>
|
|
176
|
+
<a name='L128'></a><a href='#L128'>128</a>
|
|
177
|
+
<a name='L129'></a><a href='#L129'>129</a>
|
|
178
|
+
<a name='L130'></a><a href='#L130'>130</a>
|
|
179
|
+
<a name='L131'></a><a href='#L131'>131</a>
|
|
180
|
+
<a name='L132'></a><a href='#L132'>132</a>
|
|
181
|
+
<a name='L133'></a><a href='#L133'>133</a>
|
|
182
|
+
<a name='L134'></a><a href='#L134'>134</a>
|
|
183
|
+
<a name='L135'></a><a href='#L135'>135</a>
|
|
184
|
+
<a name='L136'></a><a href='#L136'>136</a>
|
|
185
|
+
<a name='L137'></a><a href='#L137'>137</a>
|
|
186
|
+
<a name='L138'></a><a href='#L138'>138</a>
|
|
187
|
+
<a name='L139'></a><a href='#L139'>139</a>
|
|
188
|
+
<a name='L140'></a><a href='#L140'>140</a>
|
|
189
|
+
<a name='L141'></a><a href='#L141'>141</a>
|
|
190
|
+
<a name='L142'></a><a href='#L142'>142</a>
|
|
191
|
+
<a name='L143'></a><a href='#L143'>143</a>
|
|
192
|
+
<a name='L144'></a><a href='#L144'>144</a>
|
|
193
|
+
<a name='L145'></a><a href='#L145'>145</a>
|
|
194
|
+
<a name='L146'></a><a href='#L146'>146</a>
|
|
195
|
+
<a name='L147'></a><a href='#L147'>147</a>
|
|
196
|
+
<a name='L148'></a><a href='#L148'>148</a>
|
|
197
|
+
<a name='L149'></a><a href='#L149'>149</a>
|
|
198
|
+
<a name='L150'></a><a href='#L150'>150</a>
|
|
199
|
+
<a name='L151'></a><a href='#L151'>151</a>
|
|
200
|
+
<a name='L152'></a><a href='#L152'>152</a>
|
|
201
|
+
<a name='L153'></a><a href='#L153'>153</a>
|
|
202
|
+
<a name='L154'></a><a href='#L154'>154</a>
|
|
203
|
+
<a name='L155'></a><a href='#L155'>155</a>
|
|
204
|
+
<a name='L156'></a><a href='#L156'>156</a>
|
|
205
|
+
<a name='L157'></a><a href='#L157'>157</a>
|
|
206
|
+
<a name='L158'></a><a href='#L158'>158</a>
|
|
207
|
+
<a name='L159'></a><a href='#L159'>159</a>
|
|
208
|
+
<a name='L160'></a><a href='#L160'>160</a>
|
|
209
|
+
<a name='L161'></a><a href='#L161'>161</a>
|
|
210
|
+
<a name='L162'></a><a href='#L162'>162</a>
|
|
211
|
+
<a name='L163'></a><a href='#L163'>163</a>
|
|
212
|
+
<a name='L164'></a><a href='#L164'>164</a>
|
|
213
|
+
<a name='L165'></a><a href='#L165'>165</a>
|
|
214
|
+
<a name='L166'></a><a href='#L166'>166</a>
|
|
215
|
+
<a name='L167'></a><a href='#L167'>167</a>
|
|
216
|
+
<a name='L168'></a><a href='#L168'>168</a>
|
|
217
|
+
<a name='L169'></a><a href='#L169'>169</a>
|
|
218
|
+
<a name='L170'></a><a href='#L170'>170</a>
|
|
219
|
+
<a name='L171'></a><a href='#L171'>171</a>
|
|
220
|
+
<a name='L172'></a><a href='#L172'>172</a>
|
|
221
|
+
<a name='L173'></a><a href='#L173'>173</a>
|
|
222
|
+
<a name='L174'></a><a href='#L174'>174</a>
|
|
223
|
+
<a name='L175'></a><a href='#L175'>175</a>
|
|
224
|
+
<a name='L176'></a><a href='#L176'>176</a>
|
|
225
|
+
<a name='L177'></a><a href='#L177'>177</a>
|
|
226
|
+
<a name='L178'></a><a href='#L178'>178</a>
|
|
227
|
+
<a name='L179'></a><a href='#L179'>179</a>
|
|
228
|
+
<a name='L180'></a><a href='#L180'>180</a>
|
|
229
|
+
<a name='L181'></a><a href='#L181'>181</a>
|
|
230
|
+
<a name='L182'></a><a href='#L182'>182</a>
|
|
231
|
+
<a name='L183'></a><a href='#L183'>183</a>
|
|
232
|
+
<a name='L184'></a><a href='#L184'>184</a>
|
|
233
|
+
<a name='L185'></a><a href='#L185'>185</a>
|
|
234
|
+
<a name='L186'></a><a href='#L186'>186</a>
|
|
235
|
+
<a name='L187'></a><a href='#L187'>187</a>
|
|
236
|
+
<a name='L188'></a><a href='#L188'>188</a>
|
|
237
|
+
<a name='L189'></a><a href='#L189'>189</a>
|
|
238
|
+
<a name='L190'></a><a href='#L190'>190</a>
|
|
239
|
+
<a name='L191'></a><a href='#L191'>191</a>
|
|
240
|
+
<a name='L192'></a><a href='#L192'>192</a>
|
|
241
|
+
<a name='L193'></a><a href='#L193'>193</a>
|
|
242
|
+
<a name='L194'></a><a href='#L194'>194</a>
|
|
243
|
+
<a name='L195'></a><a href='#L195'>195</a>
|
|
244
|
+
<a name='L196'></a><a href='#L196'>196</a>
|
|
245
|
+
<a name='L197'></a><a href='#L197'>197</a>
|
|
246
|
+
<a name='L198'></a><a href='#L198'>198</a>
|
|
247
|
+
<a name='L199'></a><a href='#L199'>199</a>
|
|
248
|
+
<a name='L200'></a><a href='#L200'>200</a>
|
|
249
|
+
<a name='L201'></a><a href='#L201'>201</a>
|
|
250
|
+
<a name='L202'></a><a href='#L202'>202</a>
|
|
251
|
+
<a name='L203'></a><a href='#L203'>203</a>
|
|
252
|
+
<a name='L204'></a><a href='#L204'>204</a>
|
|
253
|
+
<a name='L205'></a><a href='#L205'>205</a>
|
|
254
|
+
<a name='L206'></a><a href='#L206'>206</a>
|
|
255
|
+
<a name='L207'></a><a href='#L207'>207</a>
|
|
256
|
+
<a name='L208'></a><a href='#L208'>208</a>
|
|
257
|
+
<a name='L209'></a><a href='#L209'>209</a>
|
|
258
|
+
<a name='L210'></a><a href='#L210'>210</a>
|
|
259
|
+
<a name='L211'></a><a href='#L211'>211</a>
|
|
260
|
+
<a name='L212'></a><a href='#L212'>212</a>
|
|
261
|
+
<a name='L213'></a><a href='#L213'>213</a>
|
|
262
|
+
<a name='L214'></a><a href='#L214'>214</a>
|
|
263
|
+
<a name='L215'></a><a href='#L215'>215</a>
|
|
264
|
+
<a name='L216'></a><a href='#L216'>216</a>
|
|
265
|
+
<a name='L217'></a><a href='#L217'>217</a>
|
|
266
|
+
<a name='L218'></a><a href='#L218'>218</a>
|
|
267
|
+
<a name='L219'></a><a href='#L219'>219</a>
|
|
268
|
+
<a name='L220'></a><a href='#L220'>220</a>
|
|
269
|
+
<a name='L221'></a><a href='#L221'>221</a>
|
|
270
|
+
<a name='L222'></a><a href='#L222'>222</a>
|
|
271
|
+
<a name='L223'></a><a href='#L223'>223</a>
|
|
272
|
+
<a name='L224'></a><a href='#L224'>224</a>
|
|
273
|
+
<a name='L225'></a><a href='#L225'>225</a>
|
|
274
|
+
<a name='L226'></a><a href='#L226'>226</a>
|
|
275
|
+
<a name='L227'></a><a href='#L227'>227</a>
|
|
276
|
+
<a name='L228'></a><a href='#L228'>228</a>
|
|
277
|
+
<a name='L229'></a><a href='#L229'>229</a>
|
|
278
|
+
<a name='L230'></a><a href='#L230'>230</a>
|
|
279
|
+
<a name='L231'></a><a href='#L231'>231</a>
|
|
280
|
+
<a name='L232'></a><a href='#L232'>232</a>
|
|
281
|
+
<a name='L233'></a><a href='#L233'>233</a>
|
|
282
|
+
<a name='L234'></a><a href='#L234'>234</a>
|
|
283
|
+
<a name='L235'></a><a href='#L235'>235</a>
|
|
284
|
+
<a name='L236'></a><a href='#L236'>236</a>
|
|
285
|
+
<a name='L237'></a><a href='#L237'>237</a>
|
|
286
|
+
<a name='L238'></a><a href='#L238'>238</a>
|
|
287
|
+
<a name='L239'></a><a href='#L239'>239</a>
|
|
288
|
+
<a name='L240'></a><a href='#L240'>240</a>
|
|
289
|
+
<a name='L241'></a><a href='#L241'>241</a>
|
|
290
|
+
<a name='L242'></a><a href='#L242'>242</a>
|
|
291
|
+
<a name='L243'></a><a href='#L243'>243</a>
|
|
292
|
+
<a name='L244'></a><a href='#L244'>244</a>
|
|
293
|
+
<a name='L245'></a><a href='#L245'>245</a>
|
|
294
|
+
<a name='L246'></a><a href='#L246'>246</a>
|
|
295
|
+
<a name='L247'></a><a href='#L247'>247</a>
|
|
296
|
+
<a name='L248'></a><a href='#L248'>248</a>
|
|
297
|
+
<a name='L249'></a><a href='#L249'>249</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
298
|
+
<span class="cline-any cline-neutral"> </span>
|
|
299
|
+
<span class="cline-any cline-neutral"> </span>
|
|
300
|
+
<span class="cline-any cline-neutral"> </span>
|
|
301
|
+
<span class="cline-any cline-neutral"> </span>
|
|
302
|
+
<span class="cline-any cline-neutral"> </span>
|
|
303
|
+
<span class="cline-any cline-neutral"> </span>
|
|
304
|
+
<span class="cline-any cline-yes">1x</span>
|
|
305
|
+
<span class="cline-any cline-yes">1x</span>
|
|
306
|
+
<span class="cline-any cline-yes">1x</span>
|
|
307
|
+
<span class="cline-any cline-yes">1x</span>
|
|
308
|
+
<span class="cline-any cline-yes">1x</span>
|
|
309
|
+
<span class="cline-any cline-yes">1x</span>
|
|
310
|
+
<span class="cline-any cline-yes">1x</span>
|
|
311
|
+
<span class="cline-any cline-yes">1x</span>
|
|
312
|
+
<span class="cline-any cline-yes">1x</span>
|
|
313
|
+
<span class="cline-any cline-yes">1x</span>
|
|
314
|
+
<span class="cline-any cline-yes">1x</span>
|
|
315
|
+
<span class="cline-any cline-yes">1x</span>
|
|
316
|
+
<span class="cline-any cline-yes">1x</span>
|
|
317
|
+
<span class="cline-any cline-yes">1x</span>
|
|
318
|
+
<span class="cline-any cline-yes">1x</span>
|
|
319
|
+
<span class="cline-any cline-yes">1x</span>
|
|
320
|
+
<span class="cline-any cline-yes">1x</span>
|
|
321
|
+
<span class="cline-any cline-yes">1x</span>
|
|
322
|
+
<span class="cline-any cline-yes">1x</span>
|
|
323
|
+
<span class="cline-any cline-yes">1x</span>
|
|
324
|
+
<span class="cline-any cline-yes">1x</span>
|
|
325
|
+
<span class="cline-any cline-yes">1x</span>
|
|
326
|
+
<span class="cline-any cline-yes">1x</span>
|
|
327
|
+
<span class="cline-any cline-yes">1x</span>
|
|
328
|
+
<span class="cline-any cline-yes">1x</span>
|
|
329
|
+
<span class="cline-any cline-yes">1x</span>
|
|
330
|
+
<span class="cline-any cline-yes">1x</span>
|
|
331
|
+
<span class="cline-any cline-yes">1x</span>
|
|
332
|
+
<span class="cline-any cline-yes">1x</span>
|
|
333
|
+
<span class="cline-any cline-yes">1x</span>
|
|
334
|
+
<span class="cline-any cline-yes">1x</span>
|
|
335
|
+
<span class="cline-any cline-yes">1x</span>
|
|
336
|
+
<span class="cline-any cline-yes">1x</span>
|
|
337
|
+
<span class="cline-any cline-yes">1x</span>
|
|
338
|
+
<span class="cline-any cline-yes">1x</span>
|
|
339
|
+
<span class="cline-any cline-yes">1x</span>
|
|
340
|
+
<span class="cline-any cline-yes">1x</span>
|
|
341
|
+
<span class="cline-any cline-yes">1x</span>
|
|
342
|
+
<span class="cline-any cline-yes">1x</span>
|
|
343
|
+
<span class="cline-any cline-yes">1x</span>
|
|
344
|
+
<span class="cline-any cline-yes">1x</span>
|
|
345
|
+
<span class="cline-any cline-yes">1x</span>
|
|
346
|
+
<span class="cline-any cline-yes">1x</span>
|
|
347
|
+
<span class="cline-any cline-yes">1x</span>
|
|
348
|
+
<span class="cline-any cline-yes">1x</span>
|
|
349
|
+
<span class="cline-any cline-yes">1x</span>
|
|
350
|
+
<span class="cline-any cline-yes">1x</span>
|
|
351
|
+
<span class="cline-any cline-yes">1x</span>
|
|
352
|
+
<span class="cline-any cline-yes">1x</span>
|
|
353
|
+
<span class="cline-any cline-yes">1x</span>
|
|
354
|
+
<span class="cline-any cline-yes">1x</span>
|
|
355
|
+
<span class="cline-any cline-yes">1x</span>
|
|
356
|
+
<span class="cline-any cline-yes">1x</span>
|
|
357
|
+
<span class="cline-any cline-yes">1x</span>
|
|
358
|
+
<span class="cline-any cline-yes">1x</span>
|
|
359
|
+
<span class="cline-any cline-yes">1x</span>
|
|
360
|
+
<span class="cline-any cline-yes">1x</span>
|
|
361
|
+
<span class="cline-any cline-yes">1x</span>
|
|
362
|
+
<span class="cline-any cline-yes">1x</span>
|
|
363
|
+
<span class="cline-any cline-yes">1x</span>
|
|
364
|
+
<span class="cline-any cline-yes">1x</span>
|
|
365
|
+
<span class="cline-any cline-yes">1x</span>
|
|
366
|
+
<span class="cline-any cline-yes">1x</span>
|
|
367
|
+
<span class="cline-any cline-yes">1x</span>
|
|
368
|
+
<span class="cline-any cline-yes">1x</span>
|
|
369
|
+
<span class="cline-any cline-yes">1x</span>
|
|
370
|
+
<span class="cline-any cline-yes">1x</span>
|
|
371
|
+
<span class="cline-any cline-yes">1x</span>
|
|
372
|
+
<span class="cline-any cline-yes">1x</span>
|
|
373
|
+
<span class="cline-any cline-yes">1x</span>
|
|
374
|
+
<span class="cline-any cline-yes">1x</span>
|
|
375
|
+
<span class="cline-any cline-yes">1x</span>
|
|
376
|
+
<span class="cline-any cline-yes">1x</span>
|
|
377
|
+
<span class="cline-any cline-yes">1x</span>
|
|
378
|
+
<span class="cline-any cline-yes">1x</span>
|
|
379
|
+
<span class="cline-any cline-yes">1x</span>
|
|
380
|
+
<span class="cline-any cline-yes">1x</span>
|
|
381
|
+
<span class="cline-any cline-yes">1x</span>
|
|
382
|
+
<span class="cline-any cline-yes">1x</span>
|
|
383
|
+
<span class="cline-any cline-yes">1x</span>
|
|
384
|
+
<span class="cline-any cline-yes">1x</span>
|
|
385
|
+
<span class="cline-any cline-yes">1x</span>
|
|
386
|
+
<span class="cline-any cline-yes">1x</span>
|
|
387
|
+
<span class="cline-any cline-yes">1x</span>
|
|
388
|
+
<span class="cline-any cline-yes">1x</span>
|
|
389
|
+
<span class="cline-any cline-yes">1x</span>
|
|
390
|
+
<span class="cline-any cline-yes">1x</span>
|
|
391
|
+
<span class="cline-any cline-yes">1x</span>
|
|
392
|
+
<span class="cline-any cline-yes">1x</span>
|
|
393
|
+
<span class="cline-any cline-yes">1x</span>
|
|
394
|
+
<span class="cline-any cline-yes">1x</span>
|
|
395
|
+
<span class="cline-any cline-yes">1x</span>
|
|
396
|
+
<span class="cline-any cline-yes">1x</span>
|
|
397
|
+
<span class="cline-any cline-yes">1x</span>
|
|
398
|
+
<span class="cline-any cline-yes">1x</span>
|
|
399
|
+
<span class="cline-any cline-yes">1x</span>
|
|
400
|
+
<span class="cline-any cline-yes">1x</span>
|
|
401
|
+
<span class="cline-any cline-yes">1x</span>
|
|
402
|
+
<span class="cline-any cline-yes">1x</span>
|
|
403
|
+
<span class="cline-any cline-yes">1x</span>
|
|
404
|
+
<span class="cline-any cline-yes">1x</span>
|
|
405
|
+
<span class="cline-any cline-yes">1x</span>
|
|
406
|
+
<span class="cline-any cline-yes">1x</span>
|
|
407
|
+
<span class="cline-any cline-yes">1x</span>
|
|
408
|
+
<span class="cline-any cline-yes">1x</span>
|
|
409
|
+
<span class="cline-any cline-yes">1x</span>
|
|
410
|
+
<span class="cline-any cline-yes">1x</span>
|
|
411
|
+
<span class="cline-any cline-yes">1x</span>
|
|
412
|
+
<span class="cline-any cline-yes">1x</span>
|
|
413
|
+
<span class="cline-any cline-yes">1x</span>
|
|
414
|
+
<span class="cline-any cline-yes">1x</span>
|
|
415
|
+
<span class="cline-any cline-yes">1x</span>
|
|
416
|
+
<span class="cline-any cline-yes">1x</span>
|
|
417
|
+
<span class="cline-any cline-yes">1x</span>
|
|
418
|
+
<span class="cline-any cline-yes">1x</span>
|
|
419
|
+
<span class="cline-any cline-yes">1x</span>
|
|
420
|
+
<span class="cline-any cline-yes">1x</span>
|
|
421
|
+
<span class="cline-any cline-yes">1x</span>
|
|
422
|
+
<span class="cline-any cline-yes">1x</span>
|
|
423
|
+
<span class="cline-any cline-yes">1x</span>
|
|
424
|
+
<span class="cline-any cline-yes">1x</span>
|
|
425
|
+
<span class="cline-any cline-yes">1x</span>
|
|
426
|
+
<span class="cline-any cline-yes">1x</span>
|
|
427
|
+
<span class="cline-any cline-yes">1x</span>
|
|
428
|
+
<span class="cline-any cline-yes">1x</span>
|
|
429
|
+
<span class="cline-any cline-yes">1x</span>
|
|
430
|
+
<span class="cline-any cline-yes">1x</span>
|
|
431
|
+
<span class="cline-any cline-yes">1x</span>
|
|
432
|
+
<span class="cline-any cline-yes">1x</span>
|
|
433
|
+
<span class="cline-any cline-yes">1x</span>
|
|
434
|
+
<span class="cline-any cline-yes">1x</span>
|
|
435
|
+
<span class="cline-any cline-yes">1x</span>
|
|
436
|
+
<span class="cline-any cline-yes">1x</span>
|
|
437
|
+
<span class="cline-any cline-yes">1x</span>
|
|
438
|
+
<span class="cline-any cline-yes">1x</span>
|
|
439
|
+
<span class="cline-any cline-yes">1x</span>
|
|
440
|
+
<span class="cline-any cline-yes">1x</span>
|
|
441
|
+
<span class="cline-any cline-yes">1x</span>
|
|
442
|
+
<span class="cline-any cline-yes">1x</span>
|
|
443
|
+
<span class="cline-any cline-yes">1x</span>
|
|
444
|
+
<span class="cline-any cline-yes">1x</span>
|
|
445
|
+
<span class="cline-any cline-yes">1x</span>
|
|
446
|
+
<span class="cline-any cline-yes">1x</span>
|
|
447
|
+
<span class="cline-any cline-yes">1x</span>
|
|
448
|
+
<span class="cline-any cline-yes">1x</span>
|
|
449
|
+
<span class="cline-any cline-yes">1x</span>
|
|
450
|
+
<span class="cline-any cline-yes">1x</span>
|
|
451
|
+
<span class="cline-any cline-yes">1x</span>
|
|
452
|
+
<span class="cline-any cline-yes">1x</span>
|
|
453
|
+
<span class="cline-any cline-yes">1x</span>
|
|
454
|
+
<span class="cline-any cline-yes">1x</span>
|
|
455
|
+
<span class="cline-any cline-yes">1x</span>
|
|
456
|
+
<span class="cline-any cline-yes">1x</span>
|
|
457
|
+
<span class="cline-any cline-yes">1x</span>
|
|
458
|
+
<span class="cline-any cline-yes">1x</span>
|
|
459
|
+
<span class="cline-any cline-yes">1x</span>
|
|
460
|
+
<span class="cline-any cline-yes">1x</span>
|
|
461
|
+
<span class="cline-any cline-yes">1x</span>
|
|
462
|
+
<span class="cline-any cline-yes">1x</span>
|
|
463
|
+
<span class="cline-any cline-yes">1x</span>
|
|
464
|
+
<span class="cline-any cline-yes">1x</span>
|
|
465
|
+
<span class="cline-any cline-yes">1x</span>
|
|
466
|
+
<span class="cline-any cline-yes">1x</span>
|
|
467
|
+
<span class="cline-any cline-yes">1x</span>
|
|
468
|
+
<span class="cline-any cline-yes">1x</span>
|
|
469
|
+
<span class="cline-any cline-yes">1x</span>
|
|
470
|
+
<span class="cline-any cline-yes">1x</span>
|
|
471
|
+
<span class="cline-any cline-yes">1x</span>
|
|
472
|
+
<span class="cline-any cline-yes">1x</span>
|
|
473
|
+
<span class="cline-any cline-yes">1x</span>
|
|
474
|
+
<span class="cline-any cline-yes">1x</span>
|
|
475
|
+
<span class="cline-any cline-yes">1x</span>
|
|
476
|
+
<span class="cline-any cline-yes">1x</span>
|
|
477
|
+
<span class="cline-any cline-yes">1x</span>
|
|
478
|
+
<span class="cline-any cline-yes">1x</span>
|
|
479
|
+
<span class="cline-any cline-yes">1x</span>
|
|
480
|
+
<span class="cline-any cline-yes">1x</span>
|
|
481
|
+
<span class="cline-any cline-yes">1x</span>
|
|
482
|
+
<span class="cline-any cline-yes">1x</span>
|
|
483
|
+
<span class="cline-any cline-yes">1x</span>
|
|
484
|
+
<span class="cline-any cline-yes">1x</span>
|
|
485
|
+
<span class="cline-any cline-yes">1x</span>
|
|
486
|
+
<span class="cline-any cline-yes">1x</span>
|
|
487
|
+
<span class="cline-any cline-yes">1x</span>
|
|
488
|
+
<span class="cline-any cline-yes">1x</span>
|
|
489
|
+
<span class="cline-any cline-yes">1x</span>
|
|
490
|
+
<span class="cline-any cline-yes">1x</span>
|
|
491
|
+
<span class="cline-any cline-yes">1x</span>
|
|
492
|
+
<span class="cline-any cline-yes">1x</span>
|
|
493
|
+
<span class="cline-any cline-yes">1x</span>
|
|
494
|
+
<span class="cline-any cline-yes">1x</span>
|
|
495
|
+
<span class="cline-any cline-yes">1x</span>
|
|
496
|
+
<span class="cline-any cline-yes">1x</span>
|
|
497
|
+
<span class="cline-any cline-yes">1x</span>
|
|
498
|
+
<span class="cline-any cline-yes">1x</span>
|
|
499
|
+
<span class="cline-any cline-yes">1x</span>
|
|
500
|
+
<span class="cline-any cline-yes">1x</span>
|
|
501
|
+
<span class="cline-any cline-yes">1x</span>
|
|
502
|
+
<span class="cline-any cline-yes">1x</span>
|
|
503
|
+
<span class="cline-any cline-yes">1x</span>
|
|
504
|
+
<span class="cline-any cline-yes">1x</span>
|
|
505
|
+
<span class="cline-any cline-yes">1x</span>
|
|
506
|
+
<span class="cline-any cline-yes">1x</span>
|
|
507
|
+
<span class="cline-any cline-yes">1x</span>
|
|
508
|
+
<span class="cline-any cline-yes">1x</span>
|
|
509
|
+
<span class="cline-any cline-yes">1x</span>
|
|
510
|
+
<span class="cline-any cline-yes">1x</span>
|
|
511
|
+
<span class="cline-any cline-yes">1x</span>
|
|
512
|
+
<span class="cline-any cline-yes">1x</span>
|
|
513
|
+
<span class="cline-any cline-yes">1x</span>
|
|
514
|
+
<span class="cline-any cline-yes">1x</span>
|
|
515
|
+
<span class="cline-any cline-yes">1x</span>
|
|
516
|
+
<span class="cline-any cline-yes">1x</span>
|
|
517
|
+
<span class="cline-any cline-yes">1x</span>
|
|
518
|
+
<span class="cline-any cline-yes">1x</span>
|
|
519
|
+
<span class="cline-any cline-yes">1x</span>
|
|
520
|
+
<span class="cline-any cline-yes">1x</span>
|
|
521
|
+
<span class="cline-any cline-yes">1x</span>
|
|
522
|
+
<span class="cline-any cline-yes">1x</span>
|
|
523
|
+
<span class="cline-any cline-yes">1x</span>
|
|
524
|
+
<span class="cline-any cline-yes">1x</span>
|
|
525
|
+
<span class="cline-any cline-yes">1x</span>
|
|
526
|
+
<span class="cline-any cline-yes">1x</span>
|
|
527
|
+
<span class="cline-any cline-yes">1x</span>
|
|
528
|
+
<span class="cline-any cline-yes">1x</span>
|
|
529
|
+
<span class="cline-any cline-yes">1x</span>
|
|
530
|
+
<span class="cline-any cline-yes">1x</span>
|
|
531
|
+
<span class="cline-any cline-yes">1x</span>
|
|
532
|
+
<span class="cline-any cline-yes">1x</span>
|
|
533
|
+
<span class="cline-any cline-yes">1x</span>
|
|
534
|
+
<span class="cline-any cline-yes">1x</span>
|
|
535
|
+
<span class="cline-any cline-yes">1x</span>
|
|
536
|
+
<span class="cline-any cline-yes">1x</span>
|
|
537
|
+
<span class="cline-any cline-yes">1x</span>
|
|
538
|
+
<span class="cline-any cline-yes">1x</span>
|
|
539
|
+
<span class="cline-any cline-yes">1x</span>
|
|
540
|
+
<span class="cline-any cline-yes">1x</span>
|
|
541
|
+
<span class="cline-any cline-yes">1x</span>
|
|
542
|
+
<span class="cline-any cline-yes">1x</span>
|
|
543
|
+
<span class="cline-any cline-yes">1x</span>
|
|
544
|
+
<span class="cline-any cline-yes">1x</span>
|
|
545
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">'use strict';
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* This file contains all implemented properties that are not a part of any
|
|
549
|
+
* current specifications or drafts, but are handled by browsers nevertheless.
|
|
550
|
+
*/
|
|
551
|
+
|
|
552
|
+
var allExtraProperties = new Set();
|
|
553
|
+
module.exports = allExtraProperties;
|
|
554
|
+
allExtraProperties.add('background-position-x');
|
|
555
|
+
allExtraProperties.add('background-position-y');
|
|
556
|
+
allExtraProperties.add('background-repeat-x');
|
|
557
|
+
allExtraProperties.add('background-repeat-y');
|
|
558
|
+
allExtraProperties.add('color-interpolation');
|
|
559
|
+
allExtraProperties.add('color-profile');
|
|
560
|
+
allExtraProperties.add('color-rendering');
|
|
561
|
+
allExtraProperties.add('css-float');
|
|
562
|
+
allExtraProperties.add('enable-background');
|
|
563
|
+
allExtraProperties.add('fill');
|
|
564
|
+
allExtraProperties.add('fill-opacity');
|
|
565
|
+
allExtraProperties.add('fill-rule');
|
|
566
|
+
allExtraProperties.add('glyph-orientation-horizontal');
|
|
567
|
+
allExtraProperties.add('image-rendering');
|
|
568
|
+
allExtraProperties.add('kerning');
|
|
569
|
+
allExtraProperties.add('marker');
|
|
570
|
+
allExtraProperties.add('marker-end');
|
|
571
|
+
allExtraProperties.add('marker-mid');
|
|
572
|
+
allExtraProperties.add('marker-offset');
|
|
573
|
+
allExtraProperties.add('marker-start');
|
|
574
|
+
allExtraProperties.add('marks');
|
|
575
|
+
allExtraProperties.add('pointer-events');
|
|
576
|
+
allExtraProperties.add('shape-rendering');
|
|
577
|
+
allExtraProperties.add('size');
|
|
578
|
+
allExtraProperties.add('src');
|
|
579
|
+
allExtraProperties.add('stop-color');
|
|
580
|
+
allExtraProperties.add('stop-opacity');
|
|
581
|
+
allExtraProperties.add('stroke');
|
|
582
|
+
allExtraProperties.add('stroke-dasharray');
|
|
583
|
+
allExtraProperties.add('stroke-dashoffset');
|
|
584
|
+
allExtraProperties.add('stroke-linecap');
|
|
585
|
+
allExtraProperties.add('stroke-linejoin');
|
|
586
|
+
allExtraProperties.add('stroke-miterlimit');
|
|
587
|
+
allExtraProperties.add('stroke-opacity');
|
|
588
|
+
allExtraProperties.add('stroke-width');
|
|
589
|
+
allExtraProperties.add('text-anchor');
|
|
590
|
+
allExtraProperties.add('text-line-through');
|
|
591
|
+
allExtraProperties.add('text-line-through-color');
|
|
592
|
+
allExtraProperties.add('text-line-through-mode');
|
|
593
|
+
allExtraProperties.add('text-line-through-style');
|
|
594
|
+
allExtraProperties.add('text-line-through-width');
|
|
595
|
+
allExtraProperties.add('text-overline');
|
|
596
|
+
allExtraProperties.add('text-overline-color');
|
|
597
|
+
allExtraProperties.add('text-overline-mode');
|
|
598
|
+
allExtraProperties.add('text-overline-style');
|
|
599
|
+
allExtraProperties.add('text-overline-width');
|
|
600
|
+
allExtraProperties.add('text-rendering');
|
|
601
|
+
allExtraProperties.add('text-underline');
|
|
602
|
+
allExtraProperties.add('text-underline-color');
|
|
603
|
+
allExtraProperties.add('text-underline-mode');
|
|
604
|
+
allExtraProperties.add('text-underline-style');
|
|
605
|
+
allExtraProperties.add('text-underline-width');
|
|
606
|
+
allExtraProperties.add('unicode-range');
|
|
607
|
+
allExtraProperties.add('vector-effect');
|
|
608
|
+
allExtraProperties.add('webkit-animation');
|
|
609
|
+
allExtraProperties.add('webkit-animation-delay');
|
|
610
|
+
allExtraProperties.add('webkit-animation-direction');
|
|
611
|
+
allExtraProperties.add('webkit-animation-duration');
|
|
612
|
+
allExtraProperties.add('webkit-animation-fill-mode');
|
|
613
|
+
allExtraProperties.add('webkit-animation-iteration-count');
|
|
614
|
+
allExtraProperties.add('webkit-animation-name');
|
|
615
|
+
allExtraProperties.add('webkit-animation-play-state');
|
|
616
|
+
allExtraProperties.add('webkit-animation-timing-function');
|
|
617
|
+
allExtraProperties.add('webkit-appearance');
|
|
618
|
+
allExtraProperties.add('webkit-aspect-ratio');
|
|
619
|
+
allExtraProperties.add('webkit-backface-visibility');
|
|
620
|
+
allExtraProperties.add('webkit-background-clip');
|
|
621
|
+
allExtraProperties.add('webkit-background-composite');
|
|
622
|
+
allExtraProperties.add('webkit-background-origin');
|
|
623
|
+
allExtraProperties.add('webkit-background-size');
|
|
624
|
+
allExtraProperties.add('webkit-border-after');
|
|
625
|
+
allExtraProperties.add('webkit-border-after-color');
|
|
626
|
+
allExtraProperties.add('webkit-border-after-style');
|
|
627
|
+
allExtraProperties.add('webkit-border-after-width');
|
|
628
|
+
allExtraProperties.add('webkit-border-before');
|
|
629
|
+
allExtraProperties.add('webkit-border-before-color');
|
|
630
|
+
allExtraProperties.add('webkit-border-before-style');
|
|
631
|
+
allExtraProperties.add('webkit-border-before-width');
|
|
632
|
+
allExtraProperties.add('webkit-border-end');
|
|
633
|
+
allExtraProperties.add('webkit-border-end-color');
|
|
634
|
+
allExtraProperties.add('webkit-border-end-style');
|
|
635
|
+
allExtraProperties.add('webkit-border-end-width');
|
|
636
|
+
allExtraProperties.add('webkit-border-fit');
|
|
637
|
+
allExtraProperties.add('webkit-border-horizontal-spacing');
|
|
638
|
+
allExtraProperties.add('webkit-border-image');
|
|
639
|
+
allExtraProperties.add('webkit-border-radius');
|
|
640
|
+
allExtraProperties.add('webkit-border-start');
|
|
641
|
+
allExtraProperties.add('webkit-border-start-color');
|
|
642
|
+
allExtraProperties.add('webkit-border-start-style');
|
|
643
|
+
allExtraProperties.add('webkit-border-start-width');
|
|
644
|
+
allExtraProperties.add('webkit-border-vertical-spacing');
|
|
645
|
+
allExtraProperties.add('webkit-box-align');
|
|
646
|
+
allExtraProperties.add('webkit-box-direction');
|
|
647
|
+
allExtraProperties.add('webkit-box-flex');
|
|
648
|
+
allExtraProperties.add('webkit-box-flex-group');
|
|
649
|
+
allExtraProperties.add('webkit-box-lines');
|
|
650
|
+
allExtraProperties.add('webkit-box-ordinal-group');
|
|
651
|
+
allExtraProperties.add('webkit-box-orient');
|
|
652
|
+
allExtraProperties.add('webkit-box-pack');
|
|
653
|
+
allExtraProperties.add('webkit-box-reflect');
|
|
654
|
+
allExtraProperties.add('webkit-box-shadow');
|
|
655
|
+
allExtraProperties.add('webkit-color-correction');
|
|
656
|
+
allExtraProperties.add('webkit-column-axis');
|
|
657
|
+
allExtraProperties.add('webkit-column-break-after');
|
|
658
|
+
allExtraProperties.add('webkit-column-break-before');
|
|
659
|
+
allExtraProperties.add('webkit-column-break-inside');
|
|
660
|
+
allExtraProperties.add('webkit-column-count');
|
|
661
|
+
allExtraProperties.add('webkit-column-gap');
|
|
662
|
+
allExtraProperties.add('webkit-column-rule');
|
|
663
|
+
allExtraProperties.add('webkit-column-rule-color');
|
|
664
|
+
allExtraProperties.add('webkit-column-rule-style');
|
|
665
|
+
allExtraProperties.add('webkit-column-rule-width');
|
|
666
|
+
allExtraProperties.add('webkit-columns');
|
|
667
|
+
allExtraProperties.add('webkit-column-span');
|
|
668
|
+
allExtraProperties.add('webkit-column-width');
|
|
669
|
+
allExtraProperties.add('webkit-filter');
|
|
670
|
+
allExtraProperties.add('webkit-flex-align');
|
|
671
|
+
allExtraProperties.add('webkit-flex-direction');
|
|
672
|
+
allExtraProperties.add('webkit-flex-flow');
|
|
673
|
+
allExtraProperties.add('webkit-flex-item-align');
|
|
674
|
+
allExtraProperties.add('webkit-flex-line-pack');
|
|
675
|
+
allExtraProperties.add('webkit-flex-order');
|
|
676
|
+
allExtraProperties.add('webkit-flex-pack');
|
|
677
|
+
allExtraProperties.add('webkit-flex-wrap');
|
|
678
|
+
allExtraProperties.add('webkit-flow-from');
|
|
679
|
+
allExtraProperties.add('webkit-flow-into');
|
|
680
|
+
allExtraProperties.add('webkit-font-feature-settings');
|
|
681
|
+
allExtraProperties.add('webkit-font-kerning');
|
|
682
|
+
allExtraProperties.add('webkit-font-size-delta');
|
|
683
|
+
allExtraProperties.add('webkit-font-smoothing');
|
|
684
|
+
allExtraProperties.add('webkit-font-variant-ligatures');
|
|
685
|
+
allExtraProperties.add('webkit-highlight');
|
|
686
|
+
allExtraProperties.add('webkit-hyphenate-character');
|
|
687
|
+
allExtraProperties.add('webkit-hyphenate-limit-after');
|
|
688
|
+
allExtraProperties.add('webkit-hyphenate-limit-before');
|
|
689
|
+
allExtraProperties.add('webkit-hyphenate-limit-lines');
|
|
690
|
+
allExtraProperties.add('webkit-hyphens');
|
|
691
|
+
allExtraProperties.add('webkit-line-align');
|
|
692
|
+
allExtraProperties.add('webkit-line-box-contain');
|
|
693
|
+
allExtraProperties.add('webkit-line-break');
|
|
694
|
+
allExtraProperties.add('webkit-line-clamp');
|
|
695
|
+
allExtraProperties.add('webkit-line-grid');
|
|
696
|
+
allExtraProperties.add('webkit-line-snap');
|
|
697
|
+
allExtraProperties.add('webkit-locale');
|
|
698
|
+
allExtraProperties.add('webkit-logical-height');
|
|
699
|
+
allExtraProperties.add('webkit-logical-width');
|
|
700
|
+
allExtraProperties.add('webkit-margin-after');
|
|
701
|
+
allExtraProperties.add('webkit-margin-after-collapse');
|
|
702
|
+
allExtraProperties.add('webkit-margin-before');
|
|
703
|
+
allExtraProperties.add('webkit-margin-before-collapse');
|
|
704
|
+
allExtraProperties.add('webkit-margin-bottom-collapse');
|
|
705
|
+
allExtraProperties.add('webkit-margin-collapse');
|
|
706
|
+
allExtraProperties.add('webkit-margin-end');
|
|
707
|
+
allExtraProperties.add('webkit-margin-start');
|
|
708
|
+
allExtraProperties.add('webkit-margin-top-collapse');
|
|
709
|
+
allExtraProperties.add('webkit-marquee');
|
|
710
|
+
allExtraProperties.add('webkit-marquee-direction');
|
|
711
|
+
allExtraProperties.add('webkit-marquee-increment');
|
|
712
|
+
allExtraProperties.add('webkit-marquee-repetition');
|
|
713
|
+
allExtraProperties.add('webkit-marquee-speed');
|
|
714
|
+
allExtraProperties.add('webkit-marquee-style');
|
|
715
|
+
allExtraProperties.add('webkit-mask');
|
|
716
|
+
allExtraProperties.add('webkit-mask-attachment');
|
|
717
|
+
allExtraProperties.add('webkit-mask-box-image');
|
|
718
|
+
allExtraProperties.add('webkit-mask-box-image-outset');
|
|
719
|
+
allExtraProperties.add('webkit-mask-box-image-repeat');
|
|
720
|
+
allExtraProperties.add('webkit-mask-box-image-slice');
|
|
721
|
+
allExtraProperties.add('webkit-mask-box-image-source');
|
|
722
|
+
allExtraProperties.add('webkit-mask-box-image-width');
|
|
723
|
+
allExtraProperties.add('webkit-mask-clip');
|
|
724
|
+
allExtraProperties.add('webkit-mask-composite');
|
|
725
|
+
allExtraProperties.add('webkit-mask-image');
|
|
726
|
+
allExtraProperties.add('webkit-mask-origin');
|
|
727
|
+
allExtraProperties.add('webkit-mask-position');
|
|
728
|
+
allExtraProperties.add('webkit-mask-position-x');
|
|
729
|
+
allExtraProperties.add('webkit-mask-position-y');
|
|
730
|
+
allExtraProperties.add('webkit-mask-repeat');
|
|
731
|
+
allExtraProperties.add('webkit-mask-repeat-x');
|
|
732
|
+
allExtraProperties.add('webkit-mask-repeat-y');
|
|
733
|
+
allExtraProperties.add('webkit-mask-size');
|
|
734
|
+
allExtraProperties.add('webkit-match-nearest-mail-blockquote-color');
|
|
735
|
+
allExtraProperties.add('webkit-max-logical-height');
|
|
736
|
+
allExtraProperties.add('webkit-max-logical-width');
|
|
737
|
+
allExtraProperties.add('webkit-min-logical-height');
|
|
738
|
+
allExtraProperties.add('webkit-min-logical-width');
|
|
739
|
+
allExtraProperties.add('webkit-nbsp-mode');
|
|
740
|
+
allExtraProperties.add('webkit-overflow-scrolling');
|
|
741
|
+
allExtraProperties.add('webkit-padding-after');
|
|
742
|
+
allExtraProperties.add('webkit-padding-before');
|
|
743
|
+
allExtraProperties.add('webkit-padding-end');
|
|
744
|
+
allExtraProperties.add('webkit-padding-start');
|
|
745
|
+
allExtraProperties.add('webkit-perspective');
|
|
746
|
+
allExtraProperties.add('webkit-perspective-origin');
|
|
747
|
+
allExtraProperties.add('webkit-perspective-origin-x');
|
|
748
|
+
allExtraProperties.add('webkit-perspective-origin-y');
|
|
749
|
+
allExtraProperties.add('webkit-print-color-adjust');
|
|
750
|
+
allExtraProperties.add('webkit-region-break-after');
|
|
751
|
+
allExtraProperties.add('webkit-region-break-before');
|
|
752
|
+
allExtraProperties.add('webkit-region-break-inside');
|
|
753
|
+
allExtraProperties.add('webkit-region-overflow');
|
|
754
|
+
allExtraProperties.add('webkit-rtl-ordering');
|
|
755
|
+
allExtraProperties.add('webkit-svg-shadow');
|
|
756
|
+
allExtraProperties.add('webkit-tap-highlight-color');
|
|
757
|
+
allExtraProperties.add('webkit-text-combine');
|
|
758
|
+
allExtraProperties.add('webkit-text-decorations-in-effect');
|
|
759
|
+
allExtraProperties.add('webkit-text-emphasis');
|
|
760
|
+
allExtraProperties.add('webkit-text-emphasis-color');
|
|
761
|
+
allExtraProperties.add('webkit-text-emphasis-position');
|
|
762
|
+
allExtraProperties.add('webkit-text-emphasis-style');
|
|
763
|
+
allExtraProperties.add('webkit-text-fill-color');
|
|
764
|
+
allExtraProperties.add('webkit-text-orientation');
|
|
765
|
+
allExtraProperties.add('webkit-text-security');
|
|
766
|
+
allExtraProperties.add('webkit-text-size-adjust');
|
|
767
|
+
allExtraProperties.add('webkit-text-stroke');
|
|
768
|
+
allExtraProperties.add('webkit-text-stroke-color');
|
|
769
|
+
allExtraProperties.add('webkit-text-stroke-width');
|
|
770
|
+
allExtraProperties.add('webkit-transform');
|
|
771
|
+
allExtraProperties.add('webkit-transform-origin');
|
|
772
|
+
allExtraProperties.add('webkit-transform-origin-x');
|
|
773
|
+
allExtraProperties.add('webkit-transform-origin-y');
|
|
774
|
+
allExtraProperties.add('webkit-transform-origin-z');
|
|
775
|
+
allExtraProperties.add('webkit-transform-style');
|
|
776
|
+
allExtraProperties.add('webkit-transition');
|
|
777
|
+
allExtraProperties.add('webkit-transition-delay');
|
|
778
|
+
allExtraProperties.add('webkit-transition-duration');
|
|
779
|
+
allExtraProperties.add('webkit-transition-property');
|
|
780
|
+
allExtraProperties.add('webkit-transition-timing-function');
|
|
781
|
+
allExtraProperties.add('webkit-user-drag');
|
|
782
|
+
allExtraProperties.add('webkit-user-modify');
|
|
783
|
+
allExtraProperties.add('webkit-user-select');
|
|
784
|
+
allExtraProperties.add('webkit-wrap');
|
|
785
|
+
allExtraProperties.add('webkit-wrap-flow');
|
|
786
|
+
allExtraProperties.add('webkit-wrap-margin');
|
|
787
|
+
allExtraProperties.add('webkit-wrap-padding');
|
|
788
|
+
allExtraProperties.add('webkit-wrap-shape-inside');
|
|
789
|
+
allExtraProperties.add('webkit-wrap-shape-outside');
|
|
790
|
+
allExtraProperties.add('webkit-wrap-through');
|
|
791
|
+
allExtraProperties.add('webkit-writing-mode');
|
|
792
|
+
allExtraProperties.add('zoom');
|
|
793
|
+
</pre></td></tr>
|
|
794
|
+
</table></pre>
|
|
795
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
796
|
+
</div><!-- /wrapper -->
|
|
797
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
798
|
+
Code coverage
|
|
799
|
+
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Mon Jul 01 2019 09:17:46 GMT-0600 (Mountain Daylight Time)
|
|
800
|
+
</div>
|
|
801
|
+
</div>
|
|
802
|
+
<script src="../prettify.js"></script>
|
|
803
|
+
<script>
|
|
804
|
+
window.onload = function () {
|
|
805
|
+
if (typeof prettyPrint === 'function') {
|
|
806
|
+
prettyPrint();
|
|
807
|
+
}
|
|
808
|
+
};
|
|
809
|
+
</script>
|
|
810
|
+
<script src="../sorter.js"></script>
|
|
811
|
+
<script src="../block-navigation.js"></script>
|
|
812
|
+
</body>
|
|
813
|
+
</html>
|