NEW 116481
Unifying error processing in CSS functions
https://bugs.webkit.org/show_bug.cgi?id=116481
Summary Unifying error processing in CSS functions
Ryosuke Niwa
Reported 2013-05-20 18:05:34 PDT
Attachments
Ryosuke Niwa
Comment 1 2013-05-20 18:05:41 PDT
calc and min/max function use YYERROR when error occurs. But FUNCTION dont. I think pushing an error has the fololowing advantage: if parer found syntax error inside a function it doesn't make sense to waste processor cycles on parsing following CSS code. It better to fall into error_recovery mode.
Note You need to log in before you can comment on or make changes to this bug.