WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
We should consider merging
https://chromium.googlesource.com/chromium/blink/+/7a318b912071df2a146fd4be66f07b6d94e4f831
Attachments
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug