counted_unknown_properties.py (3309B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 COUNTED_UNKNOWN_PROPERTIES = [ 6 "-webkit-tap-highlight-color", 7 "speak", 8 "text-size-adjust", 9 "-webkit-user-drag", 10 "orphans", 11 "widows", 12 "-webkit-user-modify", 13 "-webkit-margin-before", 14 "-webkit-margin-after", 15 "-webkit-margin-start", 16 "-webkit-column-break-inside", 17 "-webkit-padding-start", 18 "-webkit-margin-end", 19 "-webkit-box-reflect", 20 "-webkit-print-color-adjust", 21 "-webkit-mask-box-image", 22 "-webkit-line-break", 23 "alignment-baseline", 24 "-webkit-writing-mode", 25 "baseline-shift", 26 "-webkit-hyphenate-character", 27 "-webkit-highlight", 28 "background-repeat-x", 29 "-webkit-padding-end", 30 "background-repeat-y", 31 "-webkit-text-emphasis-color", 32 "-webkit-margin-top-collapse", 33 "-webkit-rtl-ordering", 34 "-webkit-padding-before", 35 "-webkit-text-decorations-in-effect", 36 "-webkit-border-vertical-spacing", 37 "-webkit-locale", 38 "-webkit-padding-after", 39 "-webkit-border-horizontal-spacing", 40 "color-rendering", 41 "-webkit-column-break-before", 42 "-webkit-transform-origin-x", 43 "-webkit-transform-origin-y", 44 "-webkit-text-emphasis-position", 45 "buffered-rendering", 46 "-webkit-text-orientation", 47 "-webkit-text-combine", 48 "-webkit-text-emphasis-style", 49 "-webkit-text-emphasis", 50 "-webkit-mask-box-image-width", 51 "-webkit-mask-box-image-source", 52 "-webkit-mask-box-image-outset", 53 "-webkit-mask-box-image-slice", 54 "-webkit-mask-box-image-repeat", 55 "-webkit-margin-after-collapse", 56 "-webkit-border-before-color", 57 "-webkit-border-before-width", 58 "-webkit-perspective-origin-x", 59 "-webkit-perspective-origin-y", 60 "-webkit-margin-before-collapse", 61 "-webkit-border-before-style", 62 "-webkit-margin-bottom-collapse", 63 "-webkit-ruby-position", 64 "-webkit-column-break-after", 65 "-webkit-margin-collapse", 66 "-webkit-border-before", 67 "-webkit-border-end", 68 "-webkit-border-after", 69 "-webkit-border-start", 70 "-webkit-min-logical-width", 71 "-webkit-logical-height", 72 "-webkit-transform-origin-z", 73 "-webkit-font-size-delta", 74 "-webkit-logical-width", 75 "-webkit-max-logical-width", 76 "-webkit-min-logical-height", 77 "-webkit-max-logical-height", 78 "-webkit-border-end-color", 79 "-webkit-border-end-width", 80 "-webkit-border-start-color", 81 "-webkit-border-start-width", 82 "-webkit-border-after-color", 83 "-webkit-border-after-width", 84 "-webkit-border-end-style", 85 "-webkit-border-after-style", 86 "-webkit-border-start-style", 87 "-webkit-mask-repeat-x", 88 "-webkit-mask-repeat-y", 89 "user-zoom", 90 "min-zoom", 91 "-webkit-box-decoration-break", 92 "orientation", 93 "max-zoom", 94 "-webkit-app-region", 95 "-webkit-column-rule", 96 "-webkit-column-span", 97 "-webkit-column-gap", 98 "-webkit-shape-outside", 99 "-webkit-column-rule-width", 100 "-webkit-column-count", 101 "-webkit-opacity", 102 "-webkit-column-width", 103 "-webkit-shape-image-threshold", 104 "-webkit-column-rule-style", 105 "-webkit-columns", 106 "-webkit-column-rule-color", 107 "-webkit-shape-margin", 108 ]