aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/properties/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/properties/data.py')
-rw-r--r--components/style/properties/data.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/components/style/properties/data.py b/components/style/properties/data.py
index ca05309b4b6..4d3e4ad2177 100644
--- a/components/style/properties/data.py
+++ b/components/style/properties/data.py
@@ -290,14 +290,25 @@ class Longhand(object):
"AlignContent",
"AlignItems",
"AlignSelf",
+ "Appearance",
"BackgroundRepeat",
"BorderImageRepeat",
"BorderStyle",
+ "Clear",
"ColumnCount",
"Contain",
+ "Display",
+ "Float",
+ "FontSizeAdjust",
+ "FontStretch",
+ "FontStyle",
"FontStyleAdjust",
"FontSynthesis",
+ "FontVariantEastAsian",
+ "FontVariantLigatures",
+ "FontVariantNumeric",
"FontWeight",
+ "GreaterThanOrEqualToOneNumber",
"GridAutoFlow",
"InitialLetter",
"Integer",
@@ -311,17 +322,24 @@ class Longhand(object):
"NonNegativeNumber",
"Opacity",
"OutlineStyle",
+ "OverflowClipBox",
"OverscrollBehavior",
"Percentage",
+ "Resize",
+ "SVGOpacity",
"SVGPaintOrder",
"ScrollSnapType",
+ "TextAlign",
"TextDecorationLine",
+ "TextEmphasisPosition",
"TouchAction",
"TransformStyle",
"XSpan",
"XTextZoom",
"ZIndex",
}
+ if self.name == "overflow-y":
+ return True
return bool(self.keyword)
def animated_type(self):