| Index: sky/engine/core/css/StylePropertySerializer.cpp
|
| diff --git a/sky/engine/core/css/StylePropertySerializer.cpp b/sky/engine/core/css/StylePropertySerializer.cpp
|
| index 86d714c7c17e266ae6225261e6c881732fd69727..65434b534e03837c824ddbb92bceb9a881590bc3 100644
|
| --- a/sky/engine/core/css/StylePropertySerializer.cpp
|
| +++ b/sky/engine/core/css/StylePropertySerializer.cpp
|
| @@ -139,11 +139,6 @@ String StylePropertySerializer::asText() const
|
| case CSSPropertyFontWeight:
|
| // Don't use CSSPropertyFont because old UAs can't recognize them but are important for editing.
|
| break;
|
| - case CSSPropertyListStyleType:
|
| - case CSSPropertyListStylePosition:
|
| - case CSSPropertyListStyleImage:
|
| - shorthandPropertyID = CSSPropertyListStyle;
|
| - break;
|
| case CSSPropertyMarginTop:
|
| case CSSPropertyMarginRight:
|
| case CSSPropertyMarginBottom:
|
| @@ -265,8 +260,6 @@ String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const
|
| return get4Values(paddingShorthand());
|
| case CSSPropertyTransition:
|
| return getLayeredShorthandValue(transitionShorthand());
|
| - case CSSPropertyListStyle:
|
| - return getShorthandValue(listStyleShorthand());
|
| case CSSPropertyWebkitTextEmphasis:
|
| return getShorthandValue(webkitTextEmphasisShorthand());
|
| case CSSPropertyWebkitTextStroke:
|
|
|