diff options
| author | Konstantin Tokarev <annulen@yandex.ru> | 2016-09-28 16:39:37 +0300 |
|---|---|---|
| committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-02-02 12:31:01 +0000 |
| commit | 9daf1655d7e4eaaa6ed5f44055a4b4fd399fd25c (patch) | |
| tree | 322337ad0acbc75732f916376ec6d36e7ec0e5bc /Source/WebCore/css/CSSPropertyNames.in | |
| parent | 6882a04fb36642862b11efe514251d32070c3d65 (diff) | |
| download | qtwebkit-9daf1655d7e4eaaa6ed5f44055a4b4fd399fd25c.tar.gz | |
Imported WebKit commit eb954cdcf58f9b915b2fcb6f8e4cb3a60650a4f3
Change-Id: I8dda875c38075d43b76fe3a21acb0ffa102bb82d
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebCore/css/CSSPropertyNames.in')
| -rw-r--r-- | Source/WebCore/css/CSSPropertyNames.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
