DescriptionHandle semicolons at end of keySplines value
Firefox has more lenient behavior than we have:
https://bugzilla.mozilla.org/show_bug.cgi?id=705236
Discussion on the w3c list indicates we want said behavior:
http://lists.w3.org/Archives/Public/www-svg/2014Sep/0016.html
Adopting this behavior for a single trailing semicolon
fixes the testcase and makes the parsing code a bit simpler.
animate-keySplines.html tests this behavior.
When using more than one semicolon at the end of keySplines
ignore parsing of the value and report an error on the console.
keySplines-parsing-error.html tests this behavior.
BUG=410379
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182272
Patch Set 1 #Patch Set 2 : Add test and report parsing errors #
Total comments: 1
Patch Set 3 : Fix nits #
Messages
Total messages: 16 (2 generated)
|