From 9daf1655d7e4eaaa6ed5f44055a4b4fd399fd25c Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Wed, 28 Sep 2016 16:39:37 +0300 Subject: Imported WebKit commit eb954cdcf58f9b915b2fcb6f8e4cb3a60650a4f3 Change-Id: I8dda875c38075d43b76fe3a21acb0ffa102bb82d Reviewed-by: Konstantin Tokarev --- Source/WebCore/css/CSSPropertyNames.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/WebCore/css/CSSPropertyNames.in') diff --git a/Source/WebCore/css/CSSPropertyNames.in b/Source/WebCore/css/CSSPropertyNames.in index 0fd1d491a..2621e483e 100644 --- a/Source/WebCore/css/CSSPropertyNames.in +++ b/Source/WebCore/css/CSSPropertyNames.in @@ -145,7 +145,7 @@ background [Longhands=background-image|background-position-x|background-position background-attachment [FillLayerProperty, NameForMethods=Attachment] background-blend-mode [FillLayerProperty, NameForMethods=BlendMode] background-clip [FillLayerProperty, NameForMethods=Clip] -background-color [VisitedLinkColorSupport, Initial=invalidColor, NoDefaultColor] +background-color [VisitedLinkColorSupport, NoDefaultColor] background-image [FillLayerProperty, NameForMethods=Image] background-origin [FillLayerProperty, NameForMethods=Origin] background-position [Longhands=background-position-x|background-position-y] @@ -274,6 +274,7 @@ max-width [Initial=initialMaxSize, Converter=LengthMaxSizing] min-height [Initial=initialMinSize, Converter=LengthSizing] min-width [Initial=initialMinSize, Converter=LengthSizing] object-fit +object-position [Converter=ObjectPosition] opacity // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1, // and may be in use on some websites and widgets. -- cgit v1.2.1