| Index: sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| diff --git a/sky/engine/core/css/parser/CSSPropertyParser.cpp b/sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| index 2361012e06e81c1c1f8fcba83a1bfe5452d3bc9d..36c9dcd26797c9cb9601aeda58dd1727e9214cb2 100644
|
| --- a/sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| +++ b/sky/engine/core/css/parser/CSSPropertyParser.cpp
|
| @@ -776,7 +776,6 @@ bool CSSPropertyParser::parseValue(CSSPropertyID propId)
|
| validPrimitive = (!id && validUnit(value, FLength | FPercent));
|
| break;
|
|
|
| - case CSSPropertyOrphans: // <integer> | inherit | auto (We've added support for auto for backwards compatibility)
|
| case CSSPropertyWidows: // <integer> | inherit | auto (Ditto)
|
| if (id == CSSValueAuto)
|
| validPrimitive = true;
|
|
|