DescriptionEnsure that we don't allow 'none' alongside other values in content property
Currently Chrome accepts a list of values that include "none" 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 "none" is only accepted as a valid input if it is the
only value assigned to content. This patch fixes that behaviour.
FF, IE and Edge are consistent with spec here.
Committed: https://crrev.com/8845c5f6e9b2e7e84642cf716fc99b4cbfd2a53d
Cr-Commit-Position: refs/heads/master@{#383946}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 8
Patch Set 4 : #
Dependent Patchsets: Messages
Total messages: 16 (7 generated)
|