| Index: third_party/WebKit/Source/core/css/CSSProperties.json5
|
| diff --git a/third_party/WebKit/Source/core/css/CSSProperties.json5 b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| index 1e8820da2aa7e7ff34af3f2bce82d2fb48096deb..accf401381fea637a086bec649603df41d5668a8 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| +++ b/third_party/WebKit/Source/core/css/CSSProperties.json5
|
| @@ -42,6 +42,11 @@
|
| api_class: {
|
| },
|
|
|
| + // - api_methods: ["method1", "method2"]
|
| + api_methods: {
|
| + default: [],
|
| + },
|
| +
|
| // - keyword_only
|
| // These properties only store keyword values. This is used when
|
| // generating the ComputedStyle storage for the property. The initial
|
| @@ -352,6 +357,7 @@
|
| {
|
| name: "font-size-adjust",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFontSizeAdjust",
|
| font: true,
|
| inherited: true,
|
| @@ -379,6 +385,7 @@
|
| {
|
| name: "font-variant-ligatures",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFontVariantLigatures",
|
| font: true,
|
| inherited: true,
|
| @@ -389,6 +396,7 @@
|
| {
|
| name: "font-variant-caps",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFontVariantCaps",
|
| font: true,
|
| inherited: true,
|
| @@ -398,6 +406,7 @@
|
| {
|
| name: "font-variant-numeric",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFontVariantNumeric",
|
| font: true,
|
| inherited: true,
|
| @@ -425,6 +434,7 @@
|
| {
|
| name: "font-variation-settings",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFontVariationSettings",
|
| font: true,
|
| inherited: true,
|
| @@ -488,6 +498,7 @@
|
| {
|
| name: "zoom",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| priority: "High",
|
| },
|
| @@ -584,6 +595,7 @@
|
| {
|
| name: "border-bottom-left-radius",
|
| api_class: "CSSPropertyAPIBorderRadius",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertRadius",
|
| initial: "initialBorderRadius",
|
| interpolable: true,
|
| @@ -591,6 +603,7 @@
|
| {
|
| name: "border-bottom-right-radius",
|
| api_class: "CSSPropertyAPIBorderRadius",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertRadius",
|
| initial: "initialBorderRadius",
|
| interpolable: true,
|
| @@ -631,6 +644,7 @@
|
| {
|
| name: "border-image-source",
|
| api_class: "CSSPropertyAPIImage",
|
| + api_methods: ["parseSingleValue"],
|
| custom_value: true,
|
| interpolable: true,
|
| keywords: ["none"],
|
| @@ -681,6 +695,7 @@
|
| {
|
| name: "border-top-left-radius",
|
| api_class: "CSSPropertyAPIBorderRadius",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertRadius",
|
| initial: "initialBorderRadius",
|
| interpolable: true,
|
| @@ -688,6 +703,7 @@
|
| {
|
| name: "border-top-right-radius",
|
| api_class: "CSSPropertyAPIBorderRadius",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertRadius",
|
| initial: "initialBorderRadius",
|
| interpolable: true,
|
| @@ -748,6 +764,7 @@
|
| {
|
| name: "caret-color",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| interpolable: true,
|
| @@ -756,6 +773,7 @@
|
| {
|
| name: "clip",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertClip",
|
| custom_all: true,
|
| interpolable: true,
|
| @@ -763,6 +781,7 @@
|
| {
|
| name: "clip-path",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertClipPath",
|
| interpolable: true,
|
| },
|
| @@ -795,12 +814,14 @@
|
| {
|
| name: "contain",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFlags<Containment>",
|
| runtime_flag: "CSSContainment",
|
| },
|
| {
|
| name: "content",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| repeated: true,
|
| typedom_types: ["Image"],
|
| @@ -816,6 +837,7 @@
|
| {
|
| name: "cursor",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| },
|
| @@ -855,6 +877,7 @@
|
| {
|
| name: "fill",
|
| api_class: "CSSPropertyAPIPaintStroke",
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| interpolable: true,
|
| @@ -864,6 +887,7 @@
|
| {
|
| name: "fill-opacity",
|
| api_class: "CSSPropertyAPIOpacity",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertNumberOrPercentage",
|
| inherited: true,
|
| interpolable: true,
|
| @@ -883,6 +907,7 @@
|
| {
|
| name: "flex-basis",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLengthOrAuto",
|
| interpolable: true,
|
| },
|
| @@ -909,6 +934,7 @@
|
| {
|
| name: "flood-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertColor",
|
| interpolable: true,
|
| svg: true,
|
| @@ -916,6 +942,7 @@
|
| {
|
| name: "flood-opacity",
|
| api_class: "CSSPropertyAPIOpacity",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertNumberOrPercentage",
|
| interpolable: true,
|
| svg: true,
|
| @@ -928,6 +955,7 @@
|
| {
|
| name: "grid-auto-flow",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertGridAutoFlow",
|
| runtime_flag: "CSSGridLayout",
|
| type_name: "GridAutoFlow",
|
| @@ -1004,6 +1032,7 @@
|
| {
|
| name: "image-orientation",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertImageOrientation",
|
| inherited: true,
|
| name_for_methods: "RespectImageOrientation",
|
| @@ -1039,6 +1068,7 @@
|
| {
|
| name: "letter-spacing",
|
| api_class: "CSSPropertyAPILetterAndWordSpacing",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertSpacing",
|
| inherited: true,
|
| initial: "initialLetterWordSpacing",
|
| @@ -1047,6 +1077,7 @@
|
| {
|
| name: "lighting-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertColor",
|
| interpolable: true,
|
| svg: true,
|
| @@ -1061,6 +1092,7 @@
|
| {
|
| name: "list-style-image",
|
| api_class: "CSSPropertyAPIImage",
|
| + api_methods: ["parseSingleValue"],
|
| custom_value: true,
|
| inherited: true,
|
| interpolable: true,
|
| @@ -1211,6 +1243,7 @@
|
| {
|
| name: "offset-position",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertPositionOrAuto",
|
| interpolable: true,
|
| runtime_flag: "CSSOffsetPositionAnchor",
|
| @@ -1230,12 +1263,14 @@
|
| {
|
| name: "opacity",
|
| api_class: "CSSPropertyAPIOpacity",
|
| + api_methods: ["parseSingleValue"],
|
| interpolable: true,
|
| type_name: "float",
|
| },
|
| {
|
| name: "order",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| type_name: "int",
|
| },
|
| {
|
| @@ -1247,12 +1282,14 @@
|
| {
|
| name: "outline-color",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| interpolable: true,
|
| },
|
| {
|
| name: "outline-offset",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertComputedLength<int>",
|
| interpolable: true,
|
| },
|
| @@ -1263,6 +1300,7 @@
|
| {
|
| name: "outline-width",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLineWidth<unsigned short>",
|
| interpolable: true,
|
| },
|
| @@ -1286,6 +1324,7 @@
|
| {
|
| name: "padding-bottom",
|
| api_class: "CSSPropertyAPIPadding",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLength",
|
| initial: "initialPadding",
|
| interpolable: true,
|
| @@ -1293,6 +1332,7 @@
|
| {
|
| name: "padding-left",
|
| api_class: "CSSPropertyAPIPadding",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLength",
|
| initial: "initialPadding",
|
| interpolable: true,
|
| @@ -1300,6 +1340,7 @@
|
| {
|
| name: "padding-right",
|
| api_class: "CSSPropertyAPIPadding",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLength",
|
| initial: "initialPadding",
|
| interpolable: true,
|
| @@ -1307,6 +1348,7 @@
|
| {
|
| name: "padding-top",
|
| api_class: "CSSPropertyAPIPadding",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLength",
|
| initial: "initialPadding",
|
| interpolable: true,
|
| @@ -1314,6 +1356,7 @@
|
| {
|
| name: "paint-order",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertPaintOrder",
|
| inherited: true,
|
| svg: true,
|
| @@ -1345,6 +1388,7 @@
|
| {
|
| name: "quotes",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertQuotes",
|
| inherited: true,
|
| },
|
| @@ -1370,6 +1414,7 @@
|
| {
|
| name: "rx",
|
| api_class: "CSSPropertyAPIRadius",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLengthOrAuto",
|
| interpolable: true,
|
| svg: true,
|
| @@ -1377,6 +1422,7 @@
|
| {
|
| name: "ry",
|
| api_class: "CSSPropertyAPIRadius",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLengthOrAuto",
|
| interpolable: true,
|
| svg: true,
|
| @@ -1409,24 +1455,28 @@
|
| {
|
| name: "scroll-snap-coordinate",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertSnapCoordinates",
|
| runtime_flag: "CSSScrollSnapPoints",
|
| },
|
| {
|
| name: "shape-image-threshold",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| interpolable: true,
|
| type_name: "float",
|
| },
|
| {
|
| name: "shape-margin",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLength",
|
| interpolable: true,
|
| },
|
| {
|
| name: "shape-outside",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertShapeValue",
|
| interpolable: true,
|
| typedom_types: ["Image"],
|
| @@ -1439,11 +1489,13 @@
|
| {
|
| name: "size",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| },
|
| {
|
| name: "snap-height",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| runtime_flag: "CSSSnapSize",
|
| @@ -1455,6 +1507,7 @@
|
| {
|
| name: "stop-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertColor",
|
| interpolable: true,
|
| svg: true,
|
| @@ -1462,6 +1515,7 @@
|
| {
|
| name: "stop-opacity",
|
| api_class: "CSSPropertyAPIOpacity",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertNumberOrPercentage",
|
| interpolable: true,
|
| svg: true,
|
| @@ -1469,6 +1523,7 @@
|
| {
|
| name: "stroke",
|
| api_class: "CSSPropertyAPIPaintStroke",
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| interpolable: true,
|
| @@ -1478,6 +1533,7 @@
|
| {
|
| name: "stroke-dasharray",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertStrokeDasharray",
|
| inherited: true,
|
| interpolable: true,
|
| @@ -1509,6 +1565,7 @@
|
| {
|
| name: "stroke-miterlimit",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| inherited: true,
|
| interpolable: true,
|
| name_for_methods: "StrokeMiterLimit",
|
| @@ -1518,6 +1575,7 @@
|
| {
|
| name: "stroke-opacity",
|
| api_class: "CSSPropertyAPIOpacity",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertNumberOrPercentage",
|
| inherited: true,
|
| interpolable: true,
|
| @@ -1534,6 +1592,7 @@
|
| {
|
| name: "tab-size",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLengthOrTabSpaces",
|
| inherited: true,
|
| type_name: "TabSize",
|
| @@ -1573,6 +1632,7 @@
|
| {
|
| name: "text-decoration-color",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| interpolable: true,
|
| runtime_flag: "CSS3TextDecorations",
|
| @@ -1587,6 +1647,7 @@
|
| {
|
| name: "text-decoration-skip",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFlags<TextDecorationSkip>",
|
| inherited: true,
|
| runtime_flag: "CSS3TextDecorations",
|
| @@ -1600,6 +1661,7 @@
|
| {
|
| name: "text-indent",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| interpolable: true,
|
| @@ -1623,6 +1685,7 @@
|
| {
|
| name: "text-size-adjust",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertTextSizeAdjust",
|
| inherited: true,
|
| type_name: "TextSizeAdjust",
|
| @@ -1638,6 +1701,7 @@
|
| {
|
| name: "text-underline-position",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| inherited: true,
|
| runtime_flag: "CSS3TextDecorations",
|
| type_name: "TextUnderlinePosition",
|
| @@ -1654,6 +1718,7 @@
|
| {
|
| name: "touch-action",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertFlags<TouchAction>",
|
| type_name: "TouchAction",
|
| },
|
| @@ -1667,6 +1732,7 @@
|
| {
|
| name: "transform-origin",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertTransformOrigin",
|
| interpolable: true,
|
| },
|
| @@ -1677,6 +1743,7 @@
|
| {
|
| name: "translate",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertTranslate",
|
| interpolable: true,
|
| runtime_flag: "CSSIndependentTransformProperties",
|
| @@ -1684,6 +1751,7 @@
|
| {
|
| name: "rotate",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertRotate",
|
| interpolable: true,
|
| runtime_flag: "CSSIndependentTransformProperties",
|
| @@ -1691,6 +1759,7 @@
|
| {
|
| name: "scale",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertScale",
|
| interpolable: true,
|
| runtime_flag: "CSSIndependentTransformProperties",
|
| @@ -1712,6 +1781,7 @@
|
| {
|
| name: "vertical-align",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_inherit: true,
|
| custom_value: true,
|
| interpolable: true,
|
| @@ -1792,6 +1862,7 @@
|
| {
|
| name: "-webkit-box-flex-group",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| type_name: "unsigned int",
|
| },
|
| "-webkit-box-lines",
|
| @@ -1814,6 +1885,7 @@
|
| {
|
| name: "column-gap",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertComputedLength<float>",
|
| custom_all: true,
|
| interpolable: true,
|
| @@ -1821,6 +1893,7 @@
|
| {
|
| name: "column-rule-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| interpolable: true,
|
| },
|
| @@ -1832,12 +1905,14 @@
|
| {
|
| name: "column-rule-width",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertLineWidth<unsigned short>",
|
| interpolable: true,
|
| },
|
| {
|
| name: "column-span",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| type_name: "ColumnSpan",
|
| },
|
| {
|
| @@ -1849,6 +1924,7 @@
|
| {
|
| name: "-webkit-highlight",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertString<CSSValueNone>",
|
| inherited: true,
|
| },
|
| @@ -1866,6 +1942,7 @@
|
| {
|
| name: "-webkit-line-clamp",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| type_name: "LineClampValue",
|
| },
|
| {
|
| @@ -1903,6 +1980,7 @@
|
| {
|
| name: "-webkit-mask-box-image-source",
|
| api_class: "CSSPropertyAPIImage",
|
| + api_methods: ["parseSingleValue"],
|
| custom_value: true,
|
| interpolable: true,
|
| },
|
| @@ -1988,6 +2066,7 @@
|
| {
|
| name: "-webkit-tap-highlight-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertColor",
|
| inherited: true,
|
| },
|
| @@ -2000,6 +2079,7 @@
|
| {
|
| name: "-webkit-text-emphasis-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| },
|
| @@ -2011,12 +2091,14 @@
|
| {
|
| name: "-webkit-text-emphasis-style",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| },
|
| {
|
| name: "-webkit-text-fill-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| },
|
| @@ -2027,6 +2109,7 @@
|
| {
|
| name: "-webkit-text-stroke-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| inherited: true,
|
| interpolable: true,
|
| @@ -2034,6 +2117,7 @@
|
| {
|
| name: "-webkit-text-stroke-width",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertTextStrokeWidth",
|
| inherited: true,
|
| },
|
| @@ -2050,6 +2134,7 @@
|
| {
|
| name: "-webkit-transform-origin-z",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertComputedLength<float>",
|
| interpolable: true,
|
| },
|
| @@ -2088,6 +2173,7 @@
|
| {
|
| name: "will-change",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| },
|
| {
|
| @@ -2097,6 +2183,7 @@
|
| {
|
| name: "word-spacing",
|
| api_class: "CSSPropertyAPILetterAndWordSpacing",
|
| + api_methods: ["parseSingleValue"],
|
| converter: "convertSpacing",
|
| inherited: true,
|
| initial: "initialLetterWordSpacing",
|
| @@ -2111,6 +2198,7 @@
|
| {
|
| name: "z-index",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| custom_all: true,
|
| interpolable: true,
|
| type_name: "int",
|
| @@ -2136,11 +2224,13 @@
|
| {
|
| name: "max-inline-size",
|
| api_class: "CSSPropertyAPIWebkitMaxLogicalWidthOrHeight",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| name: "max-block-size",
|
| api_class: "CSSPropertyAPIWebkitMaxLogicalWidthOrHeight",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
|
|
| @@ -2149,6 +2239,7 @@
|
| {
|
| name: "-webkit-border-end-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2162,6 +2253,7 @@
|
| {
|
| name: "-webkit-border-start-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2175,6 +2267,7 @@
|
| {
|
| name: "-webkit-border-before-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2188,6 +2281,7 @@
|
| {
|
| name: "-webkit-border-after-color",
|
| api_class: "CSSPropertyAPIColor",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2217,21 +2311,25 @@
|
| {
|
| name: "-webkit-padding-end",
|
| api_class: "CSSPropertyAPIWebkitPadding",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| name: "-webkit-padding-start",
|
| api_class: "CSSPropertyAPIWebkitPadding",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| name: "-webkit-padding-before",
|
| api_class: "CSSPropertyAPIWebkitPadding",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| name: "-webkit-padding-after",
|
| api_class: "CSSPropertyAPIWebkitPadding",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| @@ -2253,11 +2351,13 @@
|
| {
|
| name: "-webkit-max-logical-width",
|
| api_class: "CSSPropertyAPIWebkitMaxLogicalWidthOrHeight",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
| {
|
| name: "-webkit-max-logical-height",
|
| api_class: "CSSPropertyAPIWebkitMaxLogicalWidthOrHeight",
|
| + api_methods: ["parseSingleValue"],
|
| direction_aware: true,
|
| },
|
|
|
| @@ -2271,11 +2371,13 @@
|
| {
|
| name: "page",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| builder_skip: true,
|
| },
|
| {
|
| name: "-webkit-font-size-delta",
|
| api_class: true,
|
| + api_methods: ["parseSingleValue"],
|
| builder_skip: true,
|
| },
|
| {
|
|
|