DescriptionEnsure that we don't allow 'normal' alongside other values in content property
Currently Chrome accepts a list of values that include "normal" along
with other values as an acceptable input for CSS property content. This
breaks from the spec stated here:
https://drafts.csswg.org/css2/generate.html#content
where "normal" is only accepted as a valid input if it is the
only value assigned to content. This patch fixes that behaviour.
Other browsers (FF, IE and Edge are consistent with spec here.)
Committed: https://crrev.com/ae95f37d78cfa0a3d0cc28e89531d68050c1c707
Cr-Commit-Position: refs/heads/master@{#383690}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 5
Patch Set 4 : #
Total comments: 4
Patch Set 5 : #
Total comments: 2
Patch Set 6 : #
Dependent Patchsets: Messages
Total messages: 29 (14 generated)
|