| Index: Source/core/css/CSSProperty.cpp
|
| diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
|
| index e03ad3af1ea8b065dec5e5b14837026a827b61d0..19a525e49c5de11fba6f9350cd31a857c7ecc0bd 100644
|
| --- a/Source/core/css/CSSProperty.cpp
|
| +++ b/Source/core/css/CSSProperty.cpp
|
| @@ -1,6 +1,7 @@
|
| /**
|
| * (C) 1999-2003 Lars Knoll (knoll@kde.org)
|
| * Copyright (C) 2004, 2005, 2006 Apple Computer, Inc.
|
| + * Copyright (C) 2013 Opera Software ASA. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -453,6 +454,10 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
|
| case CSSPropertyMixBlendMode:
|
| case CSSPropertyObjectFit:
|
| case CSSPropertyObjectPosition:
|
| + case CSSPropertyNavDown:
|
| + case CSSPropertyNavLeft:
|
| + case CSSPropertyNavRight:
|
| + case CSSPropertyNavUp:
|
| case CSSPropertyOpacity:
|
| case CSSPropertyOutline:
|
| case CSSPropertyOutlineColor:
|
|
|