DescriptionDisallow hashless hex color quirk for non integer <number>
Step 2.1 in the hashless hex color quirk algorithm [1] says:
If component value type flag is not "integer", return an error.
So when handling <number> make sure to test that the
component value is an integer, discard the property otherwise.
[1] https://quirks.spec.whatwg.org/#the-hashless-hex-color-quirk
BUG=439050
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194951
Patch Set 1 #Patch Set 2 : Add test #
Messages
Total messages: 8 (3 generated)
|