DescriptionOnly accept inherit/initial/unset in single value declarations
Do not accept inherit/initial/unset in value list longer than one.
Previously "margin: inherit 5px" would be discarded correctly, but
"margin: 5px inherit" would be accepted erroneously. This patch now
fixes the latter.
Behavior matches Firefox.
BUG=476868
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193740
Patch Set 1 #Patch Set 2 : Add subtests #
Messages
Total messages: 6 (2 generated)
|