DescriptionImplement runtime feature support for CSS Shorthands
Some newly implemented shorthand properties (eg. text-decoration) are
only allowed if a runtime feature is enabled, with fallback to regular
non-shorthand parsing otherwise. This patch adds a
'runtimeEnabledShorthand' optional variable that must contain the name
of the runtime feature (eg. CSS3TextDecorations).
This fixes an issue where an assertion in StyleResolver indicated that
it expected a shorthand property (see link below for details):
https://codereview.chromium.org/20262002/#msg28
BUG=165462
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155866
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 6 (0 generated)
|